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
/
cpuidle
/
cpuidle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
cpuidle: remove dead code from cpuidle_enter_state()
Dhruva Gole
1
-4
/
+1
2024-02-22
x86/mm: delete unused cpu argument to leave_mm()
Yosry Ahmed
1
-1
/
+1
2023-06-05
cpuidle: Use local_clock_noinstr()
Peter Zijlstra
1
-4
/
+4
2023-03-22
cpuidle: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+1
2023-01-31
cpuidle: Fix poll_idle() noinstr annotation
Peter Zijlstra
1
-1
/
+1
2023-01-13
cpuidle: Add comments about noinstr/__cpuidle usage
Peter Zijlstra
1
-0
/
+12
2023-01-13
cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
Peter Zijlstra
1
-9
/
+28
2023-01-13
cpuidle: Fix ct_idle_*() usage
Peter Zijlstra
1
-5
/
+6
2023-01-13
cpuidle: Move IRQ state validation
Peter Zijlstra
1
-5
/
+5
2022-08-09
Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+5
2022-08-03
cpuidle: Add cpu_idle_miss trace event
Kajetan Puchalski
1
-1
/
+5
2022-07-05
context_tracking: Take idle eqs entrypoints over RCU
Frederic Weisbecker
1
-4
/
+5
2020-12-01
cpuidle: Select polling interval based on a c-state with a longer target resi...
Mel Gorman
1
-2
/
+23
2020-09-28
Merge back cpuidle material for 5.10.
Rafael J. Wysocki
1
-10
/
+0
2020-09-23
cpuidle: record state entry rejection statistics
Lina Iyer
1
-0
/
+1
2020-09-22
cpuidle: Drop misleading comments about RCU usage
Ulf Hansson
1
-10
/
+0
2020-09-16
cpuidle: Allow cpuidle drivers to take over RCU-idle
Peter Zijlstra
1
-5
/
+10
2020-08-26
cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
Peter Zijlstra
1
-0
/
+4
2020-08-26
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
1
-4
/
+8
2020-08-26
cpuidle: Fixup IRQ state
Peter Zijlstra
1
-1
/
+2
2020-06-25
cpuidle: Rearrange s2idle-specific idle state entry code
Rafael J. Wysocki
1
-3
/
+3
2020-06-23
PM: s2idle: Clear _TIF_POLLING_NRFLAG before suspend to idle
Chen Yu
1
-1
/
+2
2020-02-13
PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chain
Rafael J. Wysocki
1
-39
/
+1
2020-01-23
Merge branch 'intel_idle+acpi'
Rafael J. Wysocki
1
-1
/
+5
2020-01-23
cpuidle: fix cpuidle_find_deepest_state() kerneldoc warnings
Benjamin Gaignard
1
-0
/
+3
2019-12-27
cpuidle: Allow idle states to be disabled by default
Rafael J. Wysocki
1
-1
/
+5
2019-12-12
cpuidle: Drop unnecessary type cast in cpuidle_poll_time()
Rafael J. Wysocki
1
-1
/
+1
2019-12-09
cpuidle: use first valid target residency as poll time
Marcelo Tosatti
1
-0
/
+1
2019-11-29
cpuidle: Drop disabled field from struct cpuidle_state
Rafael J. Wysocki
1
-1
/
+1
2019-11-20
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
Daniel Lezcano
1
-2
/
+3
2019-11-20
cpuidle: Allow idle injection to apply exit latency limit
Daniel Lezcano
1
-6
/
+7
2019-11-11
cpuidle: Use nanoseconds as the unit of time
Rafael J. Wysocki
1
-19
/
+17
2019-11-06
cpuidle: Consolidate disabled state checks
Rafael J. Wysocki
1
-11
/
+13
2019-07-30
cpuidle: add poll_limit_ns to cpuidle_device structure
Marcelo Tosatti
1
-0
/
+30
2019-04-10
cpuidle: Export the next timer expiration for CPUs
Ulf Hansson
1
-2
/
+17
2018-12-13
cpuidle: Add 'above' and 'below' idle state metrics
Rafael J. Wysocki
1
-1
/
+30
2018-12-11
cpuidle: Add cpuidle.governor= command line parameter
Rafael J. Wysocki
1
-0
/
+1
2018-09-18
cpuidle: enter_state: Don't needlessly calculate diff time
Fieah Lim
1
-8
/
+8
2018-04-06
cpuidle: Return nohz hint from cpuidle_select()
Rafael J. Wysocki
1
-2
/
+8
2018-03-29
PM: cpuidle/suspend: Add s2idle usage and time state attributes
Rafael J. Wysocki
1
-0
/
+9
2017-11-09
cpuidle: Avoid assignment in if () argument
Gaurav Jindal
1
-3
/
+5
2017-11-09
cpuidle: Clean up cpuidle_enable_device() error handling a bit
Gaurav Jindal
1
-1
/
+4
2017-09-28
cpuidle: fix broadcast control when broadcast can not be entered
Nicholas Piggin
1
-0
/
+1
2017-08-11
PM / s2idle: Rename ->enter_freeze to ->enter_s2idle
Rafael J. Wysocki
1
-9
/
+9
2017-05-15
cpuidle: Fix idle time tracking
Peter Zijlstra
1
-0
/
+1
2017-05-02
cpuidle: check dev before usage in cpuidle_use_deepest_state()
Li, Fei
1
-1
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-06
cpuidle: Add a kerneldoc comment to cpuidle_use_deepest_state()
Rafael J. Wysocki
1
-1
/
+7
2016-11-29
cpuidle: Allow enforcing deepest idle state selection
Jacob Pan
1
-1
/
+12
2016-07-04
cpuidle: Fix last_residency division
Shreyas B. Prabhu
1
-8
/
+4
[next]