aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/posix-timers.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman1-1/+1
2019-09-05posix-cpu-timers: Always clear head pointer on dequeueThomas Gleixner1-6/+3
2019-08-29posix-timers: Unbreak CONFIG_POSIX_TIMERS=n buildThomas Gleixner1-0/+1
2019-08-28posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner1-16/+49
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner1-0/+8
2019-08-28posix-cpu-timers: Get rid of zero checksThomas Gleixner1-2/+5
2019-08-28posix-cpu-timers: Restructure expiry arrayThomas Gleixner1-14/+27
2019-08-28posix-cpu-timers: Remove cputime_expiresThomas Gleixner1-7/+2
2019-08-28posix-cpu-timers: Remove the odd field rename definesThomas Gleixner1-15/+0
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner1-6/+18
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner1-0/+22
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner1-0/+34
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner1-1/+1
2019-08-20posix-timers: Cleanup forward declarations and includesThomas Gleixner1-3/+2
2019-08-01posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior1-2/+3
2019-01-15posix-cpu-timers: Remove private interval storageThomas Gleixner1-1/+1
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner1-2/+2
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers1-6/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani1-1/+0
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro1-2/+0
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner1-0/+2
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner1-1/+1
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner1-0/+2
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner1-2/+2
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner1-30/+0
2017-06-04posix-timers: Cleanup struct k_itimerThomas Gleixner1-21/+40
2017-06-04posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig1-0/+3
2017-05-27posix-timers: Remove mmtimer leftoversDimitri Sivanich1-6/+0
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig1-4/+5
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani1-6/+6
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-1/+1
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker1-1/+1
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker1-11/+1
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker1-3/+0
2013-07-03posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker1-5/+11
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker1-0/+2
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov1-0/+1
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz1-1/+4
2011-05-24posix-timers: RCU conversionEric Dumazet1-0/+1
2011-04-26timers: Posix interface for alarm-timersJohn Stultz1-0/+2
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran1-1/+5
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner1-1/+1
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran1-0/+13
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran1-0/+2