index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
processor_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-13
cpufreq / ACPI: Fix not loading acpi-cpufreq driver regression
Thomas Renninger
1
-2
/
+4
2012-01-17
ACPI: processor: fix acpi_get_cpuid for UP processor
Lin Ming
1
-2
/
+24
2011-11-01
acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL
Paul Gortmaker
1
-0
/
+1
2011-05-29
ACPI: processor: fix processor_physically_present in UP kernel
Lin Ming
1
-3
/
+9
2011-03-03
ACPI: use __cpuinit for the acpi_processor_set_pdc() call tree
Jan Beulich
1
-4
/
+4
2011-03-03
ACPI: use __init where possible in processor driver
Jan Beulich
1
-5
/
+4
2011-01-12
ACPI, intel_idle: Cleanup idle= internal variables
Thomas Renninger
1
-2
/
+2
2010-10-09
Merge branch 'pdc-regression' into release
Len Brown
1
-0
/
+1
2010-10-01
ACPI: Handle ACPI0007 Device in acpi_early_set_pdc
Yinghai Lu
1
-0
/
+1
2010-09-29
ACPI: delete ZEPTO idle=nomwait DMI quirk
Len Brown
1
-6
/
+0
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 imp...
Tejun Heo
1
-0
/
+1
2010-03-15
ACPI: processor: push file static MADT pointer into internal map_madt_entry()
Alex Chiang
1
-9
/
+9
2010-03-15
ACPI: processor: refactor internal map_lsapic_id()
Alex Chiang
1
-15
/
+5
2010-03-15
ACPI: processor: refactor internal map_x2apic_id()
Alex Chiang
1
-9
/
+3
2010-03-15
ACPI: processor: refactor internal map_lapic_id()
Alex Chiang
1
-6
/
+9
2010-03-15
ACPI: processor: driver doesn't need to evaluate _PDC
Alex Chiang
1
-7
/
+0
2010-03-15
ACPI: processor: remove early _PDC optin quirks
Alex Chiang
1
-37
/
+0
2010-03-15
ACPI: processor: add internal processor_physically_present()
Alex Chiang
1
-0
/
+42
2010-03-15
ACPI: processor: move acpi_get_cpuid into processor_core.c
Alex Chiang
1
-0
/
+160
2010-03-15
ACPI: processor: mv processor_pdc.c processor_core.c
Alex Chiang
1
-0
/
+209
2010-03-15
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/cp...
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-25
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-06
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-29
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
Len Brown
1
-0
/
+2
2009-08-27
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'...
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-28
ACPI: processor: move device _HID into driver
Bjorn Helgaas
1
-1
/
+1
2009-05-28
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
[next]