index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-25
ACPI suspend: build fix for ACPI_SLEEP=n && XEN_SAVE_RESTORE=y.
Rafael J. Wysocki
1
-0
/
+2
2008-10-25
toshiba_acpi: always call input_sync() after input_report_switch()
Len Brown
1
-0
/
+2
2008-10-25
ACPI: Always report a sync event after a lid state change
Guillem Jover
1
-1
/
+2
2008-10-25
ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.c
Miao Xie
1
-0
/
+5
2008-10-23
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
74
-1458
/
+2745
2008-10-23
dock: make dock driver not a module
Shaohua Li
1
-1
/
+1
2008-10-23
ACPI: hack around sysfs warning with link order
Zhao Yakui
1
-1
/
+1
2008-10-23
ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=n
Len Brown
1
-1
/
+1
2008-10-23
Merge branch 'linus' into test
Len Brown
7
-133
/
+267
2008-10-22
Merge branch 'ull' into test
Len Brown
21
-71
/
+83
2008-10-22
Merge branch 'suspend' into test
Len Brown
2
-27
/
+76
2008-10-22
Merge branch 'misc' into test
Len Brown
20
-33
/
+36
2008-10-22
Merge branch 'fadt-test' into test
Len Brown
1
-7
/
+25
2008-10-22
Merge branch 'ec' into test
Len Brown
3
-187
/
+197
2008-10-22
Merge branch 'dock' into test
Len Brown
6
-511
/
+355
2008-10-22
Merge branch 'cpuidle' into test
Len Brown
1
-0
/
+1
2008-10-22
Merge branch 'bugzilla-11481' into test
Len Brown
1
-3
/
+22
2008-10-22
Merge branch 'bugzilla-10503' into test
Len Brown
1
-0
/
+10
2008-10-22
Merge branch 'bugzilla-10237' into test
Len Brown
1
-2
/
+13
2008-10-22
Merge branch 'asus-cleanup' into test
Len Brown
1
-111
/
+110
2008-10-22
Merge branch 'acpica' into test
Len Brown
47
-435
/
+1634
2008-10-22
Merge branch 'bugfixes' into test
Len Brown
5
-66
/
+131
2008-10-22
Merge branch 'acer-wmi' into test
Len Brown
1
-2
/
+37
2008-10-22
Merge branch 'FW_BUG' into test
Len Brown
1
-3
/
+15
2008-10-22
ACPICA: Add support for zero-length buffer-to-string conversions
Bob Moore
1
-2
/
+9
2008-10-22
ACPICA: New: Validation for predefined ACPI methods/objects
Bob Moore
4
-6
/
+933
2008-10-22
ACPICA: Fix for implicit return compatibility
Lin Ming
1
-0
/
+4
2008-10-22
ACPICA: Fixed a couple memory leaks associated with "implicit return"
Lin Ming
2
-1
/
+6
2008-10-22
ACPICA: Optimize buffer allocation procedure
Bob Moore
1
-25
/
+28
2008-10-22
ACPICA: Fix possible memory leak, error exit path
Lin Ming
2
-0
/
+16
2008-10-22
ACPICA: Fix fault after mem allocation failure in AML parser
Lin Ming
1
-17
/
+11
2008-10-22
ACPICA: Remove unused ACPI register bit definition
Lin Ming
1
-1
/
+0
2008-10-22
ACPICA: Fix possible memory leak in acpi_ns_get_external_pathname
Bob Moore
1
-2
/
+3
2008-10-22
ACPICA: Cleanup for internal Reference Object
Bob Moore
22
-281
/
+280
2008-10-22
ACPICA: Update comments - no functional changes
Bob Moore
1
-10
/
+11
2008-10-22
ACPICA: Update for Reference ACPI_OPERAND_OBJECT
Bob Moore
4
-26
/
+29
2008-10-22
ACPICA: Reduce error to warning for incorrect method arg count
Lin Ming
1
-8
/
+9
2008-10-22
ACPICA: Disallow evaluation of named object types with no value
Bob Moore
1
-0
/
+21
2008-10-22
ACPICA: Remove obsolete debug levels (WARN and ERROR)
Bob Moore
3
-4
/
+2
2008-10-22
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
Lin Ming
10
-35
/
+35
2008-10-22
ACPICA: add preemption point after each opcode parse
Alexey Starikovskiy
1
-0
/
+2
2008-10-22
ACPICA: Improve object conversion error messages
Bob Moore
1
-2
/
+6
2008-10-22
ACPICA: Add function to decode reference obj types to strings
Bob Moore
1
-0
/
+36
2008-10-22
ACPICA: Return method arg count from acpi_get_object_info
Bob Moore
1
-0
/
+4
2008-10-22
ACPICA: Fix warning for 64-bit build
Bob Moore
1
-2
/
+1
2008-10-22
ACPICA: Add function to dereference returned reference objects
Lin Ming
1
-0
/
+79
2008-10-22
ACPICA: Return status from global init function
Yi Yang
2
-5
/
+10
2008-10-22
ACPICA: Fix table compare code, length then data
Bob Moore
1
-5
/
+9
2008-10-22
ACPICA: Allow same ACPI table to be loaded/unloaded more than once
Bob Moore
1
-7
/
+42
2008-10-22
ACPICA: Add check for invalid handle in acpi_get_object_info
Fiodor Suietov
1
-0
/
+1
[next]