aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-12/+12
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-1/+1
2014-09-13nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker1-0/+14
2014-09-13nohz: Consolidate nohz full init codeFrederic Weisbecker1-19/+19
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker1-0/+14
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter1-2/+2
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-10/+10
2014-08-22nohz: Avoid tick's double reprogramming in highres modeViresh Kumar1-0/+4
2014-08-22nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar1-0/+4
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney1-0/+10
2014-06-16nohz: Support nohz full remote kickFrederic Weisbecker1-4/+6
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar1-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar1-0/+3
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgentIngo Molnar1-13/+14
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+17
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi1-8/+8
2014-01-15nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker1-1/+2
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker1-4/+4
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+1
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/coreIngo Molnar1-0/+1
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar1-13/+12
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz1-0/+1
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker1-23/+16
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner1-1/+3
2013-11-19NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner1-12/+9
2013-08-16nohz: Include local CPU in full dynticks global kickFrederic Weisbecker1-0/+1
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar1-32/+27
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker1-4/+4
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker1-12/+2
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker1-22/+22
2013-08-13nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker1-0/+6
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-7/+2
2013-07-24nohz: fix compile warning in tick_nohz_init()Li Zhong1-2/+0
2013-07-24nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt1-1/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-1/+1
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgentIngo Molnar1-10/+5
2013-06-20nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker1-10/+0
2013-06-20nohz: Warn if the machine can not perform nohz_fullSteven Rostedt1-0/+5
2013-05-31nohz: Fix notifier return val that enforce timekeepingLi Zhong1-1/+1
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner1-0/+1
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+280
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker1-0/+7
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong1-3/+4
2013-04-26nohz: Reduce overhead under high-freq idling patternsIngo Molnar1-3/+4
2013-04-22nohz: Add basic tracingFrederic Weisbecker1-4/+15