summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2019-08-16mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel
2019-04-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2018-08-03mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya
2018-02-25vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko
2017-10-13Revert "vmalloc: back off when the current task is killed"Johannes Weiner
2017-09-06mm/vmalloc.c: don't reinvent the wheel but use existing llist APIByungchul Park
2017-09-06mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()Wei Yang
2017-08-18mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-10vmalloc: show lazy-purged vma info in vmallocinfoYisheng Xie
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas
2017-06-23mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-03-16mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen
2017-02-24vmalloc: back off when the current task is killedMichal Hocko
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko
2017-02-22mm/vmalloc.c: use rb_entry_safeGeliang Tang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes
2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig
2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig
2016-12-12mm: add vfree_atomic()Andrey Ryabinin
2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig
2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig
2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig
2016-12-12mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko
2016-10-07mm/vmalloc.c: fix align value calculation errorzijun_hu
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov
2016-06-03mm: fix overflow in vm_map_ram()Guillermo Julián Moreno
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-05-20mm/vmalloc: keep a separate lazy-free listChris Wilson
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter
2016-04-05mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin
2016-03-17mm: coalesce split stringsJoe Perches
2016-03-17mm/vmalloc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim
2016-01-15mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang
2016-01-14mm, vmalloc: remove VM_VPAGESDavid Rientjes