summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAge
* mm: purge fragmented percpu vmap blocksNick Piggin2010-02-02
* mm: percpu-vmap fix RCU list walkingNick Piggin2010-02-02
* vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh2010-01-21
* vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich2009-12-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
|\
| * vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo2009-10-29
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds2009-10-08
|\ \
| * | mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBADavid Miller2009-10-08
| |/
* | mm: includecheck fix: vmalloc.cJaswinder Singh Rajput2009-10-08
|/
* kcore: register module area in generic wayKAMEZAWA Hiroyuki2009-09-23
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-22
* kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki2009-09-22
* vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki2009-09-22
* vmalloc.c: fix double error checkingFigo.zhang2009-09-22
* vmalloc: implement pcpu_get_vm_areas()Tejun Heo2009-08-14
* vmalloc: separate out insert_vmalloc_vm()Tejun Heo2009-08-14
* Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-11
|\
| * kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas2009-06-11
* | vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg2009-06-11
|/
* alloc_vmap_area: fix memory leakRalph Wuerthner2009-05-06
* vmap: remove needless lock and list in vmapMinChan Kim2009-04-01
* Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-04
|\
| * Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-01
| |\
| | * mm: fix lazy vmap purging (use-after-free error)Vegard Nossum2009-02-27
| | * mm: vmap fix overflowNick Piggin2009-02-27
| | |
| | \
| *-. \ Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar2009-02-26
| |\ \ \ | | |_|/ | |/| |
| | | * x86: make vmap yell louder when it is used under irqs_disabled()Peter Zijlstra2009-02-25
* | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-24
|\ \ \ \ | |/ / / |/| | |
| * | | vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-24
| * | | vmalloc: add un/map_kernel_range_noflush()Tejun Heo2009-02-20
| * | | vmalloc: implement vm_area_register_early()Tejun Heo2009-02-20
| * | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo2009-02-20
| |/ /
* | | vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo2009-02-20
| |/ |/|
* | vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt2009-02-18
|/
* revert "mm: vmalloc use mutex for purge"Andrew Morton2009-01-15
* alpha: fix vmalloc breakageIvan Kokshaysky2009-01-15
* mm: vmalloc make lazy unmapping configurableNick Piggin2009-01-06
* mm: vmalloc use mutex for purgeNick Piggin2009-01-06
* mm: vmalloc improve vmallocinfoGlauber Costa2009-01-06
* mm: vmalloc tweak failure printkGlauber Costa2009-01-06
* vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski2009-01-04
* KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-10
* mm: vmalloc fix lazy unmapping cache aliasingNick Piggin2008-12-01
* mm: vmalloc search restart fixGlauber Costa2008-11-19
* mm: vmalloc failure flush fixNick Piggin2008-11-19
* mm: vmalloc allocator off by oneNick Piggin2008-11-19
* vmap: cope with vm_unmap_aliases before vmalloc_init()Jeremy Fitzhardinge2008-11-07
* [ARM] fix naming of MODULE_START / MODULE_ENDRussell King2008-11-06
* mm: fix kernel-doc function notationRandy Dunlap2008-10-30