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
Age
Commit message (
Expand
)
Author
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
2023-02-09
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2023-02-09
kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
2023-02-09
vma_merge: set vma iterator to correct position.
Liam R. Howlett
2023-02-09
mm/mmap: remove __vma_adjust()
Liam R. Howlett
2023-02-09
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
2023-02-09
mm/mmap: introduce dup_vma_anon() helper
Liam R. Howlett
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/mmap: introduce init_vma_prep() and init_multi_vma_prep()
Liam R. Howlett
2023-02-09
mm/mmap: use vma_prepare() and vma_complete() in vma_expand()
Liam R. Howlett
2023-02-09
mm/mmap: refactor locking out of __vma_adjust()
Liam R. Howlett
2023-02-09
mm/mmap: move anon_vma setting in __vma_adjust()
Liam R. Howlett
2023-02-09
mm: change munmap splitting order and move_vma()
Liam R. Howlett
2023-02-09
mmap: clean up mmap_region() unrolling
Liam R. Howlett
2023-02-09
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2023-02-09
mm: pass vma iterator through to __vma_adjust()
Liam R. Howlett
2023-02-09
mm: remove unnecessary write to vma iterator in __vma_adjust()
Liam R. Howlett
2023-02-09
madvise: use split_vma() instead of __split_vma()
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/damon/vaddr-test.h: stop using vma_mas_store() for maple tree store
Liam R. Howlett
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-09
mm/mremap: use vmi version of vma_merge()
Liam R. Howlett
2023-02-09
mmap: use vmi version of vma_merge()
Liam R. Howlett
2023-02-09
mmap: pass through vmi iterator to __split_vma()
Liam R. Howlett
2023-02-09
madvise: use vmi iterator for __split_vma() and vma_merge()
Liam R. Howlett
2023-02-09
sched: convert to vma iterator
Liam R. Howlett
2023-02-09
task_mmu: convert to vma iterator
Liam R. Howlett
2023-02-09
mempolicy: convert to vma iterator
Liam R. Howlett
2023-02-09
coredump: convert to vma iterator
Liam R. Howlett
2023-02-09
mlock: convert mlock to vma iterator
Liam R. Howlett
2023-02-09
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
2023-02-09
userfaultfd: use vma iterator
Liam R. Howlett
2023-02-09
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
2023-02-09
ipc/shm: use the vma iterator for munmap calls
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: convert vma_expand() to use vma iterator
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/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
2023-02-09
mmap: convert vma_link() vma iterator
Liam R. Howlett
2023-02-09
kernel/fork: convert forking to using the vmi iterator
Liam R. Howlett
2023-02-09
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
2023-02-09
mm: expand vma iterator interface
Liam R. Howlett
2023-02-09
maple_tree: fix mas_prev() and mas_find() state handling
Liam R. Howlett
2023-02-09
maple_tree: fix handle of invalidated state in mas_wr_store_setup()
Liam R. Howlett
[next]