aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-77/+113
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-68/+60
2015-02-05hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsGravatar John Stultz 1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-0/+11
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+11
2015-01-24hrtimer: Make __hrtimer_get_next_event() staticGravatar kbuild test robot 1-1/+1
2015-01-24Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Gravatar Thomas Gleixner 3-10/+10
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Gravatar Xunlei Pang 1-2/+2
2015-01-23time: Expose getboottime64 for in-kernel usesGravatar John Stultz 1-6/+6
2015-01-23ktime: Optimize ktime_divns for constant divisorsGravatar Nicolas Pitre 1-2/+2
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Gravatar Thomas Gleixner 1-58/+50
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Gravatar Thomas Gleixner 2-0/+11
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesGravatar Sasha Levin 1-0/+7
2015-01-07time: settimeofday: Validate the values of tv from userGravatar Sasha Levin 1-0/+4
2014-12-30timecounter: keep track of accumulated fractional nanosecondsGravatar Richard Cochran 1-7/+24
2014-12-30time: move the timecounter/cyclecounter code into its own file.Gravatar Richard Cochran 3-77/+96
2014-12-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseGravatar Thomas Gleixner 1-2/+0
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-1/+1
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+63
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-40/+41
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+2
2014-12-05drm/i915: compute wait_ioctl timeout correctlyGravatar Daniel Vetter 1-0/+1
2014-11-25time: Fix sign bug in NTP mult overflow warningGravatar John Stultz 1-1/+1
2014-11-22Merge branch 'master' into for-3.19Gravatar Tejun Heo 3-2/+3
2014-11-21time: Fixup comments to reflect usage of timespec64Gravatar John Stultz 1-3/+3
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesGravatar John Stultz 1-2/+2
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesGravatar John Stultz 1-5/+6
2014-11-21time: Provide y2038 safe mktime() replacementGravatar pang.xunlei 1-12/+8
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementGravatar pang.xunlei 1-6/+4
2014-11-21time: Provide y2038 safe do_settimeofday() replacementGravatar pang.xunlei 1-10/+9
2014-11-21time: Complete NTP adjustment threshold judging conditionsGravatar pang.xunlei 1-1/+2
2014-11-21time: Avoid possible NTP adjustment mult overflow.Gravatar pang.xunlei 1-0/+6
2014-11-21time: Rename udelay_test.c to test_udelay.cGravatar John Stultz 2-1/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanGravatar Jiri Kosina 13-106/+156
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 2-3/+2
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingGravatar Peter Zijlstra 1-1/+1
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Gravatar Paul E. McKenney 1-1/+1
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Gravatar Paul E. McKenney 1-2/+1
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXGravatar Christoph Lameter 1-1/+1
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Gravatar Heena Sirwani 1-0/+30
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICGravatar Heena Sirwani 1-5/+33
2014-10-29clocksource: Fix 'clcoksource' typo in commentGravatar James Hartley 1-1/+1
2014-10-25clockevents: Prevent shift out of boundsGravatar Thomas Gleixner 1-1/+1
2014-10-25posix-timers: Fix stack info leak in timer_create()Gravatar Mathias Krause 1-0/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-29/+29
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-15/+0