summaryrefslogtreecommitdiff
path: root/include/linux/posix-timers.h
AgeCommit message (Expand)Author
2021-11-02posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman
2019-09-05posix-cpu-timers: Always clear head pointer on dequeueThomas Gleixner
2019-08-29posix-timers: Unbreak CONFIG_POSIX_TIMERS=n buildThomas Gleixner
2019-08-28posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Get rid of zero checksThomas Gleixner
2019-08-28posix-cpu-timers: Restructure expiry arrayThomas Gleixner
2019-08-28posix-cpu-timers: Remove cputime_expiresThomas Gleixner
2019-08-28posix-cpu-timers: Remove the odd field rename definesThomas Gleixner
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner
2019-08-20posix-timers: Cleanup forward declarations and includesThomas Gleixner
2019-08-01posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior
2019-01-15posix-cpu-timers: Remove private interval storageThomas Gleixner
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner
2017-06-04posix-timers: Cleanup struct k_itimerThomas Gleixner
2017-06-04posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig
2017-05-27posix-timers: Remove mmtimer leftoversDimitri Sivanich
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker
2013-07-03posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz
2011-05-24posix-timers: RCU conversionEric Dumazet
2011-04-26timers: Posix interface for alarm-timersJohn Stultz