summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-cpu-timers.c
Commit message (Expand)AuthorAgeFilesLines
* posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-141-16/+16
* posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
* posix-cpu-timers: Fix permission check regressionThomas Gleixner2019-09-101-9/+35
* posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner2019-08-291-4/+5
* posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner2019-08-281-93/+96
* posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-281-33/+40
* posix-cpu-timers: Deduplicate rlimit handlingThomas Gleixner2019-08-281-42/+25
* posix-cpu-timers: Remove pointless comparisonsThomas Gleixner2019-08-281-9/+7
* posix-cpu-timers: Get rid of 64bit divisionsThomas Gleixner2019-08-281-10/+14
* posix-cpu-timers: Consolidate timer expiry furtherThomas Gleixner2019-08-281-33/+30
* posix-cpu-timers: Get rid of zero checksThomas Gleixner2019-08-281-23/+15
* posix-cpu-timers: Respect INFINITY for hard RTTIME limitThomas Gleixner2019-08-281-1/+1
* posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner2019-08-281-59/+45
* posix-cpu-timers: Restructure expiry arrayThomas Gleixner2019-08-281-49/+56
* posix-cpu-timers: Remove cputime_expiresThomas Gleixner2019-08-281-10/+0
* posix-cpu-timers: Make expiry checks array basedThomas Gleixner2019-08-281-49/+36
* posix-cpu-timers: Provide array based sample functionsThomas Gleixner2019-08-281-0/+26
* posix-cpu-timers: Switch check_*_timers() to array cacheThomas Gleixner2019-08-281-15/+11
* posix-cpu-timers: Simplify set_process_cpu_timer()Thomas Gleixner2019-08-281-16/+8
* posix-cpu-timers: Simplify timer queueingThomas Gleixner2019-08-281-34/+21
* posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner2019-08-281-1/+11
* posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-281-18/+27
* posix-cpu-timers: Create a container structThomas Gleixner2019-08-281-10/+10
* posix-cpu-timers: Move prof/virt_ticks into callerThomas Gleixner2019-08-281-21/+9
* posix-cpu-timers: Sample task times once in expiry checkThomas Gleixner2019-08-281-4/+6
* posix-cpu-timers: Get rid of pointer indirectionThomas Gleixner2019-08-281-28/+22
* posix-cpu-timers: Simplify sample functionsThomas Gleixner2019-08-281-15/+13
* posix-cpu-timers: Remove pointless return value checkThomas Gleixner2019-08-281-3/+2
* posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()Thomas Gleixner2019-08-281-2/+3
* posix-cpu-timers: Use clock ID in posix_cpu_timer_get()Thomas Gleixner2019-08-281-2/+3
* posix-cpu-timers: Use clock ID in posix_cpu_timer_set()Thomas Gleixner2019-08-281-5/+6
* posix-cpu-timers: Consolidate thread group sample codeThomas Gleixner2019-08-281-39/+20
* posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner2019-08-281-2/+15
* posix-cpu-timers: Sample directly in timer checkThomas Gleixner2019-08-281-3/+4
* posix-cpu-timers: Provide quick sample function for itimerThomas Gleixner2019-08-281-0/+21
* posix-cpu-timers: Use common permission check in posix_cpu_timer_create()Thomas Gleixner2019-08-281-32/+3
* posix-cpu-timers: Use common permission check in posix_cpu_clock_get()Thomas Gleixner2019-08-281-43/+14
* posix-cpu-timers: Provide task validation functionsThomas Gleixner2019-08-281-21/+44
* posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner2019-08-211-2/+3
* posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner2019-08-211-7/+13
* posix-cpu-timers: Fixup stale commentThomas Gleixner2019-08-201-3/+4
* posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-151-7/+6
* posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-151-0/+1
* posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli2018-11-081-3/+0
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+1
* | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-121-2/+0
|\ \
| * | posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Sebastian Andrzej Siewior2018-06-121-2/+0
| |/
* | posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-021-1/+1
|/
* posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott2018-04-191-1/+3
OpenPOWER on IntegriCloud