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
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
2023-02-09
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2023-02-09
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
2023-02-09
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
2023-02-09
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
2023-02-09
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2023-02-09
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
2023-02-09
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
2023-02-09
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
2023-02-09
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
2023-02-09
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2023-02-09
mm: expand vma iterator interface
Liam R. Howlett
2023-02-03
mm: extend max struct page size for kmsan
Arnd Bergmann
2023-02-02
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2023-02-02
mm: convert set_compound_page_dtor() and set_compound_order() to folios
Matthew Wilcox (Oracle)
2023-02-02
mm: reimplement compound_nr()
Matthew Wilcox (Oracle)
2023-02-02
mm: reimplement compound_order()
Matthew Wilcox (Oracle)
2023-02-02
mm: remove head_compound_mapcount() and _ptr functions
Matthew Wilcox (Oracle)
2023-02-02
mm: convert page_mapcount() to use folio_entire_mapcount()
Matthew Wilcox (Oracle)
2023-02-02
mm: convert total_compound_mapcount() to folio_total_mapcount()
Matthew Wilcox (Oracle)
2023-02-02
mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()
Matthew Wilcox (Oracle)
2023-02-02
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
2023-01-18
mm: introduce folio_is_pfmemalloc
Sidhartha Kumar
2023-01-18
mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
David Hildenbrand
2023-01-18
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2023-01-18
mm/mprotect: use long for page accountings and retval
Peter Xu
2023-01-18
mm/mprotect: drop pgprot_t parameter from change_protection()
David Hildenbrand
2023-01-18
mm: move FOLL_* defs to mm_types.h
David Howells
2023-01-18
mm/memory: add vm_normal_folio()
Vishal Moola (Oracle)
2023-01-18
mm: move folio_set_compound_order() to mm/internal.h
Sidhartha Kumar
2023-01-11
include/linux/mm: fix release_pages_arg kernel doc comment
SeongJae Park
2022-12-27
sched: Introduce per-memory-map concurrency ID
Mathieu Desnoyers
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-11
mm: add folio dtor and order setter functions
Sidhartha Kumar
2022-12-11
mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
Feiyang Chen
2022-12-11
LoongArch: add sparse memory vmemmap support
Feiyang Chen
2022-12-11
mm/gup: remove FOLL_MIGRATION
David Hildenbrand
2022-11-30
s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()
Anshuman Khandual
2022-11-30
mm/thp: rename pmd_to_page() as pmd_pgtable_page()
Anshuman Khandual
2022-11-30
mm/gup: reliable R/O long-term pinning in COW mappings
David Hildenbrand
2022-11-30
mm: anonymous shared memory naming
Pasha Tatashin
2022-11-30
mm: teach release_pages() to take an array of encoded page pointers too
Linus Torvalds
2022-11-30
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
2022-11-30
mm/mprotect: factor out check whether manual PTE write upgrades are required
David Hildenbrand
2022-11-30
mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped
Hugh Dickins
[prev]
[next]