summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-212-2/+30
|\
| * usercopy: Check valid lifetime via stack depthKees Cook2022-02-252-2/+30
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-6/+4
|\ \
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+4
| |/
* | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-0/+4
|\ \
| * | kernel/fork: Initialize mm's PASIDFenghua Yu2022-02-141-0/+4
* | | mm: swap: get rid of livelock in swapin readaheadGuo Ziliang2022-03-171-1/+1
* | | mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds2022-03-101-38/+19
* | | memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-051-12/+28
* | | mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan2022-03-051-1/+7
* | | mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan2022-03-051-2/+1
* | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-055-67/+38
* | | mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann2022-03-041-1/+3
* | | Merge tag 'fixes-2022-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-261-2/+8
|\ \ \
| * | | memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-02-201-2/+8
| |/ /
* | | mm: fix use-after-free bug when mm->mmap is reused after being freedSuren Baghdasaryan2022-02-261-0/+1
* | | hugetlbfs: fix a truncation issue in hugepages parameterLiu Yuntao2022-02-261-2/+2
* | | mm/hugetlb: fix kernel crash with hugetlb mremapAneesh Kumar K.V2022-02-261-4/+3
* | | mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds2022-02-171-1/+1
|/ /
* | kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-112-5/+6
* | mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-111-5/+5
* | mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman2022-02-111-1/+3
* | mm/kmemleak: avoid scanning potential huge holesLang Yu2022-02-041-6/+7
* | mm/page_table_check: check entries at pmd levelsPasha Tatashin2022-02-042-0/+23
* | mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin2022-02-041-16/+18
* | mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin2022-02-041-28/+7
* | mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin2022-02-041-0/+2
* | Revert "mm/page_isolation: unset migratetype directly for non Buddy page"Chen Wandun2022-02-041-1/+1
* | Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard2022-02-031-5/+30
|/
* memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins2022-01-301-0/+6
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-19/+16
|\
| * bitmap: unify find_bit operationsYury Norov2022-01-151-12/+8
| * mm/percpu: micro-optimize pcpu_is_populated()Yury Norov2022-01-151-7/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2213-1088/+345
|\ \
| * | mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig2022-01-221-15/+3
| * | frontswap: remove support for multiple opsChristoph Hellwig2022-01-222-40/+18
| * | mm: mark swap_lock and swap_active_head staticChristoph Hellwig2022-01-221-2/+2
| * | frontswap: simplify frontswap_register_opsChristoph Hellwig2022-01-221-41/+0
| * | frontswap: remove frontswap_testChristoph Hellwig2022-01-221-1/+1
| * | mm: simplify try_to_unuseChristoph Hellwig2022-01-222-87/+29
| * | frontswap: remove the frontswap exportsChristoph Hellwig2022-01-221-6/+0
| * | frontswap: simplify frontswap_initChristoph Hellwig2022-01-222-3/+3
| * | frontswap: remove frontswap_curr_pagesChristoph Hellwig2022-01-221-28/+0
| * | frontswap: remove frontswap_shrinkChristoph Hellwig2022-01-221-83/+0
| * | frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2022-01-221-22/+1
| * | frontswap: remove frontswap_writethroughChristoph Hellwig2022-01-221-22/+1
| * | mm: remove cleancacheChristoph Hellwig2022-01-225-362/+2
| * | lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2022-01-221-1/+0
| * | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-221-0/+2
| * | zsmalloc: replace get_cpu_var with local_lockMike Galbraith2022-01-221-3/+8