Age | Commit message (Expand) | Author | Files | Lines |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -19/+16 |
2022-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 13 | -1088/+345 |
2022-01-22 | Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -6/+4 |
2022-01-22 | mm: hide the FRONTSWAP Kconfig symbol | Christoph Hellwig | 1 | -15/+3 |
2022-01-22 | frontswap: remove support for multiple ops | Christoph Hellwig | 2 | -40/+18 |
2022-01-22 | mm: mark swap_lock and swap_active_head static | Christoph Hellwig | 1 | -2/+2 |
2022-01-22 | frontswap: simplify frontswap_register_ops | Christoph Hellwig | 1 | -41/+0 |
2022-01-22 | frontswap: remove frontswap_test | Christoph Hellwig | 1 | -1/+1 |
2022-01-22 | mm: simplify try_to_unuse | Christoph Hellwig | 2 | -87/+29 |
2022-01-22 | frontswap: remove the frontswap exports | Christoph Hellwig | 1 | -6/+0 |
2022-01-22 | frontswap: simplify frontswap_init | Christoph Hellwig | 2 | -3/+3 |
2022-01-22 | frontswap: remove frontswap_curr_pages | Christoph Hellwig | 1 | -28/+0 |
2022-01-22 | frontswap: remove frontswap_shrink | Christoph Hellwig | 1 | -83/+0 |
2022-01-22 | frontswap: remove frontswap_tmem_exclusive_gets | Christoph Hellwig | 1 | -22/+1 |
2022-01-22 | frontswap: remove frontswap_writethrough | Christoph Hellwig | 1 | -22/+1 |
2022-01-22 | mm: remove cleancache | Christoph Hellwig | 5 | -362/+2 |
2022-01-22 | lib/stackdepot: always do filter_irq_stacks() in stack_depot_save() | Marco Elver | 1 | -1/+0 |
2022-01-22 | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() | Vlastimil Babka | 1 | -0/+2 |
2022-01-22 | zsmalloc: replace get_cpu_var with local_lock | Mike Galbraith | 1 | -3/+8 |
2022-01-22 | zsmalloc: replace per zpage lock with pool->migrate_lock | Minchan Kim | 1 | -109/+96 |
2022-01-22 | zsmalloc: remove zspage isolation for migration | Minchan Kim | 1 | -149/+8 |
2022-01-22 | zsmalloc: move huge compressed obj from page to zspage | Minchan Kim | 1 | -24/+26 |
2022-01-22 | zsmalloc: introduce obj_allocated | Minchan Kim | 1 | -17/+16 |
2022-01-22 | zsmalloc: decouple class actions from zspage works | Minchan Kim | 1 | -10/+13 |
2022-01-22 | zsmalloc: rename zs_stat_type to class_stat_type | Minchan Kim | 1 | -12/+12 |
2022-01-22 | zsmalloc: introduce some helper functions | Minchan Kim | 1 | -31/+23 |
2022-01-22 | mm/migrate.c: rework migration_entry_wait() to not take a pageref | Alistair Popple | 2 | -34/+95 |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -38/+138 |
2022-01-20 | delayacct: track delays from memory compact | wangyong | 1 | -0/+3 |
2022-01-20 | delayacct: support swapin delay accounting for swapping without blkio | Yang Yang | 2 | -4/+3 |
2022-01-20 | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang | 1 | -5/+71 |
2022-01-20 | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang | 1 | -31/+47 |
2022-01-20 | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang | 1 | -5/+9 |
2022-01-20 | mm: percpu: generalize percpu related config | Kefeng Wang | 1 | -0/+12 |
2022-01-18 | Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+0 |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+1 |
2022-01-17 | filemap: Use folio_put_refs() in filemap_free_folio() | Matthew Wilcox (Oracle) | 1 | -6/+4 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 60 | -838/+2032 |
2022-01-15 | bitmap: unify find_bit operations | Yury Norov | 1 | -12/+8 |
2022-01-15 | mm/percpu: micro-optimize pcpu_is_populated() | Yury Norov | 1 | -7/+8 |
2022-01-15 | mm/damon: hide kernel pointer from tracepoint event | SeongJae Park | 1 | -1/+3 |
2022-01-15 | mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log | SeongJae Park | 1 | -2/+8 |
2022-01-15 | mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure logging | SeongJae Park | 1 | -1/+1 |
2022-01-15 | mm/damon/dbgfs: remove an unnecessary variable | SeongJae Park | 1 | -3/+2 |
2022-01-15 | mm/damon: move the implementation of damon_insert_region to damon.h | Guoqing Jiang | 1 | -11/+0 |
2022-01-15 | mm/damon: add access checking for hugetlb pages | Baolin Wang | 1 | -0/+96 |
2022-01-15 | mm/damon/dbgfs: support all DAMOS stats | SeongJae Park | 1 | -2/+4 |
2022-01-15 | mm/damon/reclaim: provide reclamation statistics | SeongJae Park | 1 | -0/+46 |
2022-01-15 | mm/damon/schemes: account how many times quota limit has exceeded | SeongJae Park | 1 | -0/+2 |
2022-01-15 | mm/damon/schemes: account scheme actions that successfully applied | SeongJae Park | 4 | -26/+32 |