| Commit message (Expand) | Author | Age | Files | Lines |
*---------. | Merge branches 'acpica-release-fixes', 'ec-fix', 'dock', 'irq-bounds', 'therm... | Andi Kleen | 2008-08-15 | 7 | -12/+54 |
|\ \ \ \ \ \ |
|
| | | | | | * | acpi: trivial cleanups | Pavel Machek | 2008-08-15 | 2 | -2/+1 |
| | | | | * | | ACPI: WMI: Set instance for query block calls | Carlos Corbacho | 2008-08-15 | 1 | -1/+1 |
| | | | | |/ |
|
| | | | * | | ACPI: Fix thermal shutdowns | Milan Broz | 2008-08-15 | 1 | -1/+1 |
| | | | |/ |
|
| | | * | | ACPI: bounds check IRQ to prevent memory corruption | Bjorn Helgaas | 2008-08-15 | 1 | -5/+7 |
| | | |/ |
|
| | * | | ACPI: Properly clear flags on false-positives and send uevent on sudden unplug | Holger Macht | 2008-08-15 | 1 | -3/+8 |
| | |/ |
|
| * | | ACPI: Avoid bogus EC timeout when EC is in Polling mode | Zhao Yakui | 2008-08-15 | 1 | -0/+2 |
| * | | ACPI : Add the EC dmi table to fix the incorrect ECDT table | Zhao Yakui | 2008-08-15 | 1 | -0/+34 |
| |/ |
|
* | | ACPICA: Additional error checking for pathname utilities | Bob Moore | 2008-08-15 | 4 | -19/+39 |
* | | ACPICA: Fix possible memory leak in Unload() operator | Lin Ming | 2008-08-15 | 1 | -0/+3 |
* | | ACPICA: Fix memory leak when deleting thermal/processor objects | Bob Moore | 2008-08-15 | 1 | -2/+11 |
|/ |
|
* | Remove newline from the description of module parameters | Niels de Vos | 2008-08-01 | 1 | -2/+2 |
* | acpi cpufreq cleanup: move bailing out of function before locking the mutex | Thomas Renninger | 2008-07-30 | 1 | -3/+3 |
* | cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already | Thomas Renninger | 2008-07-30 | 1 | -2/+13 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-07-28 | 1 | -11/+7 |
|\ |
|
| * | PCI: fix bogus "'device' may be used uninitialized" warning in pci_slot | Matthew Wilcox | 2008-07-28 | 1 | -11/+7 |
* | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-28 | 1 | -4/+11 |
|\ \
| |/ |
|
| * | ACPI/CPUIDLE: prevent setting pm_idle to NULL | Thomas Gleixner | 2008-07-28 | 1 | -4/+11 |
* | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-28 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-07-26 | 1 | -0/+6 |
| |\ |
|
| | * | ftrace: disable tracing on acpi idle calls | Steven Rostedt | 2008-07-26 | 1 | -0/+6 |
* | | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu | Mike Travis | 2008-07-26 | 1 | -8/+3 |
|/ / |
|
* | | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-24 | 6 | -24/+93 |
|\ \ |
|
| * | | acpi: fix crash in core ACPI code, triggered by CONFIG_ACPI_PCI_SLOT=y | Ingo Molnar | 2008-07-22 | 2 | -0/+12 |
| * | | Revert "ACPI: don't walk tables if ACPI was disabled" | Andi Kleen | 2008-07-18 | 1 | -3/+0 |
| * | | Merge branch 'merge' into release-2.6.27 | Andi Kleen | 2008-07-18 | 3 | -13/+75 |
| |\ \ |
|
| | * | | ACPI : Set FAN device to correct state in boot phase | Zhao Yakui | 2008-07-18 | 1 | -0/+43 |
| | * | | ACPI: Ignore _BQC object when registering backlight device | Zhao Yakui | 2008-07-18 | 1 | -2/+12 |
| | * | | ACPI: stop complaints about interrupt link End Tags and blank IRQ descriptors | Bjorn Helgaas | 2008-07-18 | 1 | -11/+20 |
| * | | | Revert "dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled." | Andi Kleen | 2008-07-18 | 2 | -6/+0 |
| * | | | Revert "Fix FADT parsing" | Andi Kleen | 2008-07-18 | 1 | -11/+6 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-07-24 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | PCI hotplug: fix error path in pci_slot's register_slot | Alex Chiang | 2008-07-22 | 1 | -2/+3 |
* | | | | pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend ordering | Carlos Corbacho | 2008-07-24 | 1 | -0/+20 |
* | | | | pm: acpi hibernation: utilize hardware signature | Shaohua Li | 2008-07-24 | 1 | -0/+22 |
* | | | | move memory_read_from_buffer() from fs.h to string.h | Akinobu Mita | 2008-07-24 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-07-23 | 1 | -6/+11 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into cpus4096-for-linus | Ingo Molnar | 2008-07-21 | 3 | -9/+0 |
| |\ \ \
| | |/ / |
|
| * | | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr | Mike Travis | 2008-07-18 | 1 | -3/+8 |
| * | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-18 | 71 | -707/+1585 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-16 | 2 | -3/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge commit 'v2.6.26-rc9' into cpus4096 | Ingo Molnar | 2008-07-06 | 22 | -78/+117 |
| |\ \ \ \ |
|
| * | | | | | acpi: use performance variant for_each_cpu_mask_nr | Mike Travis | 2008-05-23 | 1 | -3/+3 |
* | | | | | | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 2008-07-21 | 6 | -18/+14 |
| |_|_|_|/
|/| | | | |
|
* | | | | | APCI: revert another duplicated patch | Thomas Gleixner | 2008-07-20 | 1 | -3/+0 |
* | | | | | APCI: revert duplicated patch | Thomas Gleixner | 2008-07-20 | 2 | -6/+0 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-16 | 9 | -190/+706 |
|\ \ \ \ |
|
| * | | | | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki | 2008-07-07 | 4 | -4/+45 |
| * | | | | ACPI: Introduce new device wakeup flag 'prepared' | Rafael J. Wysocki | 2008-07-07 | 1 | -2/+22 |
| * | | | | ACPI: Introduce acpi_device_sleep_wake function | Rafael J. Wysocki | 2008-07-07 | 3 | -73/+89 |