1. d2440d6 Merge android-4.9.218(1caf614) into msm-4.9 by jianzhou · 4 years, 1 month ago
  2. 8c59bdc x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 1 month ago
  3. dca3398 Merge android-4.9.190 (476e7ea) into msm-4.9 by jianzhou · 4 years, 6 months ago
  4. 6c8f40d mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy() by Joerg Roedel · 4 years, 10 months ago
  5. 685434d Merge android-4.9.168 (286f971) into msm-4.9 by jianzhou · 5 years ago
  6. b82a5df Merge android-4.9.165 (72b54df) into msm-4.9 by jianzhou · 5 years ago
  7. e6bd3ed mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! by Uladzislau Rezki (Sony) · 5 years ago
  8. 5b4e779 mm/vmalloc: fix size check for remap_vmalloc_range_partial() by Roman Penyaev · 5 years ago
  9. a5718e3 Merge android-4.9.117 (8b21e85) into msm-4.9 by Minming Qi · 6 years ago
  10. 2306d887 mm: vmalloc: don't print lowmem information by Shiraz Hashim · 7 years ago
  11. e18d328 mm: vmalloc: avoid racy handling of debugobjects in vunmap by Chintan Pandya · 6 years ago
  12. cd3caa6 mm: Silence vmap() allocation failures based on caller gfp_flags by Florian Fainelli · 7 years ago
  13. 78701f1 mm: Kconfig: Add support for config size of purging vmap_area by Zhenhua Huang · 6 years ago
  14. 68b9043 mm: add preempt points into __purge_vmap_area_lazy() by Joel Fernandes · 7 years ago
  15. 9fd2c02 mm: turn vmap_purge_lock into a mutex by Christoph Hellwig · 7 years ago
  16. 4a4394c mm: mark all calls into the vmalloc subsystem as potentially sleeping by Christoph Hellwig · 7 years ago
  17. 3af922c mm: add vfree_atomic() by Andrey Ryabinin · 7 years ago
  18. 835db09 mm: refactor __purge_vmap_area_lazy() by Christoph Hellwig · 7 years ago
  19. 7df9875 mm: remove free_unmap_vmap_area_addr() by Christoph Hellwig · 7 years ago
  20. 71aadd0 mm: remove free_unmap_vmap_area_noflush() by Christoph Hellwig · 7 years ago
  21. 681ec1b Merge "mm: Update is_vmalloc_addr to account for vmalloc savings" by Linux Build Service Account · 7 years ago
  22. 4fc4856 Merge "msm: Allow lowmem to be non contiguous and mixed" by Linux Build Service Account · 7 years ago
  23. 5f54d6e Merge "Kconfig: Add menu choice option to reclaim virtual memory" by Linux Build Service Account · 7 years ago
  24. 647f605 mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings by Ard Biesheuvel · 7 years ago
  25. d0bd199 msm: Increase the kernel virtual area to include lowmem by Susheel Khiani · 9 years ago
  26. 8db21e1 mm: Update is_vmalloc_addr to account for vmalloc savings by Susheel Khiani · 11 years ago
  27. 432f166 msm: Allow lowmem to be non contiguous and mixed by Susheel Khiani · 9 years ago
  28. 7877cdc mm: consolidate warn_alloc_failed users by Michal Hocko · 8 years ago
  29. 252e5c6 mm/vmalloc.c: fix align value calculation error by zijun_hu · 8 years ago
  30. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  31. 65ee03c mm: fix overflow in vm_map_ram() by Guillermo Julián Moreno · 8 years ago
  32. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  33. 80c4bd7 mm/vmalloc: keep a separate lazy-free list by Chris Wilson · 8 years ago
  34. 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  35. 4da56b9 mm/vmap: Add a notifier for when we run out of vmap address space by Chris Wilson · 8 years ago
  36. a1c0b1a mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment by Shawn Lin · 8 years ago
  37. 756a025f0 mm: coalesce split strings by Joe Perches · 8 years ago
  38. f48d97f mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  39. 61e1655 mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment by Wang Xiaoqiang · 8 years ago
  40. 244d63e mm, vmalloc: remove VM_VPAGES by David Rientjes · 8 years ago
  41. 6219c2a mm/vmalloc.c: use list_{next,first}_entry by Geliang Tang · 8 years ago
  42. 37f08dd vmalloc: allow to account vmalloc to memcg by Vladimir Davydov · 8 years ago
  43. 7511c3e mm: vmalloc: don't remove inexistent guard hole in remove_vm_area() by Jerome Marchand · 8 years ago
  44. dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 8 years ago
  45. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 8 years ago
  46. 891c49a mm/vmalloc: use offset_in_page macro by Alexander Kuleshov · 8 years ago
  47. a5ad88c mm: get rid of 'vmalloc_info' from /proc/meminfo by Linus Torvalds · 9 years ago
  48. 7d61bfe mm/vmalloc: get rid of dirty bitmap inside vmap_block structure by Roman Pen · 9 years ago
  49. cf725ce mm/vmalloc: occupy newly allocated vmap block just after allocation by Roman Pen · 9 years ago
  50. 68ac546 mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram allocator by Roman Pen · 9 years ago
  51. b9820d8 mm: change vunmap to tear down huge KVA mappings by Toshi Kani · 9 years ago
  52. 0f616be mm: change __get_vm_area_node() to use fls_long() by Toshi Kani · 9 years ago
  53. a5af5aa kasan, module, vmalloc: rework shadow allocation for modules by Andrey Ryabinin · 9 years ago
  54. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 9 years ago
  55. 71394fe mm: vmalloc: add flag preventing guard hole allocation by Andrey Ryabinin · 9 years ago
  56. 7e5b528 mm/vmalloc.c: fix memory ordering bug by Dmitry Vyukov · 9 years ago
  57. 0cbc853 mm/vmalloc.c: replace printk with pr_warn by Pintu Kumar · 9 years ago
  58. 703394c mm/vmalloc.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  59. f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
  60. 930f036 mm, vmalloc: constify allocation mask by David Rientjes · 10 years ago
  61. 660654f mm/vmalloc.c: add a schedule point to vmalloc() by Eric Dumazet · 10 years ago
  62. 474750a vmalloc: use rcu list iterator to reduce vmap_area_lock contention by Joonsoo Kim · 10 years ago
  63. 93ef6d6 mm/vmalloc.c: export unmap_kernel_range() by Minchan Kim · 10 years ago
  64. f4527c9 mm/vmalloc.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  65. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  66. 3643763 mm/vmalloc.c: enhance vm_map_ram() comment by Gioh Kim · 10 years ago
  67. 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  68. add688f Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}" by malc · 10 years ago
  69. ece86e22 mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page} by Jianyu Zhan · 10 years ago
  70. 7f88f88 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 10 years ago
  71. b82225f3 revert mm/vmalloc.c: emit the failure message before return by Wanpeng Li · 10 years ago
  72. af12346 mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info" by Wanpeng Li · 10 years ago
  73. c2ce8c1 mm/vmalloc: fix show vmap_area information race with vmap_area tear down by Wanpeng Li · 10 years ago
  74. 3722e13 mm/vmalloc: don't set area->caller twice by Wanpeng Li · 10 years ago
  75. 4b90951 mm/vmalloc: use NUMA_NO_NODE by Jianguo Wu · 10 years ago
  76. 762216a mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm area by Wanpeng Li · 11 years ago
  77. b136be5e mm, vmalloc: use well-defined find_last_bit() func by Joonsoo Kim · 11 years ago
  78. 6b70f7d mm, vmalloc: remove useless variable in vmap_block by Joonsoo Kim · 11 years ago
  79. bcb615a mm/vmalloc.c: fix an overflow bug in alloc_vmap_area() by Zhang Yanfei · 11 years ago
  80. 59d3132 vfree: don't schedule free_work() if llist_add() returns false by Oleg Nesterov · 11 years ago
  81. d157a55 mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info by Zhang Yanfei · 11 years ago
  82. 20fc02b mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED by Zhang Yanfei · 11 years ago
  83. 46c001a mm/vmalloc.c: emit the failure message before return by Zhang Yanfei · 11 years ago
  84. b8e748b mm/vmalloc.c: remove alloc_map from vmap_block by Zhang Yanfei · 11 years ago
  85. 9da3f59 mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu by Zhang Yanfei · 11 years ago
  86. 3fcd76e mm/vmalloc.c: remove dead code in vb_alloc by Zhang Yanfei · 11 years ago
  87. ab15d9b mm/vmalloc.c: unbreak __vunmap() by Dan Carpenter · 11 years ago
  88. 0f2d4a8 mm, vmalloc: use clamp() to simplify code by Zhang Yanfei · 11 years ago
  89. f6d4800 mm, vmalloc: remove insert_vmalloc_vm() by Zhang Yanfei · 11 years ago
  90. 3645cb4 mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm() by Zhang Yanfei · 11 years ago
  91. d82b1d8 mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node() by Zhang Yanfei · 11 years ago
  92. e69e9d4a vmalloc: introduce remap_vmalloc_range_partial by HATAYAMA Daisuke · 11 years ago
  93. cef2ac3 vmalloc: make find_vm_area check in range by HATAYAMA Daisuke · 11 years ago
  94. c9fcee5 mm/vmalloc.c: add vfree comment by Andrew Morton · 11 years ago
  95. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  96. 13ba3fc kexec, vmalloc: export additional vmalloc layer information by Atsushi Kumagai · 11 years ago
  97. 4341fa4 mm, vmalloc: remove list management of vmlist after initializing vmalloc by Joonsoo Kim · 11 years ago
  98. f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 11 years ago
  99. d4033af mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo() by Joonsoo Kim · 11 years ago
  100. f98782d mm, vmalloc: iterate vmap_area_list in get_vmalloc_info() by Joonsoo Kim · 11 years ago