index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2014-02-27
ACPI / processor: Rework processor throttling with work_on_cpu()
Lan Tianyu
1
-37
/
+32
2013-12-07
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
1
-5
/
+2
2013-03-25
ACPI: suppress compiler warnings in processor_throttling.c
Andy Shevchenko
1
-1
/
+2
2012-03-31
ACPI throttling: fix endian bug in acpi_read_throttling_status()
Dan Carpenter
1
-3
/
+2
2011-05-02
Merge branch 'x86/urgent' into x86-mm
Tejun Heo
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-29
acpi throttling: Use this_cpu_has and simplify code current cpu
Christoph Lameter
1
-22
/
+10
2011-01-12
Merge branch 'throttling' into release
Len Brown
1
-3
/
+73
2011-01-10
ACPI: Reevaluate whether the T-state is supported or not after cpu is online/...
Zhao Yakui
1
-0
/
+52
2011-01-10
ACPI: Check the returned value of set_cpus_allowed_ptr before T-state operation
Zhao Yakui
1
-3
/
+21
2010-12-14
ACPI processor: remove processor throttling control procfs I/F
Zhang Rui
1
-114
/
+0
2010-10-16
ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_P...
Zhang Rui
1
-0
/
+4
2010-08-15
ACPI processor: remove deprecated ACPI procfs I/F
Zhang Rui
1
-2
/
+0
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
Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...
Len Brown
1
-15
/
+12
2010-02-16
ACPI: remove superfluous NULL pointer check from acpi_processor_get_throttlin...
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2010-01-28
ACPI: replace acpi_integer by u64
Lin Ming
1
-12
/
+12
2009-11-06
ACPI: Move dereference after NULL test
Julia Lawall
1
-3
/
+3
2009-09-24
cpumask: use zalloc_cpumask_var() where possible
Li Zefan
1
-2
/
+1
2009-09-19
Merge branch 'processor-procfs-2.6.32' into release
Len Brown
1
-1
/
+2
2009-08-29
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
Len Brown
1
-0
/
+2
2009-08-27
acpi processor: remove superfluous warning message
Frans Pop
1
-2
/
+2
2009-08-27
ACPI processor: force throttling state when BIOS returns incorrect value
Frans Pop
1
-12
/
+14
2009-06-24
ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFS
Zhao Yakui
1
-1
/
+2
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
[next]