summaryrefslogtreecommitdiffstats
path: root/include/linux/posix-timers.h
Commit message (Expand)AuthorAgeFilesLines
* posix-cpu-timers: Split out posix-timers_types.hKent Overstreet2023-12-201-66/+3
* posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-04-211-6/+11
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * task_work: Remove unnecessary include from posix_timers.hEric W. Biederman2022-03-101-1/+0
* | prlimit: do not grab the tasklist_lockBarret Rhoden2022-03-081-1/+1
|/
* posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-021-0/+2
* posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker2021-08-101-1/+6
* posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker2021-08-101-1/+3
* posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-061-0/+17
* posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2020-03-041-1/+1
* posix-cpu-timers: Always clear head pointer on dequeueThomas Gleixner2019-09-051-6/+3
* posix-timers: Unbreak CONFIG_POSIX_TIMERS=n buildThomas Gleixner2019-08-291-0/+1
* posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner2019-08-281-16/+49
* posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-281-0/+8
* posix-cpu-timers: Get rid of zero checksThomas Gleixner2019-08-281-2/+5
* posix-cpu-timers: Restructure expiry arrayThomas Gleixner2019-08-281-14/+27
* posix-cpu-timers: Remove cputime_expiresThomas Gleixner2019-08-281-7/+2
* posix-cpu-timers: Remove the odd field rename definesThomas Gleixner2019-08-281-15/+0
* posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner2019-08-281-6/+18
* posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-281-0/+22
* posix-cpu-timers: Create a container structThomas Gleixner2019-08-281-0/+34
* posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner2019-08-211-1/+1
* posix-timers: Cleanup forward declarations and includesThomas Gleixner2019-08-201-3/+2
* posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior2019-08-011-2/+3
* posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-151-1/+1
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-021-2/+2
* posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-041-6/+19
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-251-1/+0
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-141-2/+0
* posix-timers: Add active flag to k_itimerThomas Gleixner2017-06-041-0/+2
* posix-timers: Rename do_schedule_next_timerThomas Gleixner2017-06-041-1/+1
* posix-timers: Store k_clock pointer in k_itimerThomas Gleixner2017-06-041-0/+2
* posix-timers: Move interval out of the unionThomas Gleixner2017-06-041-2/+2
* posix-timers: Move posix-timer internals to coreThomas Gleixner2017-06-041-30/+0
* posix-timers: Cleanup struct k_itimerThomas Gleixner2017-06-041-21/+40
* posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig2017-06-041-0/+3
* posix-timers: Remove mmtimer leftoversDimitri Sivanich2017-05-271-6/+0
* posix-timers: Make posix_clocks immutableChristoph Hellwig2017-05-271-4/+5
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-141-1/+1
* time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-141-6/+6
* time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-141-1/+1
* time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-141-1/+1
* time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-141-1/+1
* timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-011-1/+1
* timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-011-11/+1
* posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-3/+0
* posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker2013-07-031-5/+11
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-0/+2
|\