summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorLines
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar-2/+2
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka-2/+2
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar-0/+8
2019-12-17kasan: don't assume percpu shadow allocations will succeedDaniel Axtens-10/+38
2019-12-17kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin-45/+40
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar-0/+8
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens-8/+48
2019-12-01mm/vmalloc: rework vmap_area_lockUladzislau Rezki (Sony)-30/+50
2019-12-01mm/vmalloc: add more comments to the adjust_va_to_fit_type()Uladzislau Rezki (Sony)-0/+13
2019-12-01mm/vmalloc: respect passed gfp_mask when doing preloadingUladzislau Rezki (Sony)-4/+4
2019-12-01mm/vmalloc: remove preempt_disable/enable when doing preloadingUladzislau Rezki (Sony)-17/+20
2019-12-01mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allo...Liu Xiang-1/+1
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko-0/+20
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse-3/+2
2019-09-24mm/vmalloc.c: move 'area->pages' after if statementAustin Kim-3/+5
2019-09-24mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li-14/+10
2019-09-24mm/vmalloc: do not keep unpurged areas in the busy treeUladzislau Rezki (Sony)-8/+44
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig-1/+4
2019-08-13mm/vmalloc.c: fix percpu free VM area search criteriaKuppuswamy Sathyanarayanan-1/+11
2019-07-22mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel-0/+9
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin-0/+10
2019-07-12mm/vmalloc.c: spelling> s/informaion/information/Geert Uytterhoeven-2/+2
2019-07-12mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()Uladzislau Rezki (Sony)-15/+10
2019-07-12mm/vmalloc.c: get rid of one single unlink_va() when mergeUladzislau Rezki (Sony)-6/+2
2019-07-12mm/vmalloc.c: preload a CPU with one object for split purposeUladzislau Rezki (Sony)-4/+51
2019-07-12mm/vmalloc.c: remove "node" argumentUladzislau Rezki (Sony)-2/+2
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual-1/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-11/+0
2019-06-29mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann-2/+2
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel-11/+0
2019-06-03mm/vmalloc: Avoid rare case of flushing TLB with weird argumentsRick Edgecombe-1/+3
2019-06-03mm/vmalloc: Fix calculation of direct map addr rangeRick Edgecombe-5/+5
2019-06-01mm/vmalloc.c: fix typo in commentAndrew Morton-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-18mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)-0/+43
2019-05-18mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)-0/+48
2019-05-18mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)-246/+758
2019-05-14mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)-10/+10
2019-05-14mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)-6/+12
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe-19/+94
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport-10/+37
2019-03-05docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport-185/+182
2019-03-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)-1/+5
2019-03-05vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)-0/+9
2019-03-05mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev-23/+8
2019-03-05mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev-5/+11
2019-03-05mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev-1/+1
2019-03-05mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev-2/+3
2019-03-05mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-2/+2