summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-04mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+5
2020-06-04mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-0/+9
2020-06-04arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual1-1/+1
2020-06-04hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-1/+0
2020-06-04hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-0/+1
2020-06-04khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov1-1/+2
2020-06-04mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+3
2020-06-04padata: add basic support for multithreaded jobsDaniel Jordan1-0/+29
2020-06-04padata: allocate work structures for parallel jobs from a poolDaniel Jordan1-7/+1
2020-06-04padata: initialize earlierDaniel Jordan1-0/+6
2020-06-04mm: initialize deferred pages with interrupts enabledPavel Tatashin1-0/+2
2020-06-04mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual1-1/+1
2020-06-04mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang1-1/+1
2020-06-04mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim4-24/+33
2020-06-04mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-4/+0
2020-06-04mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-6/+3
2020-06-04mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-0/+1
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-4/+3
2020-06-04mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-1/+1
2020-06-04mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport3-16/+6
2020-06-04mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2-11/+2
2020-06-04mm: clarify __GFP_MEMALLOC usageMichal Hocko1-0/+5
2020-06-04string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens1-12/+48
2020-06-04mm/gup: introduce pin_user_pages_fast_only()John Hubbard1-0/+2
2020-06-04mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard1-0/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds160-1065/+4890
2020-06-04Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-19/+21
2020-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-18/+92
2020-06-04Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-39/+524
2020-06-04Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2-3/+7
2020-06-03user_regset_copyout_zero(): use clear_user()Al Viro1-1/+1
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+33
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds4-2/+30
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-36/+62
2020-06-03RDMA/mlx5: Return ECE DC supportLeon Romanovsky1-2/+3
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-25/+10
2020-06-03vfio-ccw: Introduce a new CRW regionFarhan Ali2-0/+11
2020-06-03gpio: add a reusable generic gpio_chip using regmapMichael Walle1-0/+86
2020-06-03gpiolib: Introduce gpiochip_irqchip_add_domain()Michael Walle1-0/+3
2020-06-03Merge tag 'cfi/for-5.8' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/l...Richard Weinberger2-4/+4
2020-06-03Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds5-11/+13
2020-06-03Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+8
2020-06-03Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+2
2020-06-03Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2020-06-03Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+24
2020-06-03RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-06-03RDMA: Remove 'max_fmr'Jason Gunthorpe2-2/+0
2020-06-03RDMA/core: Remove FMR device opsMax Gurtovoy1-59/+0
2020-06-03RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy1-20/+2
2020-06-03RDMA/core: Remove FMR pool APIMax Gurtovoy1-93/+0