1. 312fcae zsmalloc: support compaction by Minchan Kim · 10 years ago
  2. c780626 zsmalloc: factor out obj_[malloc|free] by Minchan Kim · 10 years ago
  3. 2e40e16 zsmalloc: decouple handle and object by Minchan Kim · 10 years ago
  4. 018e9a4 mm/compaction.c: fix "suitable_migration_target() unused" warning by Andrew Morton · 10 years ago
  5. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 10 years ago
  6. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 10 years ago
  7. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 10 years ago
  8. 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 10 years ago
  9. 9239361 mm/mempool.c: kasan: poison mempool elements by Andrey Ryabinin · 10 years ago
  10. bda6d33 mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE() by Andrew Morton · 10 years ago
  11. 2e32b94 mm: cma: add functions to get region pages counters by Dmitry Safonov · 10 years ago
  12. 79553da thp: cleanup khugepaged startup by Kirill A. Shutemov · 10 years ago
  13. e39155e mm: uninline and cleanup page-mapping related helpers by Kirill A. Shutemov · 10 years ago
  14. 99e8ea6 mm: cma: add trace events for CMA allocations and freeings by Stefan Strogin · 10 years ago
  15. cdd7875 include/linux/mm.h: simplify flag check by Borislav Petkov · 10 years ago
  16. 6a4055b mm/memblock.c: add debug output for memblock_add() by Alexander Kuleshov · 10 years ago
  17. 7e1f049 mm: hugetlb: cleanup using paeg_huge_active() by Naoya Horiguchi · 10 years ago
  18. bcc5422 mm: hugetlb: introduce page_huge_active by Naoya Horiguchi · 10 years ago
  19. 822fc61 mm: don't call __page_cache_release for hugetlb by Naoya Horiguchi · 10 years ago
  20. 9fcd145 mm/mmap.c: use while instead of if+goto by Rasmus Villemoes · 10 years ago
  21. 215ba78 mm, selftests: test return value of munmap for MAP_HUGETLB memory by David Rientjes · 10 years ago
  22. 80d6b94 mm, doc: cleanup and clarify munmap behavior for hugetlb memory by David Rientjes · 10 years ago
  23. ae7efa5 thp: do not adjust zone water marks if khugepaged is not started by Kirill A. Shutemov · 10 years ago
  24. 65ebb64 thp: handle errors in hugepage_init() properly by Kirill A. Shutemov · 10 years ago
  25. bdfedb7 mm, mempool: poison elements backed by slab allocator by David Rientjes · 10 years ago
  26. e244c9e mm, mempool: disallow mempools based on slab caches with constructors by David Rientjes · 10 years ago
  27. ee14624 fs, jfs: remove slab object constructor by David Rientjes · 10 years ago
  28. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 10 years ago
  29. 9d8c47e mm: use READ_ONCE() for non-scalar types by Jason Low · 10 years ago
  30. 6cd57613 mm/mremap.c: clean up goto just return ERR_PTR by Derek · 10 years ago
  31. 1221518 mremap should return -ENOMEM when __vm_enough_memory fail by Derek · 10 years ago
  32. 7d61bfe mm/vmalloc: get rid of dirty bitmap inside vmap_block structure by Roman Pen · 10 years ago
  33. cf725ce mm/vmalloc: occupy newly allocated vmap block just after allocation by Roman Pen · 10 years ago
  34. 68ac546 mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram allocator by Roman Pen · 10 years ago
  35. 8c9b970 hugetlbfs: document min_size mount option and cleanup by Mike Kravetz · 10 years ago
  36. 7ca02d0 hugetlbfs: accept subpool min_size mount option and setup accordingly by Mike Kravetz · 10 years ago
  37. 1c5ecae hugetlbfs: add minimum size accounting to subpools by Mike Kravetz · 10 years ago
  38. c6a9182 hugetlbfs: add minimum size tracking fields to subpool structure by Mike Kravetz · 10 years ago
  39. 195b0c6 mm/compaction: reset compaction scanner positions by Gioh Kim · 10 years ago
  40. 3b36369 mm, memcg: sync allocation and memcg charge gfp flags for THP by Michal Hocko · 10 years ago
  41. cc5993b mm: rename deactivate_page to deactivate_file_page by Minchan Kim · 10 years ago
  42. 922c055 Documentation/vm/unevictable-lru.txt: document interaction between compaction and the unevictable LRU by Eric B Munson · 10 years ago
  43. 5bbe354 mm: allow compaction of unevictable pages by Eric B Munson · 10 years ago
  44. a4bb3ec mm/page-writeback: check-before-clear PageReclaim by Naoya Horiguchi · 10 years ago
  45. b3b3a99 mm/migrate: check-before-clear PageSwapCache by Naoya Horiguchi · 10 years ago
  46. 8d63d99 mm: avoid tail page refcounting on non-THP compound pages by Kirill A. Shutemov · 10 years ago
  47. e8c6158 mm: consolidate all page-flags helpers in <linux/page-flags.h> by Kirill A. Shutemov · 10 years ago
  48. 64d37a2 mm/memory-failure.c: define page types for action_result() in one place by Naoya Horiguchi · 10 years ago
  49. 2564f68 memcg: remove obsolete comment by Vladimir Davydov · 10 years ago
  50. adbe427 memcg: zap mem_cgroup_lookup() by Vladimir Davydov · 10 years ago
  51. d7e4a2e mm: refactor zone_movable_is_highmem() by Zhang Zhen · 10 years ago
  52. bdddbcd mm/oom_kill.c: fix typo in comment by Yaowei Bai · 10 years ago
  53. f2b91d8 vfs: delete vfs_readdir function declaration by Zhang Zhen · 10 years ago
  54. 9df47ba f2fs: change 0 to false for bool type by Taehee Yoo · 10 years ago
  55. e7c8241 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
  56. d0a3997 Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  57. aa219a0 Merge tag 'drm-intel-next-fixes-2015-04-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  58. 4a11248 Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  59. 52139bd Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 10 years ago
  60. fc16fc4 Merge branch 'drm-next-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  61. 6b9107d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 10 years ago
  62. 074975d bnx2x: Fix busy_poll vs netpoll by Eric Dumazet · 10 years ago
  63. 6d50ff9 Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  64. 48b6377 net: hip04: Make tx coalesce timer actually work by Thomas Gleixner · 10 years ago
  65. eccd02f crypto: fix mis-merge with the networking merge by Linus Torvalds · 10 years ago
  66. 5fa0fa4 powercap / RAPL: Add support for Intel Skylake processors by Brian Bian · 10 years ago
  67. 64df1fd cpufreq: intel_pstate: Fix an annoying !CONFIG_SMP warning by Borislav Petkov · 10 years ago
  68. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  69. e44740c Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  70. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  71. 6a82ba6 intel_pstate: Change the setpoint for Atom params by Kristen Carlson Accardi · 10 years ago
  72. c1c2fef Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' into for-4.1 by Doug Ledford · 10 years ago
  73. 50c6a66 powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range() by Scott Wood · 10 years ago
  74. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  75. 59d2d18 mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architectures by Honggang LI · 10 years ago
  76. ba943fb IB/iser: Rewrite bounce buffer code path by Sagi Grimberg · 10 years ago
  77. 4fcd1470 IB/iser: Bump version to 1.6 by Sagi Grimberg · 10 years ago
  78. ad1e567 IB/iser: Remove code duplication for a single DMA entry by Sagi Grimberg · 10 years ago
  79. 6ef8bb8 IB/iser: Pass struct iser_mem_reg to iser_fast_reg_mr and iser_reg_sig_mr by Sagi Grimberg · 10 years ago
  80. 90a6684 IB/iser: Modify struct iser_mem_reg members by Sagi Grimberg · 10 years ago
  81. 8b95aa2 IB/iser: Make fastreg pool cache friendly by Sagi Grimberg · 10 years ago
  82. 4dec2a2 IB/iser: Move PI context alloc/free to routines by Sagi Grimberg · 10 years ago
  83. bd8b944 IB/iser: Move fastreg descriptor pool get/put to helper functions by Sagi Grimberg · 10 years ago
  84. f0e35c2 IB/iser: Merge build page-vec into register page-vec by Sagi Grimberg · 10 years ago
  85. b130ede IB/iser: Get rid of struct iser_rdma_regd by Sagi Grimberg · 10 years ago
  86. 6847fde IB/iser: Remove redundant assignments in iser_reg_page_vec by Sagi Grimberg · 10 years ago
  87. d03e61d IB/iser: Move memory reg/dereg routines to iser_memory.c by Sagi Grimberg · 10 years ago
  88. 5640832 IB/iser: Don't pass ib_device to fall_to_bounce_buff routine by Sagi Grimberg · 10 years ago
  89. e3784bd IB/iser: Remove a redundant struct iser_data_buf by Sagi Grimberg · 10 years ago
  90. ecc3993 IB/iser: Remove redundant cmd_data_len calculation by Sagi Grimberg · 10 years ago
  91. a065fe6 IB/iser: Fix wrong calculation of protection buffer length by Sagi Grimberg · 10 years ago
  92. 30bf1d5 IB/iser: Handle fastreg/local_inv completion errors by Sagi Grimberg · 10 years ago
  93. c4de466 IB/iser: Fix unload during ep_poll wrong dereference by Sagi Grimberg · 10 years ago
  94. 9f5d32a ib_srpt: convert printk's to pr_* functions by Doug Ledford · 10 years ago
  95. 56b5390 IB/srp: Use P_Key cache for P_Key lookups by Bart Van Assche · 10 years ago
  96. cc47d369 infiniband/mlx4: check for mapping error by Sebastian Ott · 10 years ago
  97. d2928a8 MAINTAINERS: Adding list of maintainers for ocrdma by Selvin Xavier · 10 years ago
  98. b962dc0 rdma: replace deprecated ifconfig in doc by Stephen Hemminger · 10 years ago
  99. a233c4b ib_uverbs: Fix pages leak when using XRC SRQs by Sébastien Dugué · 10 years ago
  100. ca9b590 IB/mlx4: Fix WQE LSO segment calculation by Erez Shitrit · 10 years ago