aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/vmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04mm/vmalloc: fix a typo in commentJeongtae Park1-1/+1
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-21/+0
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel1-26/+69
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig1-20/+0
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-9/+8
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-9/+1
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig1-14/+6
2020-06-02mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig1-21/+14
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-2/+2
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-2/+2
2020-06-02mm: remove unmap_vmap_areaChristoph Hellwig1-9/+1
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-14/+7
2020-06-02mm: don't return the number of pages from map_kernel_range{,_noflush}Christoph Hellwig1-2/+2
2020-06-02mm: rename vmap_page_range to map_kernel_rangeChristoph Hellwig1-6/+5
2020-06-02mm: remove vmap_page_range_noflush and vunmap_page_rangeChristoph Hellwig1-58/+40
2020-06-02mm: pass addr as unsigned long to vb_freeChristoph Hellwig1-9/+7
2020-06-02mm: only allow page table mappings for built-in zsmallocChristoph Hellwig1-2/+0
2020-06-02mm: unexport unmap_kernel_range_noflushChristoph Hellwig1-1/+0
2020-06-02mm: remove __get_vm_areaChristoph Hellwig1-8/+0
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-3/+13
2020-04-07mm/vmalloc: fix a typo in commentQiujun Huang1-1/+1
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-4/+7
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar1-2/+2
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-2/+2
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-0/+8
2019-12-17kasan: don't assume percpu shadow allocations will succeedDaniel Axtens1-10/+38
2019-12-17kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin1-45/+40
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitionsIngo Molnar1-0/+8
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens1-8/+48
2019-12-01mm/vmalloc: rework vmap_area_lockUladzislau Rezki (Sony)1-30/+50
2019-12-01mm/vmalloc: add more comments to the adjust_va_to_fit_type()Uladzislau Rezki (Sony)1-0/+13
2019-12-01mm/vmalloc: respect passed gfp_mask when doing preloadingUladzislau Rezki (Sony)1-4/+4
2019-12-01mm/vmalloc: remove preempt_disable/enable when doing preloadingUladzislau Rezki (Sony)1-17/+20
2019-12-01mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allow_blocking()Liu Xiang1-1/+1
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-0/+20
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse1-3/+2
2019-09-24mm/vmalloc.c: move 'area->pages' after if statementAustin Kim1-3/+5
2019-09-24mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li1-14/+10
2019-09-24mm/vmalloc: do not keep unpurged areas in the busy treeUladzislau Rezki (Sony)1-8/+44
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig1-1/+4
2019-08-13mm/vmalloc.c: fix percpu free VM area search criteriaKuppuswamy Sathyanarayanan1-1/+11
2019-07-22mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel1-0/+9
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin1-0/+10
2019-07-12mm/vmalloc.c: spelling> s/informaion/information/Geert Uytterhoeven1-2/+2
2019-07-12mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()Uladzislau Rezki (Sony)1-15/+10
2019-07-12mm/vmalloc.c: get rid of one single unlink_va() when mergeUladzislau Rezki (Sony)1-6/+2
2019-07-12mm/vmalloc.c: preload a CPU with one object for split purposeUladzislau Rezki (Sony)1-4/+51
2019-07-12mm/vmalloc.c: remove "node" argumentUladzislau Rezki (Sony)1-2/+2
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-1/+1