开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-11-07
mm: use page->private instead of page->index in percpu
Matthew Wilcox (Oracle)
2024-11-07
mm: remove references to page->index in huge_memory.c
Matthew Wilcox (Oracle)
2024-11-07
bootmem: stop using page->index
Matthew Wilcox (Oracle)
2024-11-07
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
2024-11-07
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
2024-11-07
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
2024-11-07
mm: convert page_to_pgoff() to page_pgoff()
Matthew Wilcox (Oracle)
2024-11-07
mm/zsmalloc: use memcpy_from/to_page whereever possible
Pintu Kumar
2024-11-07
zsmalloc: replace kmap_atomic with kmap_local_page
Pintu Kumar
2024-11-07
mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_split
Suren Baghdasaryan
2024-11-07
alloc_tag: support for page allocation tag compression
Suren Baghdasaryan
2024-11-07
alloc_tag: introduce pgtag_ref_handle to abstract page tag references
Suren Baghdasaryan
2024-11-07
alloc_tag: populate memory for module tags as needed
Suren Baghdasaryan
2024-11-07
alloc_tag: load module tags into separate contiguous memory
Suren Baghdasaryan
2024-11-07
alloc_tag: introduce shutdown_mem_profiling helper function
Suren Baghdasaryan
2024-11-07
maple_tree: add mas_for_each_rev() helper
Suren Baghdasaryan
2024-11-07
x86/module: enable ROX caches for module text on 64 bit
Mike Rapoport (Microsoft)
2024-11-07
execmem: add support for cache of large ROX pages
Mike Rapoport (Microsoft)
2024-11-07
x86/module: prepare module loading for ROX allocations of text
Mike Rapoport (Microsoft)
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
2024-11-07
module: prepare to handle ROX allocations for text
Mike Rapoport (Microsoft)
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
2024-11-07
mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Mike Rapoport (Microsoft)
2024-11-07
mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport (Microsoft)
2024-11-06
memcg: workingset: remove folio_memcg_rcu usage
Shakeel Butt
2024-11-06
mm/vma: the pgoff is correct if can_merge_right
Wei Yang
2024-11-06
mm: defer second attempt at merge on mmap()
Lorenzo Stoakes
2024-11-06
mm: remove unnecessary reset state logic on merge new VMA
Lorenzo Stoakes
2024-11-06
mm: refactor __mmap_region()
Lorenzo Stoakes
2024-11-06
mm: isolate mmap internal logic to mm/vma.c
Lorenzo Stoakes
2024-11-06
tools: testing: add additional vma_internal.h stubs
Lorenzo Stoakes
2024-11-06
memcg-v1: remove memcg move locking code
Shakeel Butt
2024-11-06
memcg-v1: no need for memcg locking for MGLRU
Shakeel Butt
2024-11-06
memcg-v1: no need for memcg locking for writeback tracking
Shakeel Butt
2024-11-06
memcg-v1: no need for memcg locking for dirty tracking
Shakeel Butt
2024-11-06
memcg-v1: remove charge move code
Shakeel Butt
2024-11-06
memcg-v1: fully deprecate move_charge_at_immigrate
Shakeel Butt
2024-11-06
mm: shmem: fallback to page size splice if large folio has poisoned pages
Baolin Wang
2024-11-06
mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region()
Zheng Yejian
2024-11-06
mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
Zheng Yejian
2024-11-06
mm/page_alloc: use str_off_on() helper in build_all_zonelists()
Thorsten Blum
2024-11-06
mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is large
Ryan Roberts
2024-11-06
mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIER
James Houghton
2024-11-06
tools/mm: free the allocated memory
Liu Jing
2024-11-06
mm/page-writeback: raise wb_thresh to prevent write blocking with strictlimit
Jim Zhao
2024-11-06
mm/memory.c: simplify pfnmap_lockdep_assert
Manas
2024-11-06
mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub
Sourav Panda
2024-11-06
maple_tree: fix outdated flag name in comment
Jann Horn
2024-11-06
mm: shmem: improve the tmpfs large folio read performance
Baolin Wang
2024-11-06
mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic
Baolin Wang
[next]