Age | Commit message (Expand) | Author | Files | Lines |
2021-03-09 | mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels | Paul E. McKenney | 1 | -1/+1 |
2021-02-12 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+6 |
2021-02-05 | mm/vmalloc: separate put pages and flush VM flags | Rick Edgecombe | 1 | -7/+2 |
2021-01-23 | mm: Make mem_dump_obj() handle vmalloc() memory | Paul E. McKenney | 1 | -0/+6 |
2020-12-15 | mm/vmalloc: rework the drain logic | Uladzislau Rezki (Sony) | 1 | -5/+3 |
2020-10-18 | mm: remove alloc_vm_area | Christoph Hellwig | 1 | -4/+1 |
2020-10-18 | mm: add a vmap_pfn function | Christoph Hellwig | 1 | -0/+1 |
2020-10-18 | mm: add a VM_MAP_PUT_PAGES flag for vmap | Christoph Hellwig | 1 | -0/+1 |
2020-06-26 | mm: remove vmalloc_exec | Christoph Hellwig | 1 | -1/+0 |
2020-06-02 | mm: remove vmalloc_sync_(un)mappings() | Joerg Roedel | 1 | -2/+0 |
2020-06-02 | mm/vmalloc: track which page-table levels were modified | Joerg Roedel | 1 | -0/+16 |
2020-06-02 | mm: remove vmalloc_user_node_flags | Christoph Hellwig | 1 | -1/+0 |
2020-06-02 | mm: remove __vmalloc_node_flags_caller | Christoph Hellwig | 1 | -2/+2 |
2020-06-02 | mm: remove both instances of __vmalloc_node_flags | Christoph Hellwig | 1 | -9/+0 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -1/+1 |
2020-06-02 | mm: remove the prot argument from vm_map_ram | Christoph Hellwig | 1 | -2/+1 |
2020-06-02 | mm: remove map_vm_range | Christoph Hellwig | 1 | -6/+4 |
2020-06-02 | mm: remove __get_vm_area | Christoph Hellwig | 1 | -2/+0 |
2020-04-21 | vmalloc: fix remap_vmalloc_range() bounds checks | Jann Horn | 1 | -1/+1 |
2020-03-22 | x86/mm: split vmalloc_sync_all() | Joerg Roedel | 1 | -2/+3 |
2019-12-10 | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar | 1 | -0/+2 |
2019-12-01 | kasan: support backing vmalloc space with real shadow memory | Daniel Axtens | 1 | -0/+12 |
2019-11-18 | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY | Andrii Nakryiko | 1 | -0/+1 |
2019-09-25 | mm/vmalloc: modify struct vmap_area to reduce its size | Pengfei Li | 1 | -7/+13 |
2019-09-04 | vmalloc: lift the arm flag for coherent mappings to common code | Christoph Hellwig | 1 | -0/+2 |
2019-07-12 | mm: vmalloc: show number of vmalloc pages in /proc/meminfo | Roman Gushchin | 1 | -0/+2 |
2019-05-19 | mm/vmalloc.c: keep track of free blocks for vmap allocation | Uladzislau Rezki (Sony) | 1 | -1/+5 |
2019-04-30 | mm/vmalloc: Add flag for freeing of special permsissions | Rick Edgecombe | 1 | -0/+15 |
2018-06-05 | mm: Use overflow helpers in kvmalloc() | Kees Cook | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-13 | mm, vmalloc: fix vmalloc users tracking properly | Michal Hocko | 1 | -15/+6 |
2017-05-09 | mm, vmalloc: properly track vmalloc users | Michal Hocko | 1 | -0/+19 |
2017-05-09 | mm: introduce kv[mz]alloc helpers | Michal Hocko | 1 | -0/+1 |
2016-12-13 | mm: add vfree_atomic() | Andrey Ryabinin | 1 | -0/+1 |
2016-05-23 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+4 |
2016-05-21 | mm/vmalloc: keep a separate lazy-free list | Chris Wilson | 1 | -1/+2 |
2016-04-05 | mm/vmap: Add a notifier for when we run out of vmap address space | Chris Wilson | 1 | -0/+4 |
2016-01-15 | mm, vmalloc: remove VM_VPAGES | David Rientjes | 1 | -1/+0 |
2015-11-02 | mm: get rid of 'vmalloc_info' from /proc/meminfo | Linus Torvalds | 1 | -12/+0 |
2015-03-13 | kasan, module, vmalloc: rework shadow allocation for modules | Andrey Ryabinin | 1 | -0/+1 |
2015-02-14 | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() | Andrey Ryabinin | 1 | -1/+3 |
2015-02-14 | mm: vmalloc: add flag preventing guard hole allocation | Andrey Ryabinin | 1 | -2/+7 |
2014-08-07 | mm/vmalloc.c: clean up map_vm_area third argument | WANG Chao | 1 | -1/+1 |
2013-07-09 | mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED | Zhang Yanfei | 1 | -6/+6 |
2013-07-04 | vmalloc: introduce remap_vmalloc_range_partial | HATAYAMA Daisuke | 1 | -0/+4 |
2013-04-30 | kexec, vmalloc: export additional vmalloc layer information | Atsushi Kumagai | 1 | -0/+13 |
2013-04-30 | mm, vmalloc: export vmap_area_list, instead of vmlist | Joonsoo Kim | 1 | -2/+1 |
2013-04-30 | mm, vmalloc: move get_vmalloc_info() to vmalloc.c | Joonsoo Kim | 1 | -0/+18 |
2012-07-30 | ARM: dma-mapping: remove custom consistent dma region | Marek Szyprowski | 1 | -0/+1 |
2012-07-30 | mm: vmalloc: use const void * for caller argument | Marek Szyprowski | 1 | -4/+4 |