1. 22a3c7d vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu() by Lai Jiangshan · 13 years ago
  2. 14769de vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu() by Lai Jiangshan · 13 years ago
  3. 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
  4. 22943ab mm: print vmalloc() state after allocation failures by Dave Hansen · 13 years ago
  5. 248ac0e mm/vmalloc: remove guard page from between vmap blocks by Johannes Weiner · 13 years ago
  6. ef69194 vmalloc: remove vmalloc_sync_all() from alloc_vm_area() by Jeremy Fitzhardinge · 14 years ago
  7. a42931b vmalloc: remove confusing comment on vwrite() by Namhyung Kim · 13 years ago
  8. 8969960 mm: vmap area cache by Nick Piggin · 13 years ago
  9. 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
  10. ddf9c6d vmalloc: remove redundant unlikely() by Tobias Klauser · 13 years ago
  11. d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 13 years ago
  12. ec3f64f mm: remove gfp mask from pcpu_get_vm_areas by David Rientjes · 13 years ago
  13. e5a5623 mm: remove unused get_vm_area_node by David Rientjes · 13 years ago
  14. 62c70bc mm: convert sprintf_symbol to %pS by Joe Perches · 13 years ago
  15. 81e88fd ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support by Huang Ying · 13 years ago
  16. 64141da vmalloc: eagerly clear ptes on vunmap by Jeremy Fitzhardinge · 14 years ago
  17. e1ca778 mm: add vzalloc() and vzalloc_node() helpers by Dave Young · 14 years ago
  18. e199b5d vmalloc: annotate lock context change on s_start/stop() by Namhyung Kim · 14 years ago
  19. 170168d vmalloc: rename temporary variable in __insert_vmap_area() by Namhyung Kim · 14 years ago
  20. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  21. 3ee48b6 mm, x86: Saving vmcore with non-lazy freeing of vmas by Cliff Wickman · 14 years ago
  22. 4f8b02b vmalloc: pcpu_get/free_vm_areas() aren't needed on UP by Tejun Heo · 14 years ago
  23. 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
  24. 51980ac mm/vmalloc.c: check kmalloc() return value by Kulikov Vasiliy · 14 years ago
  25. e7d8634 mm: use ERR_CAST by Julia Lawall · 14 years ago
  26. a0d40c8 vmap: add flag to allow lazy unmap to be disabled at runtime by Jeremy Fitzhardinge · 14 years ago
  27. ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago
  28. 02b709d mm: purge fragmented percpu vmap blocks by Nick Piggin · 14 years ago
  29. de56042 mm: percpu-vmap fix RCU list walking by Nick Piggin · 14 years ago
  30. 88f5004 vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE by Yongseok Koh · 14 years ago
  31. 976d6df vmalloc(): adjust gfp mask passed on nested vmalloc() invocation by Jan Beulich · 14 years ago
  32. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  33. 3f04ba8 vmalloc: fix use of non-existent percpu variable in put_cpu_var() by Tejun Heo · 15 years ago
  34. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  35. 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
  36. 2dca699 mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA by David Miller · 15 years ago
  37. 3700c15 mm: includecheck fix: vmalloc.c by Jaswinder Singh Rajput · 15 years ago
  38. 81ac3ad kcore: register module area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  39. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  40. d0107eb kcore: fix vread/vwrite to be aware of holes by KAMEZAWA Hiroyuki · 15 years ago
  41. dd32c27 vmalloc: unmap vmalloc area after hiding it by KAMEZAWA Hiroyuki · 15 years ago
  42. bf88c8c vmalloc.c: fix double error checking by Figo.zhang · 15 years ago
  43. ca23e40 vmalloc: implement pcpu_get_vm_areas() by Tejun Heo · 15 years ago
  44. cf88c79 vmalloc: separate out insert_vmalloc_vm() by Tejun Heo · 15 years ago
  45. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  46. 43ebdac vmalloc: use kzalloc() instead of alloc_bootmem() by Pekka Enberg · 15 years ago
  47. 89219d3 kmemleak: Add the vmalloc memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  48. 2498ce4 alloc_vmap_area: fix memory leak by Ralph Wuerthner · 15 years ago
  49. d086817 vmap: remove needless lock and list in vmap by MinChan Kim · 15 years ago
  50. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  51. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 15 years ago
  52. cbb7667 mm: fix lazy vmap purging (use-after-free error) by Vegard Nossum · 15 years ago
  53. 7766970 mm: vmap fix overflow by Nick Piggin · 15 years ago
  54. ecc25fb Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linus' into x86/core by Ingo Molnar · 15 years ago
  55. 34754b6 x86: make vmap yell louder when it is used under irqs_disabled() by Peter Zijlstra · 15 years ago
  56. 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
  57. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 15 years ago
  58. f6fcba7 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  59. 8fc4898 vmalloc: add un/map_kernel_range_noflush() by Tejun Heo · 15 years ago
  60. f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 15 years ago
  61. 7342695 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 15 years ago
  62. c296861 vmalloc: add __get_vm_area_caller() by Benjamin Herrenschmidt · 15 years ago
  63. 46666d8 revert "mm: vmalloc use mutex for purge" by Andrew Morton · 15 years ago
  64. 822c18f alpha: fix vmalloc breakage by Ivan Kokshaysky · 15 years ago
  65. cd52858 mm: vmalloc make lazy unmapping configurable by Nick Piggin · 15 years ago
  66. e97a630 mm: vmalloc use mutex for purge by Nick Piggin · 15 years ago
  67. 8487784 mm: vmalloc improve vmallocinfo by Glauber Costa · 15 years ago
  68. c1279c4 mm: vmalloc tweak failure printk by Glauber Costa · 15 years ago
  69. 2e4e27c vmalloc.c: fix flushing in vmap_page_range() by Adam Lackorzynski · 15 years ago
  70. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 15 years ago
  71. b29acbd mm: vmalloc fix lazy unmapping cache aliasing by Nick Piggin · 16 years ago
  72. 0ae1513 mm: vmalloc search restart fix by Glauber Costa · 16 years ago
  73. 496850e mm: vmalloc failure flush fix by Nick Piggin · 16 years ago
  74. f011c2d mm: vmalloc allocator off by one by Nick Piggin · 16 years ago
  75. 9b46333 vmap: cope with vm_unmap_aliases before vmalloc_init() by Jeremy Fitzhardinge · 16 years ago
  76. ab4f2ee [ARM] fix naming of MODULE_START / MODULE_END by Russell King · 16 years ago
  77. e99c97a mm: fix kernel-doc function notation by Randy Dunlap · 16 years ago
  78. 5f6a6a9 proc: move /proc/vmallocinfo to mm/vmalloc.c by Alexey Dobriyan · 16 years ago
  79. a50c22e mm: remove duplicated #include's by Huang Weiyi · 16 years ago
  80. 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
  81. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  82. 73bdf0a Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUAL by Linus Torvalds · 16 years ago
  83. 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
  84. 4c8573e Use WARN() in mm/vmalloc.c by Arjan van de Ven · 16 years ago
  85. a47a126 vmallocinfo: add NUMA information by Eric Dumazet · 16 years ago
  86. 7aa413d x86, MM: virtual address debug, cleanups by Ingo Molnar · 16 years ago
  87. 59ea746 MM: virtual address debug by Jiri Slaby · 16 years ago
  88. c85d194 docbook: fix vmalloc missing parameter notation by Randy Dunlap · 16 years ago
  89. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  90. 2301696 vmallocinfo: add caller information by Christoph Lameter · 16 years ago
  91. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 16 years ago
  92. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 16 years ago
  93. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  94. 5dc3318 mm: don't allow ioremapping of ranges larger than vmalloc space by Robert Bragg · 16 years ago
  95. e31d9eb make __vmalloc_area_node() static by Adrian Bunk · 16 years ago
  96. bf53d6f vmalloc: clean up page array indexing by Christoph Lameter · 16 years ago
  97. b3bdda0 vmalloc: add const to void* parameters by Christoph Lameter · 16 years ago
  98. 48667e7 Move vmalloc_to_page() to mm/vmalloc. by Christoph Lameter · 16 years ago
  99. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  100. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago