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
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
2016-03-18
mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting
Joonsoo Kim
1
-13
/
+12
2016-01-16
mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment
Wang Xiaoqiang
1
-2
/
+2
2016-01-15
mm, vmalloc: remove VM_VPAGES
David Rientjes
1
-6
/
+2
2016-01-15
mm/vmalloc.c: use list_{next,first}_entry
Geliang Tang
1
-5
/
+4
2016-01-15
vmalloc: allow to account vmalloc to memcg
Vladimir Davydov
1
-3
/
+3
2015-11-21
mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()
Jerome Marchand
1
-3
/
+2
2015-11-07
mm: page_alloc: hide some GFP internals and document the bits and flag combin...
Mel Gorman
1
-0
/
+2
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-11-06
mm/vmalloc: use offset_in_page macro
Alexander Kuleshov
1
-6
/
+6
2015-11-02
mm: get rid of 'vmalloc_info' from /proc/meminfo
Linus Torvalds
1
-47
/
+0
2015-04-16
mm/vmalloc: get rid of dirty bitmap inside vmap_block structure
Roman Pen
1
-18
/
+17
2015-04-16
mm/vmalloc: occupy newly allocated vmap block just after allocation
Roman Pen
1
-21
/
+37
2015-04-16
mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...
Roman Pen
1
-1
/
+1
2015-04-15
mm: change vunmap to tear down huge KVA mappings
Toshi Kani
1
-0
/
+4
2015-04-15
mm: change __get_vm_area_node() to use fls_long()
Toshi Kani
1
-1
/
+3
2015-03-13
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
1
-0
/
+1
2015-02-14
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
Andrey Ryabinin
1
-4
/
+6
2015-02-14
mm: vmalloc: add flag preventing guard hole allocation
Andrey Ryabinin
1
-4
/
+2
2014-12-13
mm/vmalloc.c: fix memory ordering bug
Dmitry Vyukov
1
-2
/
+2
2014-12-11
mm/vmalloc.c: replace printk with pr_warn
Pintu Kumar
1
-2
/
+1
2014-10-10
mm/vmalloc.c: use seq_open_private() instead of seq_open()
Rob Jones
1
-15
/
+5
2014-08-07
mm/vmalloc.c: clean up map_vm_area third argument
WANG Chao
1
-9
/
+5
2014-08-07
mm, vmalloc: constify allocation mask
David Rientjes
1
-4
/
+4
2014-08-07
mm/vmalloc.c: add a schedule point to vmalloc()
Eric Dumazet
1
-0
/
+2
2014-08-07
vmalloc: use rcu list iterator to reduce vmap_area_lock contention
Joonsoo Kim
1
-3
/
+3
2014-06-05
mm/vmalloc.c: export unmap_kernel_range()
Minchan Kim
1
-0
/
+1
2014-06-05
mm/vmalloc.c: replace seq_printf by seq_puts
Fabian Frederick
1
-5
/
+5
2014-06-05
mm: replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
1
-1
/
+1
2014-04-08
mm/vmalloc.c: enhance vm_map_ram() comment
Gioh Kim
1
-0
/
+6
2014-04-08
mm: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
1
-1
/
+3
2014-01-28
Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"
malc
1
-10
/
+10
2014-01-22
mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}
Jianyu Zhan
1
-10
/
+10
[next]