summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2019-12-19tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan1-31/+30
2019-12-19tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg1-3/+7
2019-12-19tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner1-3/+5
2019-11-22alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-4/+4
2019-09-23ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar1-1/+1
2019-05-11timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings1-1/+1
2019-02-11timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-12-16alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-11-20nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-10-21tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-10-21clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-03-03nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2016-11-20timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-02-02posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2016-02-02time: Avoid signed overflow in timekeeping_get_ns()David Gibson1-2/+1
2015-10-28clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-03-30timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy1-2/+9
2015-03-02ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-03-02time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-01-15tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner1-2/+0
2014-10-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-10-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-10-05alarmtimer: Return relative times in timer_gettimeRichard Larocque1-7/+11
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd1-1/+3
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz1-2/+18
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2-9/+13
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2-9/+13
2014-05-12ntp: Make is_error_status() use its argumentGeorge Spelvin1-6/+6
2014-05-12ntp: Convert simple_strtol to kstrtolFabian Frederick1-1/+4
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd1-13/+0
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-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-2/+3
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-36/+236
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz1-1/+2
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar1-7/+7
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar1-1/+1
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner1-0/+2
2014-03-02kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria1-0/+2
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd1-17/+29
2014-02-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker1-1/+1
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy2-2/+5
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner1-1/+2
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy3-4/+158
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy3-8/+12