summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorLines
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko-8/+6
2016-10-07mm/vmalloc.c: fix align value calculation errorzijun_hu-4/+4
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov-3/+3
2016-06-03mm: fix overflow in vm_map_ram()Guillermo Julián Moreno-4/+5
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+27
2016-05-20mm/vmalloc: keep a separate lazy-free listChris Wilson-20/+19
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter-16/+15
2016-04-05mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson-0/+27
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin-1/+1
2016-03-17mm: coalesce split stringsJoe Perches-2/+2
2016-03-17mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim-13/+12
2016-01-15mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang-2/+2
2016-01-14mm, vmalloc: remove VM_VPAGESDavid Rientjes-6/+2
2016-01-14mm/vmalloc.c: use list_{next,first}_entryGeliang Tang-5/+4
2016-01-14vmalloc: allow to account vmalloc to memcgVladimir Davydov-3/+3
2015-11-20mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand-3/+2
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman-0/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-1/+1
2015-11-05mm/vmalloc: use offset_in_page macroAlexander Kuleshov-6/+6
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds-47/+0
2015-04-15mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen-18/+17
2015-04-15mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen-21/+37
2015-04-15mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen-1/+1
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani-0/+4
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani-1/+3
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin-0/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin-4/+6
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin-4/+2
2014-12-13mm/vmalloc.c: fix memory ordering bugDmitry Vyukov-2/+2
2014-12-10mm/vmalloc.c: replace printk with pr_warnPintu Kumar-2/+1
2014-10-09mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones-15/+5
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao-9/+5
2014-08-06mm, vmalloc: constify allocation maskDavid Rientjes-4/+4
2014-08-06mm/vmalloc.c: add a schedule point to vmalloc()Eric Dumazet-0/+2
2014-08-06vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim-3/+3
2014-06-04mm/vmalloc.c: export unmap_kernel_range()Minchan Kim-0/+1
2014-06-04mm/vmalloc.c: replace seq_printf by seq_putsFabian Frederick-5/+5
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter-1/+1
2014-04-07mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim-0/+6
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-1/+3
2014-01-27Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc-10/+10
2014-01-21mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}Jianyu Zhan-10/+10
2013-11-13mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas-4/+10
2013-11-13revert mm/vmalloc.c: emit the failure message before returnWanpeng Li-1/+1
2013-11-13mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...Wanpeng Li-5/+5
2013-11-13mm/vmalloc: fix show vmap_area information race with vmap_area tear downWanpeng Li-8/+5
2013-11-13mm/vmalloc: don't set area->caller twiceWanpeng Li-4/+3
2013-11-13mm/vmalloc: use NUMA_NO_NODEJianguo Wu-1/+1
2013-09-11mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm areaWanpeng Li-6/+6
2013-09-11mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim-9/+6