summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2024-05-223-3/+8
* crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck2024-05-221-8/+8
* x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner2024-05-211-3/+50
* x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada2024-05-201-4/+1
* x86/alternatives: Use the correct length when optimizing NOPsBorislav Petkov (AMD)2024-05-171-1/+1
* x86/boot: Address clang -Wimplicit-fallthrough in vsprintf()Nathan Chancellor2024-05-171-0/+2
* x86/boot: Add a fallthrough annotationBorislav Petkov2024-05-162-0/+2
* Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-1419-119/+450
|\
| * x86/irq: Use existing helper for pending vector checkJacob Pan2024-05-081-7/+1
| * iommu/vt-d: Enable posted mode for device MSIsJacob Pan2024-04-301-4/+109
| * iommu/vt-d: Make posted MSI an opt-in command line optionJacob Pan2024-04-303-1/+13
| * x86/irq: Extend checks for pending vectors to posted interruptsJacob Pan2024-04-302-1/+20
| * x86/irq: Factor out common code for checking pending interruptsJacob Pan2024-04-303-6/+15
| * x86/irq: Install posted MSI notification handlerJacob Pan2024-04-305-4/+135
| * x86/irq: Factor out handler invocation from common_interrupt()Jacob Pan2024-04-301-9/+14
| * x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan2024-04-304-0/+35
| * x86/irq: Reserve a per CPU IDT vector for posted MSIsJacob Pan2024-04-301-1/+7
| * x86/irq: Add a Kconfig option for posted MSIJacob Pan2024-04-301-0/+11
| * x86/irq: Remove bitfields in posted interrupt descriptorJacob Pan2024-04-303-12/+15
| * x86/irq: Unionize PID.PIR for 64bit access w/o castingJacob Pan2024-04-301-1/+4
| * KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan2024-04-304-93/+91
* | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-1456-182/+3977
|\ \
| * | irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_allocGuanrui Huang2024-04-251-2/+0
| * | cpuidle: Avoid explicit cpumask allocation on stackDawei Li2024-04-241-10/+3
| * | irqchip/sifive-plic: Avoid explicit cpumask allocation on stackDawei Li2024-04-241-5/+2
| * | irqchip/riscv-aplic-direct: Avoid explicit cpumask allocation on stackDawei Li2024-04-241-5/+2
| * | irqchip/loongson-eiointc: Avoid explicit cpumask allocation on stackDawei Li2024-04-241-6/+2
| * | irqchip/gic-v3-its: Avoid explicit cpumask allocation on stackDawei Li2024-04-241-5/+10
| * | irqchip/irq-bcm6345-l1: Avoid explicit cpumask allocation on stackDawei Li2024-04-241-5/+1
| * | cpumask: Introduce cpumask_first_and_and()Dawei Li2024-04-243-0/+56
| * | irqchip/irq-brcmstb-l2: Avoid saving mask on shutdownFlorian Fainelli2024-04-241-3/+14
| * | genirq: Reuse irq_is_nmi()Jinjie Ruan2024-04-244-14/+14
| * | genirq/cpuhotplug: Retry with cpu_online_mask when migration failsDongli Zhang2024-04-241-0/+16
| * | genirq/cpuhotplug: Skip suspended interrupts when restoring affinityDavid Stevens2024-04-242-7/+16
| * | arm64: dts: st: Add interrupt parent to pinctrl on stm32mp251Antonio Borneo2024-04-231-0/+4
| * | arm64: dts: st: Add exti1 and exti2 nodes on stm32mp251Antonio Borneo2024-04-231-0/+172
| * | ARM: dts: stm32: List exti parent interrupts on stm32mp131Antonio Borneo2024-04-231-1/+73
| * | ARM: dts: stm32: List exti parent interrupts on stm32mp151Antonio Borneo2024-04-231-0/+75
| * | arm64: Kconfig.platforms: Enable STM32_EXTI for ARCH_STM32Antonio Borneo2024-04-231-0/+1
| * | irqchip/stm32-exti: Mark events reserved with RIF configuration checkAntonio Borneo2024-04-231-2/+38
| * | irqchip/stm32-exti: Skip secure eventsAntonio Borneo2024-04-231-0/+21
| * | irqchip/stm32-exti: Convert driver to standard PMAntonio Borneo2024-04-231-40/+17
| * | irqchip/stm32-exti: Map interrupts through interrupts-extendedAntonio Borneo2024-04-231-0/+21
| * | dt-bindings: interrupt-controller: stm32-exti: Add irq mapping to parentAntonio Borneo2024-04-231-1/+16
| * | irqchip/stm32-exti: Fix minor indentation issueAntonio Borneo2024-04-231-1/+1
| * | irqchip/mxs: Declare icoll_handle_irq() as staticStefan Wahren2024-04-231-1/+1
| * | irqchip/loongson-pch-pic: Update interrupt registration policyBaoqi Zhang2024-04-231-17/+59
| * | genirq: Simplify the checks for irq_set_percpu_devid_partition()Jinjie Ruan2024-04-231-8/+2
| * | irqchip/riscv-imsic: Fix boot time update effective affinity warningAnup Patel2024-04-141-0/+1
| * | watchdog/softlockup: Report the most frequent interruptsBitao Hu2024-04-121-4/+112