index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2018-08-18
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-08
mm: vmalloc: pass proper vm_start into debugobjects
Chintan Pandya
1
-4
/
+5
2018-06-08
mm: vmalloc: avoid racy handling of debugobjects in vunmap
Chintan Pandya
1
-1
/
+2
2018-06-08
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-22
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
1
-3
/
+7
2017-10-14
Revert "vmalloc: back off when the current task is killed"
Johannes Weiner
1
-6
/
+0
2017-09-07
mm/vmalloc.c: don't reinvent the wheel but use existing llist API
Byungchul Park
1
-6
/
+4
2017-09-07
mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()
Wei Yang
1
-7
/
+3
2017-08-19
mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
Laura Abbott
1
-5
/
+8
2017-07-13
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
1
-1
/
+1
2017-07-11
vmalloc: show lazy-purged vma info in vmallocinfo
Yisheng Xie
1
-1
/
+9
2017-07-07
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
1
-6
/
+1
2017-06-24
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
Ard Biesheuvel
1
-2
/
+13
2017-05-13
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-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-7
/
+7
2017-05-09
mm, vmalloc: properly track vmalloc users
Michal Hocko
1
-11
/
+1
2017-05-09
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-17
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
2017-02-25
mm: cleanups for printing phys_addr_t and dma_addr_t
Miles Chen
1
-1
/
+1
2017-02-25
vmalloc: back off when the current task is killed
Michal Hocko
1
-0
/
+5
2017-02-23
mm, page_alloc: warn_alloc print nodemask
Michal Hocko
1
-2
/
+2
2017-02-23
mm/vmalloc.c: use rb_entry_safe
Geliang Tang
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-13
mm: add preempt points into __purge_vmap_area_lazy()
Joel Fernandes
1
-5
/
+9
2016-12-13
mm: turn vmap_purge_lock into a mutex
Christoph Hellwig
1
-7
/
+7
2016-12-13
mm: mark all calls into the vmalloc subsystem as potentially sleeping
Christoph Hellwig
1
-1
/
+6
2016-12-13
mm: add vfree_atomic()
Andrey Ryabinin
1
-6
/
+36
2016-12-13
mm: refactor __purge_vmap_area_lazy()
Christoph Hellwig
1
-45
/
+35
2016-12-13
mm: remove free_unmap_vmap_area_addr()
Christoph Hellwig
1
-13
/
+8
2016-12-13
mm: remove free_unmap_vmap_area_noflush()
Christoph Hellwig
1
-11
/
+2
2016-12-13
mm/vmalloc.c: simplify /proc/vmallocinfo implementation
zijun_hu
1
-22
/
+5
2016-10-08
mm: consolidate warn_alloc_failed users
Michal Hocko
1
-8
/
+6
2016-10-08
mm/vmalloc.c: fix align value calculation error
zijun_hu
1
-4
/
+4
2016-07-27
mm: charge/uncharge kmemcg from generic page allocator paths
Vladimir Davydov
1
-3
/
+3
2016-06-04
mm: fix overflow in vm_map_ram()
Guillermo Julián Moreno
1
-4
/
+5
2016-05-23
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+27
2016-05-21
mm/vmalloc: keep a separate lazy-free list
Chris Wilson
1
-20
/
+19
2016-04-11
Merge tag 'v4.6-rc3' into drm-intel-next-queued
Daniel Vetter
1
-16
/
+15
2016-04-05
mm/vmap: Add a notifier for when we run out of vmap address space
Chris Wilson
1
-0
/
+27
2016-03-18
mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment
Shawn Lin
1
-1
/
+1
2016-03-18
mm: coalesce split strings
Joe Perches
1
-2
/
+2
[next]