index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-30
irqchip/armada-370-xp: Use consistent variable names for hwirqs
Marek Behún
1
-28
/
+28
2024-07-30
irqchip/armada-370-xp: Refactor handling IPI interrupts
Marek Behún
1
-12
/
+18
2024-07-30
irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() code
Marek Behún
1
-20
/
+12
2024-07-30
irqchip/armada-370-xp: Use FIELD_GET() and named register constant
Marek Behún
1
-5
/
+6
2024-07-30
irqchip/armada-370-xp: Don't read number of supported interrupts multiple times
Marek Behún
1
-10
/
+3
2024-07-30
irqchip/armada-370-xp: Change symbol prefixes to mpic
Marek Behún
1
-163
/
+142
2024-07-30
irqchip/armada-370-xp: Improve indentation
Marek Behún
1
-30
/
+26
2024-07-30
irqchip/armada-370-xp: Simplify ipi_resume() code
Marek Behún
1
-8
/
+6
2024-07-30
irqchip/armada-370-xp: Use !virq instead of virq == 0 in condition
Marek Behún
1
-2
/
+2
2024-07-30
irqchip/armada-370-xp: Use unsigned int type for virqs
Marek Behún
1
-4
/
+4
2024-07-30
irqchip/armada-370-xp: Rename variable for consistency
Marek Behún
1
-5
/
+5
2024-07-30
irqchip/armada-370-xp: Declare iterators in for loop
Marek Behún
1
-17
/
+10
2024-07-30
irqchip/armada-370-xp: Change to SPDX license identifier
Marek Behún
1
-4
/
+1
2024-07-30
irqchip/armada-370-xp: Simplify is_percpu_irq() code
Marek Behún
1
-4
/
+1
2024-07-30
irqchip/armada-370-xp: Use correct type for cpu variable
Marek Behún
1
-2
/
+2
2024-07-30
irqchip/armada-370-xp: Change register constants prefix to MPIC_
Marek Behún
1
-79
/
+69
2024-07-30
irqchip/armada-370-xp: Cosmetic fix parentheses in register constant definitions
Marek Behún
1
-19
/
+19
2024-07-30
irqchip/armada-370-xp: Use BIT() and GENMASK() macros
Marek Behún
1
-5
/
+5
2024-07-30
irqchip/armada-370-xp: Change spaces to tabs
Marek Behún
1
-7
/
+7
2024-07-30
irqchip/armada-370-xp: Change register constant suffix from _MSK to _MASK
Marek Behún
1
-10
/
+10
2024-07-30
irqchip/armada-370-xp: Drop _OFFS suffix from some register constants
Marek Behún
1
-57
/
+48
2024-07-29
irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'
Arseniy Krasnov
1
-7
/
+7
2024-07-29
irqchip/irq-pic32-evic: Add missing 'static' to internal function
Luca Ceresoli
1
-3
/
+3
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2024-07-26
irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
Huacai Chen
1
-2
/
+4
2024-07-25
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
2
-6
/
+2
2024-07-22
Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-831
/
+700
2024-07-22
Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-744
/
+1349
2024-07-18
irqchip/gic-v3-its: Correctly fish out the DID for platform MSI
Marc Zyngier
1
-1
/
+1
2024-07-18
irqchip/gic-v3-its: Correctly honor the RID remapping
Marc Zyngier
1
-1
/
+1
2024-07-18
irqchip/irq-mvebu-icu: Remove platform MSI leftovers
Thomas Gleixner
1
-206
/
+6
2024-07-18
irqchip/irq-mvebu-sei: Switch to MSI parent
Thomas Gleixner
1
-32
/
+20
2024-07-18
irqchip/mvebu-odmi: Switch to parent MSI
Thomas Gleixner
2
-19
/
+19
2024-07-18
irqchip/mvebu-gicp: Switch to MSI parent
Thomas Gleixner
2
-25
/
+20
2024-07-18
irqchip/irq-mvebu-icu: Prepare for real per device MSI
Thomas Gleixner
1
-11
/
+170
2024-07-18
irqchip/imx-mu-msi: Switch to MSI parent
Thomas Gleixner
3
-27
/
+24
2024-07-18
irqchip/gic-v2m: Switch to device MSI
Thomas Gleixner
2
-56
/
+26
2024-07-18
irqchip/gic_v3_mbi: Switch over to parent domain
Thomas Gleixner
1
-83
/
+47
2024-07-18
irqchip/mbigen: Remove platform_msi_create_device_domain() fallback
Thomas Gleixner
1
-70
/
+4
2024-07-18
irqchip/gic-v3-its: Switch platform MSI to MSI parent
Thomas Gleixner
3
-165
/
+73
2024-07-18
irqchip/irq-msi-lib: Prepare for DOMAIN_BUS_WIRED_TO_MSI
Thomas Gleixner
1
-0
/
+2
2024-07-18
irqchip/mbigen: Prepare for real per device MSI
Thomas Gleixner
1
-28
/
+70
2024-07-18
irqchip/irq-msi-lib: Prepare for DEVICE MSI to replace platform MSI
Thomas Gleixner
2
-0
/
+17
2024-07-18
irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]
Thomas Gleixner
3
-206
/
+111
2024-07-18
irqchip/irq-msi-lib: Prepare for PCI MSI/MSIX
Thomas Gleixner
2
-1
/
+16
2024-07-18
irqchip/gic-v3-its: Provide MSI parent infrastructure
Thomas Gleixner
5
-1
/
+41
2024-07-18
irqchip: Provide irq-msi-lib
Thomas Gleixner
4
-0
/
+135
2024-07-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
6
-161
/
+177
2024-07-15
irqchip/imx-irqsteer: Handle runtime power management correctly
Shenwei Wang
1
-3
/
+21
2024-07-15
irqchip/gic-v3: Pass #redistributor-regions to gic_of_setup_kvm_info()
Geert Uytterhoeven
1
-9
/
+4
[prev]
[next]