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
/
include
/
linux
/
vmalloc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
Song Liu
2022-04-19
1
-2
/
+2
*
kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
Andrey Konovalov
2022-03-24
1
-0
/
+7
*
kasan, vmalloc: drop outdated VM_KASAN comment
Andrey Konovalov
2022-03-24
1
-11
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-03-24
1
-0
/
+5
|
\
|
*
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
2022-03-08
1
-0
/
+5
*
|
mm/vmalloc: fix comments about vmap_area struct
Bang Li
2022-03-22
1
-2
/
+2
|
/
*
mm: defer kmemleak object creation of module_alloc()
Kefeng Wang
2022-01-15
1
-0
/
+7
*
mm/vmalloc: don't allow VM_NO_GUARD on vmap()
Peter Zijlstra
2021-11-06
1
-1
/
+1
*
mm/vmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
2021-11-06
1
-11
/
+11
*
mm: move ioremap_page_range to vmalloc.c
Christoph Hellwig
2021-09-08
1
-3
/
+0
*
mm: fix spelling mistakes in header files
Zhen Lei
2021-07-08
1
-2
/
+2
*
mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
Christophe Leroy
2021-06-30
1
-0
/
+7
*
mm/vmalloc: enable mapping of huge pages at pte level in vmap
Christophe Leroy
2021-06-30
1
-0
/
+8
*
mm/vmalloc: add vmalloc_no_huge
Claudio Imbrenda
2021-06-24
1
-0
/
+1
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-2
/
+2
*
mm/vmalloc: remove vwrite()
David Hildenbrand
2021-05-07
1
-1
/
+0
*
drivers/char: remove /dev/kmem for good
David Hildenbrand
2021-05-07
1
-1
/
+1
*
mm/vmalloc: remove unmap_kernel_range
Nicholas Piggin
2021-04-30
1
-7
/
+1
*
mm/vmalloc: remove map_kernel_range
Nicholas Piggin
2021-04-30
1
-11
/
+0
*
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
2021-04-30
1
-0
/
+21
*
mm: move vmap_range from mm/ioremap.c to mm/vmalloc.c
Nicholas Piggin
2021-04-30
1
-0
/
+3
*
mm/vmalloc: provide fallback arch huge vmap support functions
Nicholas Piggin
2021-04-30
1
-4
/
+20
*
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
2021-04-30
1
-0
/
+6
*
mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels
Paul E. McKenney
2021-03-08
1
-1
/
+1
*
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2021-02-12
1
-0
/
+6
|
\
|
*
mm: Make mem_dump_obj() handle vmalloc() memory
Paul E. McKenney
2021-01-22
1
-0
/
+6
*
|
mm/vmalloc: separate put pages and flush VM flags
Rick Edgecombe
2021-02-05
1
-7
/
+2
|
/
*
mm/vmalloc: rework the drain logic
Uladzislau Rezki (Sony)
2020-12-15
1
-5
/
+3
*
mm: remove alloc_vm_area
Christoph Hellwig
2020-10-18
1
-4
/
+1
*
mm: add a vmap_pfn function
Christoph Hellwig
2020-10-18
1
-0
/
+1
*
mm: add a VM_MAP_PUT_PAGES flag for vmap
Christoph Hellwig
2020-10-18
1
-0
/
+1
*
mm: remove vmalloc_exec
Christoph Hellwig
2020-06-26
1
-1
/
+0
*
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
2020-06-02
1
-2
/
+0
*
mm/vmalloc: track which page-table levels were modified
Joerg Roedel
2020-06-02
1
-0
/
+16
*
mm: remove vmalloc_user_node_flags
Christoph Hellwig
2020-06-02
1
-1
/
+0
*
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
2020-06-02
1
-2
/
+2
*
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
2020-06-02
1
-9
/
+0
*
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
1
-1
/
+1
*
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
2020-06-02
1
-2
/
+1
*
mm: remove map_vm_range
Christoph Hellwig
2020-06-02
1
-6
/
+4
*
mm: remove __get_vm_area
Christoph Hellwig
2020-06-02
1
-2
/
+0
*
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
2020-04-21
1
-1
/
+1
*
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2020-03-21
1
-2
/
+3
*
mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...
Ingo Molnar
2019-12-10
1
-0
/
+2
*
kasan: support backing vmalloc space with real shadow memory
Daniel Axtens
2019-12-01
1
-0
/
+12
*
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
1
-0
/
+1
*
mm/vmalloc: modify struct vmap_area to reduce its size
Pengfei Li
2019-09-24
1
-7
/
+13
*
vmalloc: lift the arm flag for coherent mappings to common code
Christoph Hellwig
2019-09-04
1
-0
/
+2
*
mm: vmalloc: show number of vmalloc pages in /proc/meminfo
Roman Gushchin
2019-07-12
1
-0
/
+2
*
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2019-05-18
1
-1
/
+5
[next]