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
*
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
*
mm: update the documentation for vfree
Matthew Wilcox (Oracle)
2020-10-18
1
-10
/
+11
*
mm/vmalloc.c: fix the comment of find_vm_area
Hui Su
2020-10-13
1
-2
/
+2
*
mm/vmalloc.c: update the comment in __vmalloc_area_node()
Hui Su
2020-10-13
1
-1
/
+1
*
mm/vunmap: add cond_resched() in vunmap_pmd_range
Aneesh Kumar K.V
2020-08-21
1
-0
/
+2
*
mm/vmalloc.c: remove BUG() from the find_va_links()
Uladzislau Rezki (Sony)
2020-08-07
1
-9
/
+32
*
mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()
Mike Rapoport
2020-08-07
1
-1
/
+0
*
mm/vmalloc: update the header about KVA rework
Uladzislau Rezki (Sony)
2020-08-07
1
-0
/
+1
*
mm/vmalloc: switch to "propagate()" callback
Uladzislau Rezki (Sony)
2020-08-07
1
-19
/
+6
*
mm/vmalloc: simplify augment_tree_propagate_check()
Uladzislau Rezki (Sony)
2020-08-07
1
-34
/
+8
*
mm/vmalloc: simplify merge_or_add_vmap_area()
Uladzislau Rezki (Sony)
2020-08-07
1
-11
/
+14
*
vmalloc: convert to XArray
Matthew Wilcox (Oracle)
2020-08-07
1
-29
/
+11
*
mm: move p?d_alloc_track to separate header file
Joerg Roedel
2020-08-07
1
-0
/
+1
*
mm: remove vmalloc_exec
Christoph Hellwig
2020-06-26
1
-20
/
+0
*
mm/vmalloc.c: fix a warning while make xmldocs
Masanari Iida
2020-06-26
1
-1
/
+0
*
mm/vmalloc: fix a typo in comment
Jeongtae Park
2020-06-04
1
-1
/
+1
*
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
2020-06-02
1
-21
/
+0
*
mm/vmalloc: track which page-table levels were modified
Joerg Roedel
2020-06-02
1
-26
/
+69
*
mm: remove vmalloc_user_node_flags
Christoph Hellwig
2020-06-02
1
-20
/
+0
*
mm: switch the test_vmalloc module to use __vmalloc_node
Christoph Hellwig
2020-06-02
1
-9
/
+8
*
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
2020-06-02
1
-9
/
+1
*
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
2020-06-02
1
-14
/
+6
*
mm: remove the prot argument to __vmalloc_node
Christoph Hellwig
2020-06-02
1
-21
/
+14
*
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
1
-2
/
+2
*
mm: enforce that vmap can't map pages executable
Christoph Hellwig
2020-06-02
1
-1
/
+1
*
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
2020-06-02
1
-2
/
+2
*
mm: remove unmap_vmap_area
Christoph Hellwig
2020-06-02
1
-9
/
+1
*
mm: remove map_vm_range
Christoph Hellwig
2020-06-02
1
-14
/
+7
*
mm: don't return the number of pages from map_kernel_range{,_noflush}
Christoph Hellwig
2020-06-02
1
-2
/
+2
*
mm: rename vmap_page_range to map_kernel_range
Christoph Hellwig
2020-06-02
1
-6
/
+5
*
mm: remove vmap_page_range_noflush and vunmap_page_range
Christoph Hellwig
2020-06-02
1
-58
/
+40
*
mm: pass addr as unsigned long to vb_free
Christoph Hellwig
2020-06-02
1
-9
/
+7
*
mm: only allow page table mappings for built-in zsmalloc
Christoph Hellwig
2020-06-02
1
-2
/
+0
*
mm: unexport unmap_kernel_range_noflush
Christoph Hellwig
2020-06-02
1
-1
/
+0
*
mm: remove __get_vm_area
Christoph Hellwig
2020-06-02
1
-8
/
+0
*
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
2020-04-21
1
-3
/
+13
*
mm/vmalloc: fix a typo in comment
Qiujun Huang
2020-04-07
1
-1
/
+1
*
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
[next]