index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
lib/test_vmalloc.c: fix typo in function name
Martin Kaiser
1
-2
/
+2
2024-03-04
mm: remove total_mapcount()
David Hildenbrand
1
-8
/
+1
2024-03-04
mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()
David Hildenbrand
1
-29
/
+18
2024-03-04
mm: huge_memory: enable debugfs to split huge pages to any order
Zi Yan
3
-19
/
+205
2024-03-04
mm: thp: split huge page to any lower order pages
Zi Yan
2
-32
/
+96
2024-03-04
mm: page_owner: add support for splitting to any order in split page_owner
Zi Yan
4
-12
/
+14
2024-03-04
mm: memcg: make memcg huge page split support any order split
Zi Yan
4
-10
/
+11
2024-03-04
mm/page_owner: use order instead of nr in split_page_owner()
Zi Yan
4
-9
/
+9
2024-03-04
mm/memcg: use order instead of nr in split_page_memcg()
Zi Yan
4
-7
/
+9
2024-03-04
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
4
-11
/
+16
2024-03-04
mm/huge_memory: only split PMD mapping when necessary in unmap_folio()
Zi Yan
1
-2
/
+5
2024-03-04
mm: enumerate all gfp flags
Suren Baghdasaryan
1
-28
/
+62
2024-03-04
mm: madvise: pageout: ignore references rather than clearing young
Barry Song
4
-11
/
+13
2024-03-04
arm64/mm: improve comment in contpte_ptep_get_lockless()
Ryan Roberts
1
-10
/
+14
2024-03-04
arm64/mm: export contpte symbols only to GPL users
Ryan Roberts
1
-11
/
+11
2024-03-04
Docs/mm/damon/design: remove the details for pageout as paddr doesn't use MAD...
Barry Song
1
-1
/
+1
2024-03-04
kasan: fix a2 allocation and remove explicit cast in atomic tests
Paul Heidekrüger
1
-3
/
+3
2024-03-04
lib/stackdepot: off by one in depot_fetch_stack()
Dan Carpenter
1
-1
/
+1
2024-03-04
zram: zcomp: remove zcomp_set_max_streams() declaration
Kefeng Wang
1
-1
/
+0
2024-03-04
mm: update mark_victim tracepoints fields
Carlos Galo
2
-5
/
+37
2024-03-04
selftests: damon: add access_memory to .gitignore
Javier Carrasco
1
-0
/
+1
2024-03-04
selftest: damon: fix minor typos in test logs
Vincenzo Mezzela
2
-2
/
+2
2024-03-04
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
1
-6
/
+0
2024-03-04
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
1
-9
/
+9
2024-03-04
hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()
Vishal Moola (Oracle)
1
-29
/
+9
2024-03-04
hugetlb: move vm_fault declaration to the top of hugetlb_fault()
Vishal Moola (Oracle)
1
-13
/
+19
2024-03-04
mm/memory: change vmf_anon_prepare() to be non-static
Vishal Moola (Oracle)
2
-1
/
+2
2024-03-04
mm/page_alloc: make check_new_page() return bool
Hao Ge
1
-3
/
+3
2024-03-04
x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()
Yosry Ahmed
1
-1
/
+1
2024-03-04
x86/mm: further clarify switch_mm_irqs_off() documentation
Yosry Ahmed
1
-4
/
+4
2024-03-04
mm/util.c: add byte count to __vm_enough_memory failure warning
Matthew Cassell
1
-2
/
+4
2024-03-04
sched/numa, mm: do not try to migrate memory to memoryless nodes
Byungchul Park
1
-0
/
+6
2024-03-04
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
1
-15
/
+33
2024-03-04
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
1
-105
/
+66
2024-02-23
writeback: remove a use of write_cache_pages() from do_writepages()
Matthew Wilcox (Oracle)
1
-13
/
+18
2024-02-23
writeback: add a writeback iterator
Christoph Hellwig
2
-78
/
+118
2024-02-23
writeback: move the folio_prepare_writeback loop out of write_cache_pages()
Matthew Wilcox (Oracle)
1
-8
/
+10
2024-02-23
writeback: use the folio_batch queue iterator
Matthew Wilcox (Oracle)
1
-13
/
+15
2024-02-23
pagevec: add ability to iterate a queue
Matthew Wilcox (Oracle)
1
-0
/
+18
2024-02-23
writeback: simplify the loops in write_cache_pages()
Matthew Wilcox (Oracle)
1
-39
/
+36
2024-02-23
writeback: factor writeback_get_batch() out of write_cache_pages()
Matthew Wilcox (Oracle)
2
-22
/
+44
2024-02-23
writeback: factor folio_prepare_writeback() out of write_cache_pages()
Matthew Wilcox (Oracle)
1
-27
/
+34
2024-02-23
writeback: rework the loop termination condition in write_cache_pages
Christoph Hellwig
1
-51
/
+33
2024-02-23
writeback: only update ->writeback_index for range_cyclic writeback
Christoph Hellwig
1
-10
/
+14
2024-02-23
writeback: also update wbc->nr_to_write on writeback failure
Christoph Hellwig
1
-1
/
+1
2024-02-23
writeback: fix done_index when hitting the wbc->nr_to_write
Christoph Hellwig
1
-0
/
+1
2024-02-23
writeback: remove a duplicate prototype for tag_pages_for_writeback
Matthew Wilcox (Oracle)
1
-2
/
+0
2024-02-23
writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATE
Christoph Hellwig
1
-1
/
+3
2024-02-23
mm/page_alloc: make bad_range() return bool
Hao Ge
1
-6
/
+6
2024-02-23
madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...
Barry Song
1
-1
/
+1
[next]