summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arm64: dts: imx8mq: Add system counter nodeAnson Huang2019-08-271-0/+8
| * arm64: dts: imx8mm: Add system counter nodeAnson Huang2019-08-271-0/+8
| * clocksource/drivers/imx-sysctr: Add internal clock divider handleAnson Huang2019-08-271-0/+5
| * clocksource/drivers/tcb_clksrc: Register delay timerAlexandre Belloni2019-08-272-1/+19
| * dt-bindings: timer: Convert Allwinner A13 HSTimer to a schemaMaxime Ripard2019-08-272-26/+79
| * clocksource: sun4i: Add missing compatiblesMaxime Ripard2019-08-271-0/+4
| * dt-bindings: timer: Add missing compatiblesMaxime Ripard2019-08-271-0/+26
| * dt-bindings: timer: Convert Allwinner A10 Timer to a schemaMaxime Ripard2019-08-272-19/+76
| * clocksource: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-273-11/+3
|/
* clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov2019-08-234-22/+6
* clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-234-12/+21
* clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-232-9/+5
* posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner2019-08-213-4/+5
* posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner2019-08-211-7/+13
* hrtimer: Don't take expiry_lock when timer is currently migratedJulien Grall2019-08-211-1/+5
* hrtimer: Protect lockless access to timer->baseJulien Grall2019-08-211-1/+2
* posix-cpu-timers: Fixup stale commentThomas Gleixner2019-08-201-3/+4
* alarmtimers: Avoid rtc.h includeThomas Gleixner2019-08-201-1/+2
* posix-timers: Cleanup forward declarations and includesThomas Gleixner2019-08-201-3/+2
* hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker2019-08-202-4/+16
* posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner2019-08-203-1/+32