aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+4
2010-08-09mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy1-1/+4
2010-08-09mm: use ERR_CASTJulia Lawall1-1/+1
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge1-0/+4
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige1-1/+1
2010-02-02mm: purge fragmented percpu vmap blocksNick Piggin1-11/+81
2010-02-02mm: percpu-vmap fix RCU list walkingNick Piggin1-14/+6
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh1-3/+1
2009-12-15vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich1-4/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2009-10-29vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo1-2/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-08Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-22/+26
2009-10-08mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBADavid Miller1-22/+26
2009-10-08mm: includecheck fix: vmalloc.cJaswinder Singh Rajput1-1/+0
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-22kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki1-23/+176
2009-09-22vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki1-5/+9
2009-09-22vmalloc.c: fix double error checkingFigo.zhang1-3/+1
2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo1-0/+293
2009-08-14vmalloc: separate out insert_vmalloc_vm()Tejun Heo1-21/+24
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-3/+27
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg1-2/+1
2009-06-11kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas1-3/+27
2009-05-06alloc_vmap_area: fix memory leakRalph Wuerthner1-0/+1
2009-04-01vmap: remove needless lock and list in vmapMinChan Kim1-16/+3
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar1-1/+12
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar1-1/+9
2009-02-27mm: fix lazy vmap purging (use-after-free error)Vegard Nossum1-1/+2
2009-02-27mm: vmap fix overflowNick Piggin1-0/+7
2009-02-26Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linus' into x86/coreIngo Molnar1-0/+3
2009-02-25x86: make vmap yell louder when it is used under irqs_disabled()Peter Zijlstra1-0/+3
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpuIngo Molnar1-3/+91
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-4/+7
2009-02-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo1-0/+2
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo1-3/+64
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo1-0/+24
2009-02-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo1-0/+2
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt1-0/+8
2009-01-15revert "mm: vmalloc use mutex for purge"Andrew Morton1-5/+4
2009-01-15alpha: fix vmalloc breakageIvan Kokshaysky1-0/+11
2009-01-06mm: vmalloc make lazy unmapping configurableNick Piggin1-0/+24
2009-01-06mm: vmalloc use mutex for purgeNick Piggin1-4/+5
2009-01-06mm: vmalloc improve vmallocinfoGlauber Costa1-4/+8
2009-01-06mm: vmalloc tweak failure printkGlauber Costa1-2/+3
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-01mm: vmalloc fix lazy unmapping cache aliasingNick Piggin1-4/+16
2008-11-19mm: vmalloc search restart fixGlauber Costa1-2/+2