index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
processor_driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
ACPI: processor: Split out thermal initialization from ACPI PSS
Riwen Lu
1
-64
/
+8
2021-12-17
ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()
Rafael J. Wysocki
1
-3
/
+7
2021-03-08
ACPI: processor: Get rid of ACPICA message printing
Rafael J. Wysocki
1
-5
/
+1
2019-10-21
cpufreq: Use per-policy frequency QoS
Rafael J. Wysocki
1
-5
/
+4
2019-08-28
ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier
Viresh Kumar
1
-4
/
+35
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-14
/
+1
2017-07-27
ACPI: processor: use dev_dbg() instead of dev_warn() when CPPC probe failed
Hanjun Guo
1
-1
/
+1
2017-05-26
ACPI/processor: Use cpu_hotplug_disable() instead of get_online_cpus()
Thomas Gleixner
1
-2
/
+2
2017-04-15
ACPI/processor: Replace racy task affinity logic
Thomas Gleixner
1
-1
/
+6
2017-04-15
ACPI/processor: Fix error handling in __acpi_processor_start()
Thomas Gleixner
1
-0
/
+3
2016-10-03
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-44
/
+47
2016-09-19
ACPI/processor: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-44
/
+47
2016-09-08
ACPI / CPPC: Don't return on CPPC probe failure
Srinivas Pandruvada
1
-1
/
+1
2016-09-08
ACPI / CPPC: Allow build with ACPI_CPU_FREQ_PSS config
Srinivas Pandruvada
1
-1
/
+1
2016-07-29
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+6
2016-07-21
ACPI / processor_idle: Add support for Low Power Idle(LPI) states
Sudeep Holla
1
-1
/
+1
2016-07-15
ACPI/processor: Avoid STARTING/DYING actions in a more logical way
Richard Cochran
1
-5
/
+6
2016-02-22
ACPI / sleep: move acpi_processor_sleep to sleep.c
Sudeep Holla
1
-2
/
+0
2015-12-21
ACPI / processor: Fix thermal cooling device regression
Srinivas Pandruvada
1
-1
/
+2
2015-10-12
CPPC: Probe for CPPC tables for each ACPI Processor object
Ashwin Chaugule
1
-0
/
+6
2015-09-01
Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'
Rafael J. Wysocki
1
-33
/
+59
2015-08-25
ACPI: Split out ACPI PSS from ACPI Processor driver
Ashwin Chaugule
1
-28
/
+58
2015-07-21
ACPI / processor: remove leftover __refdata annotations
Mathias Krause
1
-1
/
+1
2015-07-08
ACPI: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2014-08-06
ACPI / processor: Make acpi_cpu_soft_notify() process CPU FROZEN events
Lan Tianyu
1
-0
/
+1
2014-05-16
ACPI / processor: Fix STARTING/DYING action in acpi_cpu_soft_notify()
Toshi Kani
1
-0
/
+7
2014-03-19
ACPI: Remove duplicate definitions of PREFIX
Hanjun Guo
1
-2
/
+0
2013-12-07
ACPI / processor: use ACPI_COMPANION() to get ACPI device
Lan Tianyu
1
-4
/
+4
2013-10-30
ACPI / processor: Do not request ACPI cpufreq module directly
Rafael J. Wysocki
1
-1
/
+0
2013-10-07
ACPI / processor: fixed a brace coding style issue
Mathieu Rhéaume
1
-2
/
+1
2013-08-27
Merge branch 'acpi-processor'
Rafael J. Wysocki
1
-1
/
+3
2013-08-14
Merge back earlier 'acpi-assorted' material
Rafael J. Wysocki
1
-4
/
+0
2013-08-13
ACPI / processor: Remove acpi_processor_get_limit_info()
Lan Tianyu
1
-1
/
+3
2013-07-15
ACPI: Remove the old /proc/acpi/event interface
Thomas Renninger
1
-4
/
+0
2013-07-14
acpi: delete __cpuinit usage from all acpi files
Paul Gortmaker
1
-4
/
+4
2013-06-24
ACPI / processor: Remove unused macros in processor_driver.c
Hanjun Guo
1
-6
/
+0
2013-05-30
ACPI / processor: Initialize per_cpu(processors, pr->id) properly
Rafael J. Wysocki
1
-5
/
+0
2013-05-12
ACPI / processor: Use common hotplug infrastructure
Rafael J. Wysocki
1
-729
/
+78
2013-05-12
ACPI / PM: Move processor suspend/resume to syscore_ops
Rafael J. Wysocki
1
-4
/
+4
2013-03-04
ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0
Chen Gang
1
-1
/
+1
2013-02-23
cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpu
Wen Congyang
1
-0
/
+2
2013-02-13
ACPI / hotplug: Fix concurrency issues and memory leaks
Rafael J. Wysocki
1
-7
/
+17
2013-01-26
ACPI: Remove useless type argument of driver .remove() operation
Rafael J. Wysocki
1
-3
/
+3
2013-01-19
ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead
Rafael J. Wysocki
1
-1
/
+1
2013-01-15
ACPI: update ej_event interface to take acpi_device
Yinghai Lu
1
-1
/
+1
2013-01-03
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
1
-2
/
+6
2013-01-03
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
1
-23
/
+1
2012-11-21
ACPI: Update CPU hotplug error messages
Toshi Kani
1
-15
/
+24
2012-11-15
ACPI: Add ACPI CPU hot-remove support
Toshi Kani
1
-10
/
+17
2012-11-15
ACPI / processor: prevent cpu from becoming online
Yasuaki Ishimatsu
1
-0
/
+14
[next]