summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
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-23time: Export nsecs_to_jiffies()Thomas 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-23time: Consolidate the time accessor prototypesThomas Gleixner
2014-07-23timekeeping: Convert timekeeping core to use timespec64sJohn Stultz
2014-07-23time: More core infrastructure for timespec64John Stultz
2014-07-23ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner
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-07-23kernel: time: Add udelay_test module to validate udelayDavid Riley
2014-06-23hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar
2014-06-23hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar
2014-06-23timer: Kick dynticks targets on mod_timer*() callsViresh Kumar
2014-06-23timer: Store cpu-number in struct tvec_baseViresh Kumar
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz
2014-05-12ntp: Make is_error_status() use its argumentGeorge Spelvin
2014-05-12ntp: Convert simple_strtol to kstrtolFabian Frederick
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz
2014-03-25tick: Remove code duplication in tick_handle_periodic()Viresh Kumar
2014-03-25tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar
2014-03-10Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner