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
2025-03-17
mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()
SeongJae Park
1
-2
/
+10
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
27
-136
/
+7
2025-03-17
arch, mm: introduce arch_mm_preinit
Mike Rapoport (Microsoft)
13
-40
/
+77
2025-03-17
arch, mm: streamline HIGHMEM freeing
Mike Rapoport (Microsoft)
16
-239
/
+2
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
25
-62
/
+30
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
26
-86
/
+21
2025-03-17
xtensa: split out printing of virtual memory layout to a function
Mike Rapoport (Microsoft)
1
-47
/
+50
2025-03-17
s390: make setup_zero_pages() use memblock
Mike Rapoport (Microsoft)
1
-13
/
+3
2025-03-17
nios2: move pr_debug() about memory start and end to setup_arch()
Mike Rapoport (Microsoft)
2
-2
/
+2
2025-03-17
MIPS: make setup_zero_pages() use memblock
Mike Rapoport (Microsoft)
2
-15
/
+5
2025-03-17
MIPS: consolidate mem_init() for NUMA machines
Mike Rapoport (Microsoft)
3
-16
/
+7
2025-03-17
hexagon: move initialization of init_mm.context init to paging_init()
Mike Rapoport (Microsoft)
1
-8
/
+6
2025-03-17
csky: move setup_initrd() to setup.c
Mike Rapoport (Microsoft)
2
-43
/
+43
2025-03-17
arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
Mike Rapoport (Microsoft)
1
-4
/
+4
2025-03-17
page_io: zswap: do not crash the kernel on decompression failure
Nhat Pham
3
-43
/
+88
2025-03-17
mm/hugetlb: update nr_huge_pages and surplus_huge_pages together
Liu Shixin
1
-1
/
+10
2025-03-17
Docs/admin-guide/mm/damon/usage: update for {core,ops}_filters directories
SeongJae Park
1
-9
/
+22
2025-03-17
Docs/ABI/damon: document {core,ops}_filters directories
SeongJae Park
1
-0
/
+16
2025-03-17
mm/damon/sysfs-schemes: return error when for attempts to install filters on ...
SeongJae Park
1
-0
/
+20
2025-03-17
mm/damon/sysfs-schemes: record filters of which layer should be added to the ...
SeongJae Park
1
-10
/
+36
2025-03-17
mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
SeongJae Park
2
-1
/
+9
2025-03-17
mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directories
SeongJae Park
1
-3
/
+11
2025-03-17
mm/damon/sysfs-schemes: implement core_filters and ops_filters directories
SeongJae Park
1
-2
/
+38
2025-03-17
mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...
SeongJae Park
1
-4
/
+7
2025-03-17
mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...
David Hildenbrand
8
-28
/
+150
2025-03-17
fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...
David Hildenbrand
3
-5
/
+42
2025-03-17
fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...
David Hildenbrand
2
-1
/
+11
2025-03-17
fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...
David Hildenbrand
2
-2
/
+20
2025-03-17
fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFI...
David Hildenbrand
3
-4
/
+49
2025-03-17
mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in...
David Hildenbrand
1
-0
/
+17
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
10
-43
/
+41
2025-03-17
mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
David Hildenbrand
1
-8
/
+75
2025-03-17
mm/rmap: basic MM owner tracking for large folios (!hugetlb)
David Hildenbrand
8
-0
/
+281
2025-03-17
mm/rmap: use folio_large_nr_pages() in add/remove functions
David Hildenbrand
1
-6
/
+8
2025-03-17
bit_spinlock: __always_inline (un)lock functions
David Hildenbrand
1
-4
/
+4
2025-03-17
mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
David Hildenbrand
2
-12
/
+34
2025-03-17
mm/rmap: pass vma to __folio_add_rmap()
David Hildenbrand
1
-4
/
+4
2025-03-17
mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
David Hildenbrand
3
-23
/
+31
2025-03-17
mm: move _entire_mapcount in folio to page[2] on 32bit
David Hildenbrand
4
-7
/
+15
2025-03-17
mm: move _pincount in folio to page[2] on 32bit
David Hildenbrand
6
-11
/
+40
2025-03-17
mm: move hugetlb specific things in folio to page[3]
David Hildenbrand
3
-11
/
+22
2025-03-17
mm: let _folio_nr_pages overlay memcg_data in first tail page
David Hildenbrand
6
-14
/
+42
2025-03-17
mm: factor out large folio handling from folio_nr_pages() into folio_large_nr...
David Hildenbrand
1
-12
/
+16
2025-03-17
mm: factor out large folio handling from folio_order() into folio_large_order()
David Hildenbrand
1
-4
/
+9
2025-03-17
mm/mremap: thread state through move page table operation
Lorenzo Stoakes
2
-83
/
+116
2025-03-17
mm/mremap: refactor move_page_tables(), abstracting state
Lorenzo Stoakes
3
-52
/
+168
2025-03-17
mm/mremap: complete refactor of move_vma()
Lorenzo Stoakes
1
-89
/
+204
2025-03-17
mm/mremap: initial refactor of move_vma()
Lorenzo Stoakes
1
-64
/
+122
2025-03-17
mm/mremap: introduce and use vma_remap_struct threaded state
Lorenzo Stoakes
1
-207
/
+363
2025-03-17
mm/mremap: refactor mremap() system call implementation
Lorenzo Stoakes
1
-154
/
+251
[next]