summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-21/+90
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-158/+1195
2020-04-03Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds6-14/+37
2020-04-03Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo1-0/+3
2020-04-03Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+9
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds19-74/+361
2020-04-03Merge tag 'mtd/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds5-300/+189
2020-04-03Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-48/+41
2020-04-03Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2-7/+10
2020-04-03Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds23-72/+302
2020-04-03Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2-57/+10
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-1/+7
2020-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-33/+88
2020-04-03Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-167/+609
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
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-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds7-13/+20
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-04-02include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THPMatthew Wilcox (Oracle)1-1/+5
2020-04-02mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFSChristophe Leroy1-11/+8
2020-04-02hugetlb_cgroup: add accounting for shared mappingsMina Almasry2-0/+46
2020-04-02hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry2-3/+48
2020-04-02hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry1-18/+105
2020-04-02hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry1-2/+2
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2-0/+13
2020-04-02mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai1-28/+1
2020-04-02kasan: detect negative size in memory operation functionWalter Wu1-1/+1
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-2/+2
2020-04-02mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon1-2/+3
2020-04-02mm: mmap: add trace point of vm_unmapped_areaJaewon Kim1-0/+48
2020-04-02mmap: remove inline of vm_unmapped_areaJaewon Kim1-20/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-0/+37
2020-04-02mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu1-11/+28
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-0/+7
2020-04-02mm: return faster for non-fatal signals in user mode faultsPeter Xu1-1/+2
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-0/+15
2020-04-02mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)1-4/+4
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2-3/+15
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual1-0/+11
2020-04-02mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual1-1/+3