aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2013-11-13mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()Zhang Yanfei
2013-05-07mm/vmalloc.c: add vfree commentAndrew Morton
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai
2013-04-29mm, vmalloc: remove list management of vmlist after initializing vmallocJoonsoo Kim
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim
2013-04-29mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo()Joonsoo Kim
2013-04-29mm, vmalloc: iterate vmap_area_list in get_vmalloc_info()Joonsoo Kim
2013-04-29mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite()Joonsoo Kim
2013-04-29mm, vmalloc: protect va->vm by vmap_area_lockJoonsoo Kim
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2013-03-10make vfree() safe to call from interrupt contextsAl Viro
2013-02-23mm: use NUMA_NO_NODEDavid Rientjes
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov
2012-10-09mm: use %pK for /proc/vmallocinfoKees Cook
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-07-31mm: make vb_alloc() more foolproofJan Kara
2012-07-31vmalloc: walk vmap_areas by sorted list instead of rb_next()Hong zhi guo
2012-07-30Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski
2012-07-30mm: vmalloc: use const void * for caller argumentMarek Szyprowski
2012-07-24vmalloc: remove KM_USER0 from commentsCong Wang
2012-05-29mm: fix faulty initialization in vmalloc_init()KyongHo
2012-05-29mm: use kcalloc() instead of kzalloc() to allocate arrayThomas Meyer
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-12mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error pathKautuk Consul
2012-01-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim
2012-01-05Merge branch 'devel-stable' into for-linusRussell King
2011-12-20mm/vmalloc.c: remove static declaration of va from __get_vm_area_nodeKautuk Consul
2011-12-09mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King
2011-11-18mm: add vm_area_add_early()Nicolas Pitre
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel
2011-10-31mm/vmalloc.c: report more vmalloc failuresJoe Perches
2011-10-31mm: neaten warn_alloc_failedJoe Perches
2011-10-31mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka
2011-09-14mm: sync vmalloc address space page tables in alloc_vm_area()David Vrabel
2011-08-14mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()Lai Jiangshan
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-25mm: print vmalloc() state after allocation failuresDave Hansen
2011-05-25mm/vmalloc: remove guard page from between vmap blocksJohannes Weiner
2011-05-20vmalloc: remove vmalloc_sync_all() from alloc_vm_area()Jeremy Fitzhardinge
2011-03-22vmalloc: remove confusing comment on vwrite()Namhyung Kim
2011-03-22mm: vmap area cacheNick Piggin
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-13vmalloc: remove redundant unlikely()Tobias Klauser
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes