summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds2022-03-161-38/+19
* memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-081-12/+28
* mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann2022-03-081-1/+3
* memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-03-021-2/+8
* hugetlbfs: fix a truncation issue in hugepages parameterLiu Yuntao2022-03-021-2/+2
* mm/hugetlb: fix kernel crash with hugetlb mremapAneesh Kumar K.V2022-03-021-4/+3
* mm/filemap: Fix handling of THPs in generic_file_buffered_read()Matthew Wilcox (Oracle)2022-03-021-2/+6
* mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds2022-02-231-1/+1
* mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-161-5/+5
* mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman2022-02-161-1/+3
* mm/kmemleak: avoid scanning potential huge holesLang Yu2022-02-081-6/+7
* mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin2022-02-081-0/+2
* Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard2022-02-051-5/+30
* memcg: better bounds on the memcg stats updatesShakeel Butt2022-01-291-7/+13
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-271-2/+3
* kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov2022-01-271-0/+11
* mm: defer kmemleak object creation of module_alloc()Kefeng Wang2022-01-272-3/+9
* shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-271-16/+21
* mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He2022-01-271-1/+3
* mm_zone: add function to check if managed dma zone existsBaoquan He2022-01-271-0/+15
* mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman2021-12-311-1/+2
* mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman2021-12-311-9/+55
* mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park2021-12-311-2/+7
* mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin2021-12-251-0/+1
* mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park2021-12-251-0/+2
* mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi2021-12-251-9/+4
* mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin2021-12-251-2/+1
* kfence: fix memory leak when cat kfence objectsBaokun Li2021-12-251-0/+1
* Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-111-1/+1
|\
| * percpu: km: ensure it is used with NOMMU (either UP or SMP)Vladimir Murzin2021-12-061-1/+1
* | mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-101-0/+7
* | hugetlbfs: fix issue of preallocation of gigantic pages can't workZhenguo Yao2021-12-101-1/+1
* | mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()Waiman Long2021-12-101-53/+53
* | mm/slub: fix endianness bug for alloc/free_traces attributesGerald Schaefer2021-12-101-6/+9
* | mm/damon/vaddr-test: remove unnecessary variablesSeongJae Park2021-12-101-8/+0
* | mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park2021-12-101-37/+40
* | mm/damon/vaddr: remove an unnecessary warning messageSeongJae Park2021-12-101-1/+0
* | mm/damon/core: remove unnecessary error messagesSeongJae Park2021-12-101-9/+2
* | mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park2021-12-101-3/+1
* | mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park2021-12-101-1/+2
* | mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park2021-12-101-3/+3
* | filemap: remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)2021-12-101-2/+0
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-083-0/+3
|\ \ | |/ |/|
| * treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-033-0/+3
* | Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-254-5/+4
|\ \
| * | mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)2021-11-181-2/+0
| * | fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2021-11-171-1/+2
| * | mm: Remove folio_test_singleMatthew Wilcox (Oracle)2021-11-171-1/+1
| * | mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)2021-11-171-1/+1
* | | hugetlbfs: flush before unlock on move_hugetlb_page_tables()Nadav Amit2021-11-221-1/+1