index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-29
mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
1
-2
/
+2
2019-06-03
mm/vmalloc: Avoid rare case of flushing TLB with weird arguments
Rick Edgecombe
1
-1
/
+3
2019-06-03
mm/vmalloc: Fix calculation of direct map addr range
Rick Edgecombe
1
-5
/
+5
2019-06-01
mm/vmalloc.c: fix typo in comment
Andrew Morton
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-18
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+43
2019-05-18
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+48
2019-05-18
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
1
-246
/
+758
2019-05-14
mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t
Uladzislau Rezki (Sony)
1
-10
/
+10
2019-05-14
mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()
Uladzislau Rezki (Sony)
1
-6
/
+12
2019-04-30
mm/vmalloc: Add flag for freeing of special permsissions
Rick Edgecombe
1
-19
/
+94
2019-03-05
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-10
/
+37
2019-03-05
docs/mm: vmalloc: re-indent kernel-doc comemnts
Mike Rapoport
1
-185
/
+182
2019-03-05
mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
Uladzislau Rezki (Sony)
1
-1
/
+5
2019-03-05
vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
1
-0
/
+9
2019-03-05
mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()
Roman Penyaev
1
-23
/
+8
2019-03-05
mm/vmalloc: do not call kmemleak_free() on not yet accounted memory
Roman Penyaev
1
-5
/
+11
2019-03-05
mm/vmalloc: fix size check for remap_vmalloc_range_partial()
Roman Penyaev
1
-1
/
+1
2019-03-05
mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA
Roman Penyaev
1
-2
/
+3
2019-03-05
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()
Liviu Dudau
1
-1
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-2
/
+2
2018-10-26
vfree: add debug might_sleep()
Andrey Ryabinin
1
-0
/
+2
2018-10-26
mm/vmalloc.c: improve vfree() kerneldoc
Andrey Ryabinin
1
-0
/
+2
2018-08-17
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
1
-4
/
+0
2018-06-15
mm: use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2018-06-07
mm: vmalloc: pass proper vm_start into debugobjects
Chintan Pandya
1
-4
/
+5
2018-06-07
mm: vmalloc: avoid racy handling of debugobjects in vunmap
Chintan Pandya
1
-1
/
+2
2018-06-07
mm: vmalloc: clean up vunmap to avoid pgtable ops twice
Chintan Pandya
1
-22
/
+7
2018-05-16
proc: introduce proc_create_seq_private
Christoph Hellwig
1
-15
/
+3
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-5
/
+6
2018-02-21
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
1
-3
/
+7
2017-10-13
Revert "vmalloc: back off when the current task is killed"
Johannes Weiner
1
-6
/
+0
2017-09-06
mm/vmalloc.c: don't reinvent the wheel but use existing llist API
Byungchul Park
1
-6
/
+4
2017-09-06
mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()
Wei Yang
1
-7
/
+3
2017-08-18
mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
Laura Abbott
1
-5
/
+8
2017-07-12
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
1
-1
/
+1
2017-07-10
vmalloc: show lazy-purged vma info in vmallocinfo
Yisheng Xie
1
-1
/
+9
2017-07-06
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
1
-6
/
+1
2017-06-23
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
Ard Biesheuvel
1
-2
/
+13
2017-05-12
mm, vmalloc: fix vmalloc users tracking properly
Michal Hocko
1
-1
/
+18
2017-05-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2017-05-11
mm: Silence vmap() allocation failures based on caller gfp_flags
Florian Fainelli
1
-1
/
+1
2017-05-08
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-7
/
+7
2017-05-08
mm, vmalloc: properly track vmalloc users
Michal Hocko
1
-11
/
+1
2017-05-08
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-1
/
+8
2017-05-02
Merge tag 'docs-4.12' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2017-04-02
kernel-api.rst: fix a series of errors when parsing C files
mchehab@s-opensource.com
1
-1
/
+1
2017-03-16
mm: don't warn when vmalloc() fails due to a fatal signal
Dmitry Vyukov
1
-1
/
+2
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-21
/
+60
2017-03-03
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
1
-1
/
+1
[next]