aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-16/+16
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani1-1/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-4/+4
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann1-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann1-11/+3
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+2
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner1-4/+1
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner1-19/+1
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-4/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+15
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-15/+15
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-12/+9
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-11/+2
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller1-11/+2
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman1-9/+4
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman1-3/+5
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner1-11/+20
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner1-3/+3
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-5/+7
2018-06-19posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann1-5/+5
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-9/+17
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-9/+17
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani1-2/+2
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani1-3/+3
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani1-2/+12
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+9
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner1-22/+1
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner1-0/+13
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman1-1/+1
2017-12-15posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-12/+17
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani1-28/+16
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani1-12/+8
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani1-38/+25
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner1-2/+2
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro1-18/+41
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro1-4/+62
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro1-9/+34
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro1-24/+63
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro1-0/+27
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro1-4/+0
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro1-8/+24
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro1-5/+5
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro1-1/+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-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner1-1/+1
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner1-7/+5