index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
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: vmalloc: show number of vmalloc pages in /proc/meminfo
Roman Gushchin
2019-07-12
1
-0
/
+10
*
mm/vmalloc.c: spelling> s/informaion/information/
Geert Uytterhoeven
2019-07-12
1
-2
/
+2
*
mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()
Uladzislau Rezki (Sony)
2019-07-12
1
-15
/
+10
*
mm/vmalloc.c: get rid of one single unlink_va() when merge
Uladzislau Rezki (Sony)
2019-07-12
1
-6
/
+2
*
mm/vmalloc.c: preload a CPU with one object for split purpose
Uladzislau Rezki (Sony)
2019-07-12
1
-4
/
+51
*
mm/vmalloc.c: remove "node" argument
Uladzislau Rezki (Sony)
2019-07-12
1
-2
/
+2
*
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
2019-07-12
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-07-08
1
-11
/
+0
|
\
|
*
arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP
Ard Biesheuvel
2019-06-24
1
-11
/
+0
*
|
mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
2019-06-29
1
-2
/
+2
*
|
mm/vmalloc: Avoid rare case of flushing TLB with weird arguments
Rick Edgecombe
2019-06-03
1
-1
/
+3
*
|
mm/vmalloc: Fix calculation of direct map addr range
Rick Edgecombe
2019-06-03
1
-5
/
+5
|
/
*
mm/vmalloc.c: fix typo in comment
Andrew Morton
2019-06-02
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
2019-05-19
1
-0
/
+43
*
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
2019-05-19
1
-0
/
+48
*
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2019-05-19
1
-246
/
+758
*
mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t
Uladzislau Rezki (Sony)
2019-05-15
1
-10
/
+10
*
mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()
Uladzislau Rezki (Sony)
2019-05-15
1
-6
/
+12
*
mm/vmalloc: Add flag for freeing of special permsissions
Rick Edgecombe
2019-04-30
1
-19
/
+94
*
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2019-03-06
1
-10
/
+37
*
docs/mm: vmalloc: re-indent kernel-doc comemnts
Mike Rapoport
2019-03-06
1
-185
/
+182
*
mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
Uladzislau Rezki (Sony)
2019-03-06
1
-1
/
+5
*
vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
2019-03-06
1
-0
/
+9
*
mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()
Roman Penyaev
2019-03-06
1
-23
/
+8
*
mm/vmalloc: do not call kmemleak_free() on not yet accounted memory
Roman Penyaev
2019-03-06
1
-5
/
+11
*
mm/vmalloc: fix size check for remap_vmalloc_range_partial()
Roman Penyaev
2019-03-06
1
-1
/
+1
*
mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA
Roman Penyaev
2019-03-06
1
-2
/
+3
*
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()
Liviu Dudau
2019-03-06
1
-1
/
+1
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-2
/
+2
*
vfree: add debug might_sleep()
Andrey Ryabinin
2018-10-27
1
-0
/
+2
*
mm/vmalloc.c: improve vfree() kerneldoc
Andrey Ryabinin
2018-10-27
1
-0
/
+2
*
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
2018-08-18
1
-4
/
+0
*
mm: use octal not symbolic permissions
Joe Perches
2018-06-15
1
-2
/
+2
*
mm: vmalloc: pass proper vm_start into debugobjects
Chintan Pandya
2018-06-08
1
-4
/
+5
*
mm: vmalloc: avoid racy handling of debugobjects in vunmap
Chintan Pandya
2018-06-08
1
-1
/
+2
*
mm: vmalloc: clean up vunmap to avoid pgtable ops twice
Chintan Pandya
2018-06-08
1
-22
/
+7
*
proc: introduce proc_create_seq_private
Christoph Hellwig
2018-05-16
1
-15
/
+3
*
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2018-05-16
1
-5
/
+6
*
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
2018-02-22
1
-3
/
+7
*
Revert "vmalloc: back off when the current task is killed"
Johannes Weiner
2017-10-14
1
-6
/
+0
*
mm/vmalloc.c: don't reinvent the wheel but use existing llist API
Byungchul Park
2017-09-07
1
-6
/
+4
*
mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()
Wei Yang
2017-09-07
1
-7
/
+3
*
mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
Laura Abbott
2017-08-19
1
-5
/
+8
*
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-13
1
-1
/
+1
*
vmalloc: show lazy-purged vma info in vmallocinfo
Yisheng Xie
2017-07-11
1
-1
/
+9
*
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
2017-07-07
1
-6
/
+1
*
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
Ard Biesheuvel
2017-06-24
1
-2
/
+13
*
mm, vmalloc: fix vmalloc users tracking properly
Michal Hocko
2017-05-13
1
-1
/
+18
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-05-11
1
-1
/
+1
|
\
[next]