- ef8dd01 genirq/msi: Make interrupt allocation less convoluted by Thomas Gleixner · 3 years, 1 month ago
- a80713f platform-msi: Simplify platform device MSI code by Thomas Gleixner · 3 years, 1 month ago
- 653b50c platform-msi: Let core code handle MSI descriptors by Thomas Gleixner · 3 years, 1 month ago
- e8604b1 bus: fsl-mc-msi: Simplify MSI descriptor handling by Thomas Gleixner · 3 years, 1 month ago
- 7ad321a soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs() by Thomas Gleixner · 3 years, 1 month ago
- 49fbfdc soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation by Thomas Gleixner · 3 years, 1 month ago
- 68e3183 NTB/msi: Convert to msi_on_each_desc() by Thomas Gleixner · 3 years, 1 month ago
- dc2b453 PCI: hv: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
- 706b585 powerpc/mpic_u3msi: Use msi_for_each-desc() by Thomas Gleixner · 3 years, 1 month ago
- ab430e7 powerpc/fsl_msi: Use msi_for_each_desc() by Thomas Gleixner · 3 years, 1 month ago
- e22b0d1 powerpc/pasemi/msi: Convert to msi_on_each_dec() by Thomas Gleixner · 3 years, 1 month ago
- 3c46658 powerpc/cell/axon_msi: Convert to msi_on_each_desc() by Thomas Gleixner · 3 years, 1 month ago
- 85dabc2 powerpc/4xx/hsta: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
- 2ca5e90 s390/pci: Rework MSI descriptor walk by Thomas Gleixner · 3 years, 1 month ago
- 3d31bbd xen/pcifront: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
- f2948df x86/pci/xen: Use msi_for_each_desc() by Thomas Gleixner · 3 years, 1 month ago
- ae24e28 PCI/MSI: Use msi_on_each_desc() by Thomas Gleixner · 3 years, 1 month ago
- 9fb9eb4 PCI/MSI: Let core code free MSI descriptors by Thomas Gleixner · 3 years, 1 month ago
- 71020a3 PCI/MSI: Use msi_add_msi_desc() by Thomas Gleixner · 3 years, 1 month ago
- 5512c5e PCI/MSI: Protect MSI operations by Thomas Gleixner · 3 years, 1 month ago
- 645474e2 genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically by Thomas Gleixner · 3 years, 1 month ago
- 60290525 genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator by Thomas Gleixner · 3 years, 1 month ago
- 1046f71 genirq/msi: Provide a set of advanced MSI accessors and iterators by Thomas Gleixner · 3 years, 1 month ago
- 0f62d94 genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked() by Thomas Gleixner · 3 years, 1 month ago
- b5f687f genirq/msi: Add mutex for MSI list protection by Thomas Gleixner · 3 years, 1 month ago
- 125282c genirq/msi: Move descriptor list to struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
- 1900c96 dmaengine: qcom_hidma: Cleanup MSI handling by Thomas Gleixner · 3 years, 1 month ago
- 89e0032 soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq() by Thomas Gleixner · 3 years, 1 month ago
- d86a6d4 bus: fsl-mc: fsl-mc-allocator: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
- d722e9a mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling by Thomas Gleixner · 3 years, 1 month ago
- 065afdc iommu/arm-smmu-v3: Use msi_get_virq() by Thomas Gleixner · 3 years, 1 month ago
- 8484567 perf/smmuv3: Use msi_get_virq() by Thomas Gleixner · 3 years, 1 month ago
- f6632bb dmaengine: mv_xor_v2: Get rid of msi_desc abuse by Thomas Gleixner · 3 years, 1 month ago
- f482359 PCI/MSI: Simplify pci_irq_get_affinity() by Thomas Gleixner · 3 years, 1 month ago
- 82ff8e6 PCI/MSI: Use msi_get_virq() in pci_get_vector() by Thomas Gleixner · 3 years, 1 month ago
- cf15f43 genirq/msi: Provide interface to retrieve Linux interrupt number by Thomas Gleixner · 3 years, 1 month ago
- 651b39c powerpc/pseries/msi: Let core code check for contiguous entries by Thomas Gleixner · 3 years, 1 month ago
- 7a82344 PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS by Thomas Gleixner · 3 years, 1 month ago
- 173ffad PCI/MSI: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
- 0f18095 soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
- 78ee9fb bus: fsl-mc-msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
- dba27c7 platform-msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
- 20c6d42 genirq/msi: Consolidate MSI descriptor data by Thomas Gleixner · 3 years, 1 month ago
- fc22e7d platform-msi: Store platform private data pointer in msi_device_data by Thomas Gleixner · 3 years, 1 month ago
- 9835cec platform-msi: Rename functions and clarify comments by Thomas Gleixner · 3 years, 1 month ago
- 24cff37 genirq/msi: Remove the original sysfs interfaces by Thomas Gleixner · 3 years, 1 month ago
- 25ce693 platform-msi: Let the core code handle sysfs groups by Thomas Gleixner · 3 years, 1 month ago
- ffd8448 PCI/MSI: Let the irq code handle sysfs groups by Thomas Gleixner · 3 years, 1 month ago
- bf6e054 genirq/msi: Provide msi_device_populate/destroy_sysfs() by Thomas Gleixner · 3 years, 1 month ago
- 686073e soc: ti: ti_sci_inta_msi: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
- 86ca622 bus: fsl-mc-msi: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
- 077aead platform-msi: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
- 93296cd PCI/MSI: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
- 3f35d2c PCI/MSI: Decouple MSI[-X] disable from pcim_release() by Thomas Gleixner · 3 years, 1 month ago
- 013bd8e device: Add device:: Msi_data pointer and struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
- 34fff628 device: Move MSI related data into a struct by Thomas Gleixner · 3 years, 1 month ago
- ed1533b powerpc/pseries/msi: Use PCI device properties by Thomas Gleixner · 3 years, 1 month ago
- d8a5305 powerpc/cell/axon_msi: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
- 6ef7f77 genirq/msi: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
- b3f8236 x86/apic/msi: Use PCI device MSI property by Thomas Gleixner · 3 years, 1 month ago
- 0bcfade x86/pci/XEN: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
- c7ecb95 PCI/MSI: Set pci_dev::msi[x]_enabled early by Thomas Gleixner · 3 years, 1 month ago
- 91f7d2d x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi() by Arnd Bergmann · 3 years, 1 month ago
- 09eb3ad Merge branch 'irq/urgent' into irq/msi by Thomas Gleixner · 3 years, 1 month ago
- 94185ad PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error by Thomas Gleixner · 3 years, 1 month ago
- 83dbf89 PCI/MSI: Mask MSI-X vectors only on success by Stefan Roese · 3 years, 1 month ago
- 2585cf9 Linux 5.16-rc5 by Linus Torvalds · 3 years, 1 month ago
- 90d9fbc Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 1 month ago
- 8d7ed10 Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 1 month ago
- c7fc512 Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
- 82d2ef4 Merge tag 'irq-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
- 7736022 Merge tag 'sched-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
- 0f3d41e Merge tag 'csky-for-linus-5.16-rc5' of git://github.com/c-sky/csky-linux by Linus Torvalds · 3 years, 1 month ago
- ca57373 usb: core: config: using bit mask instead of individual bits by Pavel Hofman · 3 years, 1 month ago
- 1a3910c usb: core: config: fix validation of wMaxPacketValue entries by Pavel Hofman · 3 years, 1 month ago
- 86ebbc1 USB: gadget: zero allocate endpoint 0 buffers by Greg Kroah-Hartman · 3 years, 1 month ago
- 153a2d7 USB: gadget: detect too-big endpoint 0 requests by Greg Kroah-Hartman · 3 years, 1 month ago
- a763d5a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 1 month ago
- e034d9c Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 1 month ago
- 8f97a35 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 1 month ago
- bbdff6d Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 1 month ago
- eccea80 Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 1 month ago
- f152165 Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 1 month ago
- bd66be5 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 1 month ago
- 2acdaf5 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 1 month ago
- a84e0b3 Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 1 month ago
- df442a4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
- aa073d8 Merge tag 'timers-v5.16-rc4' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent by Thomas Gleixner · 3 years, 1 month ago
- 9937e8d perf python: Fix NULL vs IS_ERR_OR_NULL() checking by Miaoqian Lin · 3 years, 1 month ago
- 6665b8e perf intel-pt: Fix error timestamp setting on the decoder error path by Adrian Hunter · 3 years, 1 month ago
- a882cc9 perf intel-pt: Fix missing 'instruction' events with 'q' option by Adrian Hunter · 3 years, 1 month ago
- a32e6c5 perf intel-pt: Fix next 'err' value, walking trace by Adrian Hunter · 3 years, 1 month ago
- c79ee2b perf intel-pt: Fix state setting when receiving overflow (OVF) packet by Adrian Hunter · 3 years, 1 month ago
- 4c761d8 perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type by Adrian Hunter · 3 years, 1 month ago
- ad106a2 perf intel-pt: Fix sync state when a PSB (synchronization) packet is found by Adrian Hunter · 3 years, 1 month ago
- 057ae59 perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usage by Adrian Hunter · 3 years, 1 month ago
- c897899 perf tools: Prevent out-of-bounds access to registers by German Gomez · 3 years, 1 month ago
- b7fd35a Merge tag 'irqchip-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 1 month ago
- 6f51352 Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 1 month ago
- e1b9681 Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 1 month ago