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
/
kernel
/
time
/
tick-sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-03
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-23
/
+40
2017-06-22
nohz: Move idle balancer registration to the idle path
Frederic Weisbecker
1
-2
/
+3
2017-06-22
sched/loadavg: Generalize "_idle" naming to "_nohz"
Frederic Weisbecker
1
-2
/
+2
2017-06-13
nohz: Fix spurious warning when hrtimer and clockevent get out of sync
Frederic Weisbecker
1
-2
/
+4
2017-06-05
nohz: Fix buggy tick delay on IRQ storms
Frederic Weisbecker
1
-19
/
+2
2017-05-30
nohz: Reset next_tick cache even when the timer has no regs
Frederic Weisbecker
1
-0
/
+2
2017-05-17
nohz: Fix collision between tick and other hrtimers, again
Frederic Weisbecker
1
-6
/
+31
2017-05-17
nohz: Add hrtimer sanity check
Frederic Weisbecker
1
-2
/
+7
2017-05-15
sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()
Peter Zijlstra
1
-1
/
+1
2017-03-23
cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely
Rafael J. Wysocki
1
-0
/
+12
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-16
Revert "nohz: Fix collision between tick and other hrtimers"
Linus Torvalds
1
-12
/
+2
2017-02-10
tick/nohz: Fix possible missing clock reprog after tick soft restart
Frederic Weisbecker
1
-0
/
+5
2017-01-11
nohz: Fix collision between tick and other hrtimers
Frederic Weisbecker
1
-2
/
+7
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-11
/
+11
2016-11-22
sched/nohz: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-19
/
+14
2016-09-13
tick/nohz: Prevent stopping the tick on an offline CPU
Wanpeng Li
1
-2
/
+5
2016-09-02
tick/nohz: Fix softlockup on scheduler stalls in kvm guest
Wanpeng Li
1
-1
/
+2
2016-07-19
tick/nohz: Optimize nohz idle enter
Gaurav Jindal
1
-2
/
+1
2016-07-07
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
1
-32
/
+13
2016-07-07
timers: Forward the wheel clock whenever possible
Thomas Gleixner
1
-0
/
+12
2016-07-07
timers/nohz: Remove pointless tick_nohz_kick_tick() function
Thomas Gleixner
1
-32
/
+1
2016-07-01
timers/nohz: Capitalize 'CPU' consistently
Ingo Molnar
1
-21
/
+21
2016-07-01
timers/nohz: Fix several typos
Wei Jiangang
1
-5
/
+5
2016-05-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+5
2016-05-05
locking/atomics: Flip atomic_fetch_or() arguments
Peter Zijlstra
1
-2
/
+2
2016-04-23
sched/fair: Correctly handle nohz ticks CPU load accounting
Frederic Weisbecker
1
-4
/
+5
2016-04-23
sched/fair: Gather CPU load functions under a more conventional namespace
Frederic Weisbecker
1
-1
/
+1
2016-03-29
timers/nohz: Convert tick dependency mask to atomic_t
Frederic Weisbecker
1
-31
/
+30
2016-03-22
kernel/...: convert pr_warning to pr_warn
Joe Perches
1
-4
/
+4
2016-03-17
param: convert some "on"/"off" users to strtobool
Kees Cook
1
-8
/
+2
2016-03-02
sched-clock: Migrate to use new tick dependency mask model
Frederic Weisbecker
1
-19
/
+0
2016-03-02
posix-cpu-timers: Migrate to use new tick dependency mask model
Frederic Weisbecker
1
-6
/
+1
2016-03-02
sched: Migrate sched to use new tick dependency mask model
Frederic Weisbecker
1
-5
/
+0
2016-03-02
perf: Migrate perf to use new tick dependency mask model
Frederic Weisbecker
1
-7
/
+1
2016-03-02
nohz: Use enum code for tick stop failure tracing message
Frederic Weisbecker
1
-9
/
+9
2016-03-02
nohz: New tick dependency mask
Frederic Weisbecker
1
-7
/
+143
2016-02-13
nohz: Implement wide kick on top of irq work
Frederic Weisbecker
1
-8
/
+4
2016-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+9
2016-01-27
tick/nohz: Set the correct expiry when switching to nohz/lowres mode
Wanpeng Li
1
-2
/
+2
2016-01-26
tick/sched: Hide unused oneshot timer code
Arnd Bergmann
1
-5
/
+7
2016-01-21
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-1
/
+1
2016-01-15
time: nohz: Expose tick_nohz_enabled
Jean Delvare
1
-1
/
+1
2016-01-11
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-3
/
+3
2016-01-11
Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...
Linus Torvalds
1
-2
/
+18
2015-12-08
watchdog: introduce touch_softlockup_watchdog_sched()
Tejun Heo
1
-3
/
+3
[next]