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
/
vmalloc.c
Age
Commit message (
Expand
)
Author
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
2024-07-03
mm: vmalloc: check if a hash-index is in cpu_possible_mask
Uladzislau Rezki (Sony)
2024-07-03
vmalloc: modify the alloc_vmap_area() error message for better diagnostics
Shubhang Kaushik OS
2024-07-03
mm/vmalloc: use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()
Uros Bizjak
2024-06-24
mm: fix incorrect vbq reference in purge_fragmented_block
Zhaoyang Huang
2024-06-05
vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()
Cong Wang
2024-05-24
mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
Hailong.Liu
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-05
mm: vmalloc: dump page owner info if page is already mapped
Hariom Panthi
2024-05-05
mm/vmalloc: fix return value of vb_alloc if size is 0
Hailong.Liu
2024-04-25
mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()
Baoquan He
2024-04-25
mm/vmalloc: eliminated the lock contention from twice to once
rulinhuang
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
2024-04-05
mm: vmalloc: fix lockdep warning
Uladzislau Rezki (Sony)
2024-04-05
mm: vmalloc: bail out early in find_vmap_area() if vmap is not init
Uladzislau Rezki (Sony)
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-11
mm: Introduce vmap_page_range() to map pages in PCI address space
Alexei Starovoitov
2024-03-06
mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().
Alexei Starovoitov
2024-03-06
mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.
Alexei Starovoitov
2024-02-23
mm: vmalloc: refactor vmalloc_dump_obj() function
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: improve description of vmap node layer
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: add a shrinker to drain vmap pools
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: set nr_nodes based on CPUs in a system
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: support multiple nodes in vmallocinfo
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: support multiple nodes in vread_iter
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: add a scan area of VA only once
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: offload free_vmap_area_lock lock
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: remove global purge_vmap_area_root rb-tree
Uladzislau Rezki (Sony)
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
2024-02-23
mm: vmalloc: remove global vmap_area_root rb-tree
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: move vmap_init_free_space() down in vmalloc.c
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: rename adjust_va_to_fit_type() function
Uladzislau Rezki (Sony)
2024-02-23
mm: vmalloc: add va_alloc() helper
Uladzislau Rezki (Sony)
2023-11-01
mm/vmalloc: fix the unchecked dereference warning in vread_iter()
Baoquan He
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
2023-09-05
mm/vmalloc: add a safer version of find_vm_area() for debug
Joel Fernandes (Google)
2023-08-21
mm: add a call to flush_cache_vmap() in vmap_pfn()
Alexandre Ghiti
2023-06-23
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
Hugh Dickins
2023-06-19
mm/vmalloc: replace the ternary conditional operator with min()
Lu Hongfei
2023-06-19
mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
Lorenzo Stoakes
2023-06-09
mm: vmalloc must set pte via arch code
Ryan Roberts
2023-06-09
mm/vmalloc: dont purge usable blocks unnecessarily
Thomas Gleixner
2023-06-09
mm/vmalloc: add missing READ/WRITE_ONCE() annotations
Thomas Gleixner
2023-06-09
mm/vmalloc: check free space in vmap_block lockless
Thomas Gleixner
2023-06-09
mm/vmalloc: prevent flushing dirty space over and over
Thomas Gleixner
2023-06-09
mm/vmalloc: avoid iterating over per CPU vmap blocks twice
Thomas Gleixner
2023-06-09
mm/vmalloc: prevent stale TLBs in fully utilized blocks
Thomas Gleixner
2023-04-18
mm: vmalloc: rename addr_to_vb_xarray() function
Uladzislau Rezki (Sony)
[next]