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
/
nommu.c
Age
Commit message (
Expand
)
Author
2024-11-11
nommu: pass NULL argument to vma_iter_prealloc()
Hajime Tazaki
2024-11-05
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
2024-11-05
mm: unconditionally close VMAs on error
Lorenzo Stoakes
2024-11-05
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
2024-09-01
mm: remove follow_page()
David Hildenbrand
2024-09-01
mm: vmalloc: implement vrealloc()
Danilo Krummrich
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-04-25
mm: remove follow_pfn
Christoph Hellwig
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
2024-04-15
mm: add nommu variant of vm_insert_pages()
Jens Axboe
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
2023-10-03
mm: Remove unused vm_brk()
Kees Cook
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-21
mm/nommu.c: use helper macro K()
ZhangPeng
2023-08-18
mm: set up vma iterator for vma_iter_prealloc() calls
Liam R. Howlett
2023-08-18
mm: use vma_iter_clear_gfp() in nommu
Liam R. Howlett
2023-08-18
mm: make show_free_areas() static
Kefeng Wang
2023-07-11
mm: Re-introduce vm_flags to do_mmap()
Yu-cheng Yu
2023-07-01
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
2023-06-30
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-06-24
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
2023-04-05
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
2023-02-09
nommu: convert nommu to using the vma iterator
Liam R. Howlett
2023-02-02
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
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-11
nommu: fix split_vma() map_count error
Liam Howlett
2023-01-11
nommu: fix do_munmap() error path
Liam Howlett
2023-01-11
nommu: fix memory leak in do_mmap() error path
Liam Howlett
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
2022-09-26
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
2022-09-26
mm: remove vmacache
Liam R. Howlett
2022-09-26
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
mm: remove rb tree.
Liam R. Howlett
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-07-17
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
2022-04-25
no-MMU: expose vmalloc_huge() for alloc_large_system_hash()
Linus Torvalds
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
mm: nommu: kill arch_get_unmapped_area()
Kefeng Wang
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-03
mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
David Hildenbrand
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
[next]