aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin
2014-12-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter
2014-11-25time: Fix sign bug in NTP mult overflow warningJohn Stultz
2014-11-22Merge branch 'master' into for-3.19Tejun Heo
2014-11-21time: Fixup comments to reflect usage of timespec64John Stultz
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei
2014-11-21time: Complete NTP adjustment threshold judging conditionspang.xunlei
2014-11-21time: Avoid possible NTP adjustment mult overflow.pang.xunlei
2014-11-21time: Rename udelay_test.c to test_udelay.cJohn Stultz
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani
2014-10-29clocksource: Fix 'clcoksource' typo in commentJames Hartley
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