summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-061-2/+3
* timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz2014-08-141-2/+3
* timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz2014-07-241-1/+4
* timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz2014-07-241-110/+83Star
* timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz2014-07-241-1/+1
* timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner2014-07-241-0/+124
* timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner2014-07-241-11/+11
* timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-241-66/+66
* timekeeping: Restructure the timekeeper some moreThomas Gleixner2014-07-241-20/+15Star
* clocksource: Get rid of cycle_lastThomas Gleixner2014-07-241-12/+11Star
* clocksource: Make delta calculation a functionThomas Gleixner2014-07-241-12/+14
* timekeeping: Provide ktime_get_raw()Thomas Gleixner2014-07-241-0/+25
* timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner2014-07-241-31/+0Star
* timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner2014-07-241-11/+3Star
* timekeeping: Simplify getboottime()Thomas Gleixner2014-07-241-8/+3Star
* timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner2014-07-241-34/+0Star
* timekeeping: Remove monotonic_to_bootbasedThomas Gleixner2014-07-241-15/+0Star
* timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner2014-07-231-18/+0Star
* timekeeping: Provide ktime_mono_to_any()Thomas Gleixner2014-07-231-0/+20
* timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Thomas Gleixner2014-07-231-6/+6
* timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner2014-07-231-6/+4Star
* timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner2014-07-231-15/+0Star
* timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner2014-07-231-17/+0Star
* timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner2014-07-231-15/+0Star
* timekeeping: Provide ktime_get_with_offset()Thomas Gleixner2014-07-231-0/+27
* timekeeping: Use ktime_t based data for ktime_get()Thomas Gleixner2014-07-231-4/+5
* timekeeping: Provide internal ktime_t based dataThomas Gleixner2014-07-231-0/+22
* timekeeping: Use timekeeping_update() instead of memcpy()Thomas Gleixner2014-07-231-2/+1Star
* timekeeping: Cache optimize struct timekeeperThomas Gleixner2014-07-231-88/+97
* timekeeper: Move tk_xtime to core codeThomas Gleixner2014-07-231-27/+43
* timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-231-25/+22Star
* timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-231-75/+97
* ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-231-5/+2Star
* hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-231-13/+23
* timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner2014-07-231-12/+6Star
* timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-051-3/+4
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-081-2/+3
* time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz2014-03-281-1/+2
* Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-121-27/+26Star
|\
| * timekeeping: Remove comment that's mostly out of dateJohn Stultz2013-12-231-10/+0Star
| * timekeeper: fix comment typo for tk_setup_internals()Yijing Wang2013-12-231-1/+2
| * timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2013-12-231-0/+2
| * timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2013-12-231-2/+2
| * tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz2013-12-231-15/+4Star
| * timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2013-12-231-2/+16
| * timekeeping: Fix potential lost pv notification of time changeJohn Stultz2013-12-231-9/+11
| * timekeeping: Fix lost updates to tai adjustmentJohn Stultz2013-12-231-1/+2
* | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-11-221-1/+1
|/
* timekeeping: Fix some trivial typos in commentsXie XiuQi2013-10-191-1/+2
* timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-121-0/+2