aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg
2009-06-11kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas
2009-05-06alloc_vmap_area: fix memory leakRalph Wuerthner
2009-04-01vmap: remove needless lock and list in vmapMinChan Kim
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar
2009-02-27mm: fix lazy vmap purging (use-after-free error)Vegard Nossum
2009-02-27mm: vmap fix overflowNick Piggin
2009-02-26Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar
2009-02-25x86: make vmap yell louder when it is used under irqs_disabled()Peter Zijlstra
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: call flush_cache_vunmap() from unmap_kernel_range()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-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt
2009-01-15revert "mm: vmalloc use mutex for purge"Andrew Morton
2009-01-15alpha: fix vmalloc breakageIvan Kokshaysky
2009-01-06mm: vmalloc make lazy unmapping configurableNick Piggin
2009-01-06mm: vmalloc use mutex for purgeNick Piggin
2009-01-06mm: vmalloc improve vmallocinfoGlauber Costa
2009-01-06mm: vmalloc tweak failure printkGlauber Costa
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins
2008-12-01mm: vmalloc fix lazy unmapping cache aliasingNick Piggin
2008-11-19mm: vmalloc search restart fixGlauber Costa
2008-11-19mm: vmalloc failure flush fixNick Piggin
2008-11-19mm: vmalloc allocator off by oneNick Piggin
2008-11-07vmap: cope with vm_unmap_aliases before vmalloc_init()Jeremy Fitzhardinge
2008-11-06[ARM] fix naming of MODULE_START / MODULE_ENDRussell King
2008-10-30mm: fix kernel-doc function notationRandy Dunlap
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan
2008-10-20mm: remove duplicated #include'sHuang Weiyi
2008-10-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-16Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUALLinus Torvalds
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar
2008-07-26Use WARN() in mm/vmalloc.cArjan van de Ven
2008-07-24vmallocinfo: add NUMA informationEric Dumazet
2008-06-19x86, MM: virtual address debug, cleanupsIngo Molnar
2008-06-19MM: virtual address debugJiri Slaby
2008-05-01docbook: fix vmalloc missing parameter notationRandy Dunlap
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-28vmallocinfo: add caller informationChristoph Lameter
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-05mm: don't allow ioremapping of ranges larger than vmalloc spaceRobert Bragg