summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-02-2127-77/+252
|\
| * Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2023-02-137-29/+123
| |\
| | * clocksource: Enable TSC watchdog checking of HPET and PMTMR only when requestedPaul E. McKenney2023-02-072-2/+22
| | * clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney2023-02-024-2/+12
| | * x86/tsc: Add option to force frequency recalibration with HW timerFeng Tang2023-02-022-4/+34
| | * clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang2023-01-251-13/+32
| | * clocksource: Improve "skew is too large" messagesPaul E. McKenney2023-01-051-0/+8
| | * clocksource: Improve read-back-delay messagePaul E. McKenney2023-01-041-2/+2
| | * clocksource: Loosen clocksource watchdog constraintsPaul E. McKenney2023-01-042-7/+14
| | * clocksource: Print clocksource name when clocksource is tested unstableYunying Sun2023-01-041-2/+2
| * | Merge tag 'timers-v6.3-rc1' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2023-02-1313-35/+103
| |\ \
| | * | clocksource/drivers/timer-sun4i: Add CLOCK_EVT_FEAT_DYNIRQYangtao Li2023-02-131-1/+2
| | * | clocksource/drivers/em_sti: Mark driver as non-removableUwe Kleine-König2023-02-131-6/+1
| | * | clocksource/drivers/sh_tmu: Mark driver as non-removableUwe Kleine-König2023-02-131-6/+1
| | * | clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first useMatt Evans2023-02-131-5/+5
| | * | clocksource/drivers/timer-microchip-pit64b: Add delay timerClaudiu Beznea2023-02-131-0/+12
| | * | clocksource/drivers/timer-microchip-pit64b: Select driver only on ARMClaudiu Beznea2023-02-131-1/+1
| | * | dt-bindings: timer: sifive,clint: add comaptibles for T-Head's C9xxIcenowy Zheng2023-02-131-0/+8
| | * | dt-bindings: timer: mediatek,mtk-timer: add MT8365Bernhard Rosenkränzer2023-02-131-0/+1
| | * | clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar2023-02-133-10/+5
| | * | clocksource/drivers/sh_cmt: Mark driver as non-removableUwe Kleine-König2023-02-131-6/+1
| | * | clocksource/drivers/timer-microchip-pit64b: Drop obsolete dependency on COMPI...Jean Delvare2023-02-131-1/+1
| | * | clocksource/drivers/riscv: Increase the clock source ratingSamuel Holland2023-02-131-1/+1
| | * | clocksource/drivers/timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DTAnup Patel2023-02-131-0/+10
| | * | dt-bindings: timer: Add bindings for the RISC-V timer deviceAnup Patel2023-02-131-0/+52
| | * | RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley2023-02-131-0/+3
| | * | dt-bindings: timer: rk-timer: Add rktimer for rv1126Jagan Teki2023-02-131-0/+1
| |/ /
| * | time/debug: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-1/+1
| * | posix-timers: Use atomic64_try_cmpxchg() in __update_gt_cputime()Uros Bizjak2023-02-061-7/+6
| * | vdso/bits.h: Add BIT_ULL() for the sake of consistencyAndy Shevchenko2023-01-312-1/+1
| * | hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso2023-01-311-3/+11
| * | hrtimer: Rely on rt_task() for DL tasks tooDavidlohr Bueso2023-01-311-1/+1
| * | timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-01-113-0/+6
* | | Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-218-28/+18
|\ \ \
| * | | x86/hotplug: Remove incorrect comment about mwait_play_dead()Srivatsa S. Bhat (VMware)2023-02-141-1/+1
| * | | x86/tsc: Do feature check as the very first thingBorislav Petkov (AMD)2023-02-111-5/+5
| * | | x86/tsc: Make recalibrate_cpu_khz() export GPL onlyBorislav Petkov (AMD)2023-02-111-2/+1
| * | | x86/cacheinfo: Remove unused trace variableBorislav Petkov (AMD)2023-02-111-4/+1
| * | | x86/Kconfig: Fix spellos & punctuationRandy Dunlap2023-01-251-3/+3
| * | | x86/signal: Fix the value returned by strict_sas_size()Christophe JAILLET2023-01-151-1/+1
| * | | x86/cpu: Remove misleading commentJuergen Gross2023-01-131-1/+1
| * | | x86/setup: Move duplicate boot_cpu_data definition out of the ifdefferyYuntao Wang2023-01-112-10/+4
| * | | x86/boot/e820: Fix typo in e820.c commentWang Yong2023-01-111-1/+1
| |/ /
* | | Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-2116-68/+57
|\ \ \
| * | | x86/vdso: Fix -Wmissing-prototypes warningsBorislav Petkov (AMD)2023-02-072-0/+6
| * | | x86/vdso: Fake 32bit VDSO build on 64bit compile for vgetcpuSebastian Andrzej Siewior2023-02-073-26/+27
| * | | selftests: Emit a warning if getcpu() is missing on 32bitSebastian Andrzej Siewior2023-02-061-5/+2
| * | | x86/vdso: Provide getcpu for x86-32.Sebastian Andrzej Siewior2023-02-064-3/+6
| * | | x86/cpu: Provide the full setup for getcpu() on x86-32Sebastian Andrzej Siewior2023-02-062-7/+5
| * | | x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst2023-01-256-27/+11