aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge tag 'asoc-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai8-6/+232
2021-07-01Merge branch 'for-next' into for-linusTakashi Iwai6-97/+88
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand1-0/+3
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi1-1/+1
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi1-23/+0
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi2-6/+10
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song1-0/+5
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-0/+9
2021-06-30memblock: update initialization of reserved pagesMike Rapoport1-1/+3
2021-06-30include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport1-0/+11
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky1-5/+2
2021-06-30mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang1-1/+0
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang1-1/+1
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin1-23/+0
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()David Hildenbrand1-0/+10
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pagesDavid Hildenbrand1-0/+12
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand1-3/+0
2021-06-30include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_lowYu Zhao1-41/+0
2021-06-30userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen1-0/+5
2021-06-30userfaultfd/shmem: advertise shmem minor fault supportAxel Rasmussen1-1/+6
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen1-11/+8
2021-06-30mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2-1/+3
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song1-19/+6
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song1-2/+2
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-0/+4
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy1-0/+7
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy1-0/+8
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy1-1/+25
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-2/+2
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()Miaohe Lin1-22/+35
2021-06-30mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin1-4/+2
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song1-0/+3
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song1-0/+19
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2-0/+5
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2-1/+30
2021-06-30mm: hugetlb: gather discrete indexes of tail pageMuchun Song2-10/+30
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2-27/+40
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-2/+143
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds4-1/+22
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds137-516/+2887
2021-06-30Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-2/+2
2021-06-30Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds3-8/+7
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-14/+27
2021-06-30io_uring: simplify struct io_uring_sqe layoutPavel Begunkov1-14/+10
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+17
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds8-26/+58
2021-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds2-2/+27
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds7-5/+133
2021-06-30Merge tag 'mailbox-v5.14' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds2-6/+45
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches4-25/+25