summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
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-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz
2014-07-23timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz
2014-07-23timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz
2014-07-23timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz
2014-07-23timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner
2014-07-23timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner
2014-07-23timekeeping: Restructure the timekeeper some moreThomas Gleixner
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner
2014-07-23clocksource: Make delta calculation a functionThomas Gleixner
2014-07-23timekeeping: Provide ktime_get_raw()Thomas Gleixner
2014-07-23timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner
2014-07-23timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner
2014-07-23timekeeping: Simplify getboottime()Thomas Gleixner
2014-07-23timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner
2014-07-23timekeeping: Remove monotonic_to_bootbasedThomas Gleixner
2014-07-23timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner
2014-07-23timekeeping: Provide ktime_mono_to_any()Thomas Gleixner
2014-07-23timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner
2014-07-23timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner
2014-07-23timekeeping: Provide ktime_get_with_offset()Thomas Gleixner
2014-07-23timekeeping: Use ktime_t based data for ktime_get()Thomas Gleixner
2014-07-23timekeeping: Provide internal ktime_t based dataThomas Gleixner
2014-07-23timekeeping: Use timekeeping_update() instead of memcpy()Thomas Gleixner
2014-07-23timekeeping: Cache optimize struct timekeeperThomas Gleixner
2014-07-23timekeeper: Move tk_xtime to core codeThomas Gleixner
2014-07-23timekeeping: Provide timespec64 based interfacesThomas Gleixner
2014-07-23timekeeping: Convert timekeeping core to use timespec64sJohn Stultz
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz
2014-07-23timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar
2013-12-23timekeeping: Remove comment that's mostly out of dateJohn Stultz
2013-12-23timekeeper: fix comment typo for tk_setup_internals()Yijing Wang
2013-12-23timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz
2013-12-23timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz
2013-12-23timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz
2013-12-23timekeeping: Fix potential lost pv notification of time changeJohn Stultz
2013-12-23timekeeping: Fix lost updates to tai adjustmentJohn Stultz