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
2015-02-17
ACPI / EC: Remove non-standard log emphasis
Scot Doyle
1
-2
/
+2
2015-02-11
Revert "ACPI / EC: Add query flushing support"
Rafael J. Wysocki
1
-85
/
+16
2015-02-11
Revert "ACPI / EC: Add GPE reference counting debugging messages"
Rafael J. Wysocki
1
-22
/
+2
2015-02-06
ACPI / EC: Add GPE reference counting debugging messages
Lv Zheng
1
-2
/
+22
2015-02-06
ACPI / EC: Add query flushing support
Lv Zheng
1
-16
/
+85
2015-02-06
ACPI / EC: Refine command storm prevention support
Lv Zheng
1
-19
/
+36
2015-02-06
ACPI / EC: Add command flushing support.
Lv Zheng
2
-3
/
+66
2015-02-06
ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag
Lv Zheng
1
-11
/
+54
2015-02-05
ACPI / EC: Update revision due to raw handler mode.
Lv Zheng
1
-3
/
+3
2015-02-05
ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp.
Lv Zheng
1
-3
/
+14
2015-02-05
ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW...
Lv Zheng
1
-8
/
+73
2015-02-05
Merge branch 'acpica' into acpi-ec
Rafael J. Wysocki
177
-480
/
+567
2015-02-05
ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based...
Lv Zheng
1
-7
/
+16
2015-02-05
ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergences
Lv Zheng
1
-0
/
+105
2015-02-05
ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...
Lv Zheng
5
-24
/
+157
2015-02-05
ACPICA: Update Copyright headers to 2015
David E. Box
174
-175
/
+175
2015-02-05
ACPICA: Hardware: Cast GPE enable_mask before storing
David E. Box
1
-1
/
+1
2015-02-05
ACPICA: Events: Cleanup GPE dispatcher type obtaining code
Lv Zheng
7
-24
/
+24
2015-02-05
ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...
Lv Zheng
1
-13
/
+26
2015-02-05
ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removing
Lv Zheng
1
-0
/
+1
2015-02-05
ACPICA: Events: Fix uninitialized variable
David E. Box
1
-1
/
+1
2015-02-05
ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restriction
Lv Zheng
3
-100
/
+15
2015-02-05
ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()
Lv Zheng
1
-11
/
+0
2015-02-05
ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after e...
Lv Zheng
3
-3
/
+6
2015-01-26
ACPICA: Resources: Provide common part for struct acpi_resource_address struc...
Lv Zheng
6
-57
/
+59
2015-01-26
ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
Lv Zheng
2
-90
/
+0
2015-01-24
ACPI / EC: Cleanup QR_EC related code
Lv Zheng
1
-50
/
+20
2015-01-24
ACPI / EC: Fix issues related to the SCI_EVT handling
Lv Zheng
2
-34
/
+26
2015-01-24
ACPI / EC: Fix a code path that global lock is not held
Lv Zheng
1
-0
/
+10
2015-01-24
ACPI / EC: Fix returning values in acpi_ec_sync_query()
Lv Zheng
1
-6
/
+10
2015-01-24
ACPI / EC: Add reference counting for query handlers
Lv Zheng
1
-10
/
+33
2015-01-24
ACPI / EC: Cleanup transaction wakeup code
Lv Zheng
1
-8
/
+9
2015-01-22
ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()
Octavian Purdila
1
-0
/
+7
2015-01-13
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...
Linus Torvalds
1
-4
/
+7
2015-01-07
Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'
Rafael J. Wysocki
4
-41
/
+69
2015-01-07
ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X
Hans de Goede
1
-0
/
+10
2015-01-06
ACPI/int340x_thermal: enumerate INT3401 for Intel SoC DTS thermal driver
Zhang Rui
1
-1
/
+6
2015-01-06
ACPI/int340x_thermal: enumerate INT340X devices even if they're not in _ART/_TRT
Zhang Rui
1
-4
/
+2
2015-01-06
ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()
Hanjun Guo
1
-3
/
+3
2015-01-06
ACPI / processor: Convert apic_id to phys_id to make it arch agnostic
Hanjun Guo
2
-37
/
+40
2015-01-06
ACPI / PM: Fix PM initialization for devices that are not present
Rafael J. Wysocki
2
-6
/
+9
2014-12-29
Merge branch 'acpi-video'
Rafael J. Wysocki
1
-0
/
+17
2014-12-29
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
1
-2
/
+0
2014-12-23
ACPI / video: Add some Samsung models to disable_native_backlight list
Aaron Lu
1
-0
/
+17
2014-12-20
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-8
/
+14
2014-12-19
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-18
/
+30
2014-12-19
Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvh...
Linus Torvalds
1
-54
/
+0
2014-12-18
Merge branches 'acpi-fan', 'acpi-video' and 'acpi-ec'
Rafael J. Wysocki
3
-3
/
+17
2014-12-18
Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'
Rafael J. Wysocki
3
-15
/
+13
2014-12-17
cpuidle / ACPI: remove unused CPUIDLE_FLAG_TIME_INVALID
Len Brown
1
-2
/
+0
[next]