summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/ep93xx: Fix error handling during probeArnd Bergmann2023-12-271-3/+2
* clocksource/drivers/cadence-ttc: Fix some kernel-doc warningsRandy Dunlap2023-12-271-6/+16
* clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warningsTony Lindgren2023-12-271-2/+2
* clocksource/timer-riscv: Add riscv_clock_shutdown callbackJoshua Yeong2023-12-271-0/+7
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-1/+1
|\
| * riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-1/+1
* | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-2/+15
|\|
| * clocksource: timer-riscv: Increase rating of clock_event_device for SstcAnup Patel2023-10-311-0/+2
| * clocksource: timer-riscv: Don't enable/disable timer interruptAnup Patel2023-10-311-2/+13
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-011-7/+29
|\ \
| * \ Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas2023-10-261-5/+26
| |\ \
| | * | clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucapsMark Rutland2023-10-161-5/+26
| | |/
| * / clocksource/drivers/arm_arch_timer: limit XGene-1 workaroundAndre Przywara2023-10-181-2/+3
| |/
* | clocksource: ep93xx: Add driver for Cirrus Logic EP93xxNikita Shubin2023-10-153-0/+202
* | clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardwareRonald Wahl2023-10-131-0/+1
* | clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpuSunil V L2023-10-111-0/+4
* | clocksource/drivers/sun5i: Remove surplus dev_err() when using platform_get_i...Yang Li2023-10-111-3/+1
* | drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop functionIvaylo Dimitrov2023-10-111-8/+28
* | clocksource/drivers/timer-imx-gpt: Fix potential memory leakJacky Bai2023-10-111-5/+13
|/
* Merge tag 'timers-core-2023-09-04-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-046-462/+131
|\
| * clocksource: Explicitly include correct DT includesRob Herring2023-08-188-6/+5
| * clocksource/drivers/sun5i: Convert to platform device driverMans Rullgard2023-08-181-52/+69
| * clocksource/drivers/sun5i: Remove pointless structMans Rullgard2023-08-181-27/+22
| * clocksource/drivers/sun5i: Remove duplication of code and dataMans Rullgard2023-08-181-130/+76
| * clocksource/drivers/loongson1: Set variable ls1x_timer_lock storage-class-spe...Tom Rix2023-08-181-1/+1
| * clocksource/drivers/arm_arch_timer: Disable timer before programming CVALWalter Chang2023-08-181-0/+7
| * clocksource/drivers/timer-oxnas-rps: Remove obsolete timer driverNeil Armstrong2023-07-133-296/+0
* | Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-041-1/+1
|\ \
| * | clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp enlightened...Tianyu Lan2023-08-221-1/+1
* | | clocksource: Explicitly include correct DT includesRob Herring2023-08-288-6/+5
|/ /
* | Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-41/+51
|\ \
| * | clocksource/timer-riscv: Add ACPI supportSunil V L2023-06-011-0/+11
| * | clocksource/timer-riscv: Refactor riscv_timer_init_dt()Sunil V L2023-06-011-41/+40
* | | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-272-30/+66
|\ \ \ | |_|/ |/| |
| * | arm64/arch_timer: Fix MMIO byteswapPeter Zijlstra2023-06-061-3/+3
| * | clocksource: hyper-v: Provide noinstr sched_clock()Peter Zijlstra2023-06-051-14/+18
| * | clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra2023-06-051-5/+11
| * | arm64/arch_timer: Provide noinstr sched_clock_read() functionsPeter Zijlstra2023-06-051-14/+40
| |/
* | clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probeFeng Mingxi2023-06-231-6/+13
* | clocksource/drivers/hyper-v: Rework clocksource and sched clock setupMichael Kelley2023-06-231-31/+23
* | clocksource/drivers/imx-gpt: Fold <soc/imx/timer.h> into its only userUwe Kleine-König2023-06-231-1/+6
* | clocksource/drivers/imx-gpt: Use only a single name for functionsUwe Kleine-König2023-06-191-12/+6
* | clocksource/drivers/loongson1: Move PWM timer to clocksource frameworkKeguang Zhang2023-06-193-0/+246
* | clocksource/drivers/ingenic-timer: Use pm_sleep_ptr() macroPaul Cercueil2023-06-191-6/+4
|/
* Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-2912-197/+220
|\
| * clocksource/drivers/ti: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-242-6/+6
| * clocksource/drivers/timer-ti-dm: Fix finding alwon timerTony Lindgren2023-04-241-1/+3
| * clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i...Qinrun Dai2023-04-241-6/+24
| * clocksource/drivers/stm32-lp: Drop of_match_ptr for ID tableKrzysztof Kozlowski2023-04-241-1/+1
| * clocksource/drivers/timer-ti-dm: Convert to platform remove callback returnin...Uwe Kleine-König2023-04-241-4/+2