aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-10-26vfree: add debug might_sleep()Andrey Ryabinin1-0/+2
2018-10-26mm/vmalloc.c: improve vfree() kerneldocAndrey Ryabinin1-0/+2
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez1-4/+0
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-2/+2
2018-06-07mm: vmalloc: pass proper vm_start into debugobjectsChintan Pandya1-4/+5
2018-06-07mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-06-07mm: vmalloc: clean up vunmap to avoid pgtable ops twiceChintan Pandya1-22/+7
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-15/+3
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-5/+6
2018-02-21vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko1-3/+7
2017-10-13Revert "vmalloc: back off when the current task is killed"Johannes Weiner1-6/+0
2017-09-06mm/vmalloc.c: don't reinvent the wheel but use existing llist APIByungchul Park1-6/+4
2017-09-06mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()Wei Yang1-7/+3
2017-08-18mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott1-5/+8
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-10vmalloc: show lazy-purged vma info in vmallocinfoYisheng Xie1-1/+9
2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas1-6/+1
2017-06-23mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+13
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko1-1/+18
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-7/+7
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko1-11/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-1/+8
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-1/+1
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