summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2018-11-20nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-10-21tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-10-21clocksource: Initialize cs->wd_listPeter Zijlstra
2018-03-03nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner
2016-11-20timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-02-02posix-clock: Fix return code on the poll method's error pathRichard Cochran
2016-02-02time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2015-10-28clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz
2015-03-30timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-03-02ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-03-02time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-01-15tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2014-10-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-10-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-10-05alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz
2014-05-12ntp: Make is_error_status() use its argumentGeorge Spelvin
2014-05-12ntp: Convert simple_strtol to kstrtolFabian Frederick
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner
2014-03-02kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner
2014-02-07timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi