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
*
arm64/mm: improve comment in contpte_ptep_get_lockless()
Ryan Roberts
2024-03-05
1
-10
/
+14
*
arm64/mm: export contpte symbols only to GPL users
Ryan Roberts
2024-03-05
1
-11
/
+11
*
Docs/mm/damon/design: remove the details for pageout as paddr doesn't use MAD...
Barry Song
2024-03-05
1
-1
/
+1
*
kasan: fix a2 allocation and remove explicit cast in atomic tests
Paul Heidekrüger
2024-03-05
1
-3
/
+3
*
lib/stackdepot: off by one in depot_fetch_stack()
Dan Carpenter
2024-03-05
1
-1
/
+1
*
zram: zcomp: remove zcomp_set_max_streams() declaration
Kefeng Wang
2024-03-05
1
-1
/
+0
*
mm: update mark_victim tracepoints fields
Carlos Galo
2024-03-05
2
-5
/
+37
*
selftests: damon: add access_memory to .gitignore
Javier Carrasco
2024-03-05
1
-0
/
+1
*
selftest: damon: fix minor typos in test logs
Vincenzo Mezzela
2024-03-05
2
-2
/
+2
*
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
2024-03-05
1
-6
/
+0
*
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
2024-03-05
1
-9
/
+9
*
hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()
Vishal Moola (Oracle)
2024-03-05
1
-29
/
+9
*
hugetlb: move vm_fault declaration to the top of hugetlb_fault()
Vishal Moola (Oracle)
2024-03-05
1
-13
/
+19
*
mm/memory: change vmf_anon_prepare() to be non-static
Vishal Moola (Oracle)
2024-03-05
2
-1
/
+2
*
mm/page_alloc: make check_new_page() return bool
Hao Ge
2024-03-05
1
-3
/
+3
*
x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()
Yosry Ahmed
2024-03-05
1
-1
/
+1
*
x86/mm: further clarify switch_mm_irqs_off() documentation
Yosry Ahmed
2024-03-05
1
-4
/
+4
*
mm/util.c: add byte count to __vm_enough_memory failure warning
Matthew Cassell
2024-03-05
1
-2
/
+4
*
sched/numa, mm: do not try to migrate memory to memoryless nodes
Byungchul Park
2024-03-05
1
-0
/
+6
*
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
2024-03-05
1
-15
/
+33
*
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
2024-03-05
1
-105
/
+66
*
writeback: remove a use of write_cache_pages() from do_writepages()
Matthew Wilcox (Oracle)
2024-02-24
1
-13
/
+18
*
writeback: add a writeback iterator
Christoph Hellwig
2024-02-24
2
-78
/
+118
*
writeback: move the folio_prepare_writeback loop out of write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-24
1
-8
/
+10
*
writeback: use the folio_batch queue iterator
Matthew Wilcox (Oracle)
2024-02-24
1
-13
/
+15
*
pagevec: add ability to iterate a queue
Matthew Wilcox (Oracle)
2024-02-24
1
-0
/
+18
*
writeback: simplify the loops in write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-24
1
-39
/
+36
*
writeback: factor writeback_get_batch() out of write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-24
2
-22
/
+44
*
writeback: factor folio_prepare_writeback() out of write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-24
1
-27
/
+34
*
writeback: rework the loop termination condition in write_cache_pages
Christoph Hellwig
2024-02-24
1
-51
/
+33
*
writeback: only update ->writeback_index for range_cyclic writeback
Christoph Hellwig
2024-02-24
1
-10
/
+14
*
writeback: also update wbc->nr_to_write on writeback failure
Christoph Hellwig
2024-02-24
1
-1
/
+1
*
writeback: fix done_index when hitting the wbc->nr_to_write
Christoph Hellwig
2024-02-24
1
-0
/
+1
*
writeback: remove a duplicate prototype for tag_pages_for_writeback
Matthew Wilcox (Oracle)
2024-02-24
1
-2
/
+0
*
writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATE
Christoph Hellwig
2024-02-24
1
-1
/
+3
*
mm/page_alloc: make bad_range() return bool
Hao Ge
2024-02-24
1
-6
/
+6
*
madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...
Barry Song
2024-02-24
1
-1
/
+1
*
mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...
Barry Song
2024-02-24
1
-1
/
+2
*
shmem: properly report quota mount options
Jan Kara
2024-02-24
1
-0
/
+18
*
mm/compaction: optimize >0 order folio compaction with free page split.
Zi Yan
2024-02-24
1
-5
/
+30
*
mm/compaction: add support for >0 order folio memory compaction.
Zi Yan
2024-02-24
3
-63
/
+83
*
mm/compaction: enable compacting >0 order folios.
Zi Yan
2024-02-24
1
-25
/
+76
*
mm/page_alloc: remove unused fpi_flags in free_pages_prepare()
Zi Yan
2024-02-24
1
-5
/
+5
*
MAINTAINERS: add Chengming Zhou as a zswap reviewer
Chengming Zhou
2024-02-24
1
-0
/
+1
*
mm/zsmalloc: remove get_zspage_mapping()
Chengming Zhou
2024-02-24
1
-24
/
+4
*
mm/zsmalloc: remove_zspage() don't need fullness parameter
Chengming Zhou
2024-02-24
1
-7
/
+7
*
mm/zsmalloc: remove set_zspage_mapping()
Chengming Zhou
2024-02-24
1
-11
/
+2
*
mm: compaction: early termination in compact_nodes()
Kefeng Wang
2024-02-24
1
-7
/
+17
*
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
2024-02-24
1
-14
/
+13
*
mm/z3fold: fix the comment for __encode_handle()
Zhongkun He
2024-02-24
1
-2
/
+3
[next]