summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu2024-04-122-1/+112
| * | genirq: Avoid summation loops for /proc/interruptsBitao Hu2024-04-123-9/+15
| * | genirq: Provide a snapshot mechanism for interrupt statisticsBitao Hu2024-04-124-0/+41
| * | genirq: Convert kstat_irqs to a structBitao Hu2024-04-128-17/+23
| * | genirq: Update MAINTAINERS to include interrupt related header filesAndy Shevchenko2024-04-111-0/+6
| * | genirq: Fix trivial typo in the comment CPY ==> COPYAndy Shevchenko2024-04-111-1/+1
| * | irqchip/loongson: Select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP for IRQ_LOONGA...Tiezhu Yang2024-04-091-1/+1
| * | irqchip/loongson-eiointc: Set CPU affinity only on SMP machines for LoongArchTiezhu Yang2024-04-091-0/+4
| * | irqchip/loongson-pch-msi: Fix off-by-one on allocation error pathZenghui Yu2024-04-091-1/+1
| * | irqchip/alpine-msi: Fix off-by-one in allocation error pathZenghui Yu2024-04-091-1/+1
| * | irqchip/riscv-aplic: Fix spelling mistake "forwared" -> "forwarded"Colin Ian King2024-04-091-1/+1
| * | irqdomain: Check virq for 0 before use in irq_dispose_mapping()Andy Shevchenko2024-04-081-2/+3
| * | irqchip: Remove redundant irq_chip::name initializationKeguang Zhang2024-03-252-2/+0
| * | MAINTAINERS: Add entry for RISC-V AIA driversAnup Patel2024-03-251-0/+14
| * | RISC-V: Select APLIC and IMSIC driversAnup Patel2024-03-251-0/+2
| * | irqchip/riscv-aplic: Add support for MSI-modeAnup Patel2024-03-255-1/+273
| * | irqchip: Add RISC-V advanced PLIC driver for direct-modeAnup Patel2024-03-256-0/+732
| * | dt-bindings: interrupt-controller: Add RISC-V advanced PLICAnup Patel2024-03-251-0/+172
| * | irqchip/riscv-imsic: Add device MSI domain support for PCI devicesAnup Patel2024-03-252-2/+40
| * | irqchip/riscv-imsic: Add device MSI domain support for platform devicesAnup Patel2024-03-253-1/+345
| * | irqchip: Add RISC-V incoming MSI controller early driverAnup Patel2024-03-257-0/+1269
| * | dt-bindings: interrupt-controller: Add RISC-V incoming MSI controllerAnup Patel2024-03-251-0/+172
| * | irqchip/renesas-rzg2l: Simplify rzg2l_irqc_irq_{en,dis}able()Biju Das2024-03-251-17/+11
* | | Merge tag 'x86-timers-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-141-4/+2
|\ \ \
| * | | x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman2024-04-291-4/+2
| | |/ | |/|
* | | Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-1421-173/+284
|\ \ \
| * \ \ Merge tag 'timers-v6.10-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2024-05-104-3/+5
| |\ \ \
| | * | | clocksource/drivers/arm_arch_timer: Mark hisi_161010101_oem_info constStephen Boyd2024-05-101-1/+1
| | * | | clocksource/drivers/timer-ti-dm: Remove an unused field in struct dmtimerChristophe JAILLET2024-05-101-1/+0
| | * | | clocksource/drivers/renesas-ostm: Avoid reprobe after successful early probeGeert Uytterhoeven2024-05-101-0/+1
| | * | | clocksource/drivers/renesas-ostm: Allow OSTM driver to reprobe for RZ/V2H(P) SoCLad Prabhakar2024-05-101-1/+1
| | * | | dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2H(P) SoCLad Prabhakar2024-05-101-0/+2
| |/ / /
| * | | rust: time: doc: Add missing C header linksBoqun Feng2024-05-011-0/+3
| * | | clocksource: Make the int help prompt unit readable in ncursesBorislav Petkov (AMD)2024-04-301-1/+1
| * | | hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong2024-04-221-13/+8
| * | | timerqueue: Remove never used function timerqueue_node_expires()Anna-Maria Behnsen2024-04-221-5/+0
| * | | rust: time: Add KtimeAlice Ryhl2024-04-111-0/+60
| * | | vdso: Fix powerpc build U64_MAX undeclared errorAdrian Hunter2024-04-091-1/+1
| * | | clockevents: Convert s[n]printf() to sysfs_emit()Li Zhijian2024-04-091-1/+1
| * | | clocksource: Convert s[n]printf() to sysfs_emit()Li Zhijian2024-04-091-1/+1
| * | | clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter2024-04-081-22/+20
| * | | timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflowAdrian Hunter2024-04-081-18/+13
| * | | timekeeping: Make delta calculation overflow safeAdrian Hunter2024-04-081-11/+29
| * | | timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safetyAdrian Hunter2024-04-081-1/+11
| * | | timekeeping: Fold in timekeeping_delta_to_ns()Adrian Hunter2024-04-081-12/+1
| * | | timekeeping: Consolidate timekeeping helpersAdrian Hunter2024-04-081-6/+8
| * | | timekeeping: Refactor timekeeping helpersAdrian Hunter2024-04-081-14/+6
| * | | timekeeping: Reuse timekeeping_cycles_to_ns()Adrian Hunter2024-04-081-4/+1
| * | | timekeeping: Tidy timekeeping_cycles_to_ns() slightlyAdrian Hunter2024-04-081-3/+2
| * | | timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()Adrian Hunter2024-04-081-3/+3