aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-21lib/vdso: Enable common headersVincenzo Frascino2-25/+30
2020-03-21arm: vdso: Enable arm to use common headersVincenzo Frascino5-31/+64
2020-03-21x86/vdso: Enable x86 to use common headersVincenzo Frascino2-11/+24
2020-03-21mips: vdso: Enable mips to use common headersVincenzo Frascino3-19/+28
2020-03-21arm64: vdso32: Include common headers in the vdso libraryVincenzo Frascino2-3/+1
2020-03-21arm64: vdso: Include common headers in the vdso libraryVincenzo Frascino2-3/+0
2020-03-21arm64: Introduce asm/vdso/processor.hVincenzo Frascino2-5/+19
2020-03-21arm64: vdso32: Code clean upVincenzo Frascino2-20/+0
2020-03-21linux/elfnote.h: Replace elf.h with UAPI equivalentVincenzo Frascino1-1/+1
2020-03-21scripts: Fix the inclusion order in modpostVincenzo Frascino1-1/+5
2020-03-21common: Introduce processor.hVincenzo Frascino1-0/+14
2020-03-21linux/ktime.h: Extract common header for vDSOVincenzo Frascino2-8/+17
2020-03-21linux/jiffies.h: Extract common header for vDSOVincenzo Frascino2-3/+12
2020-03-21linux/time64.h: Extract common header for vDSOVincenzo Frascino2-9/+15
2020-03-21linux/time32.h: Extract common header for vDSOVincenzo Frascino2-12/+19
2020-03-21linux/time.h: Extract common header for vDSOVincenzo Frascino2-4/+13
2020-03-21linux/math64.h: Extract common header for vDSOVincenzo Frascino2-19/+25
2020-03-21linux/clocksource.h: Extract common header for vDSOVincenzo Frascino2-10/+24
2020-03-21mips: Introduce asm/vdso/clocksource.hVincenzo Frascino2-3/+10
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-19Merge tag 'timers-v5.7' of https://git.linaro.org/people/daniel.lezcano/linux into timers/coreThomas Gleixner39-330/+471
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-16Merge branch 'timers/drivers/timer-ti-dm' into timers/drivers/nextDaniel Lezcano4-82/+119
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 and restoreLokesh 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