summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAge
* vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko2018-02-21
* Revert "vmalloc: back off when the current task is killed"Johannes Weiner2017-10-13
* mm/vmalloc.c: don't reinvent the wheel but use existing llist APIByungchul Park2017-09-06
* mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()Wei Yang2017-09-06
* mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott2017-08-18
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-12
* vmalloc: show lazy-purged vma info in vmallocinfoYisheng Xie2017-07-10
* mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas2017-07-06
* mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel2017-06-23
* mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2017-05-12
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-11
|\
| * mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli2017-05-11
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-08
* | mm, vmalloc: properly track vmalloc usersMichal Hocko2017-05-08
* | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-08
* | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-02
|\ \ | |/ |/|
| * kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-02
* | mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov2017-03-16
* | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-09
|/
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-03
* mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen2017-02-24
* vmalloc: back off when the current task is killedMichal Hocko2017-02-24
* mm, page_alloc: warn_alloc print nodemaskMichal Hocko2017-02-22
* mm/vmalloc.c: use rb_entry_safeGeliang Tang2017-02-22
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes2016-12-12
* mm: turn vmap_purge_lock into a mutexChristoph Hellwig2016-12-12
* mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig2016-12-12
* mm: add vfree_atomic()Andrey Ryabinin2016-12-12
* mm: refactor __purge_vmap_area_lazy()Christoph Hellwig2016-12-12
* mm: remove free_unmap_vmap_area_addr()Christoph Hellwig2016-12-12
* mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig2016-12-12
* mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu2016-12-12
* mm: consolidate warn_alloc_failed usersMichal Hocko2016-10-07
* mm/vmalloc.c: fix align value calculation errorzijun_hu2016-10-07
* mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-26
* mm: fix overflow in vm_map_ram()Guillermo Julián Moreno2016-06-03
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-23
|\
| * Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter2016-04-11
| |\
| * | mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson2016-04-05
* | | mm/vmalloc: keep a separate lazy-free listChris Wilson2016-05-20
| |/ |/|
* | mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin2016-03-17
* | mm: coalesce split stringsJoe Perches2016-03-17
* | mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-17
|/
* mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang2016-01-15
* mm, vmalloc: remove VM_VPAGESDavid Rientjes2016-01-14
* mm/vmalloc.c: use list_{next,first}_entryGeliang Tang2016-01-14
* vmalloc: allow to account vmalloc to memcgVladimir Davydov2016-01-14
* mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand2015-11-20
* mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman2015-11-06