index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
2020-06-03
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()
Liviu Dudau
2020-04-02
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2019-08-25
mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()
Joerg Roedel
2019-04-27
mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
Uladzislau Rezki (Sony)
2019-03-23
mm/vmalloc: fix size check for remap_vmalloc_range_partial()
Roman Penyaev
2018-08-06
mm: vmalloc: avoid racy handling of debugobjects in vunmap
Chintan Pandya
2015-11-20
mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()
Jerome Marchand
2015-11-06
mm: page_alloc: hide some GFP internals and document the bits and flag combin...
Mel Gorman
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-05
mm/vmalloc: use offset_in_page macro
Alexander Kuleshov
2015-11-01
mm: get rid of 'vmalloc_info' from /proc/meminfo
Linus Torvalds
2015-04-15
mm/vmalloc: get rid of dirty bitmap inside vmap_block structure
Roman Pen
2015-04-15
mm/vmalloc: occupy newly allocated vmap block just after allocation
Roman Pen
2015-04-15
mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...
Roman Pen
2015-04-14
mm: change vunmap to tear down huge KVA mappings
Toshi Kani
2015-04-14
mm: change __get_vm_area_node() to use fls_long()
Toshi Kani
2015-03-12
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
2015-02-13
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
Andrey Ryabinin
2015-02-13
mm: vmalloc: add flag preventing guard hole allocation
Andrey Ryabinin
2014-12-13
mm/vmalloc.c: fix memory ordering bug
Dmitry Vyukov
2014-12-10
mm/vmalloc.c: replace printk with pr_warn
Pintu Kumar
2014-10-09
mm/vmalloc.c: use seq_open_private() instead of seq_open()
Rob Jones
2014-08-06
mm/vmalloc.c: clean up map_vm_area third argument
WANG Chao
2014-08-06
mm, vmalloc: constify allocation mask
David Rientjes
2014-08-06
mm/vmalloc.c: add a schedule point to vmalloc()
Eric Dumazet
2014-08-06
vmalloc: use rcu list iterator to reduce vmap_area_lock contention
Joonsoo Kim
2014-06-04
mm/vmalloc.c: export unmap_kernel_range()
Minchan Kim
2014-06-04
mm/vmalloc.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-04
mm: replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
2014-04-07
mm/vmalloc.c: enhance vm_map_ram() comment
Gioh Kim
2014-04-07
mm: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
2014-01-27
Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"
malc
2014-01-21
mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}
Jianyu Zhan
2013-11-13
mm: kmemleak: avoid false negatives on vmalloc'ed objects
Catalin Marinas
2013-11-13
revert mm/vmalloc.c: emit the failure message before return
Wanpeng Li
2013-11-13
mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...
Wanpeng Li
2013-11-13
mm/vmalloc: fix show vmap_area information race with vmap_area tear down
Wanpeng Li
2013-11-13
mm/vmalloc: don't set area->caller twice
Wanpeng Li
2013-11-13
mm/vmalloc: use NUMA_NO_NODE
Jianguo Wu
2013-09-11
mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm area
Wanpeng Li
2013-09-11
mm, vmalloc: use well-defined find_last_bit() func
Joonsoo Kim
2013-09-11
mm, vmalloc: remove useless variable in vmap_block
Joonsoo Kim
2013-07-09
mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()
Zhang Yanfei
2013-07-09
vfree: don't schedule free_work() if llist_add() returns false
Oleg Nesterov
2013-07-09
mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info
Zhang Yanfei
2013-07-09
mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED
Zhang Yanfei
2013-07-09
mm/vmalloc.c: emit the failure message before return
Zhang Yanfei
2013-07-09
mm/vmalloc.c: remove alloc_map from vmap_block
Zhang Yanfei
2013-07-09
mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu
Zhang Yanfei
2013-07-09
mm/vmalloc.c: remove dead code in vb_alloc
Zhang Yanfei
[next]