index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-02-24
mm: cleanups for printing phys_addr_t and dma_addr_t
Miles Chen
1
-1
/
+1
2017-02-24
vmalloc: back off when the current task is killed
Michal Hocko
1
-0
/
+5
2017-02-22
mm, page_alloc: warn_alloc print nodemask
Michal Hocko
1
-2
/
+2
2017-02-22
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-12
mm: add preempt points into __purge_vmap_area_lazy()
Joel Fernandes
1
-5
/
+9
2016-12-12
mm: turn vmap_purge_lock into a mutex
Christoph Hellwig
1
-7
/
+7
2016-12-12
mm: mark all calls into the vmalloc subsystem as potentially sleeping
Christoph Hellwig
1
-1
/
+6
2016-12-12
mm: add vfree_atomic()
Andrey Ryabinin
1
-6
/
+36
2016-12-12
mm: refactor __purge_vmap_area_lazy()
Christoph Hellwig
1
-45
/
+35
2016-12-12
mm: remove free_unmap_vmap_area_addr()
Christoph Hellwig
1
-13
/
+8
2016-12-12
mm: remove free_unmap_vmap_area_noflush()
Christoph Hellwig
1
-11
/
+2
2016-12-12
mm/vmalloc.c: simplify /proc/vmallocinfo implementation
zijun_hu
1
-22
/
+5
2016-10-07
mm: consolidate warn_alloc_failed users
Michal Hocko
1
-8
/
+6
2016-10-07
mm/vmalloc.c: fix align value calculation error
zijun_hu
1
-4
/
+4
2016-07-26
mm: charge/uncharge kmemcg from generic page allocator paths
Vladimir Davydov
1
-3
/
+3
2016-06-03
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-20
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-17
mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment
Shawn Lin
1
-1
/
+1
2016-03-17
mm: coalesce split strings
Joe Perches
1
-2
/
+2
2016-03-17
mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting
Joonsoo Kim
1
-13
/
+12
2016-01-15
mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment
Wang Xiaoqiang
1
-2
/
+2
2016-01-14
mm, vmalloc: remove VM_VPAGES
David Rientjes
1
-6
/
+2
2016-01-14
mm/vmalloc.c: use list_{next,first}_entry
Geliang Tang
1
-5
/
+4
2016-01-14
vmalloc: allow to account vmalloc to memcg
Vladimir Davydov
1
-3
/
+3
2015-11-20
mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()
Jerome Marchand
1
-3
/
+2
2015-11-06
mm: page_alloc: hide some GFP internals and document the bits and flag combin...
Mel Gorman
1
-0
/
+2
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-11-05
mm/vmalloc: use offset_in_page macro
Alexander Kuleshov
1
-6
/
+6
2015-11-01
mm: get rid of 'vmalloc_info' from /proc/meminfo
Linus Torvalds
1
-47
/
+0
2015-04-15
mm/vmalloc: get rid of dirty bitmap inside vmap_block structure
Roman Pen
1
-18
/
+17
2015-04-15
mm/vmalloc: occupy newly allocated vmap block just after allocation
Roman Pen
1
-21
/
+37
2015-04-15
mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...
Roman Pen
1
-1
/
+1
2015-04-14
mm: change vunmap to tear down huge KVA mappings
Toshi Kani
1
-0
/
+4
2015-04-14
mm: change __get_vm_area_node() to use fls_long()
Toshi Kani
1
-1
/
+3
2015-03-12
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
1
-0
/
+1
2015-02-13
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
Andrey Ryabinin
1
-4
/
+6
2015-02-13
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-10
mm/vmalloc.c: replace printk with pr_warn
Pintu Kumar
1
-2
/
+1
2014-10-09
mm/vmalloc.c: use seq_open_private() instead of seq_open()
Rob Jones
1
-15
/
+5
2014-08-06
mm/vmalloc.c: clean up map_vm_area third argument
WANG Chao
1
-9
/
+5
[next]