index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-5
/
+17
|
\
|
*
mm: don't allow executable ioremap mappings
Christoph Hellwig
2021-09-08
1
-1
/
+1
|
*
mm: move ioremap_page_range to vmalloc.c
Christoph Hellwig
2021-09-08
1
-5
/
+17
*
|
mm/vmalloc: fix wrong behavior in vread
Chen Wandun
2021-09-03
1
-1
/
+28
*
|
mm/vmalloc: remove gfpflags_allow_blocking() check
Uladzislau Rezki (Sony)
2021-09-03
1
-10
/
+8
*
|
mm/vmalloc: use batched page requests in bulk-allocator
Uladzislau Rezki (Sony)
2021-09-03
1
-5
/
+27
|
/
*
mm/vmalloc: include header for prototype of set_iounmap_nonlazy
Mel Gorman
2021-07-01
1
-0
/
+3
*
mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
Christophe Leroy
2021-06-30
1
-6
/
+7
*
mm/vmalloc: enable mapping of huge pages at pte level in vmap
Christophe Leroy
2021-06-30
1
-3
/
+18
*
mm: vmalloc: add cond_resched() in __vunmap()
Rafael Aquini
2021-06-29
1
-0
/
+1
*
mm/vmalloc: fallback to a single page allocator
Uladzislau Rezki
2021-06-29
1
-29
/
+52
*
mm/vmalloc: remove quoted strings split across lines
Uladzislau Rezki (Sony)
2021-06-29
1
-12
/
+9
*
mm/vmalloc: print a warning message first on failure
Uladzislau Rezki (Sony)
2021-06-29
1
-1
/
+1
*
mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()
Uladzislau Rezki (Sony)
2021-06-29
1
-34
/
+42
*
mm/vmalloc: unbreak kasan vmalloc support
Daniel Axtens
2021-06-24
1
-10
/
+14
*
mm/vmalloc: add vmalloc_no_huge
Claudio Imbrenda
2021-06-24
1
-0
/
+17
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-3
/
+3
*
mm/vmalloc: remove vwrite()
David Hildenbrand
2021-05-07
1
-115
/
+1
*
drivers/char: remove /dev/kmem for good
David Hildenbrand
2021-05-07
1
-1
/
+1
*
mm/mempool: minor coding style tweaks
Zhiyuan Dai
2021-05-05
1
-1
/
+1
*
mm/vmalloc: remove an empty line
Uladzislau Rezki (Sony)
2021-04-30
1
-1
/
+0
*
mm/vmalloc: refactor the preloading loagic
Uladzislau Rezki (Sony)
2021-04-30
1
-33
/
+27
*
mm: vmalloc: prevent use after free in _vm_unmap_aliases
Vijayanand Jitta
2021-04-30
1
-1
/
+1
*
mm/vmalloc: improve allocation failure error messages
Nicholas Piggin
2021-04-30
1
-13
/
+27
*
mm/vmalloc: remove unmap_kernel_range
Nicholas Piggin
2021-04-30
1
-31
/
+28
*
mm/vmalloc: remove map_kernel_range
Nicholas Piggin
2021-04-30
1
-37
/
+28
*
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
2021-04-30
1
-47
/
+173
*
mm/vmalloc: add vmap_range_noflush variant
Nicholas Piggin
2021-04-30
1
-3
/
+13
*
mm: move vmap_range from mm/ioremap.c to mm/vmalloc.c
Nicholas Piggin
2021-04-30
1
-0
/
+202
*
mm/vmalloc: rename vmap_*_range vmap_pages_*_range
Nicholas Piggin
2021-04-30
1
-8
/
+8
*
mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
Nicholas Piggin
2021-04-30
1
-15
/
+26
*
mm/vmalloc: use rb_tree instead of list for vread() lookups
Serapheim Dimitropoulos
2021-04-30
1
-1
/
+4
*
mm: unexport remap_vmalloc_range_partial
Christoph Hellwig
2021-04-30
1
-1
/
+0
*
mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels
Paul E. McKenney
2021-03-08
1
-0
/
+2
*
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2021-02-12
1
-0
/
+13
|
\
|
*
mm: Make mem_obj_dump() vmalloc() dumps include start and length
Paul E. McKenney
2021-01-22
1
-1
/
+2
|
*
mm: Make mem_dump_obj() handle vmalloc() memory
Paul E. McKenney
2021-01-22
1
-0
/
+12
*
|
mm/vmalloc.c: fix potential memory leak
Miaohe Lin
2021-01-12
1
-1
/
+3
|
/
*
mm/vmalloc.c: fix kasan shadow poisoning size
Vincenzo Frascino
2020-12-15
1
-1
/
+1
*
mm/vmalloc: Fix unlock order in s_stop()
Waiman Long
2020-12-15
1
-2
/
+2
*
mm/vmalloc.c: remove unnecessary return statement
Baolin Wang
2020-12-15
1
-1
/
+0
*
mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse
Alex Shi
2020-12-15
1
-0
/
+1
*
mm/vmalloc: rework the drain logic
Uladzislau Rezki (Sony)
2020-12-15
1
-40
/
+50
*
mm/vmalloc: use free_vm_area() if an allocation fails
Uladzislau Rezki (Sony)
2020-12-15
1
-2
/
+1
*
mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow
Andrew Morton
2020-12-15
1
-1
/
+3
*
mm: remove the filename in the top of file comment in vmalloc.c
Christoph Hellwig
2020-10-18
1
-2
/
+0
*
mm: cleanup the gfp_mask handling in __vmalloc_area_node
Christoph Hellwig
2020-10-18
1
-12
/
+10
*
mm: remove alloc_vm_area
Christoph Hellwig
2020-10-18
1
-48
/
+0
*
mm: add a vmap_pfn function
Christoph Hellwig
2020-10-18
1
-0
/
+45
*
mm: add a VM_MAP_PUT_PAGES flag for vmap
Christoph Hellwig
2020-10-18
1
-2
/
+7
[next]