summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux/time.h: Extract common header for vDSOVincenzo Frascino2020-03-212-4/+13
* linux/math64.h: Extract common header for vDSOVincenzo Frascino2020-03-212-19/+25
* linux/clocksource.h: Extract common header for vDSOVincenzo Frascino2020-03-212-10/+24
* mips: Introduce asm/vdso/clocksource.hVincenzo Frascino2020-03-212-3/+10
* arm64: Introduce asm/vdso/clocksource.hVincenzo Frascino2020-03-212-2/+9
* arm: Introduce asm/vdso/clocksource.hVincenzo Frascino2020-03-212-3/+11
* x86: Introduce asm/vdso/clocksource.hVincenzo Frascino2020-03-212-4/+11
* linux/limits.h: Extract common header for vDSOVincenzo Frascino2020-03-212-12/+20
* linux/bits.h: Extract common header for vDSOVincenzo Frascino2020-03-212-1/+10
* linux/const.h: Extract common header for vDSOVincenzo Frascino2020-03-212-4/+11
* Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner2020-03-191-33/+3
* time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish2020-03-191-4/+5
* Merge tag 'timers-v5.7' of https://git.linaro.org/people/daniel.lezcano/linux...Thomas Gleixner2020-03-1939-330/+471
|\
| * clocksource/drivers/timer-probe: Avoid creating dead devicesSaravana Kannan2020-03-171-0/+2
| * clocksource/drivers/imx-sysctr: Remove unused includesAnson Huang2020-03-171-2/+0
| * clocksource/drivers/imx-tpm: Remove unused includesAnson Huang2020-03-171-2/+0
| * Merge branch 'timers/drivers/timer-ti-dm' into timers/drivers/nextDaniel Lezcano2020-03-164-82/+119
| |\
| | * clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla2020-03-163-17/+12
| | * clocksource/drivers/timer-ti-dm: Add support to get pwm current statusLokesh Vutla2020-03-162-0/+16
| | * clocksource/drivers/timer-ti-dm: Do not update counter on updating the periodLokesh Vutla2020-03-161-1/+0
| | * clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save a...Lokesh Vutla2020-03-162-42/+58
| | * clocksource/drivers/timer-ti-dm: Prepare for using cpuidleTony Lindgren2020-03-162-5/+32
| | * clocksource/drivers/timer-ti-dm: Convert to SPDX identifierLokesh Vutla2020-03-161-18/+1
| * | clocksource/drivers/timer-microchip-pit64b: Fix rate for gckClaudiu Beznea2020-03-161-0/+1
| * | clocksource/drivers/timer-cs5535: Request irq with non-NULL dev_idafzal mohammed2020-03-121-3/+2
| * | clocksource: Replace setup_irq() by request_irq()afzal mohammed2020-02-2723-191/+83
| * | clocksource/drivers/ingenic: Add support for TCU of X1000周琰杰 (Zhou Yanjie)2020-02-271-1/+2
| * | dt-bindings: timer: Add X1000 bindings.周琰杰 (Zhou Yanjie)2020-02-271-0/+1
| * | clocksource/drivers/timer-ti-dm: Drop bogus omap_dm_timer_of_set_source()Suman Anna2020-02-271-32/+1
| * | clocksource/drivers/timer-ti-dm: Do not update counter on updating the periodLokesh Vutla2020-02-271-1/+0
| * | clocksource/drivers/owl: Improve owl_timer_init fail messagesMatheus Castello2020-02-271-4/+11
| * | clocksource: Add driver for the Ingenic JZ47xx OSTMaarten ter Huurne2020-02-273-0/+198
| * | dt-bindings: fttmr010: Add ast2600 compatibleJoel Stanley2020-02-211-0/+1
| * | clocksource/drivers/fttmr010: Set interrupt and shutdownJoel Stanley2020-02-211-5/+46
| * | clocksource/drivers/fttmr010: Parametrise shutdownJoel Stanley2020-02-211-11/+8
* | | tick/common: Make tick_periodic() check for missing ticksWaiman Long2020-03-041-3/+33
* | | hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang2020-03-041-1/+1
* | | timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang2020-03-041-2/+1
* | | posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman2020-03-041-10/+1
* | | posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2020-03-042-19/+56
* | | posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman2020-03-011-4/+3
* | | posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman2020-03-011-54/+12
* | | posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman2020-03-011-3/+1
* | | clocksource/drivers/arm_arch_timer: Fix vDSO clockmode when vDSO disabledVincenzo Frascino2020-02-251-0/+4
|/ /
* | posix-timers: Pass lockdep expression to RCU listsAmol Grover2020-02-171-1/+2
* | timer: Improve the comment describing schedule_timeout()Alexander Popov2020-02-171-7/+9
* | lib/vdso: Allow architectures to provide the vdso data pointerChristophe Leroy2020-02-171-16/+56
* | lib/vdso: Allow architectures to override the ns shift operationChristophe Leroy2020-02-171-2/+9
* | lib/vdso: Allow fixed clock modeChristophe Leroy2020-02-171-2/+9
* | lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner2020-02-174-13/+17