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
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-12
ACPICA: Limit maximum time for Sleep() operator
Bob Moore
2
-0
/
+12
2010-06-12
Merge branch 'gpe-regression-fixes' into release
Len Brown
7
-158
/
+141
2010-06-12
ACPI / ACPICA: Fix GPE initialization
Rafael J. Wysocki
1
-1
/
+13
2010-06-12
ACPI / ACPICA: Avoid writing full enable masks to GPE registers
Rafael J. Wysocki
1
-13
/
+5
2010-06-12
ACPI / ACPICA: Fix low-level GPE manipulation code
Rafael J. Wysocki
5
-122
/
+78
2010-06-12
ACPI / ACPICA: Use helper function for computing GPE masks
Rafael J. Wysocki
3
-16
/
+46
2010-06-12
ACPI / ACPICA: Do not attempt to disable GPE when installing handler
Rafael J. Wysocki
1
-7
/
+0
2010-05-29
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2
-31
/
+22
2010-05-12
ACPICA: simplify SCI_EN workaround
Len Brown
2
-31
/
+22
2010-05-06
ACPICA: Rename acpi_ex_system_do_suspend->acpi_ex_system_do_sleep
Bob Moore
3
-6
/
+6
2010-05-06
ACPICA: Prevent possible allocation overrun during object copy
Lin Ming
1
-3
/
+11
2010-05-06
ACPICA: Split large file, evgpeblk
Bob Moore
5
-926
/
+1025
2010-05-06
ACPICA: Add GPE support for dynamically loaded ACPI tables
Bob Moore
5
-47
/
+298
2010-05-06
ACPICA: Clarify/rename some root table descriptor fields
Bob Moore
6
-65
/
+68
2010-04-20
ACPICA: Minimize the differences between linux GPE code and ACPICA code base
Lin Ming
7
-230
/
+316
2010-04-20
ACPICA: Update version to 20100331.
Robert Moore
0
-0
/
+0
2010-04-20
ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT
Lin Ming
1
-0
/
+4
2010-04-20
ACPICA: Update DSDT copy/detection.
Bob Moore
5
-19
/
+38
2010-04-20
ACPICA: Add subsystem option to force copy of DSDT to local memory
Lin Ming
5
-0
/
+56
2010-04-20
ACPICA: Add detection of corrupted/replaced DSDT
Lin Ming
5
-20
/
+61
2010-04-20
ACPICA: Add write support for DataTable operation regions
Bob Moore
1
-3
/
+10
2010-04-20
ACPICA: Fix for acpi_reallocate_root_table for incorrect root table copy
Alexey Starikovskiy
1
-5
/
+18
2010-04-20
ACPICA: Update comments/headers, no functional change
Bob Moore
1
-10
/
+11
2010-04-20
ACPICA: Fix for possible fault in acpi_ex_release_mutex
Lin Ming
1
-11
/
+10
2010-04-20
ACPICA: Standardize integer output for ACPICA warnings/errors
Bob Moore
52
-150
/
+151
2010-04-20
ACPICA: Enhance configuration for output of AML Debug Object
Lin Ming
5
-216
/
+275
2010-04-17
Merge branch 'bugzilla-15749' into release
Len Brown
1
-6
/
+11
2010-04-16
ACPI: EC: Limit burst to 64 bits
Alexey Starikovskiy
1
-6
/
+11
2010-04-07
Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...
Len Brown
2
-12
/
+19
2010-03-23
ACPI / ACPICA: Do not check reference counters in acpi_ev_enable_gpe()
Rafael J. Wysocki
1
-12
/
+7
2010-03-17
ACPI: EC: Allow multibyte access to EC
Alexey Starikovskiy
1
-0
/
+12
2010-03-15
Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...
Len Brown
134
-766
/
+833
2010-03-01
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
134
-481
/
+556
2010-02-25
ACPI: Use GPE reference counting to support shared GPEs
Rafael J. Wysocki
3
-19
/
+19
2010-02-23
ACPI / ACPICA: Multiple system notify handlers per device
Rafael J. Wysocki
3
-39
/
+150
2010-02-23
ACPI: Use GPE reference counting to support shared GPEs
Rafael J. Wysocki
6
-235
/
+117
2010-02-16
ACPICA: fix acpi_ex_release_mutex() comment
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2010-01-22
ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object
Bob Moore
1
-1
/
+0
2010-01-22
ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) type
Bob Moore
30
-182
/
+150
2010-01-22
ACPICA: Predefined name repair: fix NULL package elements
Bob Moore
5
-92
/
+209
2010-01-22
ACPICA: AcpiGetDevices: Eliminate unnecessary _STA calls
Lin Ming
1
-19
/
+33
2010-01-22
ACPICA: Update all ACPICA copyrights and signons to 2010
Bob Moore
134
-134
/
+134
2010-01-22
ACPICA: Update for new gcc-4 warning options
Bob Moore
5
-53
/
+30
2009-12-16
Merge branch 'acpica' into release
Len Brown
24
-297
/
+715
2009-12-16
ACPICA: Move check for valid Thread ID structure
Dan Carpenter
1
-9
/
+9
2009-12-16
ACPICA: Predefined name repair: automatically remove null package elements
Bob Moore
3
-78
/
+65
2009-12-16
ACPICA: Module-level code: enable _REG execution in same scope
Lin Ming
6
-4
/
+36
2009-12-16
ACPICA: Conditionally perform complex per-predefined-name repairs
Bob Moore
1
-13
/
+24
2009-12-16
ACPICA: Update function headers and comments, no functional change
Bob Moore
2
-6
/
+10
2009-12-16
ACPICA: Remove messages if predefined repair(s) are successful
Bob Moore
3
-27
/
+36
[prev]
[next]