Age | Commit message (Expand) | Author |
2020-06-04 | mm/vmalloc: fix a typo in comment | Jeongtae Park |
2020-06-02 | mm: remove vmalloc_sync_(un)mappings() | Joerg Roedel |
2020-06-02 | mm/vmalloc: track which page-table levels were modified | Joerg Roedel |
2020-06-02 | mm: remove vmalloc_user_node_flags | Christoph Hellwig |
2020-06-02 | mm: switch the test_vmalloc module to use __vmalloc_node | Christoph Hellwig |
2020-06-02 | mm: remove __vmalloc_node_flags_caller | Christoph Hellwig |
2020-06-02 | mm: remove both instances of __vmalloc_node_flags | Christoph Hellwig |
2020-06-02 | mm: remove the prot argument to __vmalloc_node | Christoph Hellwig |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig |
2020-06-02 | mm: enforce that vmap can't map pages executable | Christoph Hellwig |
2020-06-02 | mm: remove the prot argument from vm_map_ram | Christoph Hellwig |
2020-06-02 | mm: remove unmap_vmap_area | Christoph Hellwig |
2020-06-02 | mm: remove map_vm_range | Christoph Hellwig |
2020-06-02 | mm: don't return the number of pages from map_kernel_range{,_noflush} | Christoph Hellwig |
2020-06-02 | mm: rename vmap_page_range to map_kernel_range | Christoph Hellwig |
2020-06-02 | mm: remove vmap_page_range_noflush and vunmap_page_range | Christoph Hellwig |
2020-06-02 | mm: pass addr as unsigned long to vb_free | Christoph Hellwig |
2020-06-02 | mm: only allow page table mappings for built-in zsmalloc | Christoph Hellwig |
2020-06-02 | mm: unexport unmap_kernel_range_noflush | Christoph Hellwig |
2020-06-02 | mm: remove __get_vm_area | Christoph Hellwig |
2020-04-21 | vmalloc: fix remap_vmalloc_range() bounds checks | Jann Horn |
2020-04-07 | mm/vmalloc: fix a typo in comment | Qiujun Huang |
2020-03-21 | x86/mm: split vmalloc_sync_all() | Joerg Roedel |
2020-01-20 | Merge tag 'v5.5-rc7' into efi/core, to pick up fixes | Ingo Molnar |
2020-01-13 | mm, debug_pagealloc: don't rely on static keys too early | Vlastimil Babka |
2020-01-10 | Merge branch 'x86/mm' into efi/core, to pick up dependencies | Ingo Molnar |
2019-12-17 | kasan: don't assume percpu shadow allocations will succeed | Daniel Axtens |
2019-12-17 | kasan: fix crashes on access to memory mapped by vm_map_ram() | Andrey Ryabinin |
2019-12-10 | mm, x86/mm: Untangle address space layout definitions from basic pgtable type... | Ingo Molnar |
2019-12-01 | kasan: support backing vmalloc space with real shadow memory | Daniel Axtens |
2019-12-01 | mm/vmalloc: rework vmap_area_lock | Uladzislau Rezki (Sony) |
2019-12-01 | mm/vmalloc: add more comments to the adjust_va_to_fit_type() | Uladzislau Rezki (Sony) |
2019-12-01 | mm/vmalloc: respect passed gfp_mask when doing preloading | Uladzislau Rezki (Sony) |
2019-12-01 | mm/vmalloc: remove preempt_disable/enable when doing preloading | Uladzislau Rezki (Sony) |
2019-12-01 | mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allo... | Liu Xiang |
2019-11-18 | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY | Andrii Nakryiko |
2019-09-25 | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro | Michel Lespinasse |
2019-09-24 | mm/vmalloc.c: move 'area->pages' after if statement | Austin Kim |
2019-09-24 | mm/vmalloc: modify struct vmap_area to reduce its size | Pengfei Li |
2019-09-24 | mm/vmalloc: do not keep unpurged areas in the busy tree | Uladzislau Rezki (Sony) |
2019-09-04 | vmalloc: lift the arm flag for coherent mappings to common code | Christoph Hellwig |
2019-08-13 | mm/vmalloc.c: fix percpu free VM area search criteria | Kuppuswamy Sathyanarayanan |
2019-07-22 | mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() | Joerg Roedel |
2019-07-12 | mm: vmalloc: show number of vmalloc pages in /proc/meminfo | Roman Gushchin |
2019-07-12 | mm/vmalloc.c: spelling> s/informaion/information/ | Geert Uytterhoeven |
2019-07-12 | mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va() | Uladzislau Rezki (Sony) |
2019-07-12 | mm/vmalloc.c: get rid of one single unlink_va() when merge | Uladzislau Rezki (Sony) |
2019-07-12 | mm/vmalloc.c: preload a CPU with one object for split purpose | Uladzislau Rezki (Sony) |
2019-07-12 | mm/vmalloc.c: remove "node" argument | Uladzislau Rezki (Sony) |
2019-07-12 | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual |