aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-09-23Merge branch 'pci/p2pdma'Bjorn Helgaas2-5/+24
2019-09-23Merge branch 'pci/misc'Bjorn Helgaas1-13/+29
2019-09-23Merge branch 'pci/enumeration'Bjorn Helgaas2-101/+0
2019-09-23Merge branch 'pci/encapsulate'Bjorn Helgaas1-52/+0
2019-09-21PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCIHerbert Xu1-13/+26
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg1-1/+0
2019-09-05PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyKrzysztof Wilczynski1-0/+3
2019-08-28PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cKrzysztof Wilczynski1-98/+0
2019-08-28PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Krzysztof Wilczynski1-16/+14
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2-36/+18
2019-08-16PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe1-0/+13
2019-08-16PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe1-4/+11
2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe1-1/+0
2019-07-30PCI: Make pci_set_of_node(), etc privateKelsey Skunberg1-8/+0
2019-07-30PCI: Make pci_enable_ptm() privateKelsey Skunberg1-7/+0
2019-07-30PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() privateKelsey Skunberg1-8/+0
2019-07-30PCI: Make pci_ats_init() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make pcie_update_link_speed() privateKelsey Skunberg1-1/+0
2019-07-30PCI: Make pci_bus_get(), pci_bus_put() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make pci_hotplug_io_size, mem_size, and bus_size privateKelsey Skunberg1-4/+0
2019-07-30PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc privateKelsey Skunberg1-5/+0
2019-07-30PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() privateKelsey Skunberg1-3/+0
2019-07-30PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() privateKelsey Skunberg1-2/+0
2019-07-30PCI: Make PCI_PM_* delay times privateKelsey Skunberg1-5/+0
2019-07-23PCI: Remove pci_block_cfg_access() et al (unused)Kelsey Skunberg1-5/+0
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds3-3/+214
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-0/+23
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+11
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+7
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li1-0/+1
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li1-0/+6
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-0/+259
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-28/+0
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+17
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-26/+29
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-73/+130
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-0/+7
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-2/+1
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams1-0/+3
2019-07-18mm/sparsemem: support sub-section hotplugDan Williams1-1/+1
2019-07-18mm/sparsemem: prepare for sub-section rangesDan Williams1-2/+3
2019-07-18mm: kill is_dev_zone() helperDan Williams1-12/+0
2019-07-18mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams1-2/+2
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootDan Williams1-1/+32
2019-07-18mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams1-1/+7
2019-07-18mm/sparsemem: introduce struct mem_section_usageDan Williams1-3/+25
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand1-2/+0
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand2-2/+3