summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm/page_alloc.c: modify the comment section for alloc_contig_pages()Anshuman Khandual2022-01-151-2/+2
| * | | mm: drop node from alloc_pages_vmaMichal Hocko2022-01-152-3/+3
| * | | mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-01-151-1/+1
| * | | mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko2022-01-151-1/+1
| * | | mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-151-11/+4
| * | | mm/vmalloc: be more explicit about supported gfp flags.Michal Hocko2022-01-151-6/+8
| * | | mm/vmalloc: add support for __GFP_NOFAILMichal Hocko2022-01-151-5/+17
| * | | mm/vmalloc: alloc GFP_NO{FS,IO} for vmallocMichal Hocko2022-01-151-2/+21
| * | | mm/dmapool.c: revert "make dma pool to use kmalloc_node"Christian König2022-01-151-1/+1
| * | | mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)2022-01-152-21/+11
| * | | mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle)2022-01-151-20/+12
| * | | mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)2022-01-154-10/+4
| * | | mm: page table checkPasha Tatashin2022-01-155-0/+303
| * | | mm: ptep_clear() page table helperPasha Tatashin2022-01-152-11/+3
| * | | mm: change page type prior to adding page table entryPasha Tatashin2022-01-154-12/+12
| * | | mm/oom_kill: allow process_mrelease to run under mmap_lock protectionSuren Baghdasaryan2022-01-151-12/+15
| * | | mm: protect free_pgtables with mmap_lock write lock in exit_mmapSuren Baghdasaryan2022-01-151-8/+8
| * | | mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann2022-01-155-0/+5
| * | | mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-152-0/+2
| * | | mm: add anonymous vma name refcountingSuren Baghdasaryan2022-01-151-6/+36
| * | | mm: add a field to store names for private anonymous memoryColin Cross2022-01-156-23/+165
| * | | mm: rearrange madvise code to allow for reuseColin Cross2022-01-151-160/+178
| * | | memcg: add per-memcg vmalloc statShakeel Butt2022-01-152-2/+12
| * | | mm/memcg: use struct_size() helper in kzalloc()Wang Weiyang2022-01-151-5/+1
| * | | memcg: better bounds on the memcg stats updatesShakeel Butt2022-01-151-7/+13
| * | | mm/memcg: add oom_group_kill memory eventDan Schatzberg2022-01-152-0/+3
| * | | mm/page_counter: remove an incorrect call to propagate_protected_usage()Donghai Qiao2022-01-151-1/+0
| * | | mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song2022-01-153-7/+2
| * | | mm/frontswap.c: use non-atomic '__set_bit()' when possibleChristophe JAILLET2022-01-151-2/+2
| * | | shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-151-16/+21
| * | | mm: shmem: don't truncate page if memory failure happensYang Shi2022-01-153-9/+61
| * | | mm/gup.c: stricter check on THP migration entry during follow_pmd_maskLi Xinhai2022-01-151-4/+9
| * | | gup: avoid multiple user access locking/unlocking in fault_in_{read/write}ableChristophe Leroy2022-01-151-8/+10
| * | | mm/truncate.c: remove unneeded variablechiminghao2022-01-151-4/+1
| * | | mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual2022-01-151-2/+2
| * | | mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)2022-01-151-50/+2
| * | | kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov2022-01-151-0/+11
| * | | kasan: add ability to detect double-kmem_cache_destroy()Marco Elver2022-01-151-1/+1
| * | | mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins2022-01-152-7/+49
| * | | mm/page_alloc: refactor memmap_init_zone_device() page initJoao Martins2022-01-151-33/+41
| * | | mm/page_alloc: split prep_compound_page into head and tail subpartsJoao Martins2022-01-151-10/+20
| * | | mm: defer kmemleak object creation of module_alloc()Kefeng Wang2022-01-152-3/+9
| * | | kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee2022-01-151-7/+14
| * | | mm: slab: make slab iterator functions staticMuchun Song2022-01-153-20/+15
| * | | mm/slab_common: use WARN() if cache still has objects on destroyMarco Elver2022-01-151-8/+3
* | | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-47/+12
|\ \ \ \
| * | | | memremap: remove support for external pgmap refcountsChristoph Hellwig2021-12-041-47/+12
| | |/ / | |/| |
* | | | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-1212-821/+850
|\ \ \ \
| * | | | mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)2022-01-085-46/+72
| * | | | truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)2022-01-083-105/+122