summaryrefslogtreecommitdiffstats
path: root/lib/test_hexdump.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-21arm64: Introduce asm/vdso/clocksource.hVincenzo Frascino2-2/+9
2020-03-21arm: Introduce asm/vdso/clocksource.hVincenzo Frascino2-3/+11
2020-03-21x86: Introduce asm/vdso/clocksource.hVincenzo Frascino2-4/+11
2020-03-21linux/limits.h: Extract common header for vDSOVincenzo Frascino2-12/+20
2020-03-21linux/bits.h: Extract common header for vDSOVincenzo Frascino2-1/+10
2020-03-21linux/const.h: Extract common header for vDSOVincenzo Frascino2-4/+11
2020-03-19Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner1-33/+3
2020-03-19time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish1-4/+5
2020-03-17clocksource/drivers/timer-probe: Avoid creating dead devicesSaravana Kannan1-0/+2
2020-03-17clocksource/drivers/imx-sysctr: Remove unused includesAnson Huang1-2/+0
2020-03-17clocksource/drivers/imx-tpm: Remove unused includesAnson Huang1-2/+0
2020-03-16clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla3-17/+12
2020-03-16clocksource/drivers/timer-ti-dm: Add support to get pwm current statusLokesh Vutla2-0/+16
2020-03-16clocksource/drivers/timer-ti-dm: Do not update counter on updating the periodLokesh Vutla1-1/+0
2020-03-16clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save a...Lokesh Vutla2-42/+58
2020-03-16clocksource/drivers/timer-ti-dm: Prepare for using cpuidleTony Lindgren2-5/+32
2020-03-16clocksource/drivers/timer-ti-dm: Convert to SPDX identifierLokesh Vutla1-18/+1
2020-03-16clocksource/drivers/timer-microchip-pit64b: Fix rate for gckClaudiu Beznea1-0/+1
2020-03-12clocksource/drivers/timer-cs5535: Request irq with non-NULL dev_idafzal mohammed1-3/+2
2020-03-04tick/common: Make tick_periodic() check for missing ticksWaiman Long1-3/+33
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang1-1/+1
2020-03-04timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang1-2/+1
2020-03-04posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman1-10/+1
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2-19/+56
2020-03-01posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman1-4/+3
2020-03-01posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman1-54/+12
2020-03-01posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman1-3/+1
2020-02-27clocksource: Replace setup_irq() by request_irq()afzal mohammed23-191/+83
2020-02-27clocksource/drivers/ingenic: Add support for TCU of X1000周琰杰 (Zhou Yanjie)1-1/+2
2020-02-27dt-bindings: timer: Add X1000 bindings.周琰杰 (Zhou Yanjie)1-0/+1
2020-02-27clocksource/drivers/timer-ti-dm: Drop bogus omap_dm_timer_of_set_source()Suman Anna1-32/+1
2020-02-27clocksource/drivers/timer-ti-dm: Do not update counter on updating the periodLokesh Vutla1-1/+0
2020-02-27clocksource/drivers/owl: Improve owl_timer_init fail messagesMatheus Castello1-4/+11
2020-02-27clocksource: Add driver for the Ingenic JZ47xx OSTMaarten ter Huurne3-0/+198
2020-02-25clocksource/drivers/arm_arch_timer: Fix vDSO clockmode when vDSO disabledVincenzo Frascino1-0/+4
2020-02-21dt-bindings: fttmr010: Add ast2600 compatibleJoel Stanley1-0/+1
2020-02-21clocksource/drivers/fttmr010: Set interrupt and shutdownJoel Stanley1-5/+46
2020-02-21clocksource/drivers/fttmr010: Parametrise shutdownJoel Stanley1-11/+8
2020-02-17posix-timers: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-17timer: Improve the comment describing schedule_timeout()Alexander Popov1-7/+9
2020-02-17lib/vdso: Allow architectures to provide the vdso data pointerChristophe Leroy1-16/+56
2020-02-17lib/vdso: Allow architectures to override the ns shift operationChristophe Leroy1-2/+9
2020-02-17lib/vdso: Allow fixed clock modeChristophe Leroy1-2/+9
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner4-13/+17
2020-02-17lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner3-17/+3
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner9-32/+7
2020-02-17ARM/arm64: vdso: Use common vdso clock mode storageThomas Gleixner11-57/+29
2020-02-17mips: vdso: Use generic VDSO clock mode storageThomas Gleixner6-50/+19
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner13-63/+46
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner5-5/+42