summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-2018-81/+226
|\
| * clocksource/drivers/arm_arch_timer: Use of_property_present() for non-boolean...Rob Herring (Arm)2024-11-132-3/+3
| * clocksource/drivers/gpx: Remove redundant castsTang Bin2024-11-131-1/+1
| * clocksource/drivers/timer-ti-dm: Fix child node refcount handlingJavier Carrasco2024-11-131-2/+2
| * clocksource/drivers/ralink: Add Ralink System Tick Counter driverSergio Paracuellos2024-11-133-0/+160
| * clocksource/drivers/mips-gic-timer: Always use cluster 0 counter as clocksourcePaul Burton2024-11-131-1/+38
| * clocksource/drivers/timer-ti-dm: Don't fail probe if int not foundJudith Mendez2024-11-131-2/+6
| * clocksource/drivers:sp804: Make user selectableMark Brown2024-11-131-1/+2
| * clocksource/drivers/dw_apb: Remove unused dw_apb_clockevent functionsDr. David Alan Gilbert2024-11-131-39/+0
| * _RESEND_PATCH_v2_04_19_wifi_rt2x00_Remove_redundant_hrtimer_init_Nam Cao2024-11-071-2/+0
| * drm/i915/request: Remove unnecessary modification of hrtimer:: FunctionNam Cao2024-11-071-8/+9
| * alarmtimers: Remove return value from alarm functionsThomas Gleixner2024-11-071-2/+1
| * clocksource/drivers/timer-tegra: Remove clockevents shutdown call on offliningFrederic Weisbecker2024-10-311-1/+0
| * clocksource/drivers/qcom: Remove clockevents shutdown call on offliningFrederic Weisbecker2024-10-311-1/+0
| * clocksource/drivers/armada-370-xp: Remove clockevents shutdown call on offliningFrederic Weisbecker2024-10-311-1/+0
| * clocksource/drivers/exynos_mct: Remove clockevents shutdown call on offliningFrederic Weisbecker2024-10-311-1/+0
| * clocksource/drivers/arm_global_timer: Remove clockevents shutdown call on off...Frederic Weisbecker2024-10-311-1/+0
| * clocksource/drivers/arm_arch_timer: Remove clockevents shutdown call on offli...Frederic Weisbecker2024-10-311-2/+0
| * media: anysee: Fix and remove outdated commentAnna-Maria Behnsen2024-10-161-13/+4
* | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-3/+3
|\ \
| * | drm: i915: Change fault type to unsigned longVincenzo Frascino2024-10-161-3/+3
* | | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-2026-86/+1228
|\ \ \
| * | | irqchip/riscv-aplic: Prevent crash when MSI domain is missingSamuel Holland2024-11-162-1/+5
| * | | irqchip: Add T-HEAD C900 ACLINT SSWI driverInochi Amaoto2024-11-073-0/+189
| * | | irqchip/stm32mp-exti: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-071-2/+1
| * | | irqchip/mips-gic: Fix selection of GENERIC_IRQ_EFFECTIVE_AFF_MASKNathan Chancellor2024-11-011-1/+1
| * | | irqchip/mips-gic: Prevent indirect access to clusters without CPU coresGregory CLEMENT2024-10-301-4/+16
| * | | irqchip/mips-gic: Multi-cluster supportPaul Burton2024-10-302-19/+143
| * | | irqchip/mips-gic: Setup defaults in each clusterChao-ying Fu2024-10-301-6/+24
| * | | irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic()Paul Burton2024-10-301-0/+7
| * | | irqchip/mips-gic: Replace open coded online CPU iterationsPaul Burton2024-10-301-18/+41
| * | | irqchip/gic-v3-its: Fix over allocation in itt_alloc_pool()Steven Price2024-10-211-1/+1
| * | | irqchip/aspeed-intc: Add AST27XX INTC supportKevin Chen2024-10-172-0/+140
| * | | xen/events: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | sh: intc: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-0/+1
| * | | serial: ucc_uart: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | serial: cpm_uart: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | serial: amba-pl011: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | serial: amba-pl010: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | serial: 8250: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | serial: core: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | scsi: aha152x: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | net: hamradio: scc: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+3
| * | | net: hamradio: baycom_ser_fdx: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-0/+1
| * | | net: 3com: 3c59x: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-1/+1
| * | | hpet: Switch to irq_get_nr_irqs()Bart Van Assche2024-10-161-0/+1
| * | | irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driverFabrizio Castro2024-10-164-0/+522
| * | | irqchip/gic-v3-its: Rely on genpool alignmentSteven Price2024-10-021-2/+1
| * | | irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisorSteven Price2024-10-021-23/+115
| * | | irqchip/sifive-plic: Make use of __assign_bit()Hongbo Li2024-10-021-5/+4