- 7d61bfe mm/vmalloc: get rid of dirty bitmap inside vmap_block structure by Roman Pen · 10 years ago
- cf725ce mm/vmalloc: occupy newly allocated vmap block just after allocation by Roman Pen · 10 years ago
- 68ac546 mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram allocator by Roman Pen · 10 years ago
- b9820d8 mm: change vunmap to tear down huge KVA mappings by Toshi Kani · 10 years ago
- 0f616be mm: change __get_vm_area_node() to use fls_long() by Toshi Kani · 10 years ago
- a5af5aa kasan, module, vmalloc: rework shadow allocation for modules by Andrey Ryabinin · 10 years ago
- cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 10 years ago
- 71394fe mm: vmalloc: add flag preventing guard hole allocation by Andrey Ryabinin · 10 years ago
- 7e5b528 mm/vmalloc.c: fix memory ordering bug by Dmitry Vyukov · 10 years ago
- 0cbc853 mm/vmalloc.c: replace printk with pr_warn by Pintu Kumar · 10 years ago
- 703394c mm/vmalloc.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
- f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
- 930f036 mm, vmalloc: constify allocation mask by David Rientjes · 10 years ago
- 660654f mm/vmalloc.c: add a schedule point to vmalloc() by Eric Dumazet · 10 years ago
- 474750a vmalloc: use rcu list iterator to reduce vmap_area_lock contention by Joonsoo Kim · 10 years ago
- 93ef6d6c mm/vmalloc.c: export unmap_kernel_range() by Minchan Kim · 10 years ago
- f4527c9 mm/vmalloc.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
- 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
- 3643763 mm/vmalloc.c: enhance vm_map_ram() comment by Gioh Kim · 11 years ago
- 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
- add688f Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}" by malc · 11 years ago
- ece86e22 mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page} by Jianyu Zhan · 11 years ago
- 7f88f88 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 11 years ago
- b82225f3 revert mm/vmalloc.c: emit the failure message before return by Wanpeng Li · 11 years ago
- af12346 mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info" by Wanpeng Li · 11 years ago
- c2ce8c1 mm/vmalloc: fix show vmap_area information race with vmap_area tear down by Wanpeng Li · 11 years ago
- 3722e13 mm/vmalloc: don't set area->caller twice by Wanpeng Li · 11 years ago
- 4b90951 mm/vmalloc: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
- 762216a mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm area by Wanpeng Li · 11 years ago
- b136be5e mm, vmalloc: use well-defined find_last_bit() func by Joonsoo Kim · 11 years ago
- 6b70f7d mm, vmalloc: remove useless variable in vmap_block by Joonsoo Kim · 11 years ago
- bcb615a mm/vmalloc.c: fix an overflow bug in alloc_vmap_area() by Zhang Yanfei · 11 years ago
- 59d3132 vfree: don't schedule free_work() if llist_add() returns false by Oleg Nesterov · 11 years ago
- d157a55 mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info by Zhang Yanfei · 11 years ago
- 20fc02b mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED by Zhang Yanfei · 11 years ago
- 46c001a mm/vmalloc.c: emit the failure message before return by Zhang Yanfei · 11 years ago
- b8e748b mm/vmalloc.c: remove alloc_map from vmap_block by Zhang Yanfei · 11 years ago
- 9da3f59 mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu by Zhang Yanfei · 11 years ago
- 3fcd76e mm/vmalloc.c: remove dead code in vb_alloc by Zhang Yanfei · 11 years ago
- ab15d9b mm/vmalloc.c: unbreak __vunmap() by Dan Carpenter · 11 years ago
- 0f2d4a8 mm, vmalloc: use clamp() to simplify code by Zhang Yanfei · 11 years ago
- f6d4800 mm, vmalloc: remove insert_vmalloc_vm() by Zhang Yanfei · 11 years ago
- 3645cb4 mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm() by Zhang Yanfei · 11 years ago
- d82b1d8 mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node() by Zhang Yanfei · 11 years ago
- e69e9d4a vmalloc: introduce remap_vmalloc_range_partial by HATAYAMA Daisuke · 11 years ago
- cef2ac3 vmalloc: make find_vm_area check in range by HATAYAMA Daisuke · 11 years ago
- c9fcee5 mm/vmalloc.c: add vfree comment by Andrew Morton · 11 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 13ba3fc kexec, vmalloc: export additional vmalloc layer information by Atsushi Kumagai · 12 years ago
- 4341fa4 mm, vmalloc: remove list management of vmlist after initializing vmalloc by Joonsoo Kim · 12 years ago
- f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 12 years ago
- d4033af mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo() by Joonsoo Kim · 12 years ago
- f98782d mm, vmalloc: iterate vmap_area_list in get_vmalloc_info() by Joonsoo Kim · 12 years ago
- e81ce85 mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite() by Joonsoo Kim · 12 years ago
- c69480a mm, vmalloc: protect va->vm by vmap_area_lock by Joonsoo Kim · 12 years ago
- db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 12 years ago
- 32fcfd4 make vfree() safe to call from interrupt contexts by Al Viro · 12 years ago
- 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 12 years ago
- e5adfff mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD by Kirill A. Shutemov · 12 years ago
- 45ec169 mm: use %pK for /proc/vmallocinfo by Kees Cook · 12 years ago
- 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
- aa91c4d mm: make vb_alloc() more foolproof by Jan Kara · 12 years ago
- 92ca922 vmalloc: walk vmap_areas by sorted list instead of rb_next() by Hong zhi guo · 12 years ago
- 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
- e9da6e9 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
- 5e6cafc mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 13 years ago
- a8e5202 vmalloc: remove KM_USER0 from comments by Cong Wang · 12 years ago
- dbda591 mm: fix faulty initialization in vmalloc_init() by KyongHo · 12 years ago
- 4d67d86 mm: use kcalloc() instead of kzalloc() to allocate array by Thomas Meyer · 12 years ago
- 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
- f1db7af mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path by Kautuk Consul · 13 years ago
- db1aeca mm/vmalloc.c: change void* into explict vm_struct* by Minchan Kim · 13 years ago
- 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
- 0006526 mm/vmalloc.c: remove static declaration of va from __get_vm_area_node by Kautuk Consul · 13 years ago
- 1368edf mm: vmalloc: check for page allocation failure before vmlist insertion by Mel Gorman · 13 years ago
- 73829af Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
- be9b733 mm: add vm_area_add_early() by Nicolas Pitre · 13 years ago
- cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
- de7d2b5 mm/vmalloc.c: report more vmalloc failures by Joe Perches · 13 years ago
- 3ee9a4f mm: neaten warn_alloc_failed by Joe Perches · 13 years ago
- f5252e0 mm: avoid null pointer access in vm_struct via /proc/vmallocinfo by Mitsuo Hayasaka · 13 years ago
- 461ae48 mm: sync vmalloc address space page tables in alloc_vm_area() by David Vrabel · 13 years ago
- f982f91 mm: fix wrong vmap address calculations with odd NR_CPUS values by Clemens Ladisch · 13 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- 22a3c7d vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu() by Lai Jiangshan · 14 years ago
- 14769de vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu() by Lai Jiangshan · 14 years ago
- dc7acbb Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
- 22943ab mm: print vmalloc() state after allocation failures by Dave Hansen · 13 years ago
- 248ac0e mm/vmalloc: remove guard page from between vmap blocks by Johannes Weiner · 13 years ago
- ef69194 vmalloc: remove vmalloc_sync_all() from alloc_vm_area() by Jeremy Fitzhardinge · 14 years ago
- a42931b vmalloc: remove confusing comment on vwrite() by Namhyung Kim · 14 years ago
- 8969960 mm: vmap area cache by Nick Piggin · 14 years ago
- 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
- ddf9c6d4 vmalloc: remove redundant unlikely() by Tobias Klauser · 14 years ago
- d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 14 years ago
- ec3f64f mm: remove gfp mask from pcpu_get_vm_areas by David Rientjes · 14 years ago
- e5a5623 mm: remove unused get_vm_area_node by David Rientjes · 14 years ago
- 62c70bc mm: convert sprintf_symbol to %pS by Joe Perches · 14 years ago
- 81e88fd ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support by Huang Ying · 14 years ago
- 64141da vmalloc: eagerly clear ptes on vunmap by Jeremy Fitzhardinge · 14 years ago