index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2020-03-21
1
-4
/
+7
*
Merge tag 'v5.5-rc7' into efi/core, to pick up fixes
Ingo Molnar
2020-01-20
1
-2
/
+2
|
\
|
*
mm, debug_pagealloc: don't rely on static keys too early
Vlastimil Babka
2020-01-13
1
-2
/
+2
*
|
Merge branch 'x86/mm' into efi/core, to pick up dependencies
Ingo Molnar
2020-01-10
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
mm, x86/mm: Untangle address space layout definitions from basic pgtable type...
Ingo Molnar
2019-12-10
1
-0
/
+8
*
|
kasan: don't assume percpu shadow allocations will succeed
Daniel Axtens
2019-12-17
1
-10
/
+38
*
|
kasan: fix crashes on access to memory mapped by vm_map_ram()
Andrey Ryabinin
2019-12-17
1
-45
/
+40
|
/
*
kasan: support backing vmalloc space with real shadow memory
Daniel Axtens
2019-12-01
1
-8
/
+48
*
mm/vmalloc: rework vmap_area_lock
Uladzislau Rezki (Sony)
2019-12-01
1
-30
/
+50
*
mm/vmalloc: add more comments to the adjust_va_to_fit_type()
Uladzislau Rezki (Sony)
2019-12-01
1
-0
/
+13
*
mm/vmalloc: respect passed gfp_mask when doing preloading
Uladzislau Rezki (Sony)
2019-12-01
1
-4
/
+4
*
mm/vmalloc: remove preempt_disable/enable when doing preloading
Uladzislau Rezki (Sony)
2019-12-01
1
-17
/
+20
*
mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allo...
Liu Xiang
2019-12-01
1
-1
/
+1
*
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
1
-0
/
+20
*
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
2019-09-25
1
-3
/
+2
*
mm/vmalloc.c: move 'area->pages' after if statement
Austin Kim
2019-09-24
1
-3
/
+5
*
mm/vmalloc: modify struct vmap_area to reduce its size
Pengfei Li
2019-09-24
1
-14
/
+10
*
mm/vmalloc: do not keep unpurged areas in the busy tree
Uladzislau Rezki (Sony)
2019-09-24
1
-8
/
+44
*
vmalloc: lift the arm flag for coherent mappings to common code
Christoph Hellwig
2019-09-04
1
-1
/
+4
*
mm/vmalloc.c: fix percpu free VM area search criteria
Kuppuswamy Sathyanarayanan
2019-08-13
1
-1
/
+11
*
mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()
Joerg Roedel
2019-07-22
1
-0
/
+9
*
mm: vmalloc: show number of vmalloc pages in /proc/meminfo
Roman Gushchin
2019-07-12
1
-0
/
+10
*
mm/vmalloc.c: spelling> s/informaion/information/
Geert Uytterhoeven
2019-07-12
1
-2
/
+2
*
mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()
Uladzislau Rezki (Sony)
2019-07-12
1
-15
/
+10
*
mm/vmalloc.c: get rid of one single unlink_va() when merge
Uladzislau Rezki (Sony)
2019-07-12
1
-6
/
+2
*
mm/vmalloc.c: preload a CPU with one object for split purpose
Uladzislau Rezki (Sony)
2019-07-12
1
-4
/
+51
*
mm/vmalloc.c: remove "node" argument
Uladzislau Rezki (Sony)
2019-07-12
1
-2
/
+2
*
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
2019-07-12
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-07-08
1
-11
/
+0
|
\
|
*
arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP
Ard Biesheuvel
2019-06-24
1
-11
/
+0
*
|
mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
2019-06-29
1
-2
/
+2
*
|
mm/vmalloc: Avoid rare case of flushing TLB with weird arguments
Rick Edgecombe
2019-06-03
1
-1
/
+3
*
|
mm/vmalloc: Fix calculation of direct map addr range
Rick Edgecombe
2019-06-03
1
-5
/
+5
|
/
*
mm/vmalloc.c: fix typo in comment
Andrew Morton
2019-06-01
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
2019-05-18
1
-0
/
+43
*
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
2019-05-18
1
-0
/
+48
*
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2019-05-18
1
-246
/
+758
*
mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t
Uladzislau Rezki (Sony)
2019-05-14
1
-10
/
+10
*
mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()
Uladzislau Rezki (Sony)
2019-05-14
1
-6
/
+12
*
mm/vmalloc: Add flag for freeing of special permsissions
Rick Edgecombe
2019-04-30
1
-19
/
+94
*
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2019-03-05
1
-10
/
+37
*
docs/mm: vmalloc: re-indent kernel-doc comemnts
Mike Rapoport
2019-03-05
1
-185
/
+182
*
mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
Uladzislau Rezki (Sony)
2019-03-05
1
-1
/
+5
*
vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
2019-03-05
1
-0
/
+9
*
mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()
Roman Penyaev
2019-03-05
1
-23
/
+8
*
mm/vmalloc: do not call kmemleak_free() on not yet accounted memory
Roman Penyaev
2019-03-05
1
-5
/
+11
*
mm/vmalloc: fix size check for remap_vmalloc_range_partial()
Roman Penyaev
2019-03-05
1
-1
/
+1
*
mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA
Roman Penyaev
2019-03-05
1
-2
/
+3
*
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()
Liviu Dudau
2019-03-05
1
-1
/
+1
[next]