summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-17platform-msi: Use msi_desc::msi_indexThomas Gleixner1-10/+0
2021-12-17genirq/msi: Consolidate MSI descriptor dataThomas Gleixner1-0/+2
2021-12-17platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner1-2/+2
2021-12-17platform-msi: Rename functions and clarify commentsThomas Gleixner1-4/+4
2021-12-17genirq/msi: Remove the original sysfs interfacesThomas Gleixner1-15/+3
2021-12-17PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner1-1/+0
2021-12-17genirq/msi: Provide msi_device_populate/destroy_sysfs()Thomas Gleixner1-0/+4
2021-12-17PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner1-1/+2
2021-12-17device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner2-0/+23
2021-12-17device: Move MSI related data into a structThomas Gleixner1-6/+14
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner18-45/+116
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+13
2021-12-12Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+23
2021-12-11timers: implement usleep_idle_range()SeongJae Park1-1/+13
2021-12-11Increase default MLOCK_LIMIT to 8 MiBDrew DeVault1-3/+10
2021-12-11Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2021-12-11Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+27
2021-12-09percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-32/+38
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+5
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingEric Biggers1-1/+1
2021-12-09wait: add wake_up_pollfree()Eric Biggers1-0/+26
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-0/+13
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner1-4/+1
2021-12-09PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner1-2/+0
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2-2/+1
2021-12-09PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner1-0/+1
2021-12-09PCI/MSI: Split out irqdomain codeThomas Gleixner1-11/+0
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner1-4/+3
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-43/+41
2021-12-09PCI/MSI: Remove msi_desc_to_pci_sysdata()Thomas Gleixner1-5/+0
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner1-1/+0
2021-12-09genirq/msi: Fixup includesThomas Gleixner1-1/+1
2021-12-09genirq/msi: Remove unused domain callbacksThomas Gleixner1-7/+4
2021-12-09genirq/msi: Guard sysfs codeThomas Gleixner1-0/+10
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-3/+3
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-23/+15
2021-12-08PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki1-1/+1
2021-12-08net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si1-5/+6
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet1-3/+3
2021-12-06Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+8
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski3-2/+2
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet1-1/+1
2021-12-03tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet1-0/+13
2021-12-03Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+7
2021-12-03bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi1-4/+10
2021-12-02Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+7
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-29/+62