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.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-01-01
ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file
Bob Moore
9
-514
/
+53
2016-01-01
ACPICA: acpiexec: Add support for AML files containing multiple tables
Bob Moore
2
-0
/
+27
2016-01-01
ACPICA: Split interpreter tracing functions to a new file
Bob Moore
3
-326
/
+379
2016-01-01
ACPICA: Core: Major update for code formatting, no functional changes
Bob Moore
97
-493
/
+617
2016-01-01
ACPICA: exmutex: General cleanup, restructured some code
Bob Moore
1
-21
/
+59
2016-01-01
ACPICA: Add "const" to some functions that return fixed strings
LABBE Corentin
4
-25
/
+22
2016-01-01
ACPICA: Fix SyncLevel support interaction with method auto-serialization
David E. Box
1
-2
/
+13
2016-01-01
ACPICA: Debugger: reduce old external path format
Lv Zheng
9
-10
/
+12
2016-01-01
ACPICA: Namespace: Fix wrong error log
Lv Zheng
1
-1
/
+1
2016-01-01
ACPICA: acpi_get_sleep_type_data: Reduce warnings
Prarit Bhargava
1
-7
/
+17
2016-01-01
ACPICA: Linuxize: reduce divergences for 20151218 release
Lv Zheng
12
-324
/
+324
2016-01-01
Merge branch 'acpi-debug' into acpica
Rafael J. Wysocki
15
-202
/
+1187
2016-01-01
ACPI: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbol
Christophe RICARD
2
-20
/
+27
2016-01-01
ACPI / video: Add a quirk to force acpi-video backlight on SAMSUNG 530U4E/540U4E
Aaron Lu
1
-0
/
+9
2016-01-01
ACPI / video: Add quirks for the Dell Vostro V131
Hans de Goede
2
-0
/
+33
2016-01-01
ACPI / video: Add a module option to disable the reporting of keypresses
Hans de Goede
1
-3
/
+11
2016-01-01
ACPI / video: Add a acpi_video_handles_brightness_key_presses() helper
Hans de Goede
1
-0
/
+12
2016-01-01
ACPI, PCI, irq: remove interrupt number restriction
Sinan Kaya
1
-2
/
+2
2016-01-01
ACPI, PCI, irq: remove interrupt count restriction
Sinan Kaya
1
-34
/
+102
2015-12-28
ACPI / debugger: Fix a redundant mutex unlock issue in acpi_aml_open()
Lv Zheng
1
-1
/
+2
2015-12-28
ACPI / debugger: copy_to_user doesn't return errors
Dan Carpenter
1
-4
/
+6
2015-12-28
ACPI / debugger: remove some unneeded conditions
Dan Carpenter
1
-4
/
+0
2015-12-28
ACPI / debugger: Fix an issue a flag is modified without locking
Lv Zheng
1
-1
/
+1
2015-12-22
ACPI / bus: Show _OSC UUID when _OSC fails
Andy Lutomirski
1
-2
/
+3
2015-12-22
ACPI / bus: Tidy up _OSC error spacing
Andy Lutomirski
1
-3
/
+3
2015-12-21
ACPI / processor: Fix thermal cooling device regression
Srinivas Pandruvada
1
-1
/
+2
2015-12-15
ACPI / debugger: Add module support for ACPI debugger
Lv Zheng
5
-39
/
+269
2015-12-15
ACPI / debugger: Add IO interface to access debugger functionalities
Lv Zheng
5
-5
/
+835
2015-12-15
ACPICA: Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using differe...
Lv Zheng
7
-46
/
+83
2015-12-15
ACPICA: Debugger: Convert some mechanisms to OSPM specific
Lv Zheng
5
-146
/
+38
2015-12-15
ACPICA: Debugger: Remove unnecessary status check
Colin Ian King
1
-3
/
+0
2015-12-12
nfit: acpi_nfit_notify(): Do not leave device locked
Alexey Khoroshilov
1
-1
/
+1
2015-12-10
ACPI: Fix build errors due objects compiled unconditionally
Javier Martinez Canillas
1
-4
/
+4
2015-12-09
ACPI / utils: Add acpi_dev_present()
Lukas Wunner
3
-7
/
+40
2015-12-09
ACPI / scan: Fix acpi_bus_id_list bookkeeping
Lukas Wunner
1
-0
/
+14
2015-12-09
ACPI / LPSS: power on when probe() and otherwise when remove()
Andy Shevchenko
1
-0
/
+32
2015-12-09
ACPI / LPSS: do delay for all LPSS devices when D3->D0
Andy Shevchenko
1
-8
/
+15
2015-12-09
ACPI / LPSS: allow to use specific PM domain during ->probe()
Andy Shevchenko
1
-1
/
+2
2015-12-09
Revert "ACPI / LPSS: allow to use specific PM domain during ->probe()"
Andy Shevchenko
1
-2
/
+6
2015-12-07
device property: return -EINVAL when property isn't found in ACPI
Andy Shevchenko
1
-5
/
+5
2015-12-04
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-19
/
+49
2015-12-04
Merge branches 'acpica', 'acpi-video' and 'device-properties'
Rafael J. Wysocki
1
-2
/
+2
2015-12-04
Merge branches 'acpi-pci' and 'pm-pci'
Rafael J. Wysocki
74
-397
/
+11348
2015-12-02
x86/PCI/ACPI: Fix regression caused by commit 4d6b4e69a245
Liu Jiang
1
-0
/
+7
2015-12-01
nfit: Adjust for different _FIT and NFIT headers
Linda Knippers
2
-13
/
+37
2015-12-01
nfit: Fix the check for a successful NFIT merge
Linda Knippers
1
-1
/
+1
2015-12-01
nfit: Account for table size length variation
Linda Knippers
1
-6
/
+12
2015-12-01
ACPI: Better describe ACPI_DEBUGGER
Peter Zijlstra
1
-2
/
+2
2015-11-30
ACPI / scan: set status to 0 if _STA failed
Aaron Lu
1
-1
/
+1
2015-11-20
Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci'
Rafael J. Wysocki
2
-42
/
+8
[prev]
[next]