index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
acpi: Validate processor id when mapping the processor
Dou Liyang
2
-0
/
+19
2016-09-21
acpi: Provide mechanism to validate processors in the ACPI tables
Dou Liyang
1
-0
/
+79
2016-09-21
x86/acpi: Set persistent cpuid <-> nodeid mapping when booting
Gu Zheng
3
-0
/
+74
2016-09-21
x86/acpi: Enable MADT APIs to return disabled apicids
Gu Zheng
2
-23
/
+42
2016-09-21
nfit: fail DSMs that return non-zero status by default
Dan Williams
1
-20
/
+28
2016-09-20
ACPI / APEI: Send correct severity to calculate AER severity
Tyler Baicar
1
-1
/
+1
2016-09-19
ACPI/processor: Convert to hotplug state machine
Sebastian Andrzej Siewior
2
-46
/
+49
2016-09-17
ACPI / platform: Pay attention to parent device's resources
Mika Westerberg
1
-1
/
+19
2016-09-17
ACPI / CPPC: Support PCC with interrupt flag
Hoan Tran
1
-1
/
+4
2016-09-17
ACPI / sysfs: Update sysfs signature handling code
Lv Zheng
1
-29
/
+33
2016-09-17
ACPI / sysfs: Fix an issue for LoadTable opcode
Lv Zheng
1
-1
/
+3
2016-09-17
Merge branch 'acpica' into acpi-sysfs
Rafael J. Wysocki
40
-808
/
+1202
2016-09-17
ACPICA: Tables: Fix a regression in acpi_tb_find_table()
Lv Zheng
1
-1
/
+1
2016-09-17
ACPI / tables: Remove duplicated include from tables.c
Wei Yongjun
1
-1
/
+0
2016-09-13
ACPI / APD: constify local structures
Julia Lawall
1
-4
/
+4
2016-09-13
Merge branch 'device-properties' into acpi-soc
Rafael J. Wysocki
2
-0
/
+32
2016-09-12
ACPI: Add new IORT functions to support MSI domain handling
Tomasz Nowicki
1
-0
/
+152
2016-09-12
ACPI: I/O Remapping Table (IORT) initial support
Tomasz Nowicki
6
-0
/
+231
2016-09-10
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2016-09-10
ACPI / PCI: fix GIC irq model default PCI IRQ polarity
Lorenzo Pieralisi
1
-1
/
+9
2016-09-10
ACPICA: Tables: Tune table mutex to be a leaf lock
Lv Zheng
5
-131
/
+182
2016-09-10
ACPICA: Dispatcher: Fix a mutex issue for method auto serialization
Lv Zheng
2
-2
/
+10
2016-09-10
ACPICA: Namespace: Fix dynamic table loading issues
Lv Zheng
10
-69
/
+47
2016-09-10
ACPICA: Namespace: Add acpi_ns_get_node_unlocked()
Lv Zheng
2
-16
/
+55
2016-09-10
ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for...
Lv Zheng
10
-37
/
+220
2016-09-10
ACPICA: Update return value for intenal _OSI method
Bob Moore
1
-5
/
+17
2016-09-10
ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_a...
Lv Zheng
1
-53
/
+49
2016-09-10
ACPICA: Tables: Add new table events indicating table installation/uninstalla...
Lv Zheng
1
-0
/
+8
2016-09-10
ACPICA: Tables: Remove acpi_tb_install_fixed_table()
Lv Zheng
3
-80
/
+16
2016-09-10
ACPICA: Add a couple of casts to uthex.c
Bob Moore
1
-1
/
+2
2016-09-10
ACPICA: Cleanup for all string-to-integer conversions
Bob Moore
14
-387
/
+429
2016-09-10
ACPICA: Debugger: Add subcommand for predefined name execution
Bob Moore
4
-29
/
+169
2016-09-10
nfit, mce: Fix SPA matching logic in MCE handler
Vishal Verma
1
-1
/
+1
2016-09-10
ACPI / EC: Fix issues related to boot_ec
Lv Zheng
1
-14
/
+49
2016-09-10
ACPI / EC: Fix a gap that ECDT EC cannot handle EC events
Lv Zheng
3
-23
/
+98
2016-09-10
ACPI / EC: Fix a memory leakage issue in acpi_ec_add()
Lv Zheng
1
-4
/
+12
2016-09-10
ACPI / EC: Cleanup first_ec/boot_ec code
Lv Zheng
1
-33
/
+63
2016-09-09
pstore: Split pstore fragile flags
Namhyung Kim
1
-1
/
+1
2016-09-09
ACPI / CPPC: Add prefix cppc to cpudata structure name
Srinivas Pandruvada
1
-2
/
+2
2016-09-09
ACPI / CPPC: Add support for functional fixed hardware address
Srinivas Pandruvada
1
-13
/
+62
2016-09-09
ACPI / CPPC: Don't return on CPPC probe failure
Srinivas Pandruvada
1
-1
/
+1
2016-09-09
ACPI / CPPC: Allow build with ACPI_CPU_FREQ_PSS config
Srinivas Pandruvada
2
-2
/
+1
2016-09-02
ACPI / drivers: replace acpi_probe_lock spinlock with mutex
Lorenzo Pieralisi
1
-3
/
+3
2016-09-02
tools/testing/nvdimm: unit test for acpi_nvdimm_notify()
Dan Williams
2
-3
/
+8
2016-08-31
ACPI / tables: do not report the number of entries ignored by acpi_parse_entr...
Al Stone
1
-2
/
+2
2016-08-31
ACPI / tables: fix acpi_parse_entries_array() so it traverses all subtables
Al Stone
1
-3
/
+6
2016-08-31
ACPI / tables: fix incorrect counts returned by acpi_parse_entries_array()
Al Stone
1
-1
/
+1
2016-08-31
ACPI / LPSS: Provide build-in properties of the UART
Heikki Krogerus
1
-0
/
+17
2016-08-31
ACPI / APD: Provide build-in properties of the UART
Heikki Krogerus
1
-0
/
+15
2016-08-31
ACPI / button: Fix an issue in button.lid_init_state=ignore mode
Lv Zheng
1
-3
/
+82
[prev]
[next]