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 |
Joe Perches
|
3ee9a4f086
mm: neaten warn_alloc_failed
|
13 years ago |
Mitsuo Hayasaka
|
f5252e009d
mm: avoid null pointer access in vm_struct via /proc/vmallocinfo
|
13 years ago |
David Vrabel
|
461ae488ec
mm: sync vmalloc address space page tables in alloc_vm_area()
|
13 years ago |
Clemens Ladisch
|
f982f91516
mm: fix wrong vmap address calculations with odd NR_CPUS values
|
14 years ago |
Arun Sharma
|
60063497a9
atomic: use <linux/atomic.h>
|
14 years ago |
Lai Jiangshan
|
22a3c7d188
vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()
|
14 years ago |
Lai Jiangshan
|
14769de93f
vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()
|
14 years ago |
Linus Torvalds
|
dc7acbb251
Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
|
14 years ago |
Dave Hansen
|
22943ab116
mm: print vmalloc() state after allocation failures
|
14 years ago |