summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani
2017-06-22nohz: Move idle balancer registration to the idle pathFrederic Weisbecker
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker
2017-06-21Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2017-06-20time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz
2017-06-20posix-cpu-timers: Make timespec to nsec conversion safeThomas Gleixner
2017-06-20itimer: Make timeval to nsec conversion range limitedThomas Gleixner
2017-06-20timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner
2017-06-14posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro
2017-06-14time: Move compat_time()/stime() to nativeAl Viro
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro
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-13nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney
2017-06-05nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner