summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/timer-ti-dm: Add compatible for am6 SoCsTony Lindgren2022-07-271-0/+8
* clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3Tony Lindgren2022-07-273-2/+10
* clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6Tony Lindgren2022-07-272-144/+115
* clocksource/drivers/sh_cmt: Add R-Car Gen4 supportWolfram Sang2022-07-181-0/+8
* dt-bindings: timer: renesas,cmt: R-Car V3U is R-Car Gen4Wolfram Sang2022-07-181-2/+2
* dt-bindings: timer: renesas,cmt: Add r8a779f0 and generic Gen4 CMT supportWolfram Sang2022-07-181-0/+10
* clocksource/drivers/timer-microchip-pit64b: Fix compilation warningsClaudiu Beznea2022-07-161-4/+6
* clocksource/drivers/timer-microchip-pit64b: Use mchp_pit64b_{suspend, resume}Claudiu Beznea2022-07-161-19/+5
* clocksource/drivers/timer-microchip-pit64b: Remove suspend/resume ops for ceClaudiu Beznea2022-07-161-14/+16
* thermal/drivers/rcar_gen3_thermal: Add r8a779f0 supportWolfram Sang2022-07-161-0/+4
* clocksource/drivers/timer-mediatek: Implement CPUXGPT timersAngeloGioacchino Del Regno2022-07-161-0/+114
* dt-bindings: timer: mediatek: Add CPUX System Timer and MT6795 compatibleAngeloGioacchino Del Regno2022-07-161-1/+5
* clocksource/drivers/timer-tegra186: Add support for Tegra234 SoCKartik2022-07-161-0/+6
* clocksource: Add Tegra186 timers supportThierry Reding2022-07-163-0/+517
* clocksource/drivers/arm_global_timer: Fix Kconfig "its" grammarRandy Dunlap2022-07-161-1/+1
* dt-bindings: timer: Add Nomadik MTU bindingLinus Walleij2022-06-141-0/+58
* Merge tag 'timers-v5.19-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2022-05-2718-98/+22
|\
| * clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-05-241-1/+1
| * clocksource/drivers/timer-ti-dm: Remove unnecessary NULL checkDan Carpenter2022-05-241-2/+1
| * clocksource/drivers/timer-sun5i: Convert to SPDX identifierThomas Gleixner2022-05-181-4/+1
| * clocksource/drivers/timer-sun4i: Convert to SPDX identifierThomas Gleixner2022-05-181-4/+1
| * clocksource/drivers/pistachio: Convert to SPDX identifierThomas Gleixner2022-05-181-4/+1
| * clocksource/drivers/orion: Convert to SPDX identifierThomas Gleixner2022-05-181-4/+1
| * clocksource/drivers/lpc32xx: Convert to SPDX identifierThomas Gleixner2022-05-181-5/+1
| * clocksource/drivers/digicolor: Convert to SPDX identifierThomas Gleixner2022-05-181-4/+1
| * clocksource/drivers/armada-370-xp: Convert to SPDX identifierThomas Gleixner2022-05-181-4/+1
| * clocksource/drivers/mips-gic-timer: Convert to SPDX identifierThomas Gleixner2022-05-181-7/+2
| * clocksource/drivers/jcore: Convert to SPDX identifierThomas Gleixner2022-05-181-4/+1
| * clocksource/drivers/bcm_kona: Convert to SPDX identifierThomas Gleixner2022-05-181-12/+2
| * clocksource/drivers/sp804: Avoid error on multiple instancesAndre Przywara2022-05-181-5/+5
| * clocksource/drivers/riscv: Events are stopped during CPU suspendSamuel Holland2022-05-181-1/+1
| * clocksource/drivers/ixp4xx: Drop boardfile probe pathLinus Walleij2022-05-183-37/+1
| * dt-bindings: timer: Add compatible for Mediatek MT8186Allen-KH Cheng2022-05-181-0/+1
|/
* timers: Provide a better debugobjects hint for delayed worksStephen Boyd2022-05-141-1/+31
* time/sched_clock: Fix formatting of frequency reporting codeMaciej W. Rozycki2022-05-021-6/+4
* time/sched_clock: Use Hz as the unit for clock rate reporting below 4kHzMaciej W. Rozycki2022-05-021-1/+1
* time/sched_clock: Round the frequency reported to nearest rather than downMaciej W. Rozycki2022-05-021-2/+3
* timekeeping: Consolidate fast timekeeperThomas Gleixner2022-05-021-10/+10
* timekeeping: Annotate ktime_get_boot_fast_ns() with data_race()Thomas Gleixner2022-05-021-1/+1
* timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin2022-04-251-2/+10
* Merge tag 'tai-for-tracing' into timers/coreThomas Gleixner2022-04-14382-3421/+4518
|\
| * timekeeping: Introduce fast accessor to clock taiKurt Kanzenbach2022-04-143-0/+19
| * Linux 5.18-rc2v5.18-rc2Linus Torvalds2022-04-111-1/+1
| * Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-101-10/+10
| |\
| | * tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
| * | Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-101-1/+1
| |\ \
| | * | staging: r8188eu: Fix PPPoE tag insertion on little endian systemsGuenter Roeck2022-04-041-1/+1
| | |/
| * | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-104-48/+4
| |\ \
| | * | kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-053-46/+0
| | * | powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman2022-04-051-2/+4
| | |/