1. e1ca778 mm: add vzalloc() and vzalloc_node() helpers by Dave Young · 14 years ago
  2. e199b5d vmalloc: annotate lock context change on s_start/stop() by Namhyung Kim · 14 years ago
  3. 170168d vmalloc: rename temporary variable in __insert_vmap_area() by Namhyung Kim · 14 years ago
  4. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  5. 3ee48b6 mm, x86: Saving vmcore with non-lazy freeing of vmas by Cliff Wickman · 14 years ago
  6. 4f8b02b vmalloc: pcpu_get/free_vm_areas() aren't needed on UP by Tejun Heo · 14 years ago
  7. 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
  8. 51980ac mm/vmalloc.c: check kmalloc() return value by Kulikov Vasiliy · 14 years ago
  9. e7d8634 mm: use ERR_CAST by Julia Lawall · 14 years ago
  10. a0d40c8 vmap: add flag to allow lazy unmap to be disabled at runtime by Jeremy Fitzhardinge · 14 years ago
  11. ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago
  12. 02b709d mm: purge fragmented percpu vmap blocks by Nick Piggin · 14 years ago
  13. de56042 mm: percpu-vmap fix RCU list walking by Nick Piggin · 14 years ago
  14. 88f5004 vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE by Yongseok Koh · 14 years ago
  15. 976d6df vmalloc(): adjust gfp mask passed on nested vmalloc() invocation by Jan Beulich · 14 years ago
  16. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  17. 3f04ba8 vmalloc: fix use of non-existent percpu variable in put_cpu_var() by Tejun Heo · 15 years ago
  18. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  19. 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
  20. 2dca699 mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA by David Miller · 15 years ago
  21. 3700c15 mm: includecheck fix: vmalloc.c by Jaswinder Singh Rajput · 15 years ago
  22. 81ac3ad kcore: register module area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  23. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  24. d0107eb kcore: fix vread/vwrite to be aware of holes by KAMEZAWA Hiroyuki · 15 years ago
  25. dd32c27 vmalloc: unmap vmalloc area after hiding it by KAMEZAWA Hiroyuki · 15 years ago
  26. bf88c8c vmalloc.c: fix double error checking by Figo.zhang · 15 years ago
  27. ca23e40 vmalloc: implement pcpu_get_vm_areas() by Tejun Heo · 15 years ago
  28. cf88c79 vmalloc: separate out insert_vmalloc_vm() by Tejun Heo · 15 years ago
  29. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  30. 43ebdac vmalloc: use kzalloc() instead of alloc_bootmem() by Pekka Enberg · 15 years ago
  31. 89219d3 kmemleak: Add the vmalloc memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  32. 2498ce4 alloc_vmap_area: fix memory leak by Ralph Wuerthner · 15 years ago
  33. d086817 vmap: remove needless lock and list in vmap by MinChan Kim · 15 years ago
  34. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  35. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 15 years ago
  36. cbb7667 mm: fix lazy vmap purging (use-after-free error) by Vegard Nossum · 15 years ago
  37. 7766970 mm: vmap fix overflow by Nick Piggin · 15 years ago
  38. ecc25fb Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linus' into x86/core by Ingo Molnar · 15 years ago
  39. 34754b6 x86: make vmap yell louder when it is used under irqs_disabled() by Peter Zijlstra · 15 years ago
  40. 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
  41. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 15 years ago
  42. f6fcba7 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  43. 8fc4898 vmalloc: add un/map_kernel_range_noflush() by Tejun Heo · 15 years ago
  44. f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 15 years ago
  45. 7342695 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  46. c296861 vmalloc: add __get_vm_area_caller() by Benjamin Herrenschmidt · 15 years ago
  47. 46666d8 revert "mm: vmalloc use mutex for purge" by Andrew Morton · 15 years ago
  48. 822c18f alpha: fix vmalloc breakage by Ivan Kokshaysky · 15 years ago
  49. cd52858 mm: vmalloc make lazy unmapping configurable by Nick Piggin · 15 years ago
  50. e97a630 mm: vmalloc use mutex for purge by Nick Piggin · 15 years ago
  51. 8487784 mm: vmalloc improve vmallocinfo by Glauber Costa · 15 years ago
  52. c1279c4 mm: vmalloc tweak failure printk by Glauber Costa · 15 years ago
  53. 2e4e27c vmalloc.c: fix flushing in vmap_page_range() by Adam Lackorzynski · 15 years ago
  54. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  55. b29acbd mm: vmalloc fix lazy unmapping cache aliasing by Nick Piggin · 16 years ago
  56. 0ae1513 mm: vmalloc search restart fix by Glauber Costa · 16 years ago
  57. 496850e mm: vmalloc failure flush fix by Nick Piggin · 16 years ago
  58. f011c2d mm: vmalloc allocator off by one by Nick Piggin · 16 years ago
  59. 9b46333 vmap: cope with vm_unmap_aliases before vmalloc_init() by Jeremy Fitzhardinge · 16 years ago
  60. ab4f2ee [ARM] fix naming of MODULE_START / MODULE_END by Russell King · 16 years ago
  61. e99c97a mm: fix kernel-doc function notation by Randy Dunlap · 16 years ago
  62. 5f6a6a9 proc: move /proc/vmallocinfo to mm/vmalloc.c by Alexey Dobriyan · 16 years ago
  63. a50c22e mm: remove duplicated #include's by Huang Weiyi · 16 years ago
  64. b9d7ccf Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  66. 73bdf0a Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUAL by Linus Torvalds · 16 years ago
  67. 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
  68. 4c8573e Use WARN() in mm/vmalloc.c by Arjan van de Ven · 16 years ago
  69. a47a126 vmallocinfo: add NUMA information by Eric Dumazet · 16 years ago
  70. 7aa413d x86, MM: virtual address debug, cleanups by Ingo Molnar · 16 years ago
  71. 59ea746 MM: virtual address debug by Jiri Slaby · 16 years ago
  72. c85d194 docbook: fix vmalloc missing parameter notation by Randy Dunlap · 16 years ago
  73. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  74. 2301696 vmallocinfo: add caller information by Christoph Lameter · 16 years ago
  75. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 16 years ago
  76. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 16 years ago
  77. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  78. 5dc3318 mm: don't allow ioremapping of ranges larger than vmalloc space by Robert Bragg · 16 years ago
  79. e31d9eb make __vmalloc_area_node() static by Adrian Bunk · 16 years ago
  80. bf53d6f vmalloc: clean up page array indexing by Christoph Lameter · 16 years ago
  81. b3bdda0 vmalloc: add const to void* parameters by Christoph Lameter · 16 years ago
  82. 48667e7 Move vmalloc_to_page() to mm/vmalloc. by Christoph Lameter · 16 years ago
  83. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  84. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  85. 5992b6d lguest: export symbols for lguest as a module by Rusty Russell · 17 years ago
  86. 7ac674f vmalloc_32 should use GFP_KERNEL by Benjamin Herrenschmidt · 17 years ago
  87. 5f4352f Allocate and free vmalloc areas by Jeremy Fitzhardinge · 17 years ago
  88. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  89. c19c03f [POWERPC] unmap_vm_area becomes unmap_kernel_range for the public by Benjamin Herrenschmidt · 17 years ago
  90. d55e2ca Make __vunmap static by Benjamin Herrenschmidt · 17 years ago
  91. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  92. 0d08e0d [PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platforms by Andi Kleen · 17 years ago
  93. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  94. 31be830 [PATCH] Fix strange size check in __get_vm_area_node() by OGAWA Hirofumi · 18 years ago
  95. 2b4ac44 [PATCH] vmalloc: optimization, cleanup, bugfixes by Eric Dumazet · 18 years ago
  96. 5211e6e [PATCH] Fix GFP_HIGHMEM slab panic by Giridhar Pemmasani · 18 years ago
  97. 52fd24c [PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context' by Giridhar Pemmasani · 18 years ago
  98. 286e1ea [PATCH] vmalloc(): don't pass __GFP_ZERO to slab by Andrew Morton · 18 years ago
  99. c1c8897 Spelling fix: "control" instead of "cotrol" by Michael Opdenacker · 18 years ago
  100. d24afc5 [PATCH] Mark __remove_vm_area() static by Rolf Eike Beer · 18 years ago