summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2017-05-131-1/+18
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-111-1/+1
|\
| * mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli2017-05-111-1/+1
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-7/+7
* | mm, vmalloc: properly track vmalloc usersMichal Hocko2017-05-091-11/+1Star
* | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-1/+8
* | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-021-1/+1
|\ \ | |/ |/|
| * kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-021-1/+1
* | mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov2017-03-171-1/+2
* | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-21/+60
|/
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-1/+1
* mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen2017-02-251-1/+1
* vmalloc: back off when the current task is killedMichal Hocko2017-02-251-0/+5
* mm, page_alloc: warn_alloc print nodemaskMichal Hocko2017-02-231-2/+2
* mm/vmalloc.c: use rb_entry_safeGeliang Tang2017-02-231-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes2016-12-131-5/+9
* mm: turn vmap_purge_lock into a mutexChristoph Hellwig2016-12-131-7/+7
* mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig2016-12-131-1/+6
* mm: add vfree_atomic()Andrey Ryabinin2016-12-131-6/+36
* mm: refactor __purge_vmap_area_lazy()Christoph Hellwig2016-12-131-45/+35Star
* mm: remove free_unmap_vmap_area_addr()Christoph Hellwig2016-12-131-13/+8Star
* mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig2016-12-131-11/+2Star
* mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu2016-12-131-22/+5Star
* mm: consolidate warn_alloc_failed usersMichal Hocko2016-10-081-8/+6Star
* mm/vmalloc.c: fix align value calculation errorzijun_hu2016-10-081-4/+4
* mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-271-3/+3
* mm: fix overflow in vm_map_ram()Guillermo Julián Moreno2016-06-041-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/+15Star
| |\
| * | 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-211-20/+19Star
| |/ |/|
* | 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/+12Star
|/
* mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang2016-01-161-2/+2
* mm, vmalloc: remove VM_VPAGESDavid Rientjes2016-01-151-6/+2Star
* mm/vmalloc.c: use list_{next,first}_entryGeliang Tang2016-01-151-5/+4Star
* vmalloc: allow to account vmalloc to memcgVladimir Davydov2016-01-151-3/+3
* mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand2015-11-211-3/+2Star
* mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman2015-11-071-0/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* mm/vmalloc: use offset_in_page macroAlexander Kuleshov2015-11-061-6/+6
* mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-021-47/+0Star
* mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen2015-04-161-18/+17Star
* mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen2015-04-161-21/+37
* mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen2015-04-161-1/+1
* mm: change vunmap to tear down huge KVA mappingsToshi Kani2015-04-151-0/+4
* mm: change __get_vm_area_node() to use fls_long()Toshi Kani2015-04-151-1/+3
* kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2015-03-131-0/+1