aboutsummaryrefslogtreecommitdiff
path: root/include/linux/posix-timers.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2022-03-10task_work: Remove unnecessary include from posix_timers.hGravatar Eric W. Biederman 1-1/+0
2022-03-08prlimit: do not grab the tasklist_lockGravatar Barret Rhoden 1-1/+1
2021-11-02posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Gravatar Michael Pratt 1-0/+2
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Gravatar Frederic Weisbecker 1-1/+6
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionGravatar Frederic Weisbecker 1-1/+3
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workGravatar Thomas Gleixner 1-0/+17
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskGravatar Eric W. Biederman 1-1/+1
2019-09-05posix-cpu-timers: Always clear head pointer on dequeueGravatar Thomas Gleixner 1-6/+3
2019-08-29posix-timers: Unbreak CONFIG_POSIX_TIMERS=n buildGravatar Thomas Gleixner 1-0/+1
2019-08-28posix-cpu-timers: Utilize timerqueue for storageGravatar Thomas Gleixner 1-16/+49
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersGravatar Thomas Gleixner 1-0/+8
2019-08-28posix-cpu-timers: Get rid of zero checksGravatar Thomas Gleixner 1-2/+5
2019-08-28posix-cpu-timers: Restructure expiry arrayGravatar Thomas Gleixner 1-14/+27
2019-08-28posix-cpu-timers: Remove cputime_expiresGravatar Thomas Gleixner 1-7/+2
2019-08-28posix-cpu-timers: Remove the odd field rename definesGravatar Thomas Gleixner 1-15/+0
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheGravatar Thomas Gleixner 1-6/+18
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersGravatar Thomas Gleixner 1-0/+22
2019-08-28posix-cpu-timers: Create a container structGravatar Thomas Gleixner 1-0/+34
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Gravatar Thomas Gleixner 1-1/+1
2019-08-20posix-timers: Cleanup forward declarations and includesGravatar Thomas Gleixner 1-3/+2
2019-08-01posix-timers: Move rcu_head out of it unionGravatar Sebastian Andrzej Siewior 1-2/+3
2019-01-15posix-cpu-timers: Remove private interval storageGravatar Thomas Gleixner 1-1/+1
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-07-02posix-timers: Sanitize overrun handlingGravatar Thomas Gleixner 1-2/+2
2018-01-04posix-timers: Prevent UB from shifting negative signed valueGravatar Nick Desaulniers 1-6/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-25time: introduce {get,put}_itimerspec64Gravatar Deepa Dinamani 1-1/+0
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsGravatar Al Viro 1-2/+0
2017-06-04posix-timers: Add active flag to k_itimerGravatar Thomas Gleixner 1-0/+2
2017-06-04posix-timers: Rename do_schedule_next_timerGravatar Thomas Gleixner 1-1/+1
2017-06-04posix-timers: Store k_clock pointer in k_itimerGravatar Thomas Gleixner 1-0/+2
2017-06-04posix-timers: Move interval out of the unionGravatar Thomas Gleixner 1-2/+2
2017-06-04posix-timers: Move posix-timer internals to coreGravatar Thomas Gleixner 1-30/+0
2017-06-04posix-timers: Cleanup struct k_itimerGravatar Thomas Gleixner 1-21/+40
2017-06-04posix-timers: Move the do_schedule_next_timer declarationGravatar Christoph Hellwig 1-0/+3
2017-05-27posix-timers: Remove mmtimer leftoversGravatar Dimitri Sivanich 1-6/+0
2017-05-27posix-timers: Make posix_clocks immutableGravatar Christoph Hellwig 1-4/+5
2017-04-14time: Change k_clock nsleep() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Gravatar Deepa Dinamani 1-6/+6
2017-04-14time: Change k_clock clock_set() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock clock_getres() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock clock_get() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-02-01timers/itimer: Convert internal cputime_t units to nsecGravatar Frederic Weisbecker 1-1/+1
2017-02-01timers/posix-timers: Convert internals to use nsecsGravatar Frederic Weisbecker 1-11/+1
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelGravatar Frederic Weisbecker 1-3/+0
2013-07-03posix_cpu_timer: consolidate expiry time typeGravatar Frederic Weisbecker 1-5/+11
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningGravatar Frederic Weisbecker 1-0/+2
2013-04-17posix timers: Allocate timer id per process (v2)Gravatar Pavel Emelyanov 1-0/+1