index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-04-24
16
-11
/
+243
|
\
|
*
frv: add io{read,write}{16,32}be functions
Guenter Roeck
2015-04-23
1
-0
/
+5
|
*
mn10300: add io{read,write}{16,32}be functions
Guenter Roeck
2015-04-23
1
-0
/
+5
|
*
Documentation: DT bindings: add doc for Altera's SoCFPGA platform
Dinh Nguyen
2015-04-23
1
-0
/
+14
|
*
of: base: improve of_get_next_child() kernel-doc
Baruch Siach
2015-04-17
1
-2
/
+3
|
*
Doc: dt: arch_timer: discourage clock-frequency use
Mark Rutland
2015-04-16
1
-2
/
+6
|
*
of: unittest: overlay: Keep track of created overlays
Pantelis Antoniou
2015-04-15
1
-0
/
+62
|
*
of/fdt: fix allocation size for device node path
Ricky Liang
2015-04-15
1
-1
/
+1
|
*
serial: of_serial: Support big-endian register accesses
Kevin Cernekee
2015-04-15
1
-1
/
+2
|
*
serial: 8250: Add support for big-endian MMIO accesses
Kevin Cernekee
2015-04-15
2
-0
/
+25
|
*
of: Document {little,big,native}-endian bindings
Kevin Cernekee
2015-04-15
1
-0
/
+60
|
*
of/fdt: Add endianness helper function for early init code
Kevin Cernekee
2015-04-15
2
-0
/
+21
|
*
of: Add helper function to check MMIO register endianness
Kevin Cernekee
2015-04-15
2
-0
/
+29
|
*
of/fdt: Remove "reg" data prints from early_init_dt_scan_memory
Florian Fainelli
2015-04-15
1
-2
/
+1
|
*
of: add vendor prefix for Artesyn
Alessio Igor Bogani
2015-04-15
1
-0
/
+1
|
*
of: Add dummy of_irq_to_resource_table() for IRQ_OF=n
Geert Uytterhoeven
2015-04-15
1
-2
/
+7
|
*
of: OF_IRQ should depend on IRQ_DOMAIN
Geert Uytterhoeven
2015-04-15
1
-1
/
+1
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-04-24
44
-115
/
+2216
|
\
\
|
*
|
ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void function
Hanjun Guo
2015-03-31
1
-14
/
+9
|
*
|
ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface()
Hanjun Guo
2015-03-31
1
-1
/
+2
|
*
|
ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interface
Will Deacon
2015-03-26
1
-6
/
+5
|
*
|
ARM64: kernel: acpi: honour acpi=force command line parameter
Lorenzo Pieralisi
2015-03-26
3
-8
/
+13
|
*
|
ARM64: kernel: acpi: refactor ACPI tables init and checks
Lorenzo Pieralisi
2015-03-26
1
-36
/
+59
|
*
|
ARM64: kernel: psci: let ACPI probe PSCI version
Lorenzo Pieralisi
2015-03-26
1
-3
/
+1
|
*
|
ARM64: kernel: psci: factor out probe function
Lorenzo Pieralisi
2015-03-26
1
-16
/
+34
|
*
|
ACPI: move arm64 GSI IRQ model to generic GSI IRQ layer
Lorenzo Pieralisi
2015-03-26
6
-73
/
+112
|
*
|
ARM64 / ACPI: Don't unflatten device tree if acpi=force is passed
Hanjun Guo
2015-03-26
3
-2
/
+5
|
*
|
ARM64 / ACPI: additions of ACPI documentation for arm64
Al Stone
2015-03-26
1
-0
/
+593
|
*
|
Documentation: ACPI for ARM64
Graeme Gregory
2015-03-26
1
-0
/
+505
|
*
|
ARM64 / ACPI: Enable ARM64 in Kconfig
Graeme Gregory
2015-03-26
2
-1
/
+4
|
*
|
XEN / ACPI: Make XEN ACPI depend on X86
Hanjun Guo
2015-03-26
2
-1
/
+5
|
*
|
ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
Al Stone
2015-03-26
2
-1
/
+8
|
*
|
clocksource / arch_timer: Parse GTDT to initialize arch timer
Hanjun Guo
2015-03-26
3
-27
/
+118
|
*
|
irqchip: Add GICv2 specific ACPI boot support
Tomasz Nowicki
2015-03-26
7
-0
/
+186
|
*
|
ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
Hanjun Guo
2015-03-26
3
-0
/
+77
|
*
|
ACPI / processor: Make it possible to get CPU hardware ID via GICC
Hanjun Guo
2015-03-26
2
-0
/
+42
|
*
|
ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID
Catalin Marinas
2015-03-26
6
-24
/
+30
|
*
|
ARM64 / ACPI: Parse MADT for SMP initialization
Hanjun Guo
2015-03-25
7
-8
/
+160
|
*
|
ACPI / table: Print GIC information when MADT is parsed
Hanjun Guo
2015-03-25
1
-0
/
+22
|
*
|
ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
Graeme Gregory
2015-03-25
4
-28
/
+76
|
*
|
ARM64 / ACPI: If we chose to boot from acpi then disable FDT
Graeme Gregory
2015-03-25
1
-1
/
+2
|
*
|
ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPI
Al Stone
2015-03-25
3
-6
/
+56
|
*
|
ARM64 / ACPI: Introduce PCI stub functions for ACPI
Hanjun Guo
2015-03-25
2
-0
/
+31
|
*
|
ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT
Graeme Gregory
2015-03-25
5
-1
/
+11
|
*
|
ACPI: fix acpi_os_ioremap for arm64
Mark Salter
2015-03-25
2
-0
/
+17
|
*
|
ARM64 / ACPI: Get RSDP and ACPI boot-time tables
Al Stone
2015-03-25
5
-0
/
+170
|
*
|
ARM64: allow late use of early_ioremap
Mark Salter
2015-03-25
1
-0
/
+3
|
*
|
ACPI: add arm64 to the platforms that use ioremap
Graeme Gregory
2015-03-25
1
-3
/
+3
|
*
|
ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning
Hanjun Guo
2015-03-25
1
-14
/
+16
*
|
|
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2015-04-24
4
-9
/
+11
|
\
\
\
[next]