aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-16platform-msi: Rename functions and clarify commentsThomas Gleixner4-24/+30
2021-12-16genirq/msi: Remove the original sysfs interfacesThomas Gleixner2-48/+23
2021-12-16platform-msi: Let the core code handle sysfs groupsThomas Gleixner1-10/+1
2021-12-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner4-26/+6
2021-12-16genirq/msi: Provide msi_device_populate/destroy_sysfs()Thomas Gleixner2-2/+44
2021-12-16soc: ti: ti_sci_inta_msi: Allocate MSI device data on first useThomas Gleixner1-0/+4
2021-12-16bus: fsl-mc-msi: Allocate MSI device data on first useThomas Gleixner1-6/+8
2021-12-16platform-msi: Allocate MSI device data on first useThomas Gleixner1-1/+7
2021-12-16PCI/MSI: Allocate MSI device data on first useThomas Gleixner1-2/+15
2021-12-16PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner3-6/+35
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner3-0/+55
2021-12-16device: Move MSI related data into a structThomas Gleixner7-21/+29
2021-12-16powerpc/pseries/msi: Use PCI device propertiesThomas Gleixner1-2/+1
2021-12-16powerpc/cell/axon_msi: Use PCI device propertyThomas Gleixner1-4/+1
2021-12-16genirq/msi: Use PCI device propertyThomas Gleixner1-15/+2
2021-12-16x86/apic/msi: Use PCI device MSI propertyThomas Gleixner1-4/+1
2021-12-16x86/pci/XEN: Use PCI device propertyThomas Gleixner1-7/+2
2021-12-16PCI/MSI: Set pci_dev::msi[x]_enabled earlyThomas Gleixner1-6/+17
2021-12-15x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi()Arnd Bergmann1-1/+1
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner383-1569/+3700
2021-12-14PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on errorThomas Gleixner1-1/+1
2021-12-14PCI/MSI: Mask MSI-X vectors only on successStefan Roese1-3/+10
2021-12-12Linux 5.16-rc5Linus Torvalds1-1/+1
2021-12-12Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-33/+61
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds34-102/+136
2021-12-12Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+8
2021-12-12Merge tag 'irq-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-17/+14
2021-12-12Merge tag 'sched-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2021-12-12Merge tag 'csky-for-linus-5.16-rc5' of git://github.com/c-sky/csky-linuxLinus Torvalds1-2/+2
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman1-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman1-1/+1
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2-2/+2
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman3-1/+40
2021-12-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-29/+23
2021-12-11Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+11
2021-12-11Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds2-2/+2
2021-12-11Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds5-32/+64
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds8-12/+40
2021-12-11Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+27
2021-12-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-21/+13
2021-12-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds8-6/+29
2021-12-11Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds7-22/+43
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-207/+322
2021-12-11Merge tag 'timers-v5.16-rc4' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgentThomas Gleixner2-3/+8
2021-12-11perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin1-1/+1
2021-12-11perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-11perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-11perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13