index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kmsan: fix memcpy tests
Alexander Potapenko
2022-12-12
1
-0
/
+3
*
mm: add cond_resched() in swapin_walk_pmd_entry()
Kefeng Wang
2022-12-12
1
-0
/
+1
*
mm: do not show fs mm pc for VM_LOCKONFAULT pages
Jason A. Donenfeld
2022-12-12
1
-0
/
+1
*
selftests/vm: ksm_functional_tests: fixes for 32bit
David Hildenbrand
2022-12-12
2
-3
/
+3
*
selftests/vm: cow: fix compile warning on 32bit
David Hildenbrand
2022-12-12
1
-2
/
+2
*
selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitions
David Hildenbrand
2022-12-12
1
-0
/
+7
*
mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmem
David Hildenbrand
2022-12-12
1
-3
/
+7
*
mm,thp,rmap: fix races between updates of subpages_mapcount
Hugh Dickins
2022-12-12
1
-9
/
+33
*
mm: memcg: fix swapcached stat accounting
Hugh Dickins
2022-12-12
2
-2
/
+7
*
mm: add nodes= arg to memory.reclaim
Mina Almasry
2022-12-12
4
-21
/
+68
*
mm: disable top-tier fallback to reclaim on proactive reclaim
Mina Almasry
2022-12-12
1
-3
/
+22
*
selftests: cgroup: make sure reclaim target memcg is unprotected
Yosry Ahmed
2022-12-12
1
-0
/
+11
*
selftests: cgroup: refactor proactive reclaim code to reclaim_until()
Yosry Ahmed
2022-12-12
1
-36
/
+44
*
mm: memcg: fix stale protection of reclaim target memcg
Yosry Ahmed
2022-12-12
2
-15
/
+27
*
mm/mmap: properly unaccount memory on mas_preallocate() failure
Alistair Popple
2022-12-12
1
-3
/
+3
*
omfs: remove ->writepage
Christoph Hellwig
2022-12-12
1
-6
/
+1
*
jfs: remove ->writepage
Christoph Hellwig
2022-12-12
1
-6
/
+1
*
hpfs: remove ->writepage
Christoph Hellwig
2022-12-12
1
-7
/
+2
*
hfsplus: remove ->writepage
Christoph Hellwig
2022-12-12
1
-1
/
+1
*
hfs: remove ->writepage
Christoph Hellwig
2022-12-12
1
-1
/
+1
*
fat: remove ->writepage
Christoph Hellwig
2022-12-12
1
-7
/
+2
*
extfat: remove ->writepage
Christoph Hellwig
2022-12-12
1
-7
/
+2
*
mm/page_alloc: update comments in __free_pages_ok()
Deyan Wang
2022-12-12
1
-0
/
+5
*
xfs: remove restrictions for fsdax and reflink
Shiyang Ruan
2022-12-12
2
-8
/
+0
*
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
2022-12-12
3
-2
/
+60
*
xfs: use dax ops for zero and truncate in fsdax mode
Shiyang Ruan
2022-12-12
1
-2
/
+2
*
fsdax: dedupe: iter two files at the same time
Shiyang Ruan
2022-12-12
1
-8
/
+8
*
fsdax,xfs: set the shared flag when file extent is shared
Shiyang Ruan
2022-12-12
2
-13
/
+8
*
fsdax: zero the edges if source is HOLE or UNWRITTEN
Shiyang Ruan
2022-12-12
1
-30
/
+49
*
fsdax: invalidate pages when CoW
Shiyang Ruan
2022-12-12
1
-4
/
+13
*
fsdax: introduce page->share for fsdax in reflink mode
Shiyang Ruan
2022-12-12
3
-18
/
+27
*
selftests/damon: test removed scheme sysfs dir access bug
SeongJae Park
2022-12-12
2
-1
/
+59
*
kasan: fail non-kasan KUnit tests on KASAN reports
Andrey Konovalov
2022-12-12
3
-0
/
+69
*
mm/hugetlb: change hugetlb allocation functions to return a folio
Sidhartha Kumar
2022-12-12
1
-70
/
+64
*
mm/hugetlb: convert hugetlb prep functions to folios
Sidhartha Kumar
2022-12-12
1
-33
/
+30
*
mm/hugetlb: convert free_gigantic_page() to folios
Sidhartha Kumar
2022-12-12
1
-12
/
+17
*
mm/hugetlb: convert enqueue_huge_page() to folios
Sidhartha Kumar
2022-12-12
1
-11
/
+11
*
mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()
Sidhartha Kumar
2022-12-12
1
-21
/
+21
*
mm/hugetlb: convert update_and_free_page() to folios
Sidhartha Kumar
2022-12-12
1
-14
/
+16
*
mm/hugetlb: convert remove_hugetlb_page() to folios
Sidhartha Kumar
2022-12-12
1
-23
/
+25
*
mm/hugetlb: convert dissolve_free_huge_page() to folios
Sidhartha Kumar
2022-12-12
1
-10
/
+10
*
mm/hugetlb: convert destroy_compound_gigantic_page() to folios
Sidhartha Kumar
2022-12-12
1
-22
/
+21
*
mm: add folio dtor and order setter functions
Sidhartha Kumar
2022-12-12
2
-3
/
+24
*
folio-compat: remove lru_cache_add()
Vishal Moola (Oracle)
2022-12-12
4
-9
/
+5
*
khugepage: replace lru_cache_add() with folio_add_lru()
Vishal Moola (Oracle)
2022-12-12
1
-4
/
+7
*
userfaultfd: replace lru_cache functions with folio_add functions
Vishal Moola (Oracle)
2022-12-12
1
-2
/
+4
*
fuse: convert fuse_try_move_page() to use folios
Vishal Moola (Oracle)
2022-12-12
1
-27
/
+28
*
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
2022-12-12
3
-29
/
+27
*
LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Feiyang Chen
2022-12-12
1
-0
/
+1
*
mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
Feiyang Chen
2022-12-12
5
-143
/
+132
[next]