Age | Commit message (Expand) | Author | Files | Lines |
2023-06-30 | Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -41/+51 |
2023-06-28 | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -30/+66 |
2023-06-23 | clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe | Feng Mingxi | 1 | -6/+13 |
2023-06-23 | clocksource/drivers/hyper-v: Rework clocksource and sched clock setup | Michael Kelley | 1 | -31/+23 |
2023-06-23 | clocksource/drivers/imx-gpt: Fold <soc/imx/timer.h> into its only user | Uwe Kleine-König | 1 | -1/+6 |
2023-06-19 | clocksource/drivers/imx-gpt: Use only a single name for functions | Uwe Kleine-König | 1 | -12/+6 |
2023-06-19 | clocksource/drivers/loongson1: Move PWM timer to clocksource framework | Keguang Zhang | 3 | -0/+246 |
2023-06-19 | clocksource/drivers/ingenic-timer: Use pm_sleep_ptr() macro | Paul Cercueil | 1 | -6/+4 |
2023-06-06 | arm64/arch_timer: Fix MMIO byteswap | Peter Zijlstra | 1 | -3/+3 |
2023-06-05 | clocksource: hyper-v: Provide noinstr sched_clock() | Peter Zijlstra | 1 | -14/+18 |
2023-06-05 | clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U... | Peter Zijlstra | 1 | -5/+11 |
2023-06-05 | arm64/arch_timer: Provide noinstr sched_clock_read() functions | Peter Zijlstra | 1 | -14/+40 |
2023-06-01 | clocksource/timer-riscv: Add ACPI support | Sunil V L | 1 | -0/+11 |
2023-06-01 | clocksource/timer-riscv: Refactor riscv_timer_init_dt() | Sunil V L | 1 | -41/+40 |
2023-04-29 | Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 12 | -197/+220 |
2023-04-28 | Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -5/+16 |
2023-04-28 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -7/+0 |
2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2023-04-24 | clocksource/drivers/ti: Use of_property_read_bool() for boolean properties | Rob Herring | 2 | -6/+6 |
2023-04-24 | clocksource/drivers/timer-ti-dm: Fix finding alwon timer | Tony Lindgren | 1 | -1/+3 |
2023-04-24 | clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i... | Qinrun Dai | 1 | -6/+24 |
2023-04-24 | clocksource/drivers/stm32-lp: Drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
2023-04-24 | clocksource/drivers/timer-ti-dm: Convert to platform remove callback returnin... | Uwe Kleine-König | 1 | -4/+2 |
2023-04-24 | clocksource/drivers/timer-tegra186: Convert to platform remove callback retur... | Uwe Kleine-König | 1 | -4/+2 |
2023-04-24 | clocksource/drivers/timer-ti-dm: Improve error message in .remove | Uwe Kleine-König | 1 | -1/+4 |
2023-04-24 | clocksource/drivers/timer-stm32-lp: Mark driver as non-removable | Uwe Kleine-König | 1 | -7/+2 |
2023-04-24 | clocksource/drivers/sh_mtu2: Mark driver as non-removable | Uwe Kleine-König | 1 | -6/+1 |
2023-04-24 | clocksource/drivers/timer-ti-dm: Use of_address_to_resource() | Rob Herring | 1 | -30/+27 |
2023-04-24 | clocksource/drivers/timer-imx-gpt: Remove non-DT function | Fabio Estevam | 1 | -19/+0 |
2023-04-24 | clocksource/drivers/timer-mediatek: Split out CPUXGPT timers | AngeloGioacchino Del Regno | 4 | -114/+150 |
2023-04-24 | clocksource/drivers/exynos_mct: Explicitly return 0 for shared timer | Krzysztof Kozlowski | 1 | -1/+1 |
2023-04-17 | clocksource: hyper-v: make sure Invariant-TSC is used if it is available | Dexuan Cui | 1 | -3/+3 |
2023-04-17 | drivers/clocksource/hyper-v: non ACPI support in hyperv clock | Saurabh Sengar | 1 | -2/+13 |
2023-04-14 | clocksource: ingenic: Add explicit include for cpuhotplug.h | Rob Herring | 1 | -2/+1 |
2023-04-13 | clocksource: remove MODULE_LICENSE in non-modules | Nick Alcock | 5 | -5/+0 |
2023-04-13 | clocksource/drivers/timer-tegra186: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-04-13 | clocksource: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-04-08 | RISC-V: Allow marking IPIs as suitable for remote FENCEs | Anup Patel | 1 | -1/+1 |
2023-04-08 | RISC-V: Treat IPIs as normal Linux IRQs | Anup Patel | 1 | -16/+49 |
2023-02-21 | Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -28/+43 |
2023-02-13 | Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker... | Thomas Gleixner | 1 | -2/+4 |
2023-02-13 | clocksource/drivers/timer-sun4i: Add CLOCK_EVT_FEAT_DYNIRQ | Yangtao Li | 1 | -1/+2 |
2023-02-13 | clocksource/drivers/em_sti: Mark driver as non-removable | Uwe Kleine-König | 1 | -6/+1 |
2023-02-13 | clocksource/drivers/sh_tmu: Mark driver as non-removable | Uwe Kleine-König | 1 | -6/+1 |
2023-02-13 | clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first use | Matt Evans | 1 | -5/+5 |
2023-02-13 | clocksource/drivers/timer-microchip-pit64b: Add delay timer | Claudiu Beznea | 1 | -0/+12 |
2023-02-13 | clocksource/drivers/timer-microchip-pit64b: Select driver only on ARM | Claudiu Beznea | 1 | -1/+1 |
2023-02-13 | clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback | Lad Prabhakar | 1 | -0/+5 |
2023-02-13 | clocksource/drivers/sh_cmt: Mark driver as non-removable | Uwe Kleine-König | 1 | -6/+1 |
2023-02-13 | clocksource/drivers/timer-microchip-pit64b: Drop obsolete dependency on COMPI... | Jean Delvare | 1 | -1/+1 |