summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2018-10-13alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-05-25tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-03-22timers, sched_clock: Update timeout for clock wrapDavid Engraf
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2017-11-30time: Always make sure wall_to_monotonic isn't positiveWang YanQing
2017-07-27alarmtimer: don't rate limit one-shot timersGreg Hackmann
2017-06-26alarmtimer: Rate limit periodic intervalsThomas Gleixner
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-07posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-05-16timers: Use proper base migration in add_timer_on()Tejun Heo
2016-02-09posix-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-27time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz
2015-06-09ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-06-09ktime: Optimize ktime_divns for constant divisorsNicolas Pitre
2015-04-24timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-03-06ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-02-11hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz
2015-01-29time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-01-29time: settimeofday: Validate the values of tv from userSasha Levin
2015-01-27tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra
2014-10-25clockevents: Prevent shift out of boundsThomas Gleixner
2014-10-25posix-timers: Fix stack info leak in timer_create()Mathias Krause
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-13nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker
2014-09-13nohz: Consolidate nohz full init codeFrederic Weisbecker
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker
2014-09-12alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-09-12alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-09-12alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter
2014-08-26time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-08-22nohz: Avoid tick's double reprogramming in highres modeViresh Kumar
2014-08-22nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar