index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
gup_test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-24
mm: kill [add|del]_page_to_lru_list()
Kefeng Wang
1
-12
/
+0
2023-06-24
mm: compaction: convert to use a folio in isolate_migratepages_block()
Kefeng Wang
1
-40
/
+44
2023-06-24
mm: zswap: fix double invalidate with exclusive loads
Yosry Ahmed
1
-9
/
+12
2023-06-24
mm: remove unnecessary pagevec includes
Matthew Wilcox (Oracle)
5
-5
/
+0
2023-06-24
mm: remove references to pagevec
Matthew Wilcox (Oracle)
7
-13
/
+13
2023-06-24
mm: rename invalidate_mapping_pagevec to mapping_try_invalidate
Matthew Wilcox (Oracle)
3
-24
/
+21
2023-06-24
mm: remove struct pagevec
Matthew Wilcox (Oracle)
2
-68
/
+13
2023-06-24
net: convert sunrpc from pagevec to folio_batch
Matthew Wilcox (Oracle)
2
-6
/
+6
2023-06-24
i915: convert i915_gpu_error to use a folio_batch
Matthew Wilcox (Oracle)
1
-25
/
+25
2023-06-24
pagevec: rename fbatch_count()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-06-24
mm: remove check_move_unevictable_pages()
Matthew Wilcox (Oracle)
2
-18
/
+0
2023-06-24
drm: convert drm_gem_put_pages() to use a folio_batch
Matthew Wilcox (Oracle)
1
-29
/
+39
2023-06-24
i915: convert shmem_sg_free_table() to use a folio_batch
Matthew Wilcox (Oracle)
1
-24
/
+31
2023-06-24
scatterlist: add sg_set_folio()
Matthew Wilcox (Oracle)
1
-0
/
+24
2023-06-24
mm: add __folio_batch_release()
Matthew Wilcox (Oracle)
1
-1
/
+7
2023-06-24
afs: convert pagevec to folio_batch in afs_extend_writeback()
Matthew Wilcox (Oracle)
1
-8
/
+8
2023-06-24
mm: page_alloc: use the correct type of list for free pages
Baolin Wang
1
-1
/
+1
2023-06-24
mm: backing-dev: make bdi_class a static const structure
Ivan Orlov
1
-6
/
+11
2023-06-24
mm/swapfile: delete outdated pte_offset_map() comment
Hugh Dickins
1
-5
/
+0
2023-06-24
mm: pass nid to reserve_bootmem_region()
Yajun Deng
3
-24
/
+40
2023-06-24
mm/gup: do not return 0 from pin_user_pages_fast() for bad args
Jason Gunthorpe
1
-1
/
+1
2023-06-24
mm: fix shmem THP counters on migration
Jan Glauber
1
-0
/
+5
2023-06-24
selftests: cgroup: fix unexpected failure on test_memcg_sock
Haifeng Xu
1
-1
/
+4
2023-06-24
mm/memcontrol: do not tweak node in mem_cgroup_init()
Haifeng Xu
1
-2
/
+1
2023-06-24
kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
Tetsuo Handa
4
-7
/
+7
2023-06-24
mm: compaction: skip memory hole rapidly when isolating migratable pages
Baolin Wang
1
-1
/
+34
2023-06-24
kasan, doc: note kasan.fault=panic_on_write behaviour for async modes
Marco Elver
1
-1
/
+3
2023-06-24
mm/mglru: make memcg_lru->lock irq safe
Yu Zhao
1
-6
/
+7
2023-06-20
mm: page_alloc: make compound_page_dtors static
Miaohe Lin
2
-2
/
+1
2023-06-20
Docs/admin-guide/mm/damon/usage: update the ways for getting monitoring results
SeongJae Park
1
-8
/
+12
2023-06-20
Docs/admin-guide/mm/damon/usage: clarify quotas and watermarks sysfs interface
SeongJae Park
1
-2
/
+9
2023-06-20
Docs/admin-guide/mm/damon/usage: link design document for DAMOS
SeongJae Park
2
-67
/
+51
2023-06-20
Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported...
SeongJae Park
1
-7
/
+5
2023-06-20
Docs/admin-guide/mm/damon/usage: fix typos in references and commas
SeongJae Park
1
-4
/
+3
2023-06-20
Docs/admin-guide/mm/damon/start: update DAMOS example command
SeongJae Park
1
-5
/
+5
2023-06-20
Docs/mm/damon/design: document 'age' of region
SeongJae Park
1
-0
/
+14
2023-06-20
mm: move mm_count into its own cache line
Mathieu Desnoyers
1
-8
/
+15
2023-06-20
mm/memcg: remove return value of mem_cgroup_scan_tasks()
ZhangPeng
2
-9
/
+7
2023-06-20
mm/damon/core-test: add a test for damon_set_attrs()
SeongJae Park
1
-0
/
+24
2023-06-20
mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...
Vishal Moola (Oracle)
1
-13
/
+9
2023-06-20
mm/gup.c: reorganize try_get_folio()
Vishal Moola (Oracle)
1
-43
/
+43
2023-06-20
mm/gup_test.c: convert verify_dma_pinned() to us folios
Vishal Moola (Oracle)
1
-6
/
+7
2023-06-20
mmzone: introduce folio_migratetype()
Vishal Moola (Oracle)
1
-0
/
+3
2023-06-20
mmzone: introduce folio_is_zone_movable()
Vishal Moola (Oracle)
1
-0
/
+5
2023-06-20
kasan: add support for kasan.fault=panic_on_write
Marco Elver
2
-8
/
+30
2023-06-20
zram: further limit recompression threshold
Sergey Senozhatsky
1
-1
/
+1
2023-06-20
mm: zswap: invaldiate entry after writeback
Domenico Cerasuolo
1
-16
/
+17
2023-06-20
mm: kill lock|unlock_page_memcg()
Kefeng Wang
5
-30
/
+10
2023-06-20
mm/page_owner/cma: show pfn in cma/page_owner with hex format
Kassey Li
2
-3
/
+3
2023-06-20
buffer: convert block_truncate_page() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+16
[next]