summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner2019-08-283-109/+155
* posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-286-50/+54
* 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-283-34/+20
* rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner2019-08-281-4/+3
* 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-283-68/+49
* posix-cpu-timers: Restructure expiry arrayThomas Gleixner2019-08-282-63/+83
* posix-cpu-timers: Remove cputime_expiresThomas Gleixner2019-08-282-17/+2
* 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: Remove the odd field rename definesThomas Gleixner2019-08-281-15/+0
* 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-283-9/+31
* posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-286-53/+56
* sched: Move struct task_cputime to types.hThomas Gleixner2019-08-282-16/+24
* posix-cpu-timers: Create a container structThomas Gleixner2019-08-286-31/+54
* 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-282-3/+15
* posix-cpu-timers: Sample directly in timer checkThomas Gleixner2019-08-281-3/+4
* itimers: Use quick sample functionThomas Gleixner2019-08-281-1/+1
* posix-cpu-timers: Provide quick sample function for itimerThomas Gleixner2019-08-282-1/+22
* 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
* Merge tag 'timers-v5.4' of https://git.linaro.org/people/daniel.lezcano/linux...Thomas Gleixner2019-08-2718-85/+275
|\
| * clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedMagnus Damm2019-08-271-1/+5
| * clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchMagnus Damm2019-08-271-0/+8
| * dt-bindings: timer: renesas, cmt: Update R-Car Gen3 CMT1 usageMagnus Damm2019-08-271-10/+10
| * dt-bindings: timer: renesas, cmt: Add CMT0 and CMT1 to r8a77995Magnus Damm2019-08-271-0/+2
| * dt-bindings: timer: renesas, cmt: Add CMT0 and CMT1 to r8a7792Magnus Damm2019-08-271-0/+2
| * dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740Magnus Damm2019-08-271-8/+2
| * dt-bindings: timer: renesas, cmt: Add CMT0234 to sh73a0 and r8a7740Magnus Damm2019-08-271-0/+8
| * clocksource/drivers: Do not warn on probe deferJon Hunter2019-08-271-1/+3
| * clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter2019-08-271-2/+4
| * clocksource/drivers/npcm: Fix GENMASK and timer operationAvi Fishman2019-08-271-6/+3
| * clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helperGeert Uytterhoeven2019-08-271-1/+1