summaryrefslogtreecommitdiff
path: root/include/linux/memory.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-16 09:17:24 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-16 09:17:24 +0200
commit6b1ae527b1fdee86e81da0cb26ced75731c6c0fa (patch)
tree5f26d34c72969a3595369e35168bd446b5b1145a /include/linux/memory.h
parent36927e41c311d14a9682df08ff36807999001428 (diff)
downloadkernel-linux-3.18.y.tar.gz
Linux 3.18.140linux-3.18.y
Diffstat (limited to 'include/linux/memory.h')
0 files changed, 0 insertions, 0 deletions
426a955a267dba524f98f99e29bc947643'>NOMMU: support SMP dynamic percpu_allocGraf Yang 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 2010-12-02vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge 2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young 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-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 2009-08-14vmalloc: implement pcpu_get_vm_areas()Tejun Heo 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: add un/map_kernel_range_noflush()Tejun Heo 2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo 2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt