aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-20spelling fixes: mm/Simon Arlott1-3/+3
2007-10-16Categorize GFP flagsChristoph Lameter1-2/+3
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+2
2007-07-19vmalloc_32 should use GFP_KERNELBenjamin Herrenschmidt1-2/+2
2007-07-18Allocate and free vmalloc areasJeremy Fitzhardinge1-0/+53
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-3/+3
2007-06-14[POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt1-4/+9
2007-05-17Make __vunmap staticBenjamin Herrenschmidt1-1/+1
2007-05-08move die notifier handling to common codeChristoph Hellwig1-0/+7
2007-05-02[PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platformsAndi Kleen1-3/+11
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-1/+1
2006-11-16[PATCH] Fix strange size check in __get_vm_area_node()OGAWA Hirofumi1-3/+2
2006-11-13[PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet1-13/+13
2006-10-29[PATCH] Fix GFP_HIGHMEM slab panicGiridhar Pemmasani1-1/+1
2006-10-28[PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani1-7/+11
2006-10-17[PATCH] vmalloc(): don't pass __GFP_ZERO to slabAndrew Morton1-2/+5
2006-10-03Spelling fix: "control" instead of "cotrol"Michael Opdenacker1-3/+3
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer1-1/+1
2006-09-27[PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer1-20/+8
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk1-3/+5
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka1-3/+4
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-0/+2
2006-06-23[PATCH] mm: introduce remap_vmalloc_range()Nick Piggin1-2/+120
2006-04-01BUG_ON() Conversion in mm/vmalloc.cEric Sesterhenn1-2/+1
2005-11-07[PATCH] kernel-doc: fix warnings in vmalloc.cRandy Dunlap1-2/+2
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-3/+1
2005-10-29[PATCH] vmalloc_nodeChristoph Lameter1-16/+57
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+2
2005-09-09[PATCH] update kfree, vfree, and vunmap kerneldocPekka Enberg1-3/+4
2005-09-05[PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDERDeepak Saxena1-2/+0
2005-05-20[PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen1-13/+20
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+588