1. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  2. a6cf4e0 mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro by Uladzislau Rezki (Sony) · 6 years ago
  3. bb850f4 mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro by Uladzislau Rezki (Sony) · 6 years ago
  4. 68ad4a3 mm/vmalloc.c: keep track of free blocks for vmap allocation by Uladzislau Rezki (Sony) · 6 years ago
  5. 4d36e6f mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t by Uladzislau Rezki (Sony) · 6 years ago
  6. 68571be9 mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy() by Uladzislau Rezki (Sony) · 6 years ago
  7. 868b104 mm/vmalloc: Add flag for freeing of special permsissions by Rick Edgecombe · 6 years ago
  8. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  9. 92eac16 docs/mm: vmalloc: re-indent kernel-doc comemnts by Mike Rapoport · 6 years ago
  10. afd0738 mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! by Uladzislau Rezki (Sony) · 6 years ago
  11. 153178e vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE by Uladzislau Rezki (Sony) · 6 years ago
  12. bc84c53 mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() by Roman Penyaev · 6 years ago
  13. c67dc62 mm/vmalloc: do not call kmemleak_free() on not yet accounted memory by Roman Penyaev · 6 years ago
  14. 401592d mm/vmalloc: fix size check for remap_vmalloc_range_partial() by Roman Penyaev · 6 years ago
  15. 5a82ac7 mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA by Roman Penyaev · 6 years ago
  16. 6ade203 mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() by Liviu Dudau · 6 years ago
  17. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  18. a8dda16 vfree: add debug might_sleep() by Andrey Ryabinin · 6 years ago
  19. 3ca4ea3 mm/vmalloc.c: improve vfree() kerneldoc by Andrey Ryabinin · 6 years ago
  20. 1a9b4b3 mm: provide a fallback for PAGE_KERNEL_EXEC for architectures by Luis R. Rodriguez · 6 years ago
  21. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
  22. 05e3ff9 mm: vmalloc: pass proper vm_start into debugobjects by Chintan Pandya · 7 years ago
  23. f3c01d2 mm: vmalloc: avoid racy handling of debugobjects in vunmap by Chintan Pandya · 7 years ago
  24. 82a2e92 mm: vmalloc: clean up vunmap to avoid pgtable ops twice by Chintan Pandya · 7 years ago
  25. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  26. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  27. 698d083 vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems by Michal Hocko · 7 years ago
  28. b8c8a33 Revert "vmalloc: back off when the current task is killed" by Johannes Weiner · 7 years ago
  29. 894e58c mm/vmalloc.c: don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
  30. c568da2 mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas() by Wei Yang · 7 years ago
  31. 704b862 mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM by Laura Abbott · 7 years ago
  32. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  33. 78c7274 vmalloc: show lazy-purged vma info in vmallocinfo by Yisheng Xie · 7 years ago
  34. 94f4a16 mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects by Catalin Marinas · 7 years ago
  35. 029c54b mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings by Ard Biesheuvel · 8 years ago
  36. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 8 years ago
  37. e47b40a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  38. 03497d7 mm: Silence vmap() allocation failures based on caller gfp_flags by Florian Fainelli · 8 years ago
  39. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  40. 1f5307b mm, vmalloc: properly track vmalloc users by Michal Hocko · 8 years ago
  41. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  42. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  43. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
  44. 171012f mm: don't warn when vmalloc() fails due to a fatal signal by Dmitry Vyukov · 8 years ago
  45. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  46. c3edc40 sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  47. 199eaa0 mm: cleanups for printing phys_addr_t and dma_addr_t by Miles Chen · 8 years ago
  48. 5d17a73 vmalloc: back off when the current task is killed by Michal Hocko · 8 years ago
  49. a8e9925 mm, page_alloc: warn_alloc print nodemask by Michal Hocko · 8 years ago
  50. 4583e77 mm/vmalloc.c: use rb_entry_safe by Geliang Tang · 8 years ago
  51. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  52. 763b218 mm: add preempt points into __purge_vmap_area_lazy() by Joel Fernandes · 8 years ago
  53. f9e0997 mm: turn vmap_purge_lock into a mutex by Christoph Hellwig · 8 years ago
  54. 5803ed2 mm: mark all calls into the vmalloc subsystem as potentially sleeping by Christoph Hellwig · 8 years ago
  55. bf22e37 mm: add vfree_atomic() by Andrey Ryabinin · 8 years ago
  56. 0574ecd mm: refactor __purge_vmap_area_lazy() by Christoph Hellwig · 8 years ago
  57. 9c3acf6 mm: remove free_unmap_vmap_area_addr() by Christoph Hellwig · 8 years ago
  58. c8eef01 mm: remove free_unmap_vmap_area_noflush() by Christoph Hellwig · 8 years ago
  59. 3f50006 mm/vmalloc.c: simplify /proc/vmallocinfo implementation by zijun_hu · 8 years ago
  60. 7877cdc mm: consolidate warn_alloc_failed users by Michal Hocko · 8 years ago
  61. 252e5c6 mm/vmalloc.c: fix align value calculation error by zijun_hu · 8 years ago
  62. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  63. 65ee03c mm: fix overflow in vm_map_ram() by Guillermo Julián Moreno · 9 years ago
  64. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  65. 80c4bd7 mm/vmalloc: keep a separate lazy-free list by Chris Wilson · 9 years ago
  66. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  67. 4da56b9 mm/vmap: Add a notifier for when we run out of vmap address space by Chris Wilson · 9 years ago
  68. a1c0b1a mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment by Shawn Lin · 9 years ago
  69. 756a025 mm: coalesce split strings by Joe Perches · 9 years ago
  70. f48d97f mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 9 years ago
  71. 61e1655 mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment by Wang Xiaoqiang · 9 years ago
  72. 244d63e mm, vmalloc: remove VM_VPAGES by David Rientjes · 9 years ago
  73. 6219c2a mm/vmalloc.c: use list_{next,first}_entry by Geliang Tang · 9 years ago
  74. 37f08dd vmalloc: allow to account vmalloc to memcg by Vladimir Davydov · 9 years ago
  75. 7511c3e mm: vmalloc: don't remove inexistent guard hole in remove_vm_area() by Jerome Marchand · 9 years ago
  76. dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 9 years ago
  77. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  78. 891c49a mm/vmalloc: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  79. a5ad88c mm: get rid of 'vmalloc_info' from /proc/meminfo by Linus Torvalds · 9 years ago
  80. 7d61bfe mm/vmalloc: get rid of dirty bitmap inside vmap_block structure by Roman Pen · 10 years ago
  81. cf725ce mm/vmalloc: occupy newly allocated vmap block just after allocation by Roman Pen · 10 years ago
  82. 68ac546 mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram allocator by Roman Pen · 10 years ago
  83. b9820d8 mm: change vunmap to tear down huge KVA mappings by Toshi Kani · 10 years ago
  84. 0f616be mm: change __get_vm_area_node() to use fls_long() by Toshi Kani · 10 years ago
  85. a5af5aa kasan, module, vmalloc: rework shadow allocation for modules by Andrey Ryabinin · 10 years ago
  86. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 10 years ago
  87. 71394fe mm: vmalloc: add flag preventing guard hole allocation by Andrey Ryabinin · 10 years ago
  88. 7e5b528 mm/vmalloc.c: fix memory ordering bug by Dmitry Vyukov · 10 years ago
  89. 0cbc853 mm/vmalloc.c: replace printk with pr_warn by Pintu Kumar · 10 years ago
  90. 703394c mm/vmalloc.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  91. f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
  92. 930f036 mm, vmalloc: constify allocation mask by David Rientjes · 10 years ago
  93. 660654f mm/vmalloc.c: add a schedule point to vmalloc() by Eric Dumazet · 10 years ago
  94. 474750a vmalloc: use rcu list iterator to reduce vmap_area_lock contention by Joonsoo Kim · 10 years ago
  95. 93ef6d6c mm/vmalloc.c: export unmap_kernel_range() by Minchan Kim · 11 years ago
  96. f4527c9 mm/vmalloc.c: replace seq_printf by seq_puts by Fabian Frederick · 11 years ago
  97. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 11 years ago
  98. 3643763 mm/vmalloc.c: enhance vm_map_ram() comment by Gioh Kim · 11 years ago
  99. 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  100. add688f Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}" by malc · 11 years ago