index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
Tony Luck
2024-05-22
3
-3
/
+8
*
crypto: x86/aes-xts - switch to new Intel CPU model defines
Tony Luck
2024-05-22
1
-8
/
+8
*
x86/topology: Handle bogus ACPI tables correctly
Thomas Gleixner
2024-05-21
1
-3
/
+50
*
x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y
Masahiro Yamada
2024-05-20
1
-4
/
+1
*
x86/alternatives: Use the correct length when optimizing NOPs
Borislav Petkov (AMD)
2024-05-17
1
-1
/
+1
*
x86/boot: Address clang -Wimplicit-fallthrough in vsprintf()
Nathan Chancellor
2024-05-17
1
-0
/
+2
*
x86/boot: Add a fallthrough annotation
Borislav Petkov
2024-05-16
2
-0
/
+2
*
Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-14
19
-119
/
+450
|
\
|
*
x86/irq: Use existing helper for pending vector check
Jacob Pan
2024-05-08
1
-7
/
+1
|
*
iommu/vt-d: Enable posted mode for device MSIs
Jacob Pan
2024-04-30
1
-4
/
+109
|
*
iommu/vt-d: Make posted MSI an opt-in command line option
Jacob Pan
2024-04-30
3
-1
/
+13
|
*
x86/irq: Extend checks for pending vectors to posted interrupts
Jacob Pan
2024-04-30
2
-1
/
+20
|
*
x86/irq: Factor out common code for checking pending interrupts
Jacob Pan
2024-04-30
3
-6
/
+15
|
*
x86/irq: Install posted MSI notification handler
Jacob Pan
2024-04-30
5
-4
/
+135
|
*
x86/irq: Factor out handler invocation from common_interrupt()
Jacob Pan
2024-04-30
1
-9
/
+14
|
*
x86/irq: Set up per host CPU posted interrupt descriptors
Jacob Pan
2024-04-30
4
-0
/
+35
|
*
x86/irq: Reserve a per CPU IDT vector for posted MSIs
Jacob Pan
2024-04-30
1
-1
/
+7
|
*
x86/irq: Add a Kconfig option for posted MSI
Jacob Pan
2024-04-30
1
-0
/
+11
|
*
x86/irq: Remove bitfields in posted interrupt descriptor
Jacob Pan
2024-04-30
3
-12
/
+15
|
*
x86/irq: Unionize PID.PIR for 64bit access w/o casting
Jacob Pan
2024-04-30
1
-1
/
+4
|
*
KVM: VMX: Move posted interrupt descriptor out of VMX code
Jacob Pan
2024-04-30
4
-93
/
+91
*
|
Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-05-14
56
-182
/
+3977
|
\
\
|
*
|
irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc
Guanrui Huang
2024-04-25
1
-2
/
+0
|
*
|
cpuidle: Avoid explicit cpumask allocation on stack
Dawei Li
2024-04-24
1
-10
/
+3
|
*
|
irqchip/sifive-plic: Avoid explicit cpumask allocation on stack
Dawei Li
2024-04-24
1
-5
/
+2
|
*
|
irqchip/riscv-aplic-direct: Avoid explicit cpumask allocation on stack
Dawei Li
2024-04-24
1
-5
/
+2
|
*
|
irqchip/loongson-eiointc: Avoid explicit cpumask allocation on stack
Dawei Li
2024-04-24
1
-6
/
+2
|
*
|
irqchip/gic-v3-its: Avoid explicit cpumask allocation on stack
Dawei Li
2024-04-24
1
-5
/
+10
|
*
|
irqchip/irq-bcm6345-l1: Avoid explicit cpumask allocation on stack
Dawei Li
2024-04-24
1
-5
/
+1
|
*
|
cpumask: Introduce cpumask_first_and_and()
Dawei Li
2024-04-24
3
-0
/
+56
|
*
|
irqchip/irq-brcmstb-l2: Avoid saving mask on shutdown
Florian Fainelli
2024-04-24
1
-3
/
+14
|
*
|
genirq: Reuse irq_is_nmi()
Jinjie Ruan
2024-04-24
4
-14
/
+14
|
*
|
genirq/cpuhotplug: Retry with cpu_online_mask when migration fails
Dongli Zhang
2024-04-24
1
-0
/
+16
|
*
|
genirq/cpuhotplug: Skip suspended interrupts when restoring affinity
David Stevens
2024-04-24
2
-7
/
+16
|
*
|
arm64: dts: st: Add interrupt parent to pinctrl on stm32mp251
Antonio Borneo
2024-04-23
1
-0
/
+4
|
*
|
arm64: dts: st: Add exti1 and exti2 nodes on stm32mp251
Antonio Borneo
2024-04-23
1
-0
/
+172
|
*
|
ARM: dts: stm32: List exti parent interrupts on stm32mp131
Antonio Borneo
2024-04-23
1
-1
/
+73
|
*
|
ARM: dts: stm32: List exti parent interrupts on stm32mp151
Antonio Borneo
2024-04-23
1
-0
/
+75
|
*
|
arm64: Kconfig.platforms: Enable STM32_EXTI for ARCH_STM32
Antonio Borneo
2024-04-23
1
-0
/
+1
|
*
|
irqchip/stm32-exti: Mark events reserved with RIF configuration check
Antonio Borneo
2024-04-23
1
-2
/
+38
|
*
|
irqchip/stm32-exti: Skip secure events
Antonio Borneo
2024-04-23
1
-0
/
+21
|
*
|
irqchip/stm32-exti: Convert driver to standard PM
Antonio Borneo
2024-04-23
1
-40
/
+17
|
*
|
irqchip/stm32-exti: Map interrupts through interrupts-extended
Antonio Borneo
2024-04-23
1
-0
/
+21
|
*
|
dt-bindings: interrupt-controller: stm32-exti: Add irq mapping to parent
Antonio Borneo
2024-04-23
1
-1
/
+16
|
*
|
irqchip/stm32-exti: Fix minor indentation issue
Antonio Borneo
2024-04-23
1
-1
/
+1
|
*
|
irqchip/mxs: Declare icoll_handle_irq() as static
Stefan Wahren
2024-04-23
1
-1
/
+1
|
*
|
irqchip/loongson-pch-pic: Update interrupt registration policy
Baoqi Zhang
2024-04-23
1
-17
/
+59
|
*
|
genirq: Simplify the checks for irq_set_percpu_devid_partition()
Jinjie Ruan
2024-04-23
1
-8
/
+2
|
*
|
irqchip/riscv-imsic: Fix boot time update effective affinity warning
Anup Patel
2024-04-14
1
-0
/
+1
|
*
|
watchdog/softlockup: Report the most frequent interrupts
Bitao Hu
2024-04-12
1
-4
/
+112
[next]