aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov1-1/+2
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-21/+60
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen1-1/+1
2017-02-24vmalloc: back off when the current task is killedMichal Hocko1-0/+5
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko1-2/+2
2017-02-22mm/vmalloc.c: use rb_entry_safeGeliang Tang1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes1-5/+9
2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig1-7/+7
2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig1-1/+6
2016-12-12mm: add vfree_atomic()Andrey Ryabinin1-6/+36
2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig1-45/+35
2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig1-13/+8
2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig1-11/+2
2016-12-12mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu1-22/+5
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko1-8/+6
2016-10-07mm/vmalloc.c: fix align value calculation errorzijun_hu1-4/+4
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov1-3/+3
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 Torvalds1-0/+27
2016-05-20mm/vmalloc: keep a separate lazy-free listChris Wilson1-20/+19
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter1-16/+15
2016-04-05mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson1-0/+27
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin1-1/+1
2016-03-17mm: coalesce split stringsJoe Perches1-2/+2
2016-03-17mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-13/+12
2016-01-15mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang1-2/+2
2016-01-14mm, vmalloc: remove VM_VPAGESDavid Rientjes1-6/+2
2016-01-14mm/vmalloc.c: use list_{next,first}_entryGeliang Tang1-5/+4
2016-01-14vmalloc: allow to account vmalloc to memcgVladimir Davydov1-3/+3
2015-11-20mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand1-3/+2
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combinationsMel Gorman1-0/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-05mm/vmalloc: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds1-47/+0
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 allocatorRoman Pen1-1/+1
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani1-0/+4
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani1-1/+3
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin1-0/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-4/+6
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-4/+2
2014-12-13mm/vmalloc.c: fix memory ordering bugDmitry Vyukov1-2/+2
2014-12-10mm/vmalloc.c: replace printk with pr_warnPintu Kumar1-2/+1
2014-10-09mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones1-15/+5
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-9/+5
2014-08-06mm, vmalloc: constify allocation maskDavid Rientjes1-4/+4
2014-08-06mm/vmalloc.c: add a schedule point to vmalloc()Eric Dumazet1-0/+2