summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-056-147/+176
|\
| * posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-301-28/+16
| * nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-304-37/+25
| * posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-302-76/+70
| * posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani2017-06-251-6/+7
| * time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-251-0/+30
| * time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-251-0/+28
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0311-781/+1129
|\ \
| * | timers: Make the cpu base lock rawSebastian Andrzej Siewior2017-06-291-24/+24
| * | Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-06-211-20/+26
| |\ \
| | * | time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2017-06-201-0/+1
| | * | time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz2017-06-201-20/+25
| * | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-213-28/+49
| |\ \ \ | | |/ /
| * | | posix-cpu-timers: Make timespec to nsec conversion safeThomas Gleixner2017-06-201-1/+5
| * | | itimer: Make timeval to nsec conversion range limitedThomas Gleixner2017-06-201-2/+6
| * | | timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler2017-06-201-1/+1
| | |/ | |/|
| * | posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-145-7/+7
| * | posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner2017-06-141-4/+5
| * | time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro2017-06-141-0/+41
| * | time: Move compat_time()/stime() to nativeAl Viro2017-06-141-0/+41
| * | posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro2017-06-142-18/+42
| * | posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro2017-06-142-4/+115
| * | itimers: Move compat itimer syscalls to native onesAl Viro2017-06-142-0/+40
| * | posix-timers: Take compat timer_gettime(2) to native oneAl Viro2017-06-142-9/+35
| * | posix-timers: Take compat timer_settime(2) to native oneAl Viro2017-06-142-24/+64
| * | ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-143-1/+52
| * | posix-timers: Kill ->nsleep_restart()Al Viro2017-06-144-12/+1
| * | hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-143-29/+23
| * | time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-145-36/+129
| * | posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro2017-06-144-22/+10
| * | hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro2017-06-141-42/+20
| * | hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-143-7/+14
| * | alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro2017-06-141-70/+32
| * | posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro2017-06-141-35/+28
| * | posix-timers: Handle relative posix-timers correctlyThomas Gleixner2017-06-121-0/+13
| * | posix-timers: Zero out oldval itimerspecThomas Gleixner2017-06-121-0/+2
| * | posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner2017-06-121-1/+1
| * | alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner2017-06-043-110/+29
| * | alarmtimer: Implement arm callbackThomas Gleixner2017-06-041-0/+22
| * | alarmtimer: Implement try_to_cancel callbackThomas Gleixner2017-06-041-0/+10
| * | alarmtimer: Implement remaining callbackThomas Gleixner2017-06-041-9/+22
| * | alarmtimer: Implement forward callbackThomas Gleixner2017-06-041-0/+13
| * | alarmtimer: Implement timer_rearm() callbackThomas Gleixner2017-06-041-1/+14
| * | posix-timers: Make use of cancel/arm callbacksThomas Gleixner2017-06-041-81/+100
| * | posix-timers: Add cancel/arm callbacksThomas Gleixner2017-06-041-0/+3
| * | posix-timers: Zero settings value in common codeThomas Gleixner2017-06-042-6/+2
| * | posix-timers: Make use of forward/remaining callbacksThomas Gleixner2017-06-041-15/+49
| * | posix-timers: Add forward/remaining callbacksThomas Gleixner2017-06-041-0/+2
| * | posix-timers: Add active flag to k_itimerThomas Gleixner2017-06-041-1/+7
| * | posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner2017-06-043-10/+11
OpenPOWER on IntegriCloud