summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross14-34/+324
2022-01-15mm: rearrange madvise code to allow for reuseColin Cross1-160/+178
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng22-168/+134
2022-01-15tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleanerchiminghao1-7/+2
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt4-2/+36
2022-01-15mm/memcg: use struct_size() helper in kzalloc()Wang Weiyang1-5/+1
2022-01-15memcg: better bounds on the memcg stats updatesShakeel Butt1-7/+13
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg4-0/+7
2022-01-15mm/page_counter: remove an incorrect call to propagate_protected_usage()Donghai Qiao1-1/+0
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song3-7/+2
2022-01-15mm/frontswap.c: use non-atomic '__set_bit()' when possibleChristophe JAILLET1-2/+2
2022-01-15shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li1-16/+21
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi3-9/+61
2022-01-15mm/gup.c: stricter check on THP migration entry during follow_pmd_maskLi Xinhai1-4/+9
2022-01-15gup: avoid multiple user access locking/unlocking in fault_in_{read/write}ableChristophe Leroy1-8/+10
2022-01-15mm/truncate.c: remove unneeded variablechiminghao1-4/+1
2022-01-15mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual2-9/+9
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)3-50/+52
2022-01-15kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov1-0/+11
2022-01-15kasan: test: add test case for double-kmem_cache_destroy()Marco Elver1-0/+11
2022-01-15kasan: add ability to detect double-kmem_cache_destroy()Marco Elver1-1/+1
2022-01-15kasan: test: add globals left-out-of-bounds testMarco Elver1-2/+17
2022-01-15device-dax: compound devmap supportJoao Martins1-0/+9
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins1-17/+19
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins1-6/+6
2022-01-15device-dax: factor out page mapping initializationJoao Martins1-22/+23
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins3-8/+54
2022-01-15device-dax: use struct_size()Joao Martins1-2/+3
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins1-2/+2
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins3-7/+60
2022-01-15mm/page_alloc: refactor memmap_init_zone_device() page initJoao Martins1-33/+41
2022-01-15mm/page_alloc: split prep_compound_page into head and tail subpartsJoao Martins1-10/+20
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang7-12/+27
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang1-1/+5
2022-01-15kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee1-7/+14
2022-01-15mm: slab: make slab iterator functions staticMuchun Song3-20/+15
2022-01-15mm/slab_common: use WARN() if cache still has objects on destroyMarco Elver1-8/+3
2022-01-15fs/ioctl: remove unnecessary __user annotationAmit Daniel Kachhap1-1/+1
2022-01-15ocfs2: remove redundant assignment to variable free_spaceColin Ian King1-1/+1
2022-01-15ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman1-5/+6
2022-01-15ocfs2: remove redundant assignment to pointer root_bhColin Ian King1-1/+1
2022-01-15ocfs2: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-15ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi1-13/+13
2022-01-15ocfs2: use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-4/+2
2022-01-15squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang1-0/+33
2022-01-15fs/ntfs/attrib.c: fix one kernel-doc commentYang Li1-1/+1
2022-01-15scripts/spelling.txt: add "oveflow"Drew Fustini1-0/+1
2022-01-15ia64: topology: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-15ia64: fix typo in a commentJason Wang1-1/+1
2022-01-15arch/ia64/kernel/setup.c: use swap() to make code cleanerYang Guang1-4/+1