index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
alloc_tag: support for page allocation tag compression
Suren Baghdasaryan
8
-33
/
+290
2024-11-07
alloc_tag: introduce pgtag_ref_handle to abstract page tag references
Suren Baghdasaryan
2
-50
/
+67
2024-11-07
alloc_tag: populate memory for module tags as needed
Suren Baghdasaryan
7
-11
/
+104
2024-11-07
alloc_tag: load module tags into separate contiguous memory
Suren Baghdasaryan
7
-62
/
+445
2024-11-07
alloc_tag: introduce shutdown_mem_profiling helper function
Suren Baghdasaryan
1
-7
/
+26
2024-11-07
maple_tree: add mas_for_each_rev() helper
Suren Baghdasaryan
1
-0
/
+14
2024-11-07
x86/module: enable ROX caches for module text on 64 bit
Mike Rapoport (Microsoft)
2
-1
/
+37
2024-11-07
execmem: add support for cache of large ROX pages
Mike Rapoport (Microsoft)
5
-8
/
+345
2024-11-07
x86/module: prepare module loading for ROX allocations of text
Mike Rapoport (Microsoft)
6
-117
/
+167
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
11
-0
/
+74
2024-11-07
module: prepare to handle ROX allocations for text
Mike Rapoport (Microsoft)
7
-8
/
+126
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
92
-70
/
+110
2024-11-07
mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Mike Rapoport (Microsoft)
1
-7
/
+2
2024-11-07
mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport (Microsoft)
1
-36
/
+24
2024-11-07
memcg: workingset: remove folio_memcg_rcu usage
Shakeel Butt
2
-44
/
+4
2024-11-07
mm/vma: the pgoff is correct if can_merge_right
Wei Yang
1
-3
/
+0
2024-11-07
mm: defer second attempt at merge on mmap()
Lorenzo Stoakes
1
-42
/
+14
2024-11-07
mm: remove unnecessary reset state logic on merge new VMA
Lorenzo Stoakes
1
-11
/
+0
2024-11-07
mm: refactor __mmap_region()
Lorenzo Stoakes
1
-140
/
+270
2024-11-07
mm: isolate mmap internal logic to mm/vma.c
Lorenzo Stoakes
4
-330
/
+329
2024-11-07
tools: testing: add additional vma_internal.h stubs
Lorenzo Stoakes
1
-1
/
+114
2024-11-07
memcg-v1: remove memcg move locking code
Shakeel Butt
5
-143
/
+0
2024-11-07
memcg-v1: no need for memcg locking for MGLRU
Shakeel Butt
1
-15
/
+1
2024-11-07
memcg-v1: no need for memcg locking for writeback tracking
Shakeel Butt
1
-4
/
+0
2024-11-07
memcg-v1: no need for memcg locking for dirty tracking
Shakeel Butt
2
-18
/
+3
2024-11-07
memcg-v1: remove charge move code
Shakeel Butt
4
-907
/
+0
2024-11-07
memcg-v1: fully deprecate move_charge_at_immigrate
Shakeel Butt
2
-91
/
+5
2024-11-07
mm: shmem: fallback to page size splice if large folio has poisoned pages
Baolin Wang
1
-8
/
+30
2024-11-07
mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region()
Zheng Yejian
2
-0
/
+4
2024-11-07
mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
Zheng Yejian
2
-2
/
+3
2024-11-07
mm/page_alloc: use str_off_on() helper in build_all_zonelists()
Thorsten Blum
1
-1
/
+1
2024-11-07
mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is large
Ryan Roberts
1
-4
/
+5
2024-11-07
mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIER
James Houghton
2
-2
/
+7
2024-11-07
tools/mm: free the allocated memory
Liu Jing
1
-0
/
+1
2024-11-07
mm/page-writeback: raise wb_thresh to prevent write blocking with strictlimit
Jim Zhao
1
-3
/
+22
2024-11-07
mm/memory.c: simplify pfnmap_lockdep_assert
Manas
1
-1
/
+1
2024-11-07
mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub
Sourav Panda
1
-1
/
+1
2024-11-07
maple_tree: fix outdated flag name in comment
Jann Horn
1
-1
/
+1
2024-11-07
mm: shmem: improve the tmpfs large folio read performance
Baolin Wang
1
-10
/
+24
2024-11-07
mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic
Baolin Wang
1
-24
/
+11
2024-11-07
mm: remove unused has_isolate_pageblock
Luoxi Li
1
-8
/
+0
2024-11-07
mm: remove redundant condition for THP folio
Dev Jain
1
-1
/
+1
2024-11-07
mm/mremap: remove goto from mremap_to()
Liam R. Howlett
1
-19
/
+27
2024-11-07
mm/mremap: cleanup vma_to_resize()
Liam R. Howlett
1
-22
/
+31
2024-11-07
maple_tree: remove sanity check from mas_wr_slot_store()
Wei Yang
1
-3
/
+2
2024-11-07
maple_tree: calculate new_end when needed
Wei Yang
1
-1
/
+1
2024-11-07
mm: don't set readahead flag on a folio when lookahead_size > nr_to_read
Pankaj Raghav
1
-5
/
+10
2024-11-07
mm: shmem: remove __shmem_huge_global_enabled()
Kefeng Wang
1
-23
/
+10
2024-11-07
mm: huge_memory: move file_thp_enabled() into huge_memory.c
Kefeng Wang
2
-13
/
+15
2024-11-07
tmpfs: don't enable large folios if not supported
Kefeng Wang
1
-1
/
+4
[next]