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_throttling.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-30
ACPI processor: remove spurious newline from warning message
Frans Pop
1
-1
/
+1
2009-05-16
ACPI processor: reset the throttling state once it's invalid
Zhang Rui
1
-0
/
+8
2009-05-16
ACPI processor: introduce module parameter processor.ignore_tpc
Zhang Rui
1
-0
/
+17
2009-04-05
Merge branch 'misc' into release
Len Brown
1
-4
/
+2
2009-04-04
ACPI: constify VFTs (1/2)
Jan Engelhardt
1
-1
/
+1
2009-04-03
ACPI: get_throttling_state() cannot be larger than state_count
Len Brown
1
-4
/
+2
2009-01-03
cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t
Rusty Russell
1
-28
/
+52
2008-11-08
ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h
Bjorn Helgaas
1
-1
/
+1
2008-10-23
Merge branch 'ull' into test
Len Brown
1
-1
/
+1
2008-10-23
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
Lin Ming
1
-5
/
+5
2008-10-11
ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels
Matthew Wilcox
1
-1
/
+1
2008-07-26
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
Mike Travis
1
-8
/
+3
2008-07-19
cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr
Mike Travis
1
-3
/
+8
2008-07-19
Merge branch 'linus' into cpus4096
Ingo Molnar
1
-11
/
+27
2008-07-17
acpi: fix printk format warning
Randy Dunlap
1
-1
/
+1
2008-07-17
ACPI: fix processor throttling set error
Yi Yang
1
-4
/
+20
2008-07-17
ACPI: change processors from array to per_cpu variable
Mike Travis
1
-7
/
+7
2008-05-23
acpi: use performance variant for_each_cpu_mask_nr
Mike Travis
1
-3
/
+3
2008-04-29
acpi: use non-racy method for proc entries creation
Denis V. Lunev
1
-0
/
+1
2008-04-19
generic: use new set_cpus_allowed_ptr function
Mike Travis
1
-5
/
+5
2008-02-02
ACPI: throttling: fix build warning
Len Brown
1
-1
/
+1
2008-02-02
ACPI: Update the t-state for every affected cpu when t-state is changed
Zhao Yakui
1
-5
/
+74
2008-02-02
ACPI : Add T-state event notifier function
Zhao Yakui
1
-0
/
+72
2008-02-02
ACPI : Update T-state coordination after getting _TSD info
Zhao Yakui
1
-1
/
+179
2008-02-02
ACPI : Check parameter when calling acpi_processor_get/set_throttling
Zhao Yakui
1
-0
/
+15
2008-01-15
ACPI: processor: Fix null pointer dereference in throttling
Alexey Starikovskiy
1
-2
/
+2
2007-12-02
ACPI: Delete the IRQ operation in throttling controll via PTC
Zhao Yakui
1
-8
/
+28
2007-11-17
ACPI: Enable MSR (FixedHW) support for T-States
Zhao Yakui
1
-4
/
+70
2007-11-17
ACPI: Use _TSS for throttling control, when present. Add error checks.
Zhao Yakui
1
-7
/
+35
2007-11-17
ACPI: throttle: Change internal APIs better handle _PTC
Zhao Yakui
1
-21
/
+39
2007-11-17
ACPI: If _TSS exists, do not access FADT.duty_width
Zhao Yakui
1
-30
/
+36
2007-11-17
ACPI: Enforce T-state limit changes immediately
Zhao Yakui
1
-1
/
+49
2007-07-25
ACPI: quiet ACPI Exceptions due to no _PTC or _TSS
Len Brown
1
-16
/
+37
2007-07-23
ACPI: fix oops due to typo in new throttling code
Luming Yu
1
-2
/
+4
2007-07-03
ACPI: static
Adrian Bunk
1
-2
/
+4
2007-06-02
ACPI: Lindent processor throttling code
Len Brown
1
-65
/
+75
2007-06-02
ACPI: add ACPI 3.0 _TPC _TSS _PTC throttling support
Luming Yu
1
-6
/
+374
2007-02-13
ACPI: delete extra #defines in /drivers/acpi/ drivers
Len Brown
1
-1
/
+0
2007-02-13
ACPI: clean up ACPI_MODULE_NAME() use
Len Brown
1
-1
/
+1
2007-02-03
ACPICA: use new ACPI headers.
Alexey Starikovskiy
1
-2
/
+2
2006-10-14
ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi
Jan Engelhardt
1
-3
/
+3
2006-06-27
ACPI: delete tracing macros from drivers/acpi/*.c
Patrick Mochel
1
-24
/
+19
2006-06-27
ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)
Len Brown
1
-1
/
+1
2006-06-27
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
Thomas Renninger
1
-1
/
+1
2006-01-08
[ACPI] make two processor functions static
Adrian Bunk
1
-3
/
+3
2006-01-07
[ACPI] move some run-time structure inits to compile time
Arjan van de Ven
1
-0
/
+1
2005-08-05
[ACPI] Lindent all ACPI files
Len Brown
1
-71
/
+62
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+351