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