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
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
mm: madvise: implement lightweight guard page mechanism
Lorenzo Stoakes
1
-0
/
+3
2024-11-11
mm: add PTE_MARKER_GUARD PTE marker
Lorenzo Stoakes
2
-2
/
+24
2024-11-11
mm: pagewalk: add the ability to install PTEs
Lorenzo Stoakes
1
-3
/
+15
2024-11-11
mm: add per-order mTHP swpin counters
Barry Song
1
-0
/
+1
2024-11-11
mm: swap: count successful large folio zswap stores in hugepage zswpout stats
Kanchana P Sridhar
1
-0
/
+1
2024-11-11
mm: zswap: modify zswap_stored_pages to be atomic_long_t
Kanchana P Sridhar
1
-1
/
+1
2024-11-11
mm: define obj_cgroup_get() if CONFIG_MEMCG is not defined
Kanchana P Sridhar
1
-0
/
+4
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
4
-6
/
+12
2024-11-11
mm: count zeromap read and set for swapout and swapin
Barry Song
2
-5
/
+9
2024-11-07
bootmem: stop using page->index
Matthew Wilcox (Oracle)
1
-8
/
+27
2024-11-07
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
2
-8
/
+9
2024-11-07
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
1
-5
/
+2
2024-11-07
mm: convert page_to_pgoff() to page_pgoff()
Matthew Wilcox (Oracle)
2
-15
/
+18
2024-11-07
mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_split
Suren Baghdasaryan
2
-58
/
+5
2024-11-07
alloc_tag: support for page allocation tag compression
Suren Baghdasaryan
4
-18
/
+147
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
2
-0
/
+15
2024-11-07
alloc_tag: load module tags into separate contiguous memory
Suren Baghdasaryan
3
-7
/
+62
2024-11-07
maple_tree: add mas_for_each_rev() helper
Suren Baghdasaryan
1
-0
/
+14
2024-11-07
execmem: add support for cache of large ROX pages
Mike Rapoport (Microsoft)
1
-0
/
+14
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
1
-0
/
+6
2024-11-07
module: prepare to handle ROX allocations for text
Mike Rapoport (Microsoft)
3
-0
/
+43
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
2
-0
/
+20
2024-11-07
mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport (Microsoft)
1
-36
/
+24
2024-11-07
signal: restore the override_rlimit logic
Roman Gushchin
1
-1
/
+2
2024-11-07
mm/page_alloc: keep track of free highatomic
Yu Zhao
1
-0
/
+1
2024-11-06
memcg: workingset: remove folio_memcg_rcu usage
Shakeel Butt
1
-32
/
+2
2024-11-06
memcg-v1: remove memcg move locking code
Shakeel Butt
1
-54
/
+0
2024-11-06
memcg-v1: remove charge move code
Shakeel Butt
1
-5
/
+0
2024-11-06
mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIER
James Houghton
1
-0
/
+7
2024-11-06
mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub
Sourav Panda
1
-1
/
+1
2024-11-06
maple_tree: fix outdated flag name in comment
Jann Horn
1
-1
/
+1
2024-11-06
mm: remove unused has_isolate_pageblock
Luoxi Li
1
-8
/
+0
2024-11-06
mm: huge_memory: move file_thp_enabled() into huge_memory.c
Kefeng Wang
1
-13
/
+0
2024-11-06
mm/mglru: reset page lru tier bits when activating
Wei Xu
2
-1
/
+16
2024-11-06
vmscan: add a vmscan event for reclaim_pages
Jaewon Kim
1
-0
/
+45
2024-11-06
mm: avoid zeroing user movable page twice with init_on_alloc=1
Zi Yan
1
-7
/
+1
2024-11-06
memcg: add tracing for memcg stat updates
Shakeel Butt
1
-0
/
+81
2024-11-06
mm: remove unused hugepage for vma_alloc_folio()
Kefeng Wang
2
-4
/
+4
2024-11-06
kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
John Hubbard
1
-3
/
+3
2024-11-06
mm: consolidate common checks in hugetlb_get_unmapped_area
Oscar Salvador
1
-7
/
+0
2024-11-06
arch/s390: clean up hugetlb definitions
Oscar Salvador
1
-0
/
+8
2024-11-06
mm: drop hugetlb_get_unmapped_area{_*} functions
Oscar Salvador
1
-6
/
+1
2024-11-06
mm: make hugetlb mappings go through mm_get_unmapped_area_vmflags
Oscar Salvador
1
-5
/
+4
2024-11-06
mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
Oscar Salvador
1
-0
/
+10
2024-11-06
mm: move set_pxd_safe() helpers from generic to platform
Anshuman Khandual
1
-38
/
+0
2024-11-06
mm: remove PageKsm()
Matthew Wilcox (Oracle)
1
-6
/
+1
2024-11-06
mm: add PageAnonNotKsm()
Matthew Wilcox (Oracle)
1
-2
/
+9
2024-11-05
mm: migrate LRU_REFS_MASK bits in folio_migrate_flags
Zhaoyang Huang
1
-0
/
+10
2024-11-05
mm: pgtable: remove pte_offset_map_nolock()
Qi Zheng
1
-2
/
+0
[next]