| Commit message (Expand) | Author | Age | Files | Lines |
* | linux/time.h: Extract common header for vDSO | Vincenzo Frascino | 2020-03-21 | 2 | -4/+13 |
* | linux/math64.h: Extract common header for vDSO | Vincenzo Frascino | 2020-03-21 | 2 | -19/+25 |
* | linux/clocksource.h: Extract common header for vDSO | Vincenzo Frascino | 2020-03-21 | 2 | -10/+24 |
* | mips: Introduce asm/vdso/clocksource.h | Vincenzo Frascino | 2020-03-21 | 2 | -3/+10 |
* | arm64: Introduce asm/vdso/clocksource.h | Vincenzo Frascino | 2020-03-21 | 2 | -2/+9 |
* | arm: Introduce asm/vdso/clocksource.h | Vincenzo Frascino | 2020-03-21 | 2 | -3/+11 |
* | x86: Introduce asm/vdso/clocksource.h | Vincenzo Frascino | 2020-03-21 | 2 | -4/+11 |
* | linux/limits.h: Extract common header for vDSO | Vincenzo Frascino | 2020-03-21 | 2 | -12/+20 |
* | linux/bits.h: Extract common header for vDSO | Vincenzo Frascino | 2020-03-21 | 2 | -1/+10 |
* | linux/const.h: Extract common header for vDSO | Vincenzo Frascino | 2020-03-21 | 2 | -4/+11 |
* | Revert "tick/common: Make tick_periodic() check for missing ticks" | Thomas Gleixner | 2020-03-19 | 1 | -33/+3 |
* | time/sched_clock: Expire timer in hardirq context | Ahmed S. Darwish | 2020-03-19 | 1 | -4/+5 |
* | Merge tag 'timers-v5.7' of https://git.linaro.org/people/daniel.lezcano/linux... | Thomas Gleixner | 2020-03-19 | 39 | -330/+471 |
|\ |
|
| * | clocksource/drivers/timer-probe: Avoid creating dead devices | Saravana Kannan | 2020-03-17 | 1 | -0/+2 |
| * | clocksource/drivers/imx-sysctr: Remove unused includes | Anson Huang | 2020-03-17 | 1 | -2/+0 |
| * | clocksource/drivers/imx-tpm: Remove unused includes | Anson Huang | 2020-03-17 | 1 | -2/+0 |
| * | Merge branch 'timers/drivers/timer-ti-dm' into timers/drivers/next | Daniel Lezcano | 2020-03-16 | 4 | -82/+119 |
| |\ |
|
| | * | clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwm | Lokesh Vutla | 2020-03-16 | 3 | -17/+12 |
| | * | clocksource/drivers/timer-ti-dm: Add support to get pwm current status | Lokesh Vutla | 2020-03-16 | 2 | -0/+16 |
| | * | clocksource/drivers/timer-ti-dm: Do not update counter on updating the period | Lokesh Vutla | 2020-03-16 | 1 | -1/+0 |
| | * | clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save a... | Lokesh Vutla | 2020-03-16 | 2 | -42/+58 |
| | * | clocksource/drivers/timer-ti-dm: Prepare for using cpuidle | Tony Lindgren | 2020-03-16 | 2 | -5/+32 |
| | * | clocksource/drivers/timer-ti-dm: Convert to SPDX identifier | Lokesh Vutla | 2020-03-16 | 1 | -18/+1 |
| * | | clocksource/drivers/timer-microchip-pit64b: Fix rate for gck | Claudiu Beznea | 2020-03-16 | 1 | -0/+1 |
| * | | clocksource/drivers/timer-cs5535: Request irq with non-NULL dev_id | afzal mohammed | 2020-03-12 | 1 | -3/+2 |
| * | | clocksource: Replace setup_irq() by request_irq() | afzal mohammed | 2020-02-27 | 23 | -191/+83 |
| * | | clocksource/drivers/ingenic: Add support for TCU of X1000 | 周琰杰 (Zhou Yanjie) | 2020-02-27 | 1 | -1/+2 |
| * | | dt-bindings: timer: Add X1000 bindings. | 周琰杰 (Zhou Yanjie) | 2020-02-27 | 1 | -0/+1 |
| * | | clocksource/drivers/timer-ti-dm: Drop bogus omap_dm_timer_of_set_source() | Suman Anna | 2020-02-27 | 1 | -32/+1 |
| * | | clocksource/drivers/timer-ti-dm: Do not update counter on updating the period | Lokesh Vutla | 2020-02-27 | 1 | -1/+0 |
| * | | clocksource/drivers/owl: Improve owl_timer_init fail messages | Matheus Castello | 2020-02-27 | 1 | -4/+11 |
| * | | clocksource: Add driver for the Ingenic JZ47xx OST | Maarten ter Huurne | 2020-02-27 | 3 | -0/+198 |
| * | | dt-bindings: fttmr010: Add ast2600 compatible | Joel Stanley | 2020-02-21 | 1 | -0/+1 |
| * | | clocksource/drivers/fttmr010: Set interrupt and shutdown | Joel Stanley | 2020-02-21 | 1 | -5/+46 |
| * | | clocksource/drivers/fttmr010: Parametrise shutdown | Joel Stanley | 2020-02-21 | 1 | -11/+8 |
* | | | tick/common: Make tick_periodic() check for missing ticks | Waiman Long | 2020-03-04 | 1 | -3/+33 |
* | | | hrtimer: Cast explicitely to u32t in __ktime_divns() | Wen Yang | 2020-03-04 | 1 | -1/+1 |
* | | | timekeeping: Prevent 32bit truncation in scale64_check_overflow() | Wen Yang | 2020-03-04 | 1 | -2/+1 |
* | | | posix-cpu-timers: Stop disabling timers on mt-exec | Eric W. Biederman | 2020-03-04 | 1 | -10/+1 |
* | | | posix-cpu-timers: Store a reference to a pid not a task | Eric W. Biederman | 2020-03-04 | 2 | -19/+56 |
* | | | posix-cpu-timers: Pass the task into arm_timer() | Eric W. Biederman | 2020-03-01 | 1 | -4/+3 |
* | | | posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_group | Eric W. Biederman | 2020-03-01 | 1 | -54/+12 |
* | | | posix-cpu-timers: cpu_clock_sample_group() no longer needs siglock | Eric W. Biederman | 2020-03-01 | 1 | -3/+1 |
* | | | clocksource/drivers/arm_arch_timer: Fix vDSO clockmode when vDSO disabled | Vincenzo Frascino | 2020-02-25 | 1 | -0/+4 |
|/ / |
|
* | | posix-timers: Pass lockdep expression to RCU lists | Amol Grover | 2020-02-17 | 1 | -1/+2 |
* | | timer: Improve the comment describing schedule_timeout() | Alexander Popov | 2020-02-17 | 1 | -7/+9 |
* | | lib/vdso: Allow architectures to provide the vdso data pointer | Christophe Leroy | 2020-02-17 | 1 | -16/+56 |
* | | lib/vdso: Allow architectures to override the ns shift operation | Christophe Leroy | 2020-02-17 | 1 | -2/+9 |
* | | lib/vdso: Allow fixed clock mode | Christophe Leroy | 2020-02-17 | 1 | -2/+9 |
* | | lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes | Thomas Gleixner | 2020-02-17 | 4 | -13/+17 |