aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-4/+0
2011-05-25mm: print vmalloc() state after allocation failuresGravatar Dave Hansen 1-2/+7
2011-05-25mm/vmalloc: remove guard page from between vmap blocksGravatar Johannes Weiner 1-3/+3
2011-05-20vmalloc: remove vmalloc_sync_all() from alloc_vm_area()Gravatar Jeremy Fitzhardinge 1-4/+0
2011-03-22vmalloc: remove confusing comment on vwrite()Gravatar Namhyung Kim 1-2/+0
2011-03-22mm: vmap area cacheGravatar Nick Piggin 1-52/+104
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-0/+1
2011-01-13vmalloc: remove redundant unlikely()Gravatar Tobias Klauser 1-1/+1
2011-01-13mm: unify module_alloc code for vmallocGravatar David Rientjes 1-21/+29
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasGravatar David Rientjes 1-12/+9
2011-01-13mm: remove unused get_vm_area_nodeGravatar David Rientjes 1-7/+0
2011-01-13mm: convert sprintf_symbol to %pSGravatar Joe Perches 1-7/+2
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportGravatar Huang Ying 1-0/+1
2010-12-02vmalloc: eagerly clear ptes on vunmapGravatar Jeremy Fitzhardinge 1-11/+17
2010-10-26mm: add vzalloc() and vzalloc_node() helpersGravatar Dave Young 1-2/+44
2010-10-26vmalloc: annotate lock context change on s_start/stop()Gravatar Namhyung Kim 1-0/+2
2010-10-26vmalloc: rename temporary variable in __insert_vmap_area()Gravatar Namhyung Kim 1-4/+4
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-0/+2
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasGravatar Cliff Wickman 1-0/+9
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPGravatar Tejun Heo 1-0/+2
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+4
2010-08-09mm/vmalloc.c: check kmalloc() return valueGravatar Kulikov Vasiliy 1-1/+4
2010-08-09mm: use ERR_CASTGravatar Julia Lawall 1-1/+1
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeGravatar Jeremy Fitzhardinge 1-0/+4
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeGravatar Kenji Kaneshige 1-1/+1
2010-02-02mm: purge fragmented percpu vmap blocksGravatar Nick Piggin 1-11/+81
2010-02-02mm: percpu-vmap fix RCU list walkingGravatar Nick Piggin 1-14/+6
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEGravatar Yongseok Koh 1-3/+1
2009-12-15vmalloc(): adjust gfp mask passed on nested vmalloc() invocationGravatar Jan Beulich 1-4/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-2/+2
2009-10-29vmalloc: fix use of non-existent percpu variable in put_cpu_var()Gravatar Tejun Heo 1-2/+2
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-10-08Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-22/+26
2009-10-08mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBAGravatar David Miller 1-22/+26
2009-10-08mm: includecheck fix: vmalloc.cGravatar Jaswinder Singh Rajput 1-1/+0
2009-09-23kcore: register module area in generic wayGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-2/+2
2009-09-22kcore: fix vread/vwrite to be aware of holesGravatar KAMEZAWA Hiroyuki 1-23/+176
2009-09-22vmalloc: unmap vmalloc area after hiding itGravatar KAMEZAWA Hiroyuki 1-5/+9
2009-09-22vmalloc.c: fix double error checkingGravatar Figo.zhang 1-3/+1
2009-08-14vmalloc: implement pcpu_get_vm_areas()Gravatar Tejun Heo 1-0/+293
2009-08-14vmalloc: separate out insert_vmalloc_vm()Gravatar Tejun Heo 1-21/+24
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-3/+27
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Gravatar Pekka Enberg 1-2/+1
2009-06-11kmemleak: Add the vmalloc memory allocation/freeing hooksGravatar Catalin Marinas 1-3/+27
2009-05-06alloc_vmap_area: fix memory leakGravatar Ralph Wuerthner 1-0/+1
2009-04-01vmap: remove needless lock and list in vmapGravatar MinChan Kim 1-16/+3
2009-03-04Merge branch 'x86/core' into core/percpuGravatar Ingo Molnar 1-1/+12
2009-03-01Merge branch 'x86/urgent' into x86/patGravatar Ingo Molnar 1-1/+9
2009-02-27mm: fix lazy vmap purging (use-after-free error)Gravatar Vegard Nossum 1-1/+2