summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: consolidate warn_alloc_failed usersMichal Hocko2016-10-071-8/+6
* mm/vmalloc.c: fix align value calculation errorzijun_hu2016-10-071-4/+4
* mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-261-3/+3
* mm: fix overflow in vm_map_ram()Guillermo Julián Moreno2016-06-031-4/+5
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-231-0/+27
|\
| * Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter2016-04-111-16/+15
| |\
| * | mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson2016-04-051-0/+27
* | | mm/vmalloc: keep a separate lazy-free listChris Wilson2016-05-201-20/+19
| |/ |/|
* | mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin2016-03-171-1/+1
* | mm: coalesce split stringsJoe Perches2016-03-171-2/+2
* | mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-13/+12
|/
* mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang2016-01-151-2/+2
* mm, vmalloc: remove VM_VPAGESDavid Rientjes2016-01-141-6/+2
* mm/vmalloc.c: use list_{next,first}_entryGeliang Tang2016-01-141-5/+4
* vmalloc: allow to account vmalloc to memcgVladimir Davydov2016-01-141-3/+3
* mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand2015-11-201-3/+2
* mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman2015-11-061-0/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* mm/vmalloc: use offset_in_page macroAlexander Kuleshov2015-11-051-6/+6
* mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-011-47/+0
* mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen2015-04-151-18/+17
* mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen2015-04-151-21/+37
* mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen2015-04-151-1/+1
* mm: change vunmap to tear down huge KVA mappingsToshi Kani2015-04-141-0/+4
* mm: change __get_vm_area_node() to use fls_long()Toshi Kani2015-04-141-1/+3
* kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2015-03-121-0/+1
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-4/+6
* mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin2015-02-131-4/+2
* mm/vmalloc.c: fix memory ordering bugDmitry Vyukov2014-12-131-2/+2
* mm/vmalloc.c: replace printk with pr_warnPintu Kumar2014-12-101-2/+1
* mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones2014-10-091-15/+5
* mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-061-9/+5
* mm, vmalloc: constify allocation maskDavid Rientjes2014-08-061-4/+4
* mm/vmalloc.c: add a schedule point to vmalloc()Eric Dumazet2014-08-061-0/+2
* vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim2014-08-061-3/+3
* mm/vmalloc.c: export unmap_kernel_range()Minchan Kim2014-06-041-0/+1
* mm/vmalloc.c: replace seq_printf by seq_putsFabian Frederick2014-06-041-5/+5
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-06-041-1/+1
* mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim2014-04-071-0/+6
* mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+3
* Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc2014-01-271-10/+10
* mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}Jianyu Zhan2014-01-211-10/+10
* mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2013-11-131-4/+10
* revert mm/vmalloc.c: emit the failure message before returnWanpeng Li2013-11-131-1/+1
* mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...Wanpeng Li2013-11-131-5/+5
* mm/vmalloc: fix show vmap_area information race with vmap_area tear downWanpeng Li2013-11-131-8/+5
* mm/vmalloc: don't set area->caller twiceWanpeng Li2013-11-131-4/+3
* mm/vmalloc: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
* mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm areaWanpeng Li2013-09-111-6/+6
* mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim2013-09-111-9/+6
OpenPOWER on IntegriCloud