aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2019-11-29sched/clock: Use static_branch_likely() with sched_clock_runningZhenzhong Duan1-3/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin1-0/+2
2018-07-20sched/clock: Close a hole in sched_clock_init()Peter Zijlstra1-10/+6
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin1-8/+8
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin1-1/+19
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin1-10/+17
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-13/+1
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-11/+11
2017-11-08sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-05-24sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra1-1/+8
2017-05-15sched/clock: Print a warning recommending 'tsc=unstable'Peter Zijlstra1-0/+1
2017-05-15sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra1-1/+9
2017-05-15cpuidle: Fix idle time trackingPeter Zijlstra1-2/+9
2017-05-15sched/clock: Remove watchdog touchingPeter Zijlstra1-1/+0
2017-05-15sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra1-2/+2
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync pointsPeter Zijlstra1-9/+27
2017-05-15sched/clock: Initialize all per-CPU state before switching (back) to unstablePeter Zijlstra1-21/+39
2017-03-27sched/clock: Fix broken stable to unstable transferPavel Tatashin1-4/+5
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra1-11/+11
2017-03-23sched/clock: Fix clear_sched_clock_stable() preempt wobblyPeter Zijlstra1-5/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-21/+8
2017-01-14sched/clock: Provide better clock continuityPeter Zijlstra1-34/+65
2017-01-14sched/clock: Delay switching sched_clock to stablePeter Zijlstra1-28/+22
2017-01-14sched/clock: Update static_key usagePeter Zijlstra1-8/+4
2016-04-13sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano1-41/+1
2016-04-13sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano1-8/+2
2016-03-02sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker1-0/+5
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo1-1/+1
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur1-0/+13
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-03-11sched/clock: Prevent tracing recursion in sched_clock_cpu()Fernando Luis Vazquez Cao1-2/+2
2014-01-23sched/clock: Fixup early initializationPeter Zijlstra1-12/+41
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra1-1/+12
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-7/+34
2014-01-13sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra1-28/+6
2013-04-08sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner1-0/+26
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+350