summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds2021-07-171-49/+30
* mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins2021-07-151-2/+3
* mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever2021-07-151-6/+8
* mm/page_alloc: correct return value when failing at preparingYanfei Xu2021-07-151-1/+1
* mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman2021-07-151-0/+12
* Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce2021-07-151-1/+1
* kasan: add memzero init for unaligned size at DEBUGYee Lee2021-07-151-0/+12
* mm: move helper to check slub_debug_enabledMarco Elver2021-07-152-18/+11
* mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-122-48/+10
* mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins2021-07-121-17/+22
* mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-111-3/+3
* mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins2021-07-111-6/+5
* mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins2021-07-111-5/+8
* mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-112-7/+2
* mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman2021-07-101-11/+0
* Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-103-8/+35
|\
| * percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou2021-07-043-8/+35
* | mm/mremap: allow arch runtime overrideAneesh Kumar K.V2021-07-081-1/+14
* | mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2021-07-081-2/+2
* | mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V2021-07-081-4/+3
* | mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V2021-07-081-1/+1
* | mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V2021-07-081-7/+73
* | mm: add setup_initial_init_mm() helperKefeng Wang2021-07-081-0/+9
* | PM: hibernate: disable when there are active secretmem usersMike Rapoport2021-07-081-0/+15
* | mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-07-085-1/+258
* | mmap: make mlock_future_check() globalMike Rapoport2021-07-082-3/+5
* | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2021-07-081-30/+49
* | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-045-3/+22
|\ \
| | \
| | \
| *-. \ Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-185-3/+22
| |\ \ \
| | | * | mm/slub: Add Support for free path information of an objectManinder Singh2021-05-104-2/+20
| | | * | mm/slub: Fix backtrace of objects to handle redzone adjustmentManinder Singh2021-05-101-0/+1
| | |/ / | |/| |
| | * | rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer2021-05-101-1/+1
| |/ /
* | | Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-041-12/+14
|\ \ \
| * | | memblock: ensure there is no overflow in memblock_overlaps_region()Mike Rapoport2021-06-301-1/+2
| * | | memblock: align freed memory map on pageblock boundaries with SPARSEMEMMike Rapoport2021-06-301-3/+4
| * | | memblock: free_unused_memmap: use pageblock units instead of MAX_ORDERMike Rapoport2021-06-301-8/+8
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-21/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-8/+8
| * | | generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro2021-06-021-15/+9
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-0245-1411/+2919
|\ \ \
| * | | mm: device exclusive memory accessAlistair Popple2021-07-015-7/+328
| * | | mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple2021-07-011-11/+17
| * | | mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-5/+5
| * | | mm/rmap: split migration into its own functionAlistair Popple2021-07-013-104/+288
| * | | mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-012-23/+55
| * | | mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-018-36/+70
| * | | mm: remove special swap entry functionsAlistair Popple2021-07-016-18/+17
| * | | kfence: unconditionally use unbound work queueMarco Elver2021-07-011-2/+2
| * | | mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman2021-07-011-2/+1
| * | | mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman2021-07-011-27/+32