summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-232-28/+26Star
| * time: Consolidate the time accessor prototypesThomas Gleixner2014-07-235-0/+27
| * timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-235-82/+104
| * time: More core infrastructure for timespec64John Stultz2014-07-231-0/+62
| * ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner2014-07-231-0/+1
| * ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-233-63/+2Star
| * hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-232-24/+31
| * timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner2014-07-231-12/+6Star
| * kernel: time: Add udelay_test module to validate udelayDavid Riley2014-07-232-0/+170
| * hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar2014-06-231-15/+8Star
| * hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar2014-06-231-8/+19
| * hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar2014-06-231-0/+1
| * timer: Kick dynticks targets on mod_timer*() callsViresh Kumar2014-06-231-16/+16
| * timer: Store cpu-number in struct tvec_baseViresh Kumar2014-06-231-0/+2
| * time/timers: Move all time(r) related files into kernel/timeThomas Gleixner2014-06-238-0/+7400
* | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-051-1/+1
|\ \
| * | alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav2014-06-201-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-051-4/+6
|\ \
| * \ Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-281-2/+18
| |\ \
| * | | nohz: Support nohz full remote kickFrederic Weisbecker2014-06-161-4/+6
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-051-0/+10
|\ \ \
| * | | rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney2014-07-091-0/+10
| |/ /
* | | timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-011-4/+6
* | | sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd2014-07-241-1/+3
| |/ |/|
* | alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-07-081-2/+18
|/
* Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-052-9/+13
|\
| * timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-052-9/+13
* | ntp: Make is_error_status() use its argumentGeorge Spelvin2014-05-121-6/+6
* | ntp: Convert simple_strtol to kstrtolFabian Frederick2014-05-121-1/+4
* | sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd2014-04-221-13/+0Star
|/
* tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar2014-04-151-1/+1
* tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar2014-04-151-0/+3
* tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar2014-04-151-1/+1
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-081-2/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-019-36/+236
|\
| * tick: Remove code duplication in tick_handle_periodic()Viresh Kumar2014-03-261-7/+7
| * tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar2014-03-261-1/+1
| * Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner2014-03-101-0/+2
| |\
| | * kernel: Include appropriate header file in time/timekeeping_debug.cRashika Kheria2014-03-031-0/+2
| * | nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker2014-02-141-1/+1
| * | tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy2014-02-092-2/+5
| * | time: Fixup fallout from recent clockevent/tick changesThomas Gleixner2014-02-071-1/+2
| * | tick: Introduce hrtimer based broadcastPreeti U Murthy2014-02-073-4/+158
| * | time: Change the return type of clockevents_notify() to integerPreeti U Murthy2014-02-073-8/+12
| * | clockevents: Adjust timer interval when frequency changesSoren Brinkmann2014-02-071-3/+6