aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-13vmalloc: remove redundant unlikely()Tobias Klauser
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes
2011-01-13mm: remove unused get_vm_area_nodeDavid Rientjes
2011-01-13mm: convert sprintf_symbol to %pSJoe Perches
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying
2010-12-02vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young
2010-10-26vmalloc: annotate lock context change on s_start/stop()Namhyung Kim
2010-10-26vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-08-09mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy
2010-08-09mm: use ERR_CASTJulia Lawall
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige
2010-02-02mm: purge fragmented percpu vmap blocksNick Piggin
2010-02-02mm: percpu-vmap fix RCU list walkingNick Piggin
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh
2009-12-15vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-10-29vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-08Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds
2009-10-08mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBADavid Miller
2009-10-08mm: includecheck fix: vmalloc.cJaswinder Singh Rajput
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-22kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki
2009-09-22vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki
2009-09-22vmalloc.c: fix double error checkingFigo.zhang
2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo
2009-08-14vmalloc: separate out insert_vmalloc_vm()Tejun Heo
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