aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAge
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-02-21
|\
| * ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-02-18
* | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-17
|\ \
| * | PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-15
| * | timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki2015-02-15
| * | timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki2015-02-13
* | | time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-14
|/ /
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-10
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
| |\
| * | timecounter: keep track of accumulated fractional nanosecondsRichard Cochran2014-12-30
| * | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-30
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-09
|\ \ \
| * | | hrtimer: Make __hrtimer_get_next_event() statickbuild test robot2015-01-24
| * | | Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner2015-01-24
| |\ \ \
| | * | | rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang2015-01-23
| | * | | time: Expose getboottime64 for in-kernel usesJohn Stultz2015-01-23
| | * | | ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-01-23
| | |/ /
| * / / hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-23
| |/ /
* | / hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-05
| |/ |/|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-01-25
|\ \ | |/ |/|
| * Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2015-01-22
| |\
| | * time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-07
| | * time: settimeofday: Validate the values of tv from userSasha Levin2015-01-07
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-19
|\| |
| * | tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2014-12-19
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-15
|\ \ \
| * | | drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter2014-12-05
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-12
|\ \ \
| * \ \ Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-20
| |\ \ \
| * | | | clocksource: Fix 'clcoksource' typo in commentJames Hartley2014-10-29
* | | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-12-11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' into for-3.19Tejun Heo2014-11-22
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter2014-10-29
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-10
|\ \ \ \ \
| * | | | | timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-29
| * | | | | timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-29
| |/ / / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-10
|\ \ \ \ \
| * | | | | time: Fix sign bug in NTP mult overflow warningJohn Stultz2014-11-25
| * | | | | time: Fixup comments to reflect usage of timespec64John Stultz2014-11-21
| * | | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-21
| * | | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-21
| * | | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-21
| * | | | | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-21
| * | | | | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-21
| * | | | | time: Complete NTP adjustment threshold judging conditionspang.xunlei2014-11-21
| * | | | | time: Avoid possible NTP adjustment mult overflow.pang.xunlei2014-11-21
| * | | | | time: Rename udelay_test.c to test_udelay.cJohn Stultz2014-11-21
| |/ / / /
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-09
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-20
| |\ \ \ \ | | |_|_|/ | |/| | |