1. e81ce85 mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite() by Joonsoo Kim · 11 years ago
  2. c69480a mm, vmalloc: protect va->vm by vmap_area_lock by Joonsoo Kim · 11 years ago
  3. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 11 years ago
  4. 32fcfd4 make vfree() safe to call from interrupt contexts by Al Viro · 11 years ago
  5. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 11 years ago
  6. e5adfff mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD by Kirill A. Shutemov · 11 years ago
  7. 45ec169 mm: use %pK for /proc/vmallocinfo by Kees Cook · 12 years ago
  8. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  9. aa91c4d mm: make vb_alloc() more foolproof by Jan Kara · 12 years ago
  10. 92ca922 vmalloc: walk vmap_areas by sorted list instead of rb_next() by Hong zhi guo · 12 years ago
  11. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  12. e9da6e9 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  13. 5e6cafc mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 12 years ago
  14. a8e5202 vmalloc: remove KM_USER0 from comments by Cong Wang · 12 years ago
  15. dbda591 mm: fix faulty initialization in vmalloc_init() by KyongHo · 12 years ago
  16. 4d67d86 mm: use kcalloc() instead of kzalloc() to allocate array by Thomas Meyer · 12 years ago
  17. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  18. f1db7af mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path by Kautuk Consul · 12 years ago
  19. db1aeca mm/vmalloc.c: change void* into explict vm_struct* by Minchan Kim · 12 years ago
  20. 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 12 years ago
  21. 0006526 mm/vmalloc.c: remove static declaration of va from __get_vm_area_node by Kautuk Consul · 12 years ago
  22. 1368edf mm: vmalloc: check for page allocation failure before vmlist insertion by Mel Gorman · 12 years ago
  23. 73829af Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 12 years ago
  24. be9b733 mm: add vm_area_add_early() by Nicolas Pitre · 13 years ago
  25. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  26. de7d2b5 mm/vmalloc.c: report more vmalloc failures by Joe Perches · 13 years ago
  27. 3ee9a4f mm: neaten warn_alloc_failed by Joe Perches · 13 years ago
  28. f5252e0 mm: avoid null pointer access in vm_struct via /proc/vmallocinfo by Mitsuo Hayasaka · 13 years ago
  29. 461ae48 mm: sync vmalloc address space page tables in alloc_vm_area() by David Vrabel · 13 years ago
  30. f982f91 mm: fix wrong vmap address calculations with odd NR_CPUS values by Clemens Ladisch · 13 years ago
  31. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  32. 22a3c7d vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu() by Lai Jiangshan · 13 years ago
  33. 14769de vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu() by Lai Jiangshan · 13 years ago
  34. dc7acbb Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  35. 22943ab mm: print vmalloc() state after allocation failures by Dave Hansen · 13 years ago
  36. 248ac0e mm/vmalloc: remove guard page from between vmap blocks by Johannes Weiner · 13 years ago
  37. ef69194 vmalloc: remove vmalloc_sync_all() from alloc_vm_area() by Jeremy Fitzhardinge · 13 years ago
  38. a42931b vmalloc: remove confusing comment on vwrite() by Namhyung Kim · 13 years ago
  39. 8969960 mm: vmap area cache by Nick Piggin · 13 years ago
  40. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  41. ddf9c6d vmalloc: remove redundant unlikely() by Tobias Klauser · 13 years ago
  42. d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 13 years ago
  43. ec3f64f mm: remove gfp mask from pcpu_get_vm_areas by David Rientjes · 13 years ago
  44. e5a5623 mm: remove unused get_vm_area_node by David Rientjes · 13 years ago
  45. 62c70bc mm: convert sprintf_symbol to %pS by Joe Perches · 13 years ago
  46. 81e88fd ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support by Huang Ying · 13 years ago
  47. 64141da vmalloc: eagerly clear ptes on vunmap by Jeremy Fitzhardinge · 13 years ago
  48. e1ca778 mm: add vzalloc() and vzalloc_node() helpers by Dave Young · 14 years ago
  49. e199b5d vmalloc: annotate lock context change on s_start/stop() by Namhyung Kim · 14 years ago
  50. 170168d vmalloc: rename temporary variable in __insert_vmap_area() by Namhyung Kim · 14 years ago
  51. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  52. 3ee48b6 mm, x86: Saving vmcore with non-lazy freeing of vmas by Cliff Wickman · 14 years ago
  53. 4f8b02b vmalloc: pcpu_get/free_vm_areas() aren't needed on UP by Tejun Heo · 14 years ago
  54. 26f0cf9 Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  55. 51980ac mm/vmalloc.c: check kmalloc() return value by Kulikov Vasiliy · 14 years ago
  56. e7d8634 mm: use ERR_CAST by Julia Lawall · 14 years ago
  57. a0d40c8 vmap: add flag to allow lazy unmap to be disabled at runtime by Jeremy Fitzhardinge · 14 years ago
  58. ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago
  59. 02b709d mm: purge fragmented percpu vmap blocks by Nick Piggin · 14 years ago
  60. de56042 mm: percpu-vmap fix RCU list walking by Nick Piggin · 14 years ago
  61. 88f5004 vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE by Yongseok Koh · 14 years ago
  62. 976d6df vmalloc(): adjust gfp mask passed on nested vmalloc() invocation by Jan Beulich · 14 years ago
  63. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  64. 3f04ba8 vmalloc: fix use of non-existent percpu variable in put_cpu_var() by Tejun Heo · 15 years ago
  65. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  66. b924f95 Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. 2dca699 mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA by David Miller · 15 years ago
  68. 3700c15 mm: includecheck fix: vmalloc.c by Jaswinder Singh Rajput · 15 years ago
  69. 81ac3ad kcore: register module area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  70. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  71. d0107eb kcore: fix vread/vwrite to be aware of holes by KAMEZAWA Hiroyuki · 15 years ago
  72. dd32c27 vmalloc: unmap vmalloc area after hiding it by KAMEZAWA Hiroyuki · 15 years ago
  73. bf88c8c vmalloc.c: fix double error checking by Figo.zhang · 15 years ago
  74. ca23e40 vmalloc: implement pcpu_get_vm_areas() by Tejun Heo · 15 years ago
  75. cf88c79 vmalloc: separate out insert_vmalloc_vm() by Tejun Heo · 15 years ago
  76. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  77. 43ebdac vmalloc: use kzalloc() instead of alloc_bootmem() by Pekka Enberg · 15 years ago
  78. 89219d3 kmemleak: Add the vmalloc memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  79. 2498ce4 alloc_vmap_area: fix memory leak by Ralph Wuerthner · 15 years ago
  80. d086817 vmap: remove needless lock and list in vmap by MinChan Kim · 15 years ago
  81. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  82. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 15 years ago
  83. cbb7667 mm: fix lazy vmap purging (use-after-free error) by Vegard Nossum · 15 years ago
  84. 7766970 mm: vmap fix overflow by Nick Piggin · 15 years ago
  85. ecc25fb Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linus' into x86/core by Ingo Molnar · 15 years ago
  86. 34754b6 x86: make vmap yell louder when it is used under irqs_disabled() by Peter Zijlstra · 15 years ago
  87. 0edcf8d Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 15 years ago
  88. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 15 years ago
  89. f6fcba7 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  90. 8fc4898 vmalloc: add un/map_kernel_range_noflush() by Tejun Heo · 15 years ago
  91. f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 15 years ago
  92. 7342695 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  93. c296861 vmalloc: add __get_vm_area_caller() by Benjamin Herrenschmidt · 15 years ago
  94. 46666d8 revert "mm: vmalloc use mutex for purge" by Andrew Morton · 15 years ago
  95. 822c18f alpha: fix vmalloc breakage by Ivan Kokshaysky · 15 years ago
  96. cd52858 mm: vmalloc make lazy unmapping configurable by Nick Piggin · 15 years ago
  97. e97a630 mm: vmalloc use mutex for purge by Nick Piggin · 15 years ago
  98. 8487784 mm: vmalloc improve vmallocinfo by Glauber Costa · 15 years ago
  99. c1279c4 mm: vmalloc tweak failure printk by Glauber Costa · 15 years ago
  100. 2e4e27c vmalloc.c: fix flushing in vmap_page_range() by Adam Lackorzynski · 15 years ago