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
2023-08-01
ACPI: Move AMBA bus scan handling into arm64 specific directory
Sudeep Holla
7
-8
/
+5
2023-07-31
ACPI: scan: Create platform device for CS35L56
Simon Trimmer
1
-0
/
+1
2023-07-28
ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()
Guanghui Feng
1
-3
/
+0
2023-07-26
coresight: etm4x: Add ACPI support in platform driver
Suzuki K Poulose
1
-1
/
+0
2023-07-20
ACPI: processor: Refine messages in acpi_early_processor_control_setup()
Rafael J. Wysocki
1
-2
/
+3
2023-07-17
ACPI: thermal: Drop nocrt parameter
Mario Limonciello
1
-5
/
+1
2023-07-17
ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470
Jiri Slaby (SUSE)
1
-0
/
+9
2023-07-17
ACPI: processor: Remove acpi_hwp_native_thermal_lvt_osc()
Michal Wilczynski
1
-36
/
+0
2023-07-17
ACPI: processor: Use _OSC to convey OSPM processor support information
Michal Wilczynski
3
-20
/
+29
2023-07-14
ACPI: thermal: Install Notify() handler directly
Michal Wilczynski
1
-5
/
+18
2023-07-14
ACPI: NFIT: Remove unnecessary .remove callback
Michal Wilczynski
1
-6
/
+0
2023-07-14
ACPI: NFIT: Install Notify() handler directly
Michal Wilczynski
1
-9
/
+29
2023-07-14
ACPI: HED: Install Notify() handler directly
Michal Wilczynski
1
-3
/
+12
2023-07-14
ACPI: battery: Install Notify() handler directly
Michal Wilczynski
1
-5
/
+19
2023-07-14
ACPI: video: Install Notify() handler directly
Michal Wilczynski
1
-3
/
+17
2023-07-14
ACPI: AC: Install Notify() handler directly
Michal Wilczynski
1
-8
/
+19
2023-07-14
ACPI: bus: Set driver_data to NULL every time .add() fails
Michal Wilczynski
1
-1
/
+3
2023-07-14
ACPI: bus: Introduce wrappers for ACPICA notify handler install/remove
Michal Wilczynski
1
-0
/
+24
2023-07-14
ACPI: processor: Introduce acpi_processor_osc()
Michal Wilczynski
1
-1
/
+29
2023-07-14
ACPI: processor: Set CAP_SMP_T_SWCOORD in arch_acpi_set_proc_cap_bits()
Michal Wilczynski
1
-3
/
+0
2023-07-14
ACPI: processor: Clear C_C2C3_FFH and C_C1_FFH in arch_acpi_set_proc_cap_bits()
Michal Wilczynski
1
-14
/
+0
2023-07-14
ACPI: processor: Rename ACPI_PDC symbols
Michal Wilczynski
1
-1
/
+1
2023-07-14
ACPI: processor: Refactor arch_acpi_set_pdc_bits()
Michal Wilczynski
1
-1
/
+1
2023-07-14
ACPI: processor: Move processor_physically_present() to acpi_processor.c
Michal Wilczynski
3
-50
/
+52
2023-07-14
ACPI: processor: Move MWAIT quirk out of acpi_processor.c
Michal Wilczynski
3
-28
/
+38
2023-07-14
iommu: Have __iommu_probe_device() check for already probed devices
Jason Gunthorpe
1
-1
/
+1
2023-07-10
ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer
Abhishek Mainkar
1
-1
/
+1
2023-07-10
ACPICA: Slightly simplify an error message in acpi_ds_result_push()
Christophe Jaillet
1
-2
/
+2
2023-07-10
ACPICA: Add interrupt command to acpiexec
Jose Marinho
3
-0
/
+68
2023-07-10
ACPICA: Detect GED device and keep track of _EVT
Jose Marinho
2
-0
/
+9
2023-07-10
ACPICA: Add support for _DSC as per ACPI 6.5
Saket Dumbre
1
-0
/
+3
2023-07-10
ACPICA: exserial.c: replace ternary operator with ACPI_MIN()
Jiangshan Yi
1
-2
/
+1
2023-07-10
ACPICA: Modify ACPI_STATE_COMMON
George Guo
1
-11
/
+19
2023-07-10
ACPICA: Fix GCC 12 dangling-pointer warning
Philip Prindeville
1
-0
/
+5
2023-07-07
Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
5
-23
/
+69
2023-07-06
Merge branches 'acpi-bus' and 'acpi-scan'
Rafael J. Wysocki
5
-23
/
+69
2023-07-04
ACPI: scan: Use the acpi_match_acpi_device() helper
Andy Shevchenko
1
-9
/
+12
2023-07-04
ACPI: platform: Move SMB0001 HID to the header and reuse
Andy Shevchenko
1
-1
/
+1
2023-07-04
ACPI: platform: Ignore SMB0001 only when it has resources
Andy Shevchenko
1
-3
/
+28
2023-07-04
ACPI: bus: Introduce acpi_match_acpi_device() helper
Andy Shevchenko
1
-4
/
+21
2023-07-04
ACPI: scan: fix undeclared variable warnings by including sleep.h
Ben Dooks
1
-0
/
+1
2023-06-30
Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-1
/
+127
2023-06-30
Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
1
-1
/
+1
2023-06-30
Merge tag 'acpi-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-6
/
+12
2023-06-29
LoongArch: Add SMT (Simultaneous Multi-Threading) support
Huacai Chen
1
-1
/
+1
2023-06-29
ACPI: bus: Constify acpi_companion_match() returned value
Andy Shevchenko
3
-5
/
+5
2023-06-29
ACPI: scan: Move acpi_root to internal header
Andy Shevchenko
2
-2
/
+2
2023-06-27
ACPI: EC: Fix acpi_ec_dispatch_gpe()
Rafael J. Wysocki
1
-6
/
+12
2023-06-27
Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-6
/
+46
2023-06-27
Merge tag 'acpi-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
17
-376
/
+457
[prev]
[next]