summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2017-06-20time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz-0/+1
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz-20/+25
2017-06-20posix-cpu-timers: Make timespec to nsec conversion safeThomas Gleixner-1/+5
2017-06-20itimer: Make timeval to nsec conversion range limitedThomas Gleixner-2/+6
2017-06-20timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler-1/+1
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar-14/+30
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz-9/+10
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz-16/+36
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner-7/+7
2017-06-14posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner-4/+5
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro-0/+41
2017-06-14time: Move compat_time()/stime() to nativeAl Viro-0/+41
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro-18/+42
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro-4/+115
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro-0/+40
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro-9/+35
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro-24/+64
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro-1/+52
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro-12/+1
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro-29/+23
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro-36/+129
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro-22/+10
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro-42/+20
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro-7/+14
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro-70/+32
2017-06-14posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro-35/+28
2017-06-13nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker-2/+4
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner-0/+13
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner-0/+2
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd-3/+3
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner-1/+1
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney-50/+0
2017-06-05nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker-19/+2
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner-110/+29
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner-0/+22
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner-0/+10
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner-9/+22
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner-0/+13
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner-1/+14
2017-06-04posix-timers: Make use of cancel/arm callbacksThomas Gleixner-81/+100
2017-06-04posix-timers: Add cancel/arm callbacksThomas Gleixner-0/+3
2017-06-04posix-timers: Zero settings value in common codeThomas Gleixner-6/+2
2017-06-04posix-timers: Make use of forward/remaining callbacksThomas Gleixner-15/+49
2017-06-04posix-timers: Add forward/remaining callbacksThomas Gleixner-0/+2
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner-1/+7
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner-10/+11
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner-6/+6
2017-06-04posix-timers: Add timer_rearm() callbackThomas Gleixner-15/+18
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner-3/+6
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner-17/+16