index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
David Hildenbrand
2
-0
/
+3
2022-05-09
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
7
-15
/
+16
2022-05-09
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
2
-4
/
+8
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
6
-19
/
+8
2022-05-09
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
2
-6
/
+7
2022-05-09
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
David Hildenbrand
4
-32
/
+30
2022-05-09
mm/memory: slightly simplify copy_present_pte()
David Hildenbrand
1
-37
/
+16
2022-05-09
mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
David Hildenbrand
1
-2
/
+6
2022-05-09
mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
David Hildenbrand
1
-0
/
+1
2022-05-09
mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool
Hyeonggon Yoo
1
-0
/
+10
2022-05-09
mm: mremap: fix sign for EFAULT error return value
Niels Dossche
1
-1
/
+1
2022-05-09
mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-05-09
fs: Change the type of filler_t
Matthew Wilcox (Oracle)
1
-20
/
+20
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
5
-22
/
+13
2022-05-09
mm: Convert swap_readpage to call read_folio instead of readpage
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
3
-8
/
+17
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
readahead: Use a folio in read_pages()
Matthew Wilcox (Oracle)
1
-13
/
+12
2022-05-08
filemap: Update the folio_mark_dirty documentation
Matthew Wilcox (Oracle)
1
-4
/
+6
2022-05-08
fs: Remove pagecache_write_begin() and pagecache_write_end()
Matthew Wilcox (Oracle)
1
-20
/
+0
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2
-5
/
+3
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-05-05
mm: Add len and flags parameters to arch_get_mmap_end()
Christophe Leroy
1
-2
/
+2
2022-05-05
mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
Christophe Leroy
1
-7
/
+24
2022-05-05
mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
Christophe Leroy
1
-1
/
+1
2022-05-05
mm/readahead: Fix readahead with large folios
Matthew Wilcox (Oracle)
1
-6
/
+9
2022-05-02
blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>
Christoph Hellwig
3
-0
/
+3
2022-05-02
blk-cgroup: move struct blkcg to block/blk-cgroup.h
Christoph Hellwig
1
-7
/
+6
2022-05-02
blk-cgroup: move blkcg_{pin,unpin}_online out of line
Christoph Hellwig
1
-3
/
+2
2022-05-02
kfence: test: use new suite_{init/exit} support, add .kunitconfig
Daniel Latypov
2
-18
/
+19
2022-05-02
block: ignore RWF_HIPRI hint for sync dio
Ming Lei
1
-3
/
+1
2022-05-02
mm/slub: remove unused kmem_cache_order_objects max
Miaohe Lin
1
-2
/
+0
2022-04-29
mm/damon/reclaim: fix the timer always stays active
Hailong Tu
1
-2
/
+25
2022-04-29
mm/damon: remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2022-04-29
mm/damon/core-test: add a kunit test case for ops registration
SeongJae Park
1
-0
/
+36
2022-04-29
damon: vaddr-test: tweak code to make the logic clearer
Xiaomeng Tong
1
-3
/
+5
2022-04-29
memcg: introduce per-memcg reclaim interface
Shakeel Butt
1
-0
/
+45
2022-04-29
mm/page_alloc: simplify update of pgdat in wake_all_kswapds
Chen Wandun
1
-2
/
+3
2022-04-29
kasan: fix sleeping function called from invalid context on RT kernel
Zqiang
1
-3
/
+49
2022-04-29
mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()
Baolin Wang
1
-0
/
+1
2022-04-29
mm/khugepaged: use vma_is_anonymous
xu xin
1
-2
/
+2
2022-04-29
mm: use for_each_online_node and node_online instead of open coding
Peng Liu
2
-3
/
+3
2022-04-29
hugetlb: fix return value of __setup handlers
Peng Liu
1
-8
/
+8
2022-04-29
hugetlb: fix hugepages_setup when deal with pernode
Peng Liu
1
-0
/
+15
2022-04-29
hugetlb: fix wrong use of nr_online_nodes
Peng Liu
1
-7
/
+5
2022-04-28
mm: compaction: make sure highest is above the min_pfn
Miaohe Lin
1
-1
/
+1
2022-04-28
mm: compaction: simplify the code in __compact_finished
Miaohe Lin
1
-21
/
+8
2022-04-28
mm: compaction: make compaction_zonelist_suitable return false when COMPACT_SUCCESS
Miaohe Lin
1
-1
/
+1
2022-04-28
mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_online
Miaohe Lin
1
-1
/
+2
[prev]
[next]