index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
genirq/msi: Add mutex for MSI list protection
Thomas Gleixner
2
-0
/
+26
2021-12-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
4
-9
/
+7
2021-12-16
dmaengine: qcom_hidma: Cleanup MSI handling
Thomas Gleixner
1
-24
/
+18
2021-12-16
soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
Thomas Gleixner
5
-24
/
+7
2021-12-16
bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
Thomas Gleixner
9
-30
/
+22
2021-12-16
mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
Thomas Gleixner
1
-5
/
+2
2021-12-16
iommu/arm-smmu-v3: Use msi_get_virq()
Thomas Gleixner
1
-16
/
+3
2021-12-16
perf/smmuv3: Use msi_get_virq()
Thomas Gleixner
1
-4
/
+1
2021-12-16
dmaengine: mv_xor_v2: Get rid of msi_desc abuse
Thomas Gleixner
1
-11
/
+5
2021-12-16
PCI/MSI: Simplify pci_irq_get_affinity()
Thomas Gleixner
1
-16
/
+10
2021-12-16
PCI/MSI: Use msi_get_virq() in pci_get_vector()
Thomas Gleixner
1
-20
/
+5
2021-12-16
genirq/msi: Provide interface to retrieve Linux interrupt number
Thomas Gleixner
2
-0
/
+38
2021-12-16
powerpc/pseries/msi: Let core code check for contiguous entries
Thomas Gleixner
1
-25
/
+8
2021-12-16
PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
Thomas Gleixner
2
-2
/
+16
2021-12-16
PCI/MSI: Use msi_desc::msi_index
Thomas Gleixner
6
-19
/
+13
2021-12-16
soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index
Thomas Gleixner
3
-18
/
+6
2021-12-16
bus: fsl-mc-msi: Use msi_desc::msi_index
Thomas Gleixner
3
-14
/
+4
2021-12-16
platform-msi: Use msi_desc::msi_index
Thomas Gleixner
5
-21
/
+11
2021-12-16
genirq/msi: Consolidate MSI descriptor data
Thomas Gleixner
1
-0
/
+2
2021-12-16
platform-msi: Store platform private data pointer in msi_device_data
Thomas Gleixner
2
-49
/
+34
2021-12-16
platform-msi: Rename functions and clarify comments
Thomas Gleixner
4
-24
/
+30
2021-12-16
genirq/msi: Remove the original sysfs interfaces
Thomas Gleixner
2
-48
/
+23
2021-12-16
platform-msi: Let the core code handle sysfs groups
Thomas Gleixner
1
-10
/
+1
2021-12-16
PCI/MSI: Let the irq code handle sysfs groups
Thomas Gleixner
4
-26
/
+6
2021-12-16
genirq/msi: Provide msi_device_populate/destroy_sysfs()
Thomas Gleixner
2
-2
/
+44
2021-12-16
soc: ti: ti_sci_inta_msi: Allocate MSI device data on first use
Thomas Gleixner
1
-0
/
+4
2021-12-16
bus: fsl-mc-msi: Allocate MSI device data on first use
Thomas Gleixner
1
-6
/
+8
2021-12-16
platform-msi: Allocate MSI device data on first use
Thomas Gleixner
1
-1
/
+7
2021-12-16
PCI/MSI: Allocate MSI device data on first use
Thomas Gleixner
1
-2
/
+15
2021-12-16
PCI/MSI: Decouple MSI[-X] disable from pcim_release()
Thomas Gleixner
3
-6
/
+35
2021-12-16
device: Add device:: Msi_data pointer and struct msi_device_data
Thomas Gleixner
3
-0
/
+55
2021-12-16
device: Move MSI related data into a struct
Thomas Gleixner
7
-21
/
+29
2021-12-16
powerpc/pseries/msi: Use PCI device properties
Thomas Gleixner
1
-2
/
+1
2021-12-16
powerpc/cell/axon_msi: Use PCI device property
Thomas Gleixner
1
-4
/
+1
2021-12-16
genirq/msi: Use PCI device property
Thomas Gleixner
1
-15
/
+2
2021-12-16
x86/apic/msi: Use PCI device MSI property
Thomas Gleixner
1
-4
/
+1
2021-12-16
x86/pci/XEN: Use PCI device property
Thomas Gleixner
1
-7
/
+2
2021-12-16
PCI/MSI: Set pci_dev::msi[x]_enabled early
Thomas Gleixner
1
-6
/
+17
2021-12-15
x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi()
Arnd Bergmann
1
-1
/
+1
2021-12-14
PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
Thomas Gleixner
1
-1
/
+1
2021-12-14
PCI/MSI: Mask MSI-X vectors only on success
Stefan Roese
1
-3
/
+10
2021-12-12
Linux 5.16-rc5
v5.16-rc5
Linus Torvalds
1
-1
/
+1
2021-12-12
usb: core: config: using bit mask instead of individual bits
Pavel Hofman
1
-2
/
+2
2021-12-12
usb: core: config: fix validation of wMaxPacketValue entries
Pavel Hofman
1
-1
/
+1
2021-12-12
USB: gadget: zero allocate endpoint 0 buffers
Greg Kroah-Hartman
2
-2
/
+2
2021-12-12
USB: gadget: detect too-big endpoint 0 requests
Greg Kroah-Hartman
3
-1
/
+40
2021-12-11
perf python: Fix NULL vs IS_ERR_OR_NULL() checking
Miaoqian Lin
1
-1
/
+1
2021-12-11
perf intel-pt: Fix error timestamp setting on the decoder error path
Adrian Hunter
1
-0
/
+1
2021-12-11
perf intel-pt: Fix missing 'instruction' events with 'q' option
Adrian Hunter
1
-3
/
+8
2021-12-11
perf intel-pt: Fix next 'err' value, walking trace
Adrian Hunter
1
-0
/
+1
[next]