| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-11-05 | ACPI: add __cpuinit to acpi_processor_add() |  Rakib Mullick | 1 | -1/+1 |
| 2009-10-03 | ACPI: kill overly verbose "throttling states" log messages |  Roland Dreier | 1 | -7/+0 |
| 2009-09-19 | Merge branch 'processor-procfs-2.6.32' into release |  Len Brown | 1 | -4/+21 |
| 2009-09-19 | Merge branch 'bjorn-start-stop-2.6.32' into release |  Len Brown | 1 | -124/+95 |
| 2009-08-28 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h |  Len Brown | 1 | -0/+2 |
| 2009-08-26 | acpi: don't call acpi_processor_init if acpi is disabled |  Yinghai Lu | 1 | -0/+6 |
| 2009-06-25 | ACPI: processor: remove .start() method |  Bjorn Helgaas | 1 | -37/+7 |
| 2009-06-25 | ACPI: processor: move acpi_processor_start() after acpi_processor_add() |  Bjorn Helgaas | 1 | -84/+84 |
| 2009-06-25 | ACPI: processor: clean up in acpi_processor_start() error exits |  Bjorn Helgaas | 1 | -7/+22 |
| 2009-06-25 | ACPI: processor: remove KOBJ_ONLINE/KOBJ_OFFLINE events |  Bjorn Helgaas | 1 | -15/+1 |
| 2009-06-24 | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release |  Len Brown | 1 | -17/+28 |
| 2009-06-24 | ACPI: Rename ACPI processor device bus ID |  Zhao Yakui | 1 | -1/+10 |
| 2009-06-24 | ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFS |  Zhao Yakui | 1 | -4/+21 |
| 2009-06-20 | ACPI: pdc init related memory leak with physical CPU hotplug |  Pallipadi, Venkatesh | 1 | -0/+2 |
| 2009-06-09 | cpumask: alloc zeroed cpumask for static cpumask_var_ts |  Yinghai Lu | 1 | -1/+1 |
| 2009-05-27 | ACPI: processor: move device _HID into driver |  Bjorn Helgaas | 1 | -1/+1 |
| 2009-05-27 | ACPI: processor: check for synthetic _HID, default to "Device" declaration |  Bjorn Helgaas | 1 | -15/+15 |
| 2009-04-05 | ACPI: processor: use .notify method instead of installing handler directly |  Bjorn Helgaas | 1 | -15/+4 |
| 2009-04-05 | Merge branch 'linus' into release |  Len Brown | 1 | -2/+0 |
| 2009-04-03 | x86, ACPI: add support for x2apic ACPI extensions |  Suresh Siddha | 1 | -0/+26 |
| 2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner |  Alexey Dobriyan | 1 | -2/+0 |
| 2009-01-03 | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t |  Rusty Russell | 1 | -4/+10 |
| 2008-11-11 | Merge branch 'processor-256' into release |  Len Brown | 1 | -37/+49 |
| 2008-11-11 | Merge branch 'sysfs' into release |  Len Brown | 1 | -3/+3 |
| 2008-11-07 | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h |  Bjorn Helgaas | 1 | -1/+0 |
| 2008-11-06 | ACPI: struct device - replace bus_id with dev_name(), dev_set_name() |  Kay Sievers | 1 | -3/+3 |
| 2008-11-06 | ACPI: 80 column adherence and spelling fix (no functional change) |  Myron Stowe | 1 | -3/+4 |
| 2008-11-06 | ACPI: Behave uniquely based on processor declaration definition type |  Myron Stowe | 1 | -34/+44 |
| 2008-11-06 | ACPI: Disambiguate processor declaration type |  Myron Stowe | 1 | -0/+1 |
| 2008-10-22 | Merge branch 'ull' into test |  Len Brown | 1 | -2/+2 |
| 2008-10-11 | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels |  Matthew Wilcox | 1 | -2/+2 |
| 2008-10-10 | ACPI: catch calls of acpi_driver_data on pointer of wrong type |  Pavel Machek | 1 | -1/+1 |
| 2008-09-02 | ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" |  Dennis Jansen | 1 | -1/+1 |
| 2008-08-15 | acpi: trivial cleanups |  Pavel Machek | 1 | -1/+1 |
| 2008-07-21 | driver core: fix a lot of printk usages of bus_id |  Greg Kroah-Hartman | 1 | -3/+2 |
| 2008-07-16 | ACPI: Disable MWAIT via DMI on broken Compal board |  Zhao Yakui | 1 | -0/+28 |
| 2008-07-16 | ACPI : Create "idle=nomwait" bootparam |  Zhao Yakui | 1 | -0/+13 |
| 2008-07-16 | ACPI: change processors from array to per_cpu variable |  Mike Travis | 1 | -11/+9 |
| 2008-07-16 | create sysfs link from acpi device to sysdev for cpu |  Zhang Rui | 1 | -1/+7 |
| 2008-07-16 | force offline the processor during hot-removal |  Zhang Rui | 1 | -3/+3 |
| 2008-06-11 | proper prototype for acpi_processor_tstate_has_changed() |  Adrian Bunk | 1 | -1/+0 |
| 2008-04-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 |  Linus Torvalds | 1 | -15/+14 |
| 2008-04-29 | [IA64] Provide ACPI fixup for /proc/cpuinfo/physical_id |  Alex Chiang | 1 | -0/+9 |
| 2008-04-29 | acpi: use non-racy method for proc entries creation |  Denis V. Lunev | 1 | -24/+15 |
| 2008-04-29 | ACPI: elide a non-zero test on a result that is never 0 |  Julia Lawall | 1 | -15/+14 |
| 2008-04-08 | acpi: fix "buggy BIOS check" when CPUs are hot removed |  Alok Kataria | 1 | -1/+1 |
| 2008-03-28 | revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0" |  Ingo Molnar | 1 | -13/+15 |
| 2008-03-27 | ACPI: drivers/acpi: elide a non-zero test on a result that is never 0 |  Julia Lawall | 1 | -15/+13 |
| 2008-03-13 | Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' and 'toshiba' into release |  Len Brown | 1 | -4/+5 |
| 2008-03-11 | ACPI: use ACPI_DEBUG_PRINT instead of printk in acpi_processor_hotplug_notify() |  Glauber Costa | 1 | -2/+3 |