index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
mm/vmalloc: include header for prototype of set_iounmap_nonlazy
Mel Gorman
1
-0
/
+3
2021-07-01
mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
Christophe Leroy
1
-6
/
+7
2021-07-01
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-25
mm/vmalloc: unbreak kasan vmalloc support
Daniel Axtens
1
-10
/
+14
2021-06-25
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
2021-03-09
mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels
Paul E. McKenney
1
-0
/
+2
2021-02-12
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-0
/
+13
2021-01-23
mm: Make mem_obj_dump() vmalloc() dumps include start and length
Paul E. McKenney
1
-1
/
+2
2021-01-23
mm: Make mem_dump_obj() handle vmalloc() memory
Paul E. McKenney
1
-0
/
+12
2021-01-13
mm/vmalloc.c: fix potential memory leak
Miaohe Lin
1
-1
/
+3
2020-12-15
mm/vmalloc.c: fix kasan shadow poisoning size
Vincenzo Frascino
1
-1
/
+1
2020-12-15
mm/vmalloc: Fix unlock order in s_stop()
Waiman Long
1
-2
/
+2
2020-12-15
mm/vmalloc.c: remove unnecessary return statement
Baolin Wang
1
-1
/
+0
2020-12-15
mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse
Alex Shi
1
-0
/
+1
2020-12-15
mm/vmalloc: rework the drain logic
Uladzislau Rezki (Sony)
1
-40
/
+50
2020-12-15
mm/vmalloc: use free_vm_area() if an allocation fails
Uladzislau Rezki (Sony)
1
-2
/
+1
2020-12-15
mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow
Andrew Morton
1
-1
/
+3
2020-10-18
mm: remove the filename in the top of file comment in vmalloc.c
Christoph Hellwig
1
-2
/
+0
2020-10-18
mm: cleanup the gfp_mask handling in __vmalloc_area_node
Christoph Hellwig
1
-12
/
+10
2020-10-18
mm: remove alloc_vm_area
Christoph Hellwig
1
-48
/
+0
2020-10-18
mm: add a vmap_pfn function
Christoph Hellwig
1
-0
/
+45
2020-10-18
mm: add a VM_MAP_PUT_PAGES flag for vmap
Christoph Hellwig
1
-2
/
+7
2020-10-18
mm: update the documentation for vfree
Matthew Wilcox (Oracle)
1
-10
/
+11
2020-10-14
mm/vmalloc.c: fix the comment of find_vm_area
Hui Su
1
-2
/
+2
2020-10-14
mm/vmalloc.c: update the comment in __vmalloc_area_node()
Hui Su
1
-1
/
+1
2020-08-21
mm/vunmap: add cond_resched() in vunmap_pmd_range
Aneesh Kumar K.V
1
-0
/
+2
2020-08-07
mm/vmalloc.c: remove BUG() from the find_va_links()
Uladzislau Rezki (Sony)
1
-9
/
+32
2020-08-07
mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()
Mike Rapoport
1
-1
/
+0
[next]