summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | ACPICA: Undo accidental checkin of not-fully-tested mutex changesBob Moore2008-04-221-16/+0
| * | | | | | | | ACPICA: Implemented full support for deferred execution for the TermArg strin...Lin Ming2008-04-227-108/+156
| * | | | | | | | ACPICA: Fixed a problem with Index Fields where the Index register was incorr...Bob Moore2008-04-222-44/+34
| * | | | | | | | ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of t...Bob Moore2008-04-221-5/+8
| * | | | | | | | ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op...Lin Ming2008-04-222-10/+13
| * | | | | | | | ACPICA: Fixed a problem with Index references passed as method argumentsLin Ming2008-04-221-2/+8
| * | | | | | | | ACPICA: Fixed a problem with FromBCD and ToBCD with some compilersBob Moore2008-04-221-1/+1
| * | | | | | | | ACPICA: Fixes a problem with control method references within packagesBob Moore2008-04-222-2/+3
| * | | | | | | | ACPICA: Cleanup of debug outputBob Moore2008-04-221-9/+30
| * | | | | | | | ACPICA: Cosmetic changes only, no functional changesBob Moore2008-04-2213-48/+54
| * | | | | | | | ACPICA: Cosmetic changes only, no functional changesBob Moore2008-04-2213-37/+44
| * | | | | | | | ACPICA: Added additional parameter validation for LoadTableLin Ming2008-04-221-0/+8
| * | | | | | | | ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack...Bob Moore2008-04-222-20/+26
| * | | | | | | | ACPICA: Fix for Load/LoadTable to specify load locationBob Moore2008-04-223-5/+18
| * | | | | | | | ACPICA: Add error checks to prevent faultsBob Moore2008-04-222-2/+16
| * | | | | | | | ACPICA: Add a table checksum verify for Load operatorBob Moore2008-04-222-4/+22
| * | | | | | | | ACPICA: Fix for memory leak related to DdbHandle objectsBob Moore2008-04-221-0/+1
| * | | | | | | | ACPICA: Fix a fault when storing DdbHandle to Debug objectBob Moore2008-04-221-1/+11
| * | | | | | | | ACPICA: Fix for fault if Load() failsBob Moore2008-04-223-18/+43
| * | | | | | | | ACPICA: Fix for Alias operator to see target child objectsBob Moore2008-04-222-41/+75
| * | | | | | | | ACPICA: Fix for namespace lookup problemLin Ming2008-04-221-16/+8
| * | | | | | | | ACPICA: New interfaces for table event handlersLin Ming2008-04-223-2/+119
| * | | | | | | | ACPICA: Support for iASL - multiple files and wildcardsBob Moore2008-04-222-0/+7
| * | | | | | | | ACPICA: Updated error message for dynamic method serializationBob Moore2008-04-221-1/+1
| * | | | | | | | ACPICA: Fix for update of the Global Lock HandleBob Moore2008-04-222-8/+14
| * | | | | | | | ACPICA: Fix for package reference countsBob Moore2008-04-221-0/+22
| * | | | | | | | ACPICA: Increase maximum buffer size dumped to screen in buffer object dumpBob Moore2008-04-221-1/+1
| * | | | | | | | ACPICA: Misc fixes for recent global lock code updateBob Moore2008-04-224-12/+32
| * | | | | | | | ACPICA: Removed extraneous codeBob Moore2008-04-222-10/+1
| * | | | | | | | ACPICA: Update comments for acquire/release mutex interfacesBob Moore2008-04-221-6/+30
| * | | | | | | | ACPICA: Avoid use of invalid pointers in returned object fieldBob Moore2008-04-224-8/+21
| * | | | | | | | ACPICA: changed order of interpretation of operand objectsBob Moore2008-04-226-8/+170
| * | | | | | | | ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore2008-04-228-134/+196
| * | | | | | | | ACPICA: Removed unused codeBob Moore2008-04-224-39/+0
| * | | | | | | | ACPICA: Several fixes for internal method result stackBob Moore2008-04-226-482/+161
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | [IA64] Provide ACPI fixup for /proc/cpuinfo/physical_idAlex Chiang2008-04-291-0/+9
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-291-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: validate against acpi motherboard resourcesRobert Hancock2008-04-261-0/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-2917-264/+162
| |_|_|/ / / / |/| | | | | |
* | | | | | | [CPUFREQ] change cpu freq tables to per_cpu variablesMike Travis2008-04-281-14/+16
* | | | | | | drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton2008-04-281-2/+0
* | | | | | | fix idle (arch, acpi and apm) and lockdepPeter Zijlstra2008-04-271-10/+9
|/ / / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-1/+1
|\ \ \ \ \ \
| * | | | | | acpi: Storage class should be before const qualifierTobias Klauser2008-04-211-1/+1
* | | | | | | generic: use new set_cpus_allowed_ptr functionMike Travis2008-04-191-5/+5
|/ / / / / /
* | | | | | Add down_timeout and change ACPI to use itMatthew Wilcox2008-04-171-68/+21
|/ / / / /
* | | | | acpi: bus: check once more for an empty list after locking itChuck Ebbert2008-04-151-3/+4
| |_|/ / |/| | |
* | | | acpi: fix "buggy BIOS check" when CPUs are hot removedAlok Kataria2008-04-081-1/+1
* | | | acpi thermal: fix result checkKrzysztof Helt2008-04-081-1/+1
|/ / /
* | | Revert "ACPI: Ignore _BQC object when registering backlight device"Linus Torvalds2008-04-051-1/+1
OpenPOWER on IntegriCloud