index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
platform-msi: Simplify platform device MSI code
Thomas Gleixner
1
-70
/
+18
2021-12-16
platform-msi: Let core code handle MSI descriptors
Thomas Gleixner
1
-64
/
+48
2021-12-16
bus: fsl-mc-msi: Simplify MSI descriptor handling
Thomas Gleixner
1
-57
/
+4
2021-12-16
soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()
Thomas Gleixner
1
-6
/
+0
2021-12-16
soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation
Thomas Gleixner
1
-46
/
+26
2021-12-16
NTB/msi: Convert to msi_on_each_desc()
Thomas Gleixner
1
-6
/
+13
2021-12-16
PCI: hv: Rework MSI handling
Thomas Gleixner
1
-5
/
+10
2021-12-16
xen/pcifront: Rework MSI handling
Thomas Gleixner
1
-1
/
+1
2021-12-16
PCI/MSI: Use msi_on_each_desc()
Thomas Gleixner
3
-29
/
+24
2021-12-16
PCI/MSI: Let core code free MSI descriptors
Thomas Gleixner
3
-15
/
+3
2021-12-16
PCI/MSI: Use msi_add_msi_desc()
Thomas Gleixner
1
-57
/
+47
2021-12-16
PCI/MSI: Protect MSI operations
Thomas Gleixner
2
-41
/
+63
2021-12-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
1
-3
/
+0
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
4
-23
/
+7
2021-12-16
bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
Thomas Gleixner
8
-28
/
+20
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
PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
Thomas Gleixner
1
-2
/
+14
2021-12-16
PCI/MSI: Use msi_desc::msi_index
Thomas Gleixner
3
-14
/
+10
2021-12-16
soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index
Thomas Gleixner
2
-4
/
+4
2021-12-16
bus: fsl-mc-msi: Use msi_desc::msi_index
Thomas Gleixner
2
-4
/
+4
2021-12-16
platform-msi: Use msi_desc::msi_index
Thomas Gleixner
4
-11
/
+11
2021-12-16
platform-msi: Store platform private data pointer in msi_device_data
Thomas Gleixner
1
-47
/
+32
2021-12-16
platform-msi: Rename functions and clarify comments
Thomas Gleixner
3
-20
/
+26
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
3
-25
/
+6
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
2
-5
/
+33
2021-12-16
device: Move MSI related data into a struct
Thomas Gleixner
6
-15
/
+15
2021-12-16
PCI/MSI: Set pci_dev::msi[x]_enabled early
Thomas Gleixner
1
-6
/
+17
2021-12-14
Merge branch 'irq/urgent' into irq/msi
Thomas Gleixner
204
-626
/
+1216
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
Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
8
-33
/
+61
2021-12-12
Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
31
-101
/
+113
2021-12-12
Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+8
2021-12-12
Merge tag 'irq-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-17
/
+14
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
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-29
/
+23
[next]