1. ef8dd01 genirq/msi: Make interrupt allocation less convoluted by Thomas Gleixner · 3 years, 1 month ago
  2. a80713f platform-msi: Simplify platform device MSI code by Thomas Gleixner · 3 years, 1 month ago
  3. 653b50c platform-msi: Let core code handle MSI descriptors by Thomas Gleixner · 3 years, 1 month ago
  4. e8604b1 bus: fsl-mc-msi: Simplify MSI descriptor handling by Thomas Gleixner · 3 years, 1 month ago
  5. 7ad321a soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs() by Thomas Gleixner · 3 years, 1 month ago
  6. 49fbfdc soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation by Thomas Gleixner · 3 years, 1 month ago
  7. 68e3183 NTB/msi: Convert to msi_on_each_desc() by Thomas Gleixner · 3 years, 1 month ago
  8. dc2b453 PCI: hv: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
  9. 706b585 powerpc/mpic_u3msi: Use msi_for_each-desc() by Thomas Gleixner · 3 years, 1 month ago
  10. ab430e7 powerpc/fsl_msi: Use msi_for_each_desc() by Thomas Gleixner · 3 years, 1 month ago
  11. e22b0d1 powerpc/pasemi/msi: Convert to msi_on_each_dec() by Thomas Gleixner · 3 years, 1 month ago
  12. 3c46658 powerpc/cell/axon_msi: Convert to msi_on_each_desc() by Thomas Gleixner · 3 years, 1 month ago
  13. 85dabc2 powerpc/4xx/hsta: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
  14. 2ca5e90 s390/pci: Rework MSI descriptor walk by Thomas Gleixner · 3 years, 1 month ago
  15. 3d31bbd xen/pcifront: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
  16. f2948df x86/pci/xen: Use msi_for_each_desc() by Thomas Gleixner · 3 years, 1 month ago
  17. ae24e28 PCI/MSI: Use msi_on_each_desc() by Thomas Gleixner · 3 years, 1 month ago
  18. 9fb9eb4 PCI/MSI: Let core code free MSI descriptors by Thomas Gleixner · 3 years, 1 month ago
  19. 71020a3 PCI/MSI: Use msi_add_msi_desc() by Thomas Gleixner · 3 years, 1 month ago
  20. 5512c5e PCI/MSI: Protect MSI operations by Thomas Gleixner · 3 years, 1 month ago
  21. 645474e2 genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically by Thomas Gleixner · 3 years, 1 month ago
  22. 60290525 genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator by Thomas Gleixner · 3 years, 1 month ago
  23. 1046f71 genirq/msi: Provide a set of advanced MSI accessors and iterators by Thomas Gleixner · 3 years, 1 month ago
  24. 0f62d94 genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked() by Thomas Gleixner · 3 years, 1 month ago
  25. b5f687f genirq/msi: Add mutex for MSI list protection by Thomas Gleixner · 3 years, 1 month ago
  26. 125282c genirq/msi: Move descriptor list to struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
  27. 1900c96 dmaengine: qcom_hidma: Cleanup MSI handling by Thomas Gleixner · 3 years, 1 month ago
  28. 89e0032 soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq() by Thomas Gleixner · 3 years, 1 month ago
  29. d86a6d4 bus: fsl-mc: fsl-mc-allocator: Rework MSI handling by Thomas Gleixner · 3 years, 1 month ago
  30. d722e9a mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling by Thomas Gleixner · 3 years, 1 month ago
  31. 065afdc iommu/arm-smmu-v3: Use msi_get_virq() by Thomas Gleixner · 3 years, 1 month ago
  32. 8484567 perf/smmuv3: Use msi_get_virq() by Thomas Gleixner · 3 years, 1 month ago
  33. f6632bb dmaengine: mv_xor_v2: Get rid of msi_desc abuse by Thomas Gleixner · 3 years, 1 month ago
  34. f482359 PCI/MSI: Simplify pci_irq_get_affinity() by Thomas Gleixner · 3 years, 1 month ago
  35. 82ff8e6 PCI/MSI: Use msi_get_virq() in pci_get_vector() by Thomas Gleixner · 3 years, 1 month ago
  36. cf15f43 genirq/msi: Provide interface to retrieve Linux interrupt number by Thomas Gleixner · 3 years, 1 month ago
  37. 651b39c powerpc/pseries/msi: Let core code check for contiguous entries by Thomas Gleixner · 3 years, 1 month ago
  38. 7a82344 PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS by Thomas Gleixner · 3 years, 1 month ago
  39. 173ffad PCI/MSI: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
  40. 0f18095 soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
  41. 78ee9fb bus: fsl-mc-msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
  42. dba27c7 platform-msi: Use msi_desc::msi_index by Thomas Gleixner · 3 years, 1 month ago
  43. 20c6d42 genirq/msi: Consolidate MSI descriptor data by Thomas Gleixner · 3 years, 1 month ago
  44. fc22e7d platform-msi: Store platform private data pointer in msi_device_data by Thomas Gleixner · 3 years, 1 month ago
  45. 9835cec platform-msi: Rename functions and clarify comments by Thomas Gleixner · 3 years, 1 month ago
  46. 24cff37 genirq/msi: Remove the original sysfs interfaces by Thomas Gleixner · 3 years, 1 month ago
  47. 25ce693 platform-msi: Let the core code handle sysfs groups by Thomas Gleixner · 3 years, 1 month ago
  48. ffd8448 PCI/MSI: Let the irq code handle sysfs groups by Thomas Gleixner · 3 years, 1 month ago
  49. bf6e054 genirq/msi: Provide msi_device_populate/destroy_sysfs() by Thomas Gleixner · 3 years, 1 month ago
  50. 686073e soc: ti: ti_sci_inta_msi: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
  51. 86ca622 bus: fsl-mc-msi: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
  52. 077aead platform-msi: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
  53. 93296cd PCI/MSI: Allocate MSI device data on first use by Thomas Gleixner · 3 years, 1 month ago
  54. 3f35d2c PCI/MSI: Decouple MSI[-X] disable from pcim_release() by Thomas Gleixner · 3 years, 1 month ago
  55. 013bd8e device: Add device:: Msi_data pointer and struct msi_device_data by Thomas Gleixner · 3 years, 1 month ago
  56. 34fff628 device: Move MSI related data into a struct by Thomas Gleixner · 3 years, 1 month ago
  57. ed1533b powerpc/pseries/msi: Use PCI device properties by Thomas Gleixner · 3 years, 1 month ago
  58. d8a5305 powerpc/cell/axon_msi: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
  59. 6ef7f77 genirq/msi: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
  60. b3f8236 x86/apic/msi: Use PCI device MSI property by Thomas Gleixner · 3 years, 1 month ago
  61. 0bcfade x86/pci/XEN: Use PCI device property by Thomas Gleixner · 3 years, 1 month ago
  62. c7ecb95 PCI/MSI: Set pci_dev::msi[x]_enabled early by Thomas Gleixner · 3 years, 1 month ago
  63. 91f7d2d x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi() by Arnd Bergmann · 3 years, 1 month ago
  64. 09eb3ad Merge branch 'irq/urgent' into irq/msi by Thomas Gleixner · 3 years, 1 month ago
  65. 94185ad PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error by Thomas Gleixner · 3 years, 1 month ago
  66. 83dbf89 PCI/MSI: Mask MSI-X vectors only on success by Stefan Roese · 3 years, 1 month ago
  67. 2585cf9 Linux 5.16-rc5 by Linus Torvalds · 3 years, 1 month ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. 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
  73. 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
  74. ca57373 usb: core: config: using bit mask instead of individual bits by Pavel Hofman · 3 years, 1 month ago
  75. 1a3910c usb: core: config: fix validation of wMaxPacketValue entries by Pavel Hofman · 3 years, 1 month ago
  76. 86ebbc1 USB: gadget: zero allocate endpoint 0 buffers by Greg Kroah-Hartman · 3 years, 1 month ago
  77. 153a2d7 USB: gadget: detect too-big endpoint 0 requests by Greg Kroah-Hartman · 3 years, 1 month ago
  78. 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
  79. 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
  80. 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
  81. 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
  82. eccea80 Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 1 month ago
  83. 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
  84. 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
  85. 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
  86. 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
  87. df442a4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  88. 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
  89. 9937e8d perf python: Fix NULL vs IS_ERR_OR_NULL() checking by Miaoqian Lin · 3 years, 1 month ago
  90. 6665b8e perf intel-pt: Fix error timestamp setting on the decoder error path by Adrian Hunter · 3 years, 1 month ago
  91. a882cc9 perf intel-pt: Fix missing 'instruction' events with 'q' option by Adrian Hunter · 3 years, 1 month ago
  92. a32e6c5 perf intel-pt: Fix next 'err' value, walking trace by Adrian Hunter · 3 years, 1 month ago
  93. c79ee2b perf intel-pt: Fix state setting when receiving overflow (OVF) packet by Adrian Hunter · 3 years, 1 month ago
  94. 4c761d8 perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type by Adrian Hunter · 3 years, 1 month ago
  95. ad106a2 perf intel-pt: Fix sync state when a PSB (synchronization) packet is found by Adrian Hunter · 3 years, 1 month ago
  96. 057ae59 perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usage by Adrian Hunter · 3 years, 1 month ago
  97. c897899 perf tools: Prevent out-of-bounds access to registers by German Gomez · 3 years, 1 month ago
  98. 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
  99. 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
  100. 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