summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
3 daysmm: vmalloc: fix vmap_purge_lock livelock under memory pressureYe Liu
3 daysmm/vmalloc: make set_area_direct_map HUGE_VMAP friendlyMike Rapoport (Microsoft)
3 daysmm/vmalloc: constify vm parameter of get_vm_area_page_order()Mike Rapoport (Microsoft)
3 daysmm/vmalloc: set area's page_order after allocation succeedsMike Rapoport (Microsoft)
3 daysset_memory: add number of pages parameter to set_direct_map APIsMike Rapoport (Microsoft)
3 daysmm/vmalloc: avoid false sharing with drain_vmap_workJonasZhou
3 daysmm/vmalloc: ase dedicated unbound workqueues for vmap drainUladzislau Rezki (Sony)
2026-08-24mm/vmalloc: do not warn on -ENOMEM from va_alloc()Uladzislau Rezki (Sony)
2026-08-24mm/vmalloc: make vm_struct.nr_pages an unsigned longArtem Lytkin
2026-08-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton
2026-08-04arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)
2026-08-04mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)
2026-08-04mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)
2026-07-30mm/vmalloc: add alignment info in warning print as possible failure reasonFeng Tang
2026-07-28mm/vmalloc: use more common error handling code in pcpu_get_vm_areas()Markus Elfring
2026-07-28mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()Kaitao Cheng
2026-06-02mm/vmalloc: free unused pages on vrealloc() shrinkShivam Kalra
2026-06-02mm/vmalloc: use physical page count in vread_iter() for VM_ALLOC areasShivam Kalra
2026-06-02mm/vmalloc: use physical page count for vrealloc() grow-in-place checkShivam Kalra
2026-06-02mm/vmalloc: extract vm_area_free_pages() helper from vfree()Shivam Kalra
2026-05-28vmalloc: add __GFP_SKIP_KASAN supportMuhammad Usama Anjum
2026-05-28vmalloc: optimize vfree with free_pages_bulk()Ryan Roberts
2026-05-21mm/vmalloc: do not trigger BUG() on BH disabled contextUladzislau Rezki (Sony)
2026-04-27vmalloc: fix buffer overflow in vrealloc_node_align()Marco Elver
2026-04-19Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-18mm/vmalloc: take vmap_purge_lock in shrinkerUladzislau Rezki (Sony)
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun
2026-04-05vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRYMichal Hocko
2026-04-05mm/vmalloc: fix incorrect size reporting on allocation failureUladzislau Rezki (Sony)
2026-04-05mm/vmalloc: export clear_vm_uninitialized_flag()Pasha Tatashin
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton
2026-01-26vmalloc: export vrealloc_node_align_noprofAlice Ryhl
2026-01-26mm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_nodeDeepanshu Kartikey
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky
2026-01-20mm/vmalloc: clarify why vmap_range_noflush() might sleepBrendan Jackman
2026-01-14mm: vmalloc: fix up vrealloc_node_align() kernel-doc macro nameBagas Sanjaya
2025-12-23kasan: refactor pcpu kasan vmalloc unpoisonMaciej Wieczor-Retman
2025-12-23mm/kasan: fix incorrect unpoisoning in vrealloc for KASANJiayuan Chen
2025-11-24mm/vmalloc: cleanup gfp flag use in new_vmap_block()Vishal Moola (Oracle)
2025-11-24mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()Vishal Moola (Oracle)
2025-11-24mm/vmalloc: add a helper to optimize vmalloc allocation gfpsVishal Moola (Oracle)
2025-11-24mm/vmalloc: warn on invalid vmalloc gfp flagsVishal Moola (Oracle)
2025-11-16mm/vmalloc: request large order pages from buddy allocatorVishal Moola (Oracle)
2025-11-16mm/vmalloc: use kmalloc_array() instead of kmalloc()Mehdi Ben Hadj Khelifa
2025-11-16vmalloc: separate gfp_mask adjunctive parentheses in __vmalloc_node_noprof() ...Bagas Sanjaya