index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
internal.h
Age
Commit message (
Expand
)
Author
2023-04-21
mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()
Kefeng Wang
2023-04-18
mm: apply __must_check to vmap_pages_range_noflush()
Alexander Potapenko
2023-04-18
mm: move free_area_empty() to mm/internal.h
Mike Rapoport (IBM)
2023-04-05
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
2023-04-05
mm: move vmalloc_init() declaration to mm/internal.h
Mike Rapoport (IBM)
2023-04-05
mm: move mem_init_print_info() to mm_init.c
Mike Rapoport (IBM)
2023-04-05
mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
mm: move most of core MM initialization to mm/mm_init.c
Mike Rapoport (IBM)
2023-03-28
mm, printk: introduce new format %pGt for page_type
Hyeonggon Yoo
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-20
splice: Add a func to do a splice from a buffered file without ITER_PIPE
David Howells
2023-02-20
mm: change to return bool for isolate_lru_page()
Baolin Wang
2023-02-20
mm: change to return bool for folio_isolate_lru()
Baolin Wang
2023-02-09
mm/gup: move private gup FOLL_ flags to internal.h
Jason Gunthorpe
2023-02-09
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
2023-02-09
mm/gup: move try_grab_page() to mm/internal.h
Jason Gunthorpe
2023-02-09
mm/mmap: refactor locking out of __vma_adjust()
Liam R. Howlett
2023-02-09
mm: expand vma iterator interface
Liam R. Howlett
2023-02-02
mm, compaction: rename compact_control->rescan to finish_pageblock
Mel Gorman
2023-02-02
mm: remove munlock_vma_page()
Matthew Wilcox (Oracle)
2023-02-02
mm: remove mlock_vma_page()
Matthew Wilcox (Oracle)
2023-02-02
mm: remove page_evictable()
Matthew Wilcox (Oracle)
2023-02-02
mm: discard __GFP_ATOMIC
NeilBrown
2023-02-02
mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...
Mel Gorman
2023-02-02
mm/page_alloc: explicitly define what alloc flags deplete min reserves
Mel Gorman
2023-02-02
mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags
Mel Gorman
2023-02-02
mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE
Mel Gorman
2023-02-02
mm: mlock: update the interface to use folios
Lorenzo Stoakes
2023-02-02
mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()
Matthew Wilcox (Oracle)
2023-01-18
mm: move folio_set_compound_order() to mm/internal.h
Sidhartha Kumar
2022-11-08
mm/hwpoison: introduce per-memory_block hwpoison counter
Naoya Horiguchi
2022-11-08
filemap: find_get_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-08
filemap: find_lock_entries() now updates start offset
Vishal Moola (Oracle)
2022-10-03
mm/page_alloc: make boot_nodestats static
Miaohe Lin
2022-10-03
mm/page_alloc: make zone_pcp_update() static
Miaohe Lin
2022-10-03
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
2022-10-03
mm: use nth_page instead of mem_map_offset mem_map_next
Cheng Li
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
2022-09-26
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
2022-09-11
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-29
mm/mprotect: fix soft-dirty check in can_change_pte_writable()
Peter Xu
2022-07-17
mm/gup: migrate device coherent pages when pinning instead of failing
Alistair Popple
2022-06-15
memblock: Disable mirror feature if kernelcore is not specified
Ma Wupeng
2022-05-27
mm: split free page with properly free memory accounting and without race
Zi Yan
2022-05-19
mm: fix missing handler for __GFP_NOWARN
Qi Zheng
2022-05-13
mm/memory-failure.c: move clear_hwpoisoned_pages
zhenwei pi
2022-05-13
mm: make alloc_contig_range work at pageblock granularity
Zi Yan
2022-04-28
mm: compaction: clean up comment for sched contention
Miaohe Lin
2022-04-28
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
[next]