| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-08-05 | 9 | -109/+748 |
|\ |
|
| * | Merge tag 'timers-v5.9' of https://git.linaro.org/people/daniel.lezcano/linux... | Thomas Gleixner | 2020-07-23 | 9 | -109/+748 |
| |\ |
|
| | * | clocksource/drivers/ingenic: Add support for the Ingenic X1000 OST. | 周琰杰 (Zhou Yanjie) | 2020-07-23 | 3 | -1/+551 |
| | * | clocksource/drivers: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-07-23 | 2 | -2/+2 |
| | * | clocksource/drivers/nomadik-mtu: Handle 32kHz clock | Linus Walleij | 2020-07-23 | 1 | -2/+9 |
| | * | clocksource/drivers/sh_cmt: Use "kHz" for kilohertz | Geert Uytterhoeven | 2020-07-23 | 1 | -1/+1 |
| | * | clocksource/drivers/imx: Add support for i.MX TPM driver with ARM64 | Anson Huang | 2020-07-23 | 1 | -1/+2 |
| | * | clocksource/drivers/ingenic: Add high resolution timer support for SMP/SMT. | 周琰杰 (Zhou Yanjie) | 2020-07-23 | 1 | -58/+124 |
| | * | clocksource/drivers/timer-atmel-tcb: Add sama5d2 support | Alexandre Belloni | 2020-07-11 | 1 | -1/+10 |
| | * | clocksource/drivers/timer-atmel-tcb: Allow selecting first divider | Alexandre Belloni | 2020-07-11 | 1 | -4/+2 |
| | * | clocksource/drivers/timer-atmel-tcb: Stop using the 32kHz for clockevents | Alexandre Belloni | 2020-07-11 | 1 | -30/+33 |
| | * | clocksource/drivers/timer-atmel-tcb: Fill tcb_config | Alexandre Belloni | 2020-07-11 | 1 | -3/+15 |
| | * | clocksource/drivers/timer-atmel-tcb: Rework 32khz clock selection | Alexandre Belloni | 2020-07-11 | 1 | -9/+2 |
* | | | Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-07-25 | 1 | -10/+36 |
|\ \ \ |
|
| * | | | clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4 | Tony Lindgren | 2020-07-21 | 1 | -10/+36 |
| |/ / |
|
* | | | arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAR... | Marc Zyngier | 2020-07-08 | 1 | -0/+8 |
* | | | arm64: arch_timer: Allow an workaround descriptor to disable compat vdso | Marc Zyngier | 2020-07-08 | 1 | -0/+3 |
|/ / |
|
* / | clocksource/drivers/timer-riscv: Use per-CPU timer interrupt | Anup Patel | 2020-06-10 | 1 | -3/+40 |
|/ |
|
* | clocksource/drivers/timer-versatile: Clear OF_POPULATED flag | Saravana Kannan | 2020-05-23 | 1 | -0/+3 |
* | clocksource: mips-gic-timer: Mark GIC timer as unstable if ref clock changes | Serge Semin | 2020-05-23 | 2 | -1/+19 |
* | clocksource: mips-gic-timer: Register as sched_clock | Paul Burton | 2020-05-23 | 1 | -4/+27 |
* | clocksource: dw_apb_timer_of: Fix missing clockevent timers | Serge Semin | 2020-05-23 | 1 | -4/+2 |
* | clocksource: dw_apb_timer: Affiliate of-based timer with any CPU | Serge Semin | 2020-05-23 | 1 | -1/+1 |
* | clocksource: dw_apb_timer: Make CPU-affiliation being optional | Serge Semin | 2020-05-23 | 1 | -2/+3 |
* | clocksource/drivers/timer-ti-dm: Do one override clock parent in prepare() | Lokesh Vutla | 2020-05-23 | 1 | -3/+1 |
* | clocksource/drivers/timer-ti-dm: Fix spelling mistake "detectt" -> "detect" | Colin Ian King | 2020-05-23 | 1 | -1/+1 |
* | Merge branch 'timers/drivers/timer-ti' into timers/drivers/next | Daniel Lezcano | 2020-05-23 | 3 | -6/+20 |
|\ |
|
| * | clocksource/drivers/timer-ti-dm: Fix warning for set but not used | Tony Lindgren | 2020-05-19 | 1 | -4/+0 |
| * | clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support | Tony Lindgren | 2020-05-18 | 2 | -0/+732 |
| * | clocksource/drivers/timer-ti-32k: Add support for initializing directly | Tony Lindgren | 2020-05-18 | 1 | -1/+47 |
| * | clocksource/drivers/timer-vf-pit: Add missing parenthesis | afzal mohammed | 2020-04-05 | 1 | -1/+1 |
| * | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-03-31 | 1 | -3/+15 |
| |\ |
|
| | * | clocksource/drivers/arm_arch_timer: validate arch_timer_rate | Ionela Voinescu | 2020-03-06 | 1 | -3/+15 |
| * | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-03-31 | 35 | -329/+476 |
| |\ \ |
|
| * | | | clocksource/drivers/hyper-v: Make sched clock return nanoseconds correctly | Yubo Xie | 2020-03-27 | 1 | -2/+4 |
| | |/
| |/| |
|
* | | | clocksource/drivers/timer-ti-dm: Fix warning for set but not used | Tony Lindgren | 2020-05-23 | 1 | -4/+0 |
* | | | clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support | Tony Lindgren | 2020-05-23 | 2 | -0/+732 |
* | | | clocksource/drivers/timer-ti-32k: Add support for initializing directly | Tony Lindgren | 2020-05-23 | 1 | -1/+47 |
* | | | drivers/clocksource/arm_arch_timer: Remove duplicate error message | Dejin Zheng | 2020-05-22 | 1 | -3/+1 |
* | | | clocksource/drivers/arc_timer: Remove duplicate error message | Dejin Zheng | 2020-05-22 | 1 | -3/+1 |
* | | | clocksource/drivers/rda: drop redundant Kconfig dependency | Johan Hovold | 2020-05-22 | 1 | -1/+0 |
* | | | clocksource/drivers/versatile: Allow CONFIG_CLKSRC_VERSATILE to be disabled | Rob Herring | 2020-04-27 | 1 | -3/+2 |
* | | | clocksource/drivers/timer-microchip-pit64b: Select CONFIG_TIMER_OF | Michael Ellerman | 2020-04-27 | 1 | -0/+1 |
* | | | clocksource/drivers/atmel-st: Remove useless 'status' | Jason Yan | 2020-04-15 | 1 | -2/+1 |
* | | | clocksource/drivers/imx-tpm: Add support for ARM64 | Anson Huang | 2020-04-09 | 1 | -2/+6 |
* | | | clocksource: davinci: axe a pointless __GFP_NOFAIL | Christophe JAILLET | 2020-04-09 | 1 | -1/+1 |
* | | | clocksource/drivers/davinci: Avoid trailing '\n' hidden in pr_fmt() | Christophe JAILLET | 2020-04-09 | 1 | -12/+10 |
| |/
|/| |
|
* | | Revert "clocksource/drivers/timer-probe: Avoid creating dead devices" | Thomas Gleixner | 2020-03-28 | 1 | -2/+0 |
* | | Merge tag 'timers-v5.7' of https://git.linaro.org/people/daniel.lezcano/linux... | Thomas Gleixner | 2020-03-19 | 33 | -321/+459 |
|\ \ |
|
| * | | clocksource/drivers/timer-probe: Avoid creating dead devices | Saravana Kannan | 2020-03-17 | 1 | -0/+2 |