summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro
2017-06-14posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner
2017-06-04posix-timers: Make use of cancel/arm callbacksThomas Gleixner
2017-06-04posix-timers: Add cancel/arm callbacksThomas Gleixner
2017-06-04posix-timers: Zero settings value in common codeThomas Gleixner
2017-06-04posix-timers: Make use of forward/remaining callbacksThomas Gleixner
2017-06-04posix-timers: Add forward/remaining callbacksThomas Gleixner
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner
2017-06-04posix-timers: Add timer_rearm() callbackThomas Gleixner
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner
2017-06-04posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner
2017-06-04posix-timers: Avoid gazillions of forward declarationsThomas Gleixner
2017-06-04posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner
2017-06-04posix-timers: Remove unused export of posix_timer_event()Thomas Gleixner
2017-06-04alarmtimer: Remove pointless config conditionalThomas Gleixner
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-06-04posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig
2017-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-05-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-05-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-27alarmtimer: Fix posix-timer constification falloutThomas Gleixner
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig
2017-05-26kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques
2017-05-27livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMSMiroslav Benes
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds