1. 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
  2. 3c5c3cf kasan: support backing vmalloc space with real shadow memory by Daniel Axtens · 5 years ago
  3. fc97022 bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY by Andrii Nakryiko · 5 years ago
  4. 688fcbf mm/vmalloc: modify struct vmap_area to reduce its size by Pengfei Li · 5 years ago
  5. fe9041c vmalloc: lift the arm flag for coherent mappings to common code by Christoph Hellwig · 6 years ago
  6. 97105f0 mm: vmalloc: show number of vmalloc pages in /proc/meminfo by Roman Gushchin · 6 years ago
  7. 68ad4a3 mm/vmalloc.c: keep track of free blocks for vmap allocation by Uladzislau Rezki (Sony) · 6 years ago
  8. 868b104 mm/vmalloc: Add flag for freeing of special permsissions by Rick Edgecombe · 6 years ago
  9. 3b3b1a29e mm: Use overflow helpers in kvmalloc() by Kees Cook · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 8 years ago
  12. 1f5307b mm, vmalloc: properly track vmalloc users by Michal Hocko · 8 years ago
  13. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  14. bf22e37 mm: add vfree_atomic() by Andrey Ryabinin · 8 years ago
  15. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  16. 80c4bd7 mm/vmalloc: keep a separate lazy-free list by Chris Wilson · 9 years ago
  17. 4da56b9 mm/vmap: Add a notifier for when we run out of vmap address space by Chris Wilson · 9 years ago
  18. 244d63e mm, vmalloc: remove VM_VPAGES by David Rientjes · 9 years ago
  19. a5ad88c mm: get rid of 'vmalloc_info' from /proc/meminfo by Linus Torvalds · 9 years ago
  20. a5af5aa kasan, module, vmalloc: rework shadow allocation for modules by Andrey Ryabinin · 10 years ago
  21. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 10 years ago
  22. 71394fe mm: vmalloc: add flag preventing guard hole allocation by Andrey Ryabinin · 10 years ago
  23. f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
  24. 20fc02b mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED by Zhang Yanfei · 12 years ago
  25. e69e9d4a vmalloc: introduce remap_vmalloc_range_partial by HATAYAMA Daisuke · 12 years ago
  26. 13ba3fc kexec, vmalloc: export additional vmalloc layer information by Atsushi Kumagai · 12 years ago
  27. f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 12 years ago
  28. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 12 years ago
  29. e9da6e9 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  30. 5e6cafc mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 13 years ago
  31. 73829af Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  32. be9b733 mm: add vm_area_add_early() by Nicolas Pitre · 13 years ago
  33. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  34. f5252e0 mm: avoid null pointer access in vm_struct via /proc/vmallocinfo by Mitsuo Hayasaka · 13 years ago
  35. b554cb4 NOMMU: support SMP dynamic percpu_alloc by Graf Yang · 14 years ago
  36. d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 14 years ago
  37. ec3f64f mm: remove gfp mask from pcpu_get_vm_areas by David Rientjes · 14 years ago
  38. e5a5623 mm: remove unused get_vm_area_node by David Rientjes · 14 years ago
  39. 64141da vmalloc: eagerly clear ptes on vunmap by Jeremy Fitzhardinge · 14 years ago
  40. e1ca778 mm: add vzalloc() and vzalloc_node() helpers by Dave Young · 14 years ago
  41. 4f8b02b vmalloc: pcpu_get/free_vm_areas() aren't needed on UP by Tejun Heo · 14 years ago
  42. 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
  43. a0d40c8 vmap: add flag to allow lazy unmap to be disabled at runtime by Jeremy Fitzhardinge · 15 years ago
  44. ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 15 years ago
  45. ca23e40 vmalloc: implement pcpu_get_vm_areas() by Tejun Heo · 15 years ago
  46. 0edcf8d Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
  47. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 16 years ago
  48. 8fc4898 vmalloc: add un/map_kernel_range_noflush() by Tejun Heo · 16 years ago
  49. f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 16 years ago
  50. c296861 vmalloc: add __get_vm_area_caller() by Benjamin Herrenschmidt · 16 years ago
  51. 69beeb1 mm: make vread() and vwrite() declaration by KOSAKI Motohiro · 16 years ago
  52. 5f6a6a9 proc: move /proc/vmallocinfo to mm/vmalloc.c by Alexey Dobriyan · 16 years ago
  53. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  54. 605d928 mm: VM_flags comment fixes by Hugh Dickins · 16 years ago
  55. 2301696 vmallocinfo: add caller information by Christoph Lameter · 17 years ago
  56. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 17 years ago
  57. b3bdda0 vmalloc: add const to void* parameters by Christoph Lameter · 17 years ago
  58. 9585116 i386: fix iounmap's use of vm_struct's size field by Jeremy Fitzhardinge · 17 years ago
  59. 5f4352f Allocate and free vmalloc areas by Jeremy Fitzhardinge · 17 years ago
  60. c19c03f [POWERPC] unmap_vm_area becomes unmap_kernel_range for the public by Benjamin Herrenschmidt · 18 years ago
  61. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 18 years ago
  62. 2b4ac44 [PATCH] vmalloc: optimization, cleanup, bugfixes by Eric Dumazet · 18 years ago
  63. 52fd24c [PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context' by Giridhar Pemmasani · 18 years ago
  64. d24afc5 [PATCH] Mark __remove_vm_area() static by Rolf Eike Beer · 18 years ago
  65. b221385 [PATCH] mm/: make functions static by Adrian Bunk · 18 years ago
  66. 8757d5f [PATCH] mm: fix oom roll-back of __vmalloc_area_node by Jan Kiszka · 19 years ago
  67. 8334231 [PATCH] mm: introduce remap_vmalloc_range() by Nick Piggin · 19 years ago
  68. 930fc45 [PATCH] vmalloc_node by Christoph Lameter · 19 years ago
  69. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  70. fd195c4 [PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDER by Deepak Saxena · 19 years ago
  71. 7856dfe [PATCH] x86_64: Fixed guard page handling again in iounmap by Andi Kleen · 20 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago