Atsushi Kumagai
|
13ba3fcbbe
kexec, vmalloc: export additional vmalloc layer information
|
12 years ago |
Joonsoo Kim
|
4341fa4547
mm, vmalloc: remove list management of vmlist after initializing vmalloc
|
12 years ago |
Joonsoo Kim
|
f1c4069e1d
mm, vmalloc: export vmap_area_list, instead of vmlist
|
12 years ago |
Joonsoo Kim
|
d4033afdf8
mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo()
|
12 years ago |
Joonsoo Kim
|
f98782ddd3
mm, vmalloc: iterate vmap_area_list in get_vmalloc_info()
|
12 years ago |
Joonsoo Kim
|
e81ce85f96
mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite()
|
12 years ago |
Joonsoo Kim
|
c69480adee
mm, vmalloc: protect va->vm by vmap_area_lock
|
12 years ago |
Joonsoo Kim
|
db3808c1ba
mm, vmalloc: move get_vmalloc_info() to vmalloc.c
|
12 years ago |
David Rientjes
|
00ef2d2f84
mm: use NUMA_NO_NODE
|
12 years ago |
Kirill A. Shutemov
|
e5adfffc85
mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD
|
12 years ago |
Kees Cook
|
45ec16908e
mm: use %pK for /proc/vmallocinfo
|
12 years ago |
Konstantin Khlebnikov
|
314e51b985
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
|
12 years ago |
Jan Kara
|
aa91c4d898
mm: make vb_alloc() more foolproof
|
13 years ago |
Hong zhi guo
|
92ca922f0a
vmalloc: walk vmap_areas by sorted list instead of rb_next()
|
13 years ago |
Linus Torvalds
|
6f51f51582
Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
|
13 years ago |
Marek Szyprowski
|
e9da6e9905
ARM: dma-mapping: remove custom consistent dma region
|
13 years ago |
Marek Szyprowski
|
5e6cafc83e
mm: vmalloc: use const void * for caller argument
|
13 years ago |
Cong Wang
|
a8e5202d09
vmalloc: remove KM_USER0 from comments
|
13 years ago |
KyongHo
|
dbda591d92
mm: fix faulty initialization in vmalloc_init()
|
13 years ago |
Thomas Meyer
|
4d67d86053
mm: use kcalloc() instead of kzalloc() to allocate array
|
13 years ago |
Cong Wang
|
9b04c5fec4
mm: remove the second argument of k[un]map_atomic()
|
13 years ago |
Kautuk Consul
|
f1db7afd91
mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path
|
13 years ago |
Minchan Kim
|
db1aecafef
mm/vmalloc.c: change void* into explict vm_struct*
|
13 years ago |
Russell King
|
2e0e943436
Merge branch 'devel-stable' into for-linus
|
13 years ago |
Kautuk Consul
|
0006526d78
mm/vmalloc.c: remove static declaration of va from __get_vm_area_node
|
13 years ago |
Mel Gorman
|
1368edf064
mm: vmalloc: check for page allocation failure before vmlist insertion
|
13 years ago |
Russell King
|
73829af71f
Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable
|
13 years ago |
Nicolas Pitre
|
be9b7335e7
mm: add vm_area_add_early()
|
14 years ago |
David Vrabel
|
cd12909cb5
xen: map foreign pages for shared rings by updating the PTEs directly
|
13 years ago |
Joe Perches
|
de7d2b567d
mm/vmalloc.c: report more vmalloc failures
|
13 years ago |