Age | Commit message (Expand) | Author | Files | Lines |
2018-06-05 | mm: Use overflow helpers in kvmalloc() |  Kees Cook | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-12 | mm, vmalloc: fix vmalloc users tracking properly |  Michal Hocko | 1 | -15/+6 |
2017-05-08 | mm, vmalloc: properly track vmalloc users |  Michal Hocko | 1 | -0/+19 |
2017-05-08 | mm: introduce kv[mz]alloc helpers |  Michal Hocko | 1 | -0/+1 |
2016-12-12 | mm: add vfree_atomic() |  Andrey Ryabinin | 1 | -0/+1 |
2016-05-23 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux |  Linus Torvalds | 1 | -0/+4 |
2016-05-20 | mm/vmalloc: keep a separate lazy-free list |  Chris Wilson | 1 | -1/+2 |
2016-04-05 | mm/vmap: Add a notifier for when we run out of vmap address space |  Chris Wilson | 1 | -0/+4 |
2016-01-14 | mm, vmalloc: remove VM_VPAGES |  David Rientjes | 1 | -1/+0 |
2015-11-01 | mm: get rid of 'vmalloc_info' from /proc/meminfo |  Linus Torvalds | 1 | -12/+0 |
2015-03-12 | kasan, module, vmalloc: rework shadow allocation for modules |  Andrey Ryabinin | 1 | -0/+1 |
2015-02-13 | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() |  Andrey Ryabinin | 1 | -1/+3 |
2015-02-13 | mm: vmalloc: add flag preventing guard hole allocation |  Andrey Ryabinin | 1 | -2/+7 |
2014-08-06 | mm/vmalloc.c: clean up map_vm_area third argument |  WANG Chao | 1 | -1/+1 |
2013-07-09 | mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED |  Zhang Yanfei | 1 | -6/+6 |
2013-07-03 | vmalloc: introduce remap_vmalloc_range_partial |  HATAYAMA Daisuke | 1 | -0/+4 |
2013-04-29 | kexec, vmalloc: export additional vmalloc layer information |  Atsushi Kumagai | 1 | -0/+13 |
2013-04-29 | mm, vmalloc: export vmap_area_list, instead of vmlist |  Joonsoo Kim | 1 | -2/+1 |
2013-04-29 | mm, vmalloc: move get_vmalloc_info() to vmalloc.c |  Joonsoo Kim | 1 | -0/+18 |
2012-07-30 | ARM: dma-mapping: remove custom consistent dma region |  Marek Szyprowski | 1 | -0/+1 |
2012-07-30 | mm: vmalloc: use const void * for caller argument |  Marek Szyprowski | 1 | -4/+4 |
2011-12-05 | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable |  Russell King | 1 | -0/+1 |
2011-11-18 | mm: add vm_area_add_early() |  Nicolas Pitre | 1 | -0/+1 |
2011-11-16 | xen: map foreign pages for shared rings by updating the PTEs directly |  David Vrabel | 1 | -1/+1 |
2011-10-31 | mm: avoid null pointer access in vm_struct via /proc/vmallocinfo |  Mitsuo Hayasaka | 1 | -0/+1 |
2011-03-28 | NOMMU: support SMP dynamic percpu_alloc |  Graf Yang | 1 | -0/+32 |
2011-01-13 | mm: unify module_alloc code for vmalloc |  David Rientjes | 1 | -2/+3 |
2011-01-13 | mm: remove gfp mask from pcpu_get_vm_areas |  David Rientjes | 1 | -1/+1 |
2011-01-13 | mm: remove unused get_vm_area_node |  David Rientjes | 1 | -3/+0 |
2010-12-02 | vmalloc: eagerly clear ptes on vunmap |  Jeremy Fitzhardinge | 1 | -2/+0 |
2010-10-26 | mm: add vzalloc() and vzalloc_node() helpers |  Dave Young | 1 | -0/+2 |
2010-09-08 | vmalloc: pcpu_get/free_vm_areas() aren't needed on UP |  Tejun Heo | 1 | -0/+2 |
2010-08-12 | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen |  Linus Torvalds | 1 | -0/+2 |
2010-07-27 | vmap: add flag to allow lazy unmap to be disabled at runtime |  Jeremy Fitzhardinge | 1 | -0/+2 |
2010-07-09 | x86, ioremap: Fix incorrect physical address handling in PAE mode |  Kenji Kaneshige | 1 | -1/+1 |
2009-08-14 | vmalloc: implement pcpu_get_vm_areas() |  Tejun Heo | 1 | -0/+6 |
2009-02-24 | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu |  Ingo Molnar | 1 | -0/+4 |
2009-02-24 | vmalloc: add @align to vm_area_register_early() |  Tejun Heo | 1 | -1/+1 |
2009-02-20 | vmalloc: add un/map_kernel_range_noflush() |  Tejun Heo | 1 | -0/+3 |
2009-02-20 | vmalloc: implement vm_area_register_early() |  Tejun Heo | 1 | -0/+1 |
2009-02-18 | vmalloc: add __get_vm_area_caller() |  Benjamin Herrenschmidt | 1 | -0/+4 |
2009-01-06 | mm: make vread() and vwrite() declaration |  KOSAKI Motohiro | 1 | -0/+4 |
2008-10-23 | proc: move /proc/vmallocinfo to mm/vmalloc.c |  Alexey Dobriyan | 1 | -2/+0 |
2008-10-20 | mm: rewrite vmap layer |  Nick Piggin | 1 | -1/+14 |
2008-08-16 | mm: VM_flags comment fixes |  Hugh Dickins | 1 | -2/+2 |
2008-04-28 | vmallocinfo: add caller information |  Christoph Lameter | 1 | -0/+3 |
2008-04-28 | vmalloc: show vmalloced areas via /proc/vmallocinfo |  Christoph Lameter | 1 | -0/+2 |
2008-02-05 | vmalloc: add const to void* parameters |  Christoph Lameter | 1 | -3/+3 |
2007-07-21 | i386: fix iounmap's use of vm_struct's size field |  Jeremy Fitzhardinge | 1 | -0/+7 |