| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/clock: Use static_branch_likely() with sched_clock_running | Zhenzhong Duan | 2019-11-29 | 1 | -3/+3 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | sched/clock: Disable interrupts when calling generic_sched_clock_init() | Pavel Tatashin | 2018-07-30 | 1 | -0/+2 |
* | sched/clock: Close a hole in sched_clock_init() | Peter Zijlstra | 2018-07-20 | 1 | -10/+6 |
* | sched/clock: Use static key for sched_clock_running | Pavel Tatashin | 2018-07-20 | 1 | -8/+8 |
* | sched/clock: Enable sched clock early | Pavel Tatashin | 2018-07-20 | 1 | -1/+19 |
* | sched/clock: Move sched clock initialization and merge with generic clock | Pavel Tatashin | 2018-07-20 | 1 | -10/+17 |
* | sched/headers: Simplify and clean up header usage in the scheduler | Ingo Molnar | 2018-03-04 | 1 | -13/+1 |
* | sched: Clean up and harmonize the coding style of the scheduler code base | Ingo Molnar | 2018-03-03 | 1 | -11/+11 |
* | sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled | Frederic Weisbecker | 2017-11-08 | 1 | -1/+1 |
* | sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable() | Peter Zijlstra | 2017-05-24 | 1 | -1/+8 |
* | sched/clock: Print a warning recommending 'tsc=unstable' | Peter Zijlstra | 2017-05-15 | 1 | -0/+1 |
* | sched/clock: Use late_initcall() instead of sched_init_smp() | Peter Zijlstra | 2017-05-15 | 1 | -1/+9 |
* | cpuidle: Fix idle time tracking | Peter Zijlstra | 2017-05-15 | 1 | -2/+9 |
* | sched/clock: Remove watchdog touching | Peter Zijlstra | 2017-05-15 | 1 | -1/+0 |
* | sched/clock: Remove unused argument to sched_clock_idle_wakeup_event() | Peter Zijlstra | 2017-05-15 | 1 | -2/+2 |
* | x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable... | Peter Zijlstra | 2017-05-15 | 1 | -9/+27 |
* | sched/clock: Initialize all per-CPU state before switching (back) to unstable | Peter Zijlstra | 2017-05-15 | 1 | -21/+39 |
* | sched/clock: Fix broken stable to unstable transfer | Pavel Tatashin | 2017-03-27 | 1 | -4/+5 |
* | sched/clock, x86/perf: Fix "perf test tsc" | Peter Zijlstra | 2017-03-23 | 1 | -11/+11 |
* | sched/clock: Fix clear_sched_clock_stable() preempt wobbly | Peter Zijlstra | 2017-03-23 | 1 | -5/+12 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/clock: Fix hotplug crash | Peter Zijlstra | 2017-01-20 | 1 | -21/+8 |
* | sched/clock: Provide better clock continuity | Peter Zijlstra | 2017-01-14 | 1 | -34/+65 |
* | sched/clock: Delay switching sched_clock to stable | Peter Zijlstra | 2017-01-14 | 1 | -28/+22 |
* | sched/clock: Update static_key usage | Peter Zijlstra | 2017-01-14 | 1 | -8/+4 |
* | sched/clock: Make local_clock()/cpu_clock() inline | Daniel Lezcano | 2016-04-13 | 1 | -41/+1 |
* | sched/clock: Remove pointless test in cpu_clock/local_clock | Daniel Lezcano | 2016-04-13 | 1 | -8/+2 |
* | sched-clock: Migrate to use new tick dependency mask model | Frederic Weisbecker | 2016-03-02 | 1 | -0/+5 |
* | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2016-01-12 | 1 | -1/+1 |
|\ |
|
| * | watchdog: introduce touch_softlockup_watchdog_sched() | Tejun Heo | 2015-12-08 | 1 | -1/+1 |
* | | treewide: Remove old email address | Peter Zijlstra | 2015-11-23 | 1 | -1/+1 |
|/ |
|
* | kernel/sched/clock.c: add another clock for use with the soft lockup watchdog | Cyril Bur | 2015-02-13 | 1 | -0/+13 |
* | time: Replace __get_cpu_var uses | Christoph Lameter | 2014-08-26 | 1 | -1/+1 |
* | kernel: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 2014-04-08 | 1 | -1/+2 |
* | sched/clock: Prevent tracing recursion in sched_clock_cpu() | Fernando Luis Vazquez Cao | 2014-03-11 | 1 | -2/+2 |
* | sched/clock: Fixup early initialization | Peter Zijlstra | 2014-01-23 | 1 | -12/+41 |
* | sched/clock: Fix up clear_sched_clock_stable() | Peter Zijlstra | 2014-01-13 | 1 | -1/+12 |
* | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra | 2014-01-13 | 1 | -7/+34 |
* | sched/clock: Remove local_irq_disable() from the clocks | Peter Zijlstra | 2014-01-13 | 1 | -28/+6 |
* | sched_clock: Prevent 64bit inatomicity on 32bit systems | Thomas Gleixner | 2013-04-08 | 1 | -0/+26 |
* | sched: Move all scheduler bits into kernel/sched/ | Peter Zijlstra | 2011-11-17 | 1 | -0/+350 |