aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro4-22/+10
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro1-42/+20
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro3-7/+14
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro1-70/+32
2017-06-14posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro1-35/+28
2017-06-13nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker1-2/+4
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner1-0/+13
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner1-0/+2
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd2-3/+3
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner1-1/+1
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-50/+0
2017-06-05nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker1-19/+2
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner3-110/+29
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner1-0/+22
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner1-0/+10
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner1-9/+22
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner1-0/+13
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner1-1/+14
2017-06-04posix-timers: Make use of cancel/arm callbacksThomas Gleixner1-81/+100
2017-06-04posix-timers: Add cancel/arm callbacksThomas Gleixner1-0/+3
2017-06-04posix-timers: Zero settings value in common codeThomas Gleixner2-6/+2
2017-06-04posix-timers: Make use of forward/remaining callbacksThomas Gleixner1-15/+49
2017-06-04posix-timers: Add forward/remaining callbacksThomas Gleixner1-0/+2
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner1-1/+7
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner3-10/+11
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner2-6/+6
2017-06-04posix-timers: Add timer_rearm() callbackThomas Gleixner1-15/+18
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner2-3/+6
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner2-17/+16
2017-06-04posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner2-18/+15
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner5-0/+36
2017-06-04posix-timers: Avoid gazillions of forward declarationsThomas Gleixner1-101/+89
2017-06-04posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner1-113/+0
2017-06-04posix-timers: Remove unused export of posix_timer_event()Thomas Gleixner1-1/+0
2017-06-04alarmtimer: Remove pointless config conditionalThomas Gleixner1-2/+1
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2-11/+27
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2017-05-30nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker1-0/+2
2017-05-27alarmtimer: Fix posix-timer constification falloutThomas Gleixner1-0/+2
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig4-170/+146
2017-05-23posix-timers: Make signal printks conditionalThomas Gleixner1-8/+16
2017-05-17nohz: Fix collision between tick and other hrtimers, againFrederic Weisbecker2-6/+33
2017-05-17nohz: Add hrtimer sanity checkFrederic Weisbecker1-2/+7
2017-05-15sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra1-1/+1
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync pointsPeter Zijlstra1-0/+3
2017-05-12time: delete current_fs_time()Deepa Dinamani1-14/+0
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-113/+153