summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-1723-30/+124
|\
| * Merge branch 'linus' into timers/coreThomas Gleixner2024-09-10703-4536/+9070
| |\
| * | treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-088-9/+9
| * | platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...Marek Maslanka2024-09-061-1/+1
| * | clocksource/drivers/jcore: Use request_percpu_irq()Uros Bizjak2024-09-061-4/+3
| * | clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_set...Gaosheng Cui2024-09-061-2/+4
| * | clocksource/drivers/asm9260: Add missing clk_disable_unprepare in asm9260_tim...Gaosheng Cui2024-09-061-0/+1
| * | clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()Ankit Agrawal2024-09-061-1/+6
| * | clocksource/drivers/ingenic: Use devm_clk_get_enabled() helpersHuan Yang2024-09-061-6/+1
| * | platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspendedMarek Maslanka2024-09-068-0/+65
| * | clocksource: acpi_pm: Add external callback for suspend/resumeMarek Maslanka2024-09-061-0/+32
| * | clocksource/drivers/arm_arch_timer: Using for_each_available_child_of_node_sc...Zhang Zekun2024-09-061-8/+3
* | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-1725-520/+1014
|\ \ \
| * | | irqchip/apple-aic: Only access system registers on SoCs which provide themKonrad Dybcio2024-09-041-13/+13
| * | | irqchip/apple-aic: Add a new "Global fast IPIs only" feature levelNick Chan2024-09-041-4/+25
| * | | irqchip/apple-aic: Skip unnecessary enabling of use_fast_ipiNick Chan2024-09-041-3/+1
| * | | irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang2024-08-236-2/+449
| * | | irqchip/loongson-pch-msi: Prepare get_pch_msi_handle() for AVECINTCTianyang Zhang2024-08-231-5/+5
| * | | irqchip/loongson-eiointc: Rename CPUHP_AP_IRQ_LOONGARCH_STARTINGHuacai Chen2024-08-231-2/+2
| * | | LoongArch: Move irqchip function prototypes to irq-loongson.hHuacai Chen2024-08-238-0/+38
| * | | irqchip/loongson-pch-msi: Switch to MSI parent domainsHuacai Chen2024-08-202-35/+24
| * | | irqchip/mbigen: Simplify code logic with for_each_child_of_node_scoped()Zhang Zekun2024-08-081-17/+7
| * | | irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()Marek Behún2024-08-081-1/+1
| * | | irqchip/armada-370-xp: Allow mapping only per-CPU interruptsMarek Behún2024-08-081-6/+13
| * | | irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause...Marek Behún2024-08-081-1/+1
| * | | irqchip/armada-370-xp: Fix reenabling last per-CPU interruptMarek Behún2024-08-081-3/+3
| * | | irqchip/armada-370-xp: Dynamically allocate the driver private structureMarek Behún2024-08-081-5/+11
| * | | irqchip/armada-370-xp: Pass around the driver private structureMarek Behún2024-08-081-45/+70
| * | | irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structureMarek Behún2024-08-081-22/+22
| * | | irqchip/armada-370-xp: Put static variables into driver private structureMarek Behún2024-08-081-101/+122
| * | | irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()Marek Behún2024-08-081-1/+1
| * | | irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()Marek Behún2024-08-081-1/+1
| * | | irqchip/armada-370-xp: Drop msi_doorbell_end()Marek Behún2024-08-081-7/+0
| * | | irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_ENDMarek Behún2024-08-081-7/+6
| * | | irqchip/gic-v4.1: Replace bare number with ID_AA64PFR0_EL1_GIC_V4P1Anshuman Khandual2024-08-021-1/+1
| * | | irqchip: Remove asmlinkage for handlers registered with set_handle_irq()Jinjie Ruan2024-07-3010-16/+10
| * | | irqchip/armada-370-xp: Print error and return error code on initialization fa...Marek Behún2024-07-301-6/+22
| * | | irqchip/armada-370-xp: Refactor initial memory regions mappingMarek Behún2024-07-301-19/+41
| * | | irqchip/armada-370-xp: Use u32 type instead of unsigned long where possiebleMarek Behún2024-07-301-3/+4
| * | | irqchip/armada-370-xp: Rename variable for consistencyMarek Behún2024-07-301-3/+3
| * | | irqchip/armada-370-xp: Drop redundant continueMarek Behún2024-07-301-3/+1
| * | | irqchip/armada-370-xp: Simplify mpic_reenable_percpu() and mpic_resume()Marek Behún2024-07-301-9/+3
| * | | irqchip/armada-370-xp: Use consistent name for struct irq_data variablesMarek Behún2024-07-301-13/+13
| * | | irqchip/armada-370-xp: Use consistent types when iterating interruptsMarek Behún2024-07-301-8/+10
| * | | irqchip/armada-370-xp: Use consistent variable names for hwirqsMarek Behún2024-07-301-28/+28
| * | | irqchip/armada-370-xp: Refactor handling IPI interruptsMarek Behún2024-07-301-12/+18
| * | | irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() codeMarek Behún2024-07-301-20/+12
| * | | irqchip/armada-370-xp: Use FIELD_GET() and named register constantMarek Behún2024-07-301-5/+6
| * | | irqchip/armada-370-xp: Don't read number of supported interrupts multiple timesMarek Behún2024-07-301-10/+3
| * | | irqchip/armada-370-xp: Change symbol prefixes to mpicMarek Behún2024-07-301-163/+142