| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "mm/slub: use stackdepot to save stack trace in objects" | Linus Torvalds | 2021-07-17 | 1 | -49/+30 |
* | mm/hugetlb: fix refs calculation from unaligned @vaddr | Joao Martins | 2021-07-15 | 1 | -2/+3 |
* | mm/page_alloc: further fix __alloc_pages_bulk() return value | Chuck Lever | 2021-07-15 | 1 | -6/+8 |
* | mm/page_alloc: correct return value when failing at preparing | Yanfei Xu | 2021-07-15 | 1 | -1/+1 |
* | mm/page_alloc: avoid page allocator recursion with pagesets.lock held | Mel Gorman | 2021-07-15 | 1 | -0/+12 |
* | Revert "mm/page_alloc: make should_fail_alloc_page() static" | Matteo Croce | 2021-07-15 | 1 | -1/+1 |
* | kasan: add memzero init for unaligned size at DEBUG | Yee Lee | 2021-07-15 | 1 | -0/+12 |
* | mm: move helper to check slub_debug_enabled | Marco Elver | 2021-07-15 | 2 | -18/+11 |
* | mm: Make copy_huge_page() always available | Matthew Wilcox (Oracle) | 2021-07-12 | 2 | -48/+10 |
* | mm/rmap: fix munlocking Anon THP with mlocked ptes | Hugh Dickins | 2021-07-12 | 1 | -17/+22 |
* | mm/rmap: try_to_migrate() skip zone_device !device_private | Hugh Dickins | 2021-07-12 | 1 | -3/+3 |
* | mm/rmap: fix new bug: premature return from page_mlock_one() | Hugh Dickins | 2021-07-12 | 1 | -6/+5 |
* | mm/rmap: fix old bug: munlocking THP missed other mlocks | Hugh Dickins | 2021-07-12 | 1 | -5/+8 |
* | mm/rmap: fix comments left over from recent changes | Hugh Dickins | 2021-07-12 | 2 | -7/+2 |
* | mm/page_alloc: Revert pahole zero-sized workaround | Mel Gorman | 2021-07-11 | 1 | -11/+0 |
* | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-07-10 | 3 | -8/+35 |
|\ |
|
| * | percpu: flush tlb in pcpu_reclaim_populated() | Dennis Zhou | 2021-07-04 | 3 | -8/+35 |
* | | mm/mremap: allow arch runtime override | Aneesh Kumar K.V | 2021-07-08 | 1 | -1/+14 |
* | | mm/mremap: hold the rmap lock in write mode when moving page table entries. | Aneesh Kumar K.V | 2021-07-08 | 1 | -2/+2 |
* | | mm/mremap: use pmd/pud_poplulate to update page table entries | Aneesh Kumar K.V | 2021-07-08 | 1 | -4/+3 |
* | | mm/mremap: don't enable optimized PUD move if page table levels is 2 | Aneesh Kumar K.V | 2021-07-08 | 1 | -1/+1 |
* | | mm/mremap: convert huge PUD move to separate helper | Aneesh Kumar K.V | 2021-07-08 | 1 | -7/+73 |
* | | mm: add setup_initial_init_mm() helper | Kefeng Wang | 2021-07-08 | 1 | -0/+9 |
* | | PM: hibernate: disable when there are active secretmem users | Mike Rapoport | 2021-07-08 | 1 | -0/+15 |
* | | mm: introduce memfd_secret system call to create "secret" memory areas | Mike Rapoport | 2021-07-08 | 5 | -1/+258 |
* | | mmap: make mlock_future_check() global | Mike Rapoport | 2021-07-08 | 2 | -3/+5 |
* | | mm/slub: use stackdepot to save stack trace in objects | Oliver Glitta | 2021-07-08 | 1 | -30/+49 |
* | | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-07-04 | 5 | -3/+22 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1... | Paul E. McKenney | 2021-05-18 | 5 | -3/+22 |
| |\ \ \ |
|
| | | * | | mm/slub: Add Support for free path information of an object | Maninder Singh | 2021-05-11 | 4 | -2/+20 |
| | | * | | mm/slub: Fix backtrace of objects to handle redzone adjustment | Maninder Singh | 2021-05-11 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
| | * | | rcu: Fix typo in comment: kthead -> kthread | Rolf Eike Beer | 2021-05-11 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-04 | 1 | -12/+14 |
|\ \ \ |
|
| * | | | memblock: ensure there is no overflow in memblock_overlaps_region() | Mike Rapoport | 2021-06-30 | 1 | -1/+2 |
| * | | | memblock: align freed memory map on pageblock boundaries with SPARSEMEM | Mike Rapoport | 2021-06-30 | 1 | -3/+4 |
| * | | | memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER | Mike Rapoport | 2021-06-30 | 1 | -8/+8 |
* | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-07-03 | 1 | -21/+15 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va... | Al Viro | 2021-06-10 | 1 | -8/+8 |
| * | | | generic_perform_write()/iomap_write_actor(): saner logics for short copy | Al Viro | 2021-06-02 | 1 | -15/+9 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-07-02 | 45 | -1411/+2919 |
|\ \ \ |
|
| * | | | mm: device exclusive memory access | Alistair Popple | 2021-07-01 | 5 | -7/+328 |
| * | | | mm/memory.c: allow different return codes for copy_nonpresent_pte() | Alistair Popple | 2021-07-01 | 1 | -11/+17 |
| * | | | mm: rename migrate_pgmap_owner | Alistair Popple | 2021-07-01 | 1 | -5/+5 |
| * | | | mm/rmap: split migration into its own function | Alistair Popple | 2021-07-01 | 3 | -104/+288 |
| * | | | mm/rmap: split try_to_munlock from try_to_unmap | Alistair Popple | 2021-07-01 | 2 | -23/+55 |
| * | | | mm/swapops: rework swap entry manipulation code | Alistair Popple | 2021-07-01 | 8 | -36/+70 |
| * | | | mm: remove special swap entry functions | Alistair Popple | 2021-07-01 | 6 | -18/+17 |
| * | | | kfence: unconditionally use unbound work queue | Marco Elver | 2021-07-01 | 1 | -2/+2 |
| * | | | mm/page_alloc: move prototype for find_suitable_fallback | Mel Gorman | 2021-07-01 | 1 | -2/+1 |
| * | | | mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations | Mel Gorman | 2021-07-01 | 1 | -27/+32 |