index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
mm/vmalloc: be more explicit about supported gfp flags.
Michal Hocko
1
-6
/
+8
2022-01-15
mm/vmalloc: add support for __GFP_NOFAIL
Michal Hocko
1
-5
/
+17
2022-01-15
mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
Michal Hocko
1
-2
/
+21
2022-01-15
memcg: add per-memcg vmalloc stat
Shakeel Butt
1
-2
/
+11
2022-01-15
mm: defer kmemleak object creation of module_alloc()
Kefeng Wang
1
-1
/
+2
2021-11-06
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...
Chen Wandun
1
-4
/
+16
2021-11-06
mm/vmalloc: be more explicit about supported gfp flags
Michal Hocko
1
-2
/
+10
2021-11-06
kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
Kefeng Wang
1
-0
/
+1
2021-11-06
vmalloc: choose a better start address in vm_area_register_early()
Kefeng Wang
1
-6
/
+12
2021-11-06
vmalloc: back off when the current task is OOM-killed
Vasily Averin
1
-0
/
+3
2021-11-06
mm/vmalloc: check various alignments when debugging
Uladzislau Rezki (Sony)
1
-4
/
+4
2021-11-06
mm/vmalloc: do not adjust the search size for alignment overhead
Uladzislau Rezki (Sony)
1
-9
/
+13
2021-11-06
mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo
Eric Dumazet
1
-1
/
+2
2021-11-06
mm/vmalloc: make show_numa_info() aware of hugepage mappings
Eric Dumazet
1
-3
/
+3
2021-11-06
mm/vmalloc: don't allow VM_NO_GUARD on vmap()
Peter Zijlstra
1
-0
/
+7
2021-11-06
mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()
Vasily Averin
1
-3
/
+4
2021-10-28
mm/vmalloc: fix numa spreading for large hash tables
Chen Wandun
1
-6
/
+9
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+17
2021-09-08
mm: don't allow executable ioremap mappings
Christoph Hellwig
1
-1
/
+1
2021-09-08
mm: move ioremap_page_range to vmalloc.c
Christoph Hellwig
1
-5
/
+17
2021-09-03
mm/vmalloc: fix wrong behavior in vread
Chen Wandun
1
-1
/
+28
2021-09-03
mm/vmalloc: remove gfpflags_allow_blocking() check
Uladzislau Rezki (Sony)
1
-10
/
+8
2021-09-03
mm/vmalloc: use batched page requests in bulk-allocator
Uladzislau Rezki (Sony)
1
-5
/
+27
2021-07-01
mm/vmalloc: include header for prototype of set_iounmap_nonlazy
Mel Gorman
1
-0
/
+3
2021-06-30
mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
Christophe Leroy
1
-6
/
+7
2021-06-30
mm/vmalloc: enable mapping of huge pages at pte level in vmap
Christophe Leroy
1
-3
/
+18
2021-06-29
mm: vmalloc: add cond_resched() in __vunmap()
Rafael Aquini
1
-0
/
+1
2021-06-29
mm/vmalloc: fallback to a single page allocator
Uladzislau Rezki
1
-29
/
+52
2021-06-29
mm/vmalloc: remove quoted strings split across lines
Uladzislau Rezki (Sony)
1
-12
/
+9
2021-06-29
mm/vmalloc: print a warning message first on failure
Uladzislau Rezki (Sony)
1
-1
/
+1
2021-06-29
mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()
Uladzislau Rezki (Sony)
1
-34
/
+42
2021-06-24
mm/vmalloc: unbreak kasan vmalloc support
Daniel Axtens
1
-10
/
+14
2021-06-24
mm/vmalloc: add vmalloc_no_huge
Claudio Imbrenda
1
-0
/
+17
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-3
/
+3
2021-05-07
mm/vmalloc: remove vwrite()
David Hildenbrand
1
-115
/
+1
2021-05-07
drivers/char: remove /dev/kmem for good
David Hildenbrand
1
-1
/
+1
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
1
-1
/
+1
2021-04-30
mm/vmalloc: remove an empty line
Uladzislau Rezki (Sony)
1
-1
/
+0
2021-04-30
mm/vmalloc: refactor the preloading loagic
Uladzislau Rezki (Sony)
1
-33
/
+27
2021-04-30
mm: vmalloc: prevent use after free in _vm_unmap_aliases
Vijayanand Jitta
1
-1
/
+1
2021-04-30
mm/vmalloc: improve allocation failure error messages
Nicholas Piggin
1
-13
/
+27
2021-04-30
mm/vmalloc: remove unmap_kernel_range
Nicholas Piggin
1
-31
/
+28
2021-04-30
mm/vmalloc: remove map_kernel_range
Nicholas Piggin
1
-37
/
+28
2021-04-30
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
1
-47
/
+173
2021-04-30
mm/vmalloc: add vmap_range_noflush variant
Nicholas Piggin
1
-3
/
+13
2021-04-30
mm: move vmap_range from mm/ioremap.c to mm/vmalloc.c
Nicholas Piggin
1
-0
/
+202
2021-04-30
mm/vmalloc: rename vmap_*_range vmap_pages_*_range
Nicholas Piggin
1
-8
/
+8
2021-04-30
mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
Nicholas Piggin
1
-15
/
+26
2021-04-30
mm/vmalloc: use rb_tree instead of list for vread() lookups
Serapheim Dimitropoulos
1
-1
/
+4
2021-04-30
mm: unexport remap_vmalloc_range_partial
Christoph Hellwig
1
-1
/
+0
[next]