summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-06-18debug: add more strict checking for show_regs [2/2]Jiamin Ma7-7/+89
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-04-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)1-1/+5
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-12binder: replace vmalloc range if need more memory [1/1]Tao Zeng4-0/+197
2018-12-06mm: optimize thread stack usage on arm64 [1/1]tao zeng16-0/+853
2018-08-03mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2017-07-05mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+12
2016-10-08mm: consolidate warn_alloc_failed usersMichal Hocko3-26/+20
2016-10-08mm/vmalloc.c: fix align value calculation errorzijun_hu2-14/+30
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov7-72/+31
2016-06-03mm: fix overflow in vm_map_ram()Guillermo Julián Moreno1-4/+5
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds849-20979/+103413
2016-05-21mm/vmalloc: keep a separate lazy-free listChris Wilson2-21/+21
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter9072-271375/+520187
2016-04-05mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson2-0/+31
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin1-1/+1
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-03-17mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-13/+12
2016-01-16mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang1-2/+2
2016-01-15mm, vmalloc: remove VM_VPAGESDavid Rientjes2-7/+2
2016-01-15mm/vmalloc.c: use list_{next,first}_entryGeliang Tang1-5/+4
2016-01-15vmalloc: allow to account vmalloc to memcgVladimir Davydov1-3/+3
2015-11-21mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand1-3/+2
2015-11-07mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman4-80/+194
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-11-06mm/vmalloc: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-02mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds3-64/+2
2015-04-15mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen1-18/+17
2015-04-15mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen1-21/+37
2015-04-15mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen1-1/+1
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani2-0/+14
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani1-1/+3
2015-03-13kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin5-7/+16
2015-02-14mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin10-14/+18
2015-02-14mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin2-6/+9
2014-12-13mm/vmalloc.c: fix memory ordering bugDmitry Vyukov1-2/+2
2014-12-11mm/vmalloc.c: replace printk with pr_warnPintu Kumar1-2/+1
2014-10-10mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones1-15/+5
2014-08-07mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao6-20/+11
2014-08-07mm, vmalloc: constify allocation maskDavid Rientjes1-4/+4
2014-08-07mm/vmalloc.c: add a schedule point to vmalloc()Eric Dumazet1-0/+2
2014-08-07vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim1-3/+3
2014-06-04mm/vmalloc.c: export unmap_kernel_range()Minchan Kim1-0/+1
2014-06-04mm/vmalloc.c: replace seq_printf by seq_putsFabian Frederick1-5/+5
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter9-15/+15
2014-04-07mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim1-0/+6
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza5-6/+13
2014-01-28Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc1-10/+10
[next]