summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
AgeCommit message (Expand)Author
2011-10-31mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka
2011-03-28NOMMU: support SMP dynamic percpu_allocGraf Yang
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes
2011-01-13mm: remove unused get_vm_area_nodeDavid Rientjes
2010-12-02vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige
2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt
2009-01-06mm: make vread() and vwrite() declarationKOSAKI Motohiro
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan
2008-10-20mm: rewrite vmap layerNick Piggin
2008-08-16mm: VM_flags comment fixesHugh Dickins
2008-04-28vmallocinfo: add caller informationChristoph Lameter
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter
2008-02-05vmalloc: add const to void* parametersChristoph Lameter
2007-07-21i386: fix iounmap's use of vm_struct's size fieldJeremy Fitzhardinge
2007-07-18Allocate and free vmalloc areasJeremy Fitzhardinge
2007-06-14[POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt
2007-05-08move die notifier handling to common codeChristoph Hellwig
2006-11-13[PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet
2006-10-28[PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka
2006-06-23[PATCH] mm: introduce remap_vmalloc_range()Nick Piggin
2005-10-29[PATCH] vmalloc_nodeChristoph Lameter
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-05[PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDERDeepak Saxena
2005-05-20[PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-16[PATCH] revert vmalloc-use-list-of-pages-instead-of-array-in-vm_structAndrew Morton
2005-03-13[PATCH] vmalloc: use list of pages instead of array in vm_structOleg Nesterov
2005-03-13[PATCH] vmalloc: introduce __vmalloc_area() functionOleg Nesterov
2005-01-11[PATCH] x86_64: Fix ioremap attribute restoration on i386 and x86-64Andi Kleen
2004-06-28[PATCH] move prototype for __get_vm_area() to a sane locationNicolas Pitre
2004-06-26[PATCH] NX (No eXecute) support for x86Ingo Molnar
2003-04-20[PATCH] Extend map_vm_area()/get_vm_area()Andrew Morton
2002-11-07[PATCH] vmalloc.h needs pgprot_tRusty Russell
2002-08-06VM: Rework vmalloc code to support mapping of arbitray pagesChristoph Hellwig
2002-06-17[PATCH] change_page_attr and AGP updateAndi Kleen
2002-06-10[PATCH] 2.5.21 "I can't get no compilation"Martin Dalecki