summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney-0/+10
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz-2/+18
2014-06-23hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar-15/+8
2014-06-23hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar-8/+19
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar-0/+1
2014-06-23timer: Kick dynticks targets on mod_timer*() callsViresh Kumar-16/+16
2014-06-23timer: Store cpu-number in struct tvec_baseViresh Kumar-0/+2
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner-0/+7400
2014-06-19alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav-1/+1
2014-06-16nohz: Support nohz full remote kickFrederic Weisbecker-4/+6
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds-9/+13
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz-9/+13
2014-05-12ntp: Make is_error_status() use its argumentGeorge Spelvin-6/+6
2014-05-12ntp: Convert simple_strtol to kstrtolFabian Frederick-1/+4
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd-13/+0
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar-0/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-2/+3
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-36/+236
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz-1/+2
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar-7/+7
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar-1/+1
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner-0/+2
2014-03-02kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria-0/+2
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd-17/+29
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker-1/+1
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner-0/+1
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy-2/+5
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner-1/+2
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy-4/+158
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy-8/+12
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann-3/+6
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner-13/+45
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta-2/+3
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka-0/+6
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-13/+14
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-55/+50
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi-8/+8
2014-01-15nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker-1/+2
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker-4/+4
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra-1/+1
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar-27/+29
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar-14/+28
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz-3/+3
2013-12-23timekeeping: Remove comment that's mostly out of dateJohn Stultz-10/+0
2013-12-23timekeeper: fix comment typo for tk_setup_internals()Yijing Wang-1/+2
2013-12-23timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz-0/+2
2013-12-23timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz-2/+2