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
/
kernel
/
time
/
tick-sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-01
tick: Correct the comments for tick_sched_timer()
Chuansheng Liu
1
-1
/
+1
2012-10-24
timers, sched: Correct the comments for tick_sched_timer()
Chuansheng Liu
1
-1
/
+1
2012-10-15
tick: Conditionally build nohz specific code in tick handler
Frederic Weisbecker
1
-0
/
+2
2012-10-15
tick: Consolidate tick handling for high and low res handlers
Frederic Weisbecker
1
-33
/
+22
2012-10-15
tick: Consolidate timekeeping handling code
Frederic Weisbecker
1
-30
/
+24
2012-10-05
nohz: Fix one jiffy count too far in idle cputime
Frederic Weisbecker
1
-1
/
+1
2012-10-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+1
2012-09-25
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
Paul E. McKenney
1
-0
/
+1
2012-09-23
time: RCU permitted to stop idle entry via softirq
Paul E. McKenney
1
-1
/
+2
2012-09-13
sched/nohz: Clean up select_nohz_load_balancer()
Alex Shi
1
-2
/
+1
2012-09-04
sched: Add missing call to calc_load_exit_idle()
Charles Wang
1
-0
/
+1
2012-07-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-84
/
+108
2012-07-22
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2012-07-15
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-2
/
+7
2012-07-05
sched/nohz: Rewrite and fix load-avg computation -- again
Peter Zijlstra
1
-0
/
+2
2012-07-02
rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
Paul E. McKenney
1
-1
/
+1
2012-06-11
nohz: Move next idle expiry time record into idle logic area
Frederic Weisbecker
1
-10
/
+14
2012-06-11
nohz: Move ts->idle_calls incrementation into strict idle logic
Frederic Weisbecker
1
-39
/
+47
2012-06-11
nohz: Rename ts->idle_tick to ts->last_tick
Frederic Weisbecker
1
-2
/
+2
2012-06-11
nohz: Make nohz API agnostic against idle ticks cputime accounting
Frederic Weisbecker
1
-15
/
+22
2012-06-11
nohz: Separate idle sleeping time accounting from nohz logic
Frederic Weisbecker
1
-35
/
+42
2012-06-11
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
1
-1
/
+6
2012-06-07
rcu: Precompute RCU_FAST_NO_HZ timer offsets
Paul E. McKenney
1
-1
/
+6
2012-06-05
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2012-05-30
sched/nohz: Fix rq->cpu_load calculations some more
Peter Zijlstra
1
-0
/
+1
2012-05-25
tick: Move skew_tick option into the HIGH_RES_TIMER section
Thomas Gleixner
1
-8
/
+8
2012-05-25
tick: Add tick skew boot option
Mike Galbraith
1
-0
/
+18
2012-04-06
nohz: Fix stale jiffies update in tick_nohz_restart()
Neal Cardwell
1
-2
/
+2
2012-02-15
nohz: Remove ts->Einidle checks before restarting the tick
Frederic Weisbecker
1
-5
/
+6
2012-02-15
nohz: Remove update_ts_time_stat from tick_nohz_start_idle
Michal Hocko
1
-5
/
+1
2012-01-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+8
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
1
-7
/
+8
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
1
-12
/
+13
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
1
-36
/
+57
2011-12-11
rcu: Track idleness independent of idle tasks
Paul E. McKenney
1
-3
/
+3
2011-12-06
sched, nohz: Track nr_busy_cpus in the sched_group_power
Suresh Siddha
1
-0
/
+9
2011-10-26
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-15
/
+40
2011-09-29
nohz: Remove nohz_cpu_mask
Shi, Alex
1
-6
/
+0
2011-09-08
nohz: Remove "Switched to NOHz mode" debugging messages
Heiko Carstens
1
-5
/
+1
2011-09-08
nohz: Make idle/iowait counter update conditional
Michal Hocko
1
-6
/
+35
2011-09-08
nohz: Fix update_ts_time_stat idle accounting
Michal Hocko
1
-4
/
+4
2011-01-31
time: Make do_timer() and xtime_lock local to kernel/time/
Torben Hohn
1
-1
/
+0
2011-01-19
hrtimers: Notify hrtimer users of switches to NOHZ mode
Stephen Boyd
1
-3
/
+4
2010-08-07
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+0
2010-08-05
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-1
/
+1
2010-08-02
clockevents: Remove the per cpu tick skew
Arjan van de Ven
1
-5
/
+0
2010-07-21
Merge branch 'linus' into sched/core
Ingo Molnar
1
-12
/
+9
2010-07-17
sched: Revert nohz_ratelimit() for now
Peter Zijlstra
1
-1
/
+1
2010-07-02
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+8
2010-07-01
sched: Cure nr_iowait_cpu() users
Peter Zijlstra
1
-8
/
+8
[prev]
[next]