aboutsummaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2016-01-15mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang
2016-01-14mm, vmalloc: remove VM_VPAGESDavid Rientjes
2016-01-14mm/vmalloc.c: use list_{next,first}_entryGeliang Tang
2016-01-14vmalloc: allow to account vmalloc to memcgVladimir Davydov
2015-11-20mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05mm/vmalloc: use offset_in_page macroAlexander Kuleshov
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-04-15mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen
2015-04-15mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen
2015-04-15mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin
2014-12-13mm/vmalloc.c: fix memory ordering bugDmitry Vyukov
2014-12-10mm/vmalloc.c: replace printk with pr_warnPintu Kumar
2014-10-09mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao
2014-08-06mm, vmalloc: constify allocation maskDavid Rientjes
2014-08-06mm/vmalloc.c: add a schedule point to vmalloc()Eric Dumazet
2014-08-06vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim
2014-06-04mm/vmalloc.c: export unmap_kernel_range()Minchan Kim
2014-06-04mm/vmalloc.c: replace seq_printf by seq_putsFabian Frederick
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-04-07mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-01-27Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc
2014-01-21mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}Jianyu Zhan
2013-11-13mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas
2013-11-13revert mm/vmalloc.c: emit the failure message before returnWanpeng Li
2013-11-13mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...Wanpeng Li
2013-11-13mm/vmalloc: fix show vmap_area information race with vmap_area tear downWanpeng Li
2013-11-13mm/vmalloc: don't set area->caller twiceWanpeng Li
2013-11-13mm/vmalloc: use NUMA_NO_NODEJianguo Wu
2013-09-11mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm areaWanpeng Li
2013-09-11mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim
2013-09-11mm, vmalloc: remove useless variable in vmap_blockJoonsoo Kim
2013-07-09mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()Zhang Yanfei
2013-07-09vfree: don't schedule free_work() if llist_add() returns falseOleg Nesterov
2013-07-09mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_infoZhang Yanfei
2013-07-09mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei
2013-07-09mm/vmalloc.c: emit the failure message before returnZhang Yanfei
2013-07-09mm/vmalloc.c: remove alloc_map from vmap_blockZhang Yanfei
2013-07-09mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpuZhang Yanfei
2013-07-09mm/vmalloc.c: remove dead code in vb_allocZhang Yanfei
2013-07-09mm/vmalloc.c: unbreak __vunmap()Dan Carpenter
2013-07-03mm, vmalloc: use clamp() to simplify codeZhang Yanfei