Age | Commit message (Expand) | Author |
2023-10-18 | mm: make __access_remote_vm() static | Lorenzo Stoakes |
2023-10-18 | mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap() | David Hildenbrand |
2023-10-18 | percpu_counter: extend _limited_add() to negative amounts | Hugh Dickins |
2023-10-18 | shmem,percpu_counter: add _limited_add(fbc, limit, amount) | Hugh Dickins |
2023-10-18 | shmem: shrink shmem_inode_info: dir_offsets in a union | Hugh Dickins |
2023-10-18 | fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs | Muhammad Usama Anjum |
2023-10-18 | userfaultfd: UFFD_FEATURE_WP_ASYNC | Peter Xu |
2023-10-18 | mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_by | Kees Cook |
2023-10-18 | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. | Andrew Morton |
2023-10-18 | kasan: disable kasan_non_canonical_hook() for HW tags | Arnd Bergmann |
2023-10-18 | kasan: print the original fault addr when access invalid shadow | Haibo Li |
2023-10-18 | hugetlbfs: close race between MADV_DONTNEED and page fault | Rik van Riel |
2023-10-18 | hugetlbfs: extend hugetlb_vma_lock to private VMAs | Rik van Riel |
2023-10-16 | dax, kmem: calculate abstract distance with general interface | Huang Ying |
2023-10-16 | acpi, hmat: calculate abstract distance with HMAT | Huang Ying |
2023-10-16 | memory tiering: add abstract distance calculation algorithms management | Huang Ying |
2023-10-16 | mm/filemap: remove hugetlb special casing in filemap.c | Sidhartha Kumar |
2023-10-16 | mm/ksm: support fork/exec for prctl | Stefan Roesch |
2023-10-16 | sched/numa, mm: make numa migrate functions to take a folio | Kefeng Wang |
2023-10-16 | mm: mempolicy: make mpol_misplaced() to take a folio | Kefeng Wang |
2023-10-16 | mm: memory: add vm_normal_folio_pmd() | Kefeng Wang |
2023-10-06 | mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl | Florent Revest |
2023-10-06 | mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long | Florent Revest |
2023-10-06 | mm: document mmu_notifier_invalidate_range_start_nonblock() | Jann Horn |
2023-10-06 | mm: add statistics for PUD level pagetable | Baolin Wang |
2023-10-06 | acpi,mm: fix typo sibiling -> sibling | Li Zhijian |
2023-10-04 | mm/damon/core: implement scheme-specific apply interval | SeongJae Park |
2023-10-04 | mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepoint | SeongJae Park |
2023-10-04 | memblock: introduce MEMBLOCK_RSRV_NOINIT flag | Usama Arif |
2023-10-04 | mm/damon/core: mark damon_moving_sum() as a static function | SeongJae Park |
2023-10-04 | mm/damon/core: use pseudo-moving sum for nr_accesses_bp | SeongJae Park |
2023-10-04 | mm/damon/core: introduce nr_accesses_bp | SeongJae Park |
2023-10-04 | mm/damon/core: implement a pseudo-moving sum function | SeongJae Park |
2023-10-04 | mm/damon/core: define and use a dedicated function for region access rate update | SeongJae Park |
2023-10-04 | mm/damon/core: use number of passed access sampling as a timer | SeongJae Park |
2023-10-04 | mm, vmscan: remove ISOLATE_UNMAPPED | Vlastimil Babka |
2023-10-04 | buffer: remove __getblk_gfp() | Matthew Wilcox (Oracle) |
2023-10-04 | ext4: call bdev_getblk() from sb_getblk_gfp() | Matthew Wilcox (Oracle) |
2023-10-04 | buffer: convert sb_getblk() to call __getblk() | Matthew Wilcox (Oracle) |
2023-10-04 | buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk() | Matthew Wilcox (Oracle) |
2023-10-04 | buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp() | Matthew Wilcox (Oracle) |
2023-10-04 | buffer: pass GFP flags to folio_alloc_buffers() | Matthew Wilcox (Oracle) |
2023-10-04 | mm/damon/core: add a tracepoint for damos apply target regions | SeongJae Park |
2023-10-04 | mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio() | Kefeng Wang |
2023-10-04 | mm/rmap: pass folio to hugepage_add_anon_rmap() | David Hildenbrand |
2023-10-04 | mm: shrinker: make global slab shrink lockless | Qi Zheng |
2023-10-04 | mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred} | Qi Zheng |
2023-10-04 | mm: shrinker: remove old APIs | Qi Zheng |
2023-10-04 | fs: super: dynamically allocate the s_shrink | Qi Zheng |
2023-10-04 | jbd2,ext4: dynamically allocate the jbd2-journal shrinker | Qi Zheng |