| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-07-12 | ACPI: processor: fix processor_physically_present on UP |  Alex Chiang | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -0/+1 |
| 2010-03-14 | ACPI: processor: push file static MADT pointer into internal map_madt_entry() |  Alex Chiang | 1 | -9/+9 |
| 2010-03-14 | ACPI: processor: refactor internal map_lsapic_id() |  Alex Chiang | 1 | -15/+5 |
| 2010-03-14 | ACPI: processor: refactor internal map_x2apic_id() |  Alex Chiang | 1 | -9/+3 |
| 2010-03-14 | ACPI: processor: refactor internal map_lapic_id() |  Alex Chiang | 1 | -6/+9 |
| 2010-03-14 | ACPI: processor: driver doesn't need to evaluate _PDC |  Alex Chiang | 1 | -7/+0 |
| 2010-03-14 | ACPI: processor: remove early _PDC optin quirks |  Alex Chiang | 1 | -37/+0 |
| 2010-03-14 | ACPI: processor: add internal processor_physically_present() |  Alex Chiang | 1 | -0/+42 |
| 2010-03-14 | ACPI: processor: move acpi_get_cpuid into processor_core.c |  Alex Chiang | 1 | -0/+160 |
| 2010-03-14 | ACPI: processor: mv processor_pdc.c processor_core.c |  Alex Chiang | 1 | -0/+209 |
| 2010-03-14 | ACPI: processor: mv processor_core.c processor_driver.c |  Alex Chiang | 1 | -1142/+0 |
| 2010-03-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq |  Linus Torvalds | 1 | -0/+2 |
| 2010-01-13 | [CPUFREQ] Processor Clocking Control interface driver |  Naga Chumbalkar | 1 | -0/+2 |
| 2009-12-22 | ACPI: processor: change acpi_processor_set_pdc() interface |  Alex Chiang | 1 | -1/+1 |
| 2009-12-22 | ACPI: processor: call _PDC early |  Alex Chiang | 1 | -69/+0 |
| 2009-12-16 | Merge branch 'misc-2.6.33' into release |  Len Brown | 1 | -2/+2 |
| 2009-12-16 | ACPI processor: Fix section mismatch for processor_add() |  Thomas Renninger | 1 | -1/+1 |
| 2009-12-16 | Merge branch 'ost' into release |  Len Brown | 1 | -3/+3 |
| 2009-12-16 | ACPI: Remove repeated registered as cooling_device messages |  Mike Travis | 1 | -1/+1 |
| 2009-11-24 | ACPICA: Add post-order callback to acpi_walk_namespace |  Lin Ming | 1 | -2/+2 |
| 2009-11-06 | ACPI: Notify the _PPC evaluation status to the platform |  Zhao Yakui | 1 | -3/+3 |
| 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 |