summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas4-10/+64
2020-04-02Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+2
2020-04-02Merge branch 'pci/resource'Bjorn Helgaas1-1/+1
2020-04-02Merge branch 'pci/hotplug'Bjorn Helgaas1-0/+2
2020-04-02Merge branch 'pci/enumeration'Bjorn Helgaas1-1/+1
2020-04-02misc: pci_endpoint_test: Add ioctl to clear IRQKishon Vijay Abraham I1-0/+1
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I1-0/+15
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I1-2/+4
2020-04-02tools: PCI: Add 'd' command line option to support DMAKishon Vijay Abraham I1-0/+7
2020-03-30PCI: Add support for root bus sizingIvan Kokshaysky1-0/+1
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-1/+0
2020-03-29PCI: Add Zhaoxin Vendor IDRaymond Pang1-0/+2
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-7/+2
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan3-2/+13
2020-03-28PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas1-0/+5
2020-03-11soc/tegra: bpmp: Update ABI headerVidya Sagar1-1/+9
2020-03-10PCI: Add pci_speed_string()Bjorn Helgaas1-1/+1
2020-02-25PCI: endpoint: Add notification for core init completionVidya Sagar2-0/+6
2020-02-25PCI: endpoint: Add core init notifying featureVidya Sagar1-0/+1
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I1-0/+2
2020-02-24PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I1-0/+3
2020-02-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I1-0/+3
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I1-3/+3
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I2-4/+10
2020-02-21PCI: pciehp: Disable in-band presence detect when possibleAlexandru Gagniuc1-0/+2
2020-02-10Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+25
2020-02-09Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-13/+24
2020-02-09Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-0/+22
2020-02-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds19-223/+540
2020-02-09Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-71/+551
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-71/+78
2020-02-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+8
2020-02-08Merge branch 'pipe-exclusive-wakeup'Linus Torvalds1-1/+1
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds1-1/+1
2020-02-08Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner1-1/+1
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+5
2020-02-08irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu1-1/+1
2020-02-08Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-15/+18
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2-60/+58
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+3
2020-02-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+3
2020-02-07Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-0/+39
2020-02-07prefix-handling analogues of errorf() and friendsAl Viro1-0/+4
2020-02-07turn fs_param_is_... into functionsAl Viro1-24/+14
2020-02-07fs_parse: handle optional arguments sanelyAl Viro1-1/+0
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro4-12/+11
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-3/+4