1. 51be17d lib/vsprintf.c: eliminate some branches by Rasmus Villemoes · 9 years ago
  2. 7b1460e printk: comment pr_cont() stating it is only to continue a line by Steven Rostedt · 9 years ago
  3. e243304 powerpc/powernv: reboot when requested by firmware by Joel Stanley · 9 years ago
  4. 7a54f46 kernel/reboot.c: add orderly_reboot for graceful reboot by Joel Stanley · 9 years ago
  5. 7975a9b drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value by Joel Stanley · 9 years ago
  6. 972fae6 kernel/hung_task.c: change hung_task.c to use for_each_process_thread() by Aaron Tomlin · 9 years ago
  7. 96831c0 kernel/resource.c: remove deprecated __check_region() and friends by Jakub Sitnicki · 9 years ago
  8. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  9. c79574a lib/test-hexdump.c: fix initconst confusion by Andi Kleen · 9 years ago
  10. 946e879 paride: fix the "verbose" module param by Dan Carpenter · 9 years ago
  11. 23f40a9 include/linux: remove empty conditionals by Rasmus Villemoes · 9 years ago
  12. e4bc332 /proc/PID/status: show all sets of pid according to ns by Chen Hanxiao · 9 years ago
  13. 201c7b7 zram: fix error return code by Julia Lawall · 9 years ago
  14. 160a117 zsmalloc: remove extra cond_resched() in __zs_compact by Sergey Senozhatsky · 9 years ago
  15. 81da9b1 zsmalloc: fix fatal corruption due to wrong size class selection by Heesub Shin · 9 years ago
  16. 839373e zsmalloc: remove unnecessary insertion/removal of zspage in compaction by Minchan Kim · 9 years ago
  17. 495819e zsmalloc: micro-optimize zs_object_copy() by Sergey Senozhatsky · 9 years ago
  18. 1ec7cfb zsmalloc: remove synchronize_rcu from zs_compact() by Sergey Senozhatsky · 9 years ago
  19. 8f7d282 zram: deprecate zram attrs sysfs nodes by Sergey Senozhatsky · 9 years ago
  20. 4f2109f zram: export new 'mm_stat' sysfs attrs by Sergey Senozhatsky · 9 years ago
  21. 2f6a3be zram: export new 'io_stat' sysfs attrs by Sergey Senozhatsky · 9 years ago
  22. 77ba015 zram: describe device attrs in documentation by Sergey Senozhatsky · 9 years ago
  23. 8811a94 zram: use generic start/end io accounting by Sergey Senozhatsky · 9 years ago
  24. c72c616 zram: move compact_store() to sysfs functions area by Sergey Senozhatsky · 9 years ago
  25. 10447b6 zram: remove `num_migrated' device attr by Sergey Senozhatsky · 9 years ago
  26. 888fa374 mm/zsmalloc.c: fix comment for get_pages_per_zspage by Yinghao Xie · 9 years ago
  27. d02be50 zsmalloc: zsmalloc documentation by Minchan Kim · 9 years ago
  28. 248ca1b zsmalloc: add fullness into stat by Minchan Kim · 9 years ago
  29. 7b60a68 zsmalloc: record handle in page->private for huge object by Minchan Kim · 9 years ago
  30. 4e3ba87 zram: support compaction by Minchan Kim · 9 years ago
  31. d3d07c9 zsmalloc: adjust ZS_ALMOST_FULL by Minchan Kim · 9 years ago
  32. 312fcae zsmalloc: support compaction by Minchan Kim · 9 years ago
  33. c780626 zsmalloc: factor out obj_[malloc|free] by Minchan Kim · 9 years ago
  34. 2e40e16 zsmalloc: decouple handle and object by Minchan Kim · 9 years ago
  35. 018e9a4 mm/compaction.c: fix "suitable_migration_target() unused" warning by Andrew Morton · 9 years ago
  36. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  37. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  38. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 9 years ago
  39. 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 9 years ago
  40. 9239361 mm/mempool.c: kasan: poison mempool elements by Andrey Ryabinin · 9 years ago
  41. bda6d33 mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE() by Andrew Morton · 9 years ago
  42. 2e32b94 mm: cma: add functions to get region pages counters by Dmitry Safonov · 9 years ago
  43. 79553da thp: cleanup khugepaged startup by Kirill A. Shutemov · 9 years ago
  44. e39155e mm: uninline and cleanup page-mapping related helpers by Kirill A. Shutemov · 9 years ago
  45. 99e8ea6 mm: cma: add trace events for CMA allocations and freeings by Stefan Strogin · 9 years ago
  46. cdd7875 include/linux/mm.h: simplify flag check by Borislav Petkov · 9 years ago
  47. 6a4055b mm/memblock.c: add debug output for memblock_add() by Alexander Kuleshov · 9 years ago
  48. 7e1f049 mm: hugetlb: cleanup using paeg_huge_active() by Naoya Horiguchi · 9 years ago
  49. bcc5422 mm: hugetlb: introduce page_huge_active by Naoya Horiguchi · 9 years ago
  50. 822fc61 mm: don't call __page_cache_release for hugetlb by Naoya Horiguchi · 9 years ago
  51. 9fcd145 mm/mmap.c: use while instead of if+goto by Rasmus Villemoes · 9 years ago
  52. 215ba78 mm, selftests: test return value of munmap for MAP_HUGETLB memory by David Rientjes · 9 years ago
  53. 80d6b94 mm, doc: cleanup and clarify munmap behavior for hugetlb memory by David Rientjes · 9 years ago
  54. ae7efa5 thp: do not adjust zone water marks if khugepaged is not started by Kirill A. Shutemov · 9 years ago
  55. 65ebb64 thp: handle errors in hugepage_init() properly by Kirill A. Shutemov · 9 years ago
  56. bdfedb7 mm, mempool: poison elements backed by slab allocator by David Rientjes · 9 years ago
  57. e244c9e mm, mempool: disallow mempools based on slab caches with constructors by David Rientjes · 9 years ago
  58. ee14624 fs, jfs: remove slab object constructor by David Rientjes · 9 years ago
  59. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  60. 9d8c47e mm: use READ_ONCE() for non-scalar types by Jason Low · 9 years ago
  61. 6cd57613 mm/mremap.c: clean up goto just return ERR_PTR by Derek · 9 years ago
  62. 1221518 mremap should return -ENOMEM when __vm_enough_memory fail by Derek · 9 years ago
  63. 7d61bfe mm/vmalloc: get rid of dirty bitmap inside vmap_block structure by Roman Pen · 9 years ago
  64. cf725ce mm/vmalloc: occupy newly allocated vmap block just after allocation by Roman Pen · 9 years ago
  65. 68ac546 mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram allocator by Roman Pen · 9 years ago
  66. 8c9b970 hugetlbfs: document min_size mount option and cleanup by Mike Kravetz · 9 years ago
  67. 7ca02d0 hugetlbfs: accept subpool min_size mount option and setup accordingly by Mike Kravetz · 9 years ago
  68. 1c5ecae hugetlbfs: add minimum size accounting to subpools by Mike Kravetz · 9 years ago
  69. c6a9182 hugetlbfs: add minimum size tracking fields to subpool structure by Mike Kravetz · 9 years ago
  70. 195b0c6 mm/compaction: reset compaction scanner positions by Gioh Kim · 9 years ago
  71. 3b36369 mm, memcg: sync allocation and memcg charge gfp flags for THP by Michal Hocko · 9 years ago
  72. cc5993b mm: rename deactivate_page to deactivate_file_page by Minchan Kim · 9 years ago
  73. 922c055 Documentation/vm/unevictable-lru.txt: document interaction between compaction and the unevictable LRU by Eric B Munson · 9 years ago
  74. 5bbe354 mm: allow compaction of unevictable pages by Eric B Munson · 9 years ago
  75. a4bb3ec mm/page-writeback: check-before-clear PageReclaim by Naoya Horiguchi · 9 years ago
  76. b3b3a99 mm/migrate: check-before-clear PageSwapCache by Naoya Horiguchi · 9 years ago
  77. 8d63d99 mm: avoid tail page refcounting on non-THP compound pages by Kirill A. Shutemov · 9 years ago
  78. e8c6158 mm: consolidate all page-flags helpers in <linux/page-flags.h> by Kirill A. Shutemov · 9 years ago
  79. 64d37a2 mm/memory-failure.c: define page types for action_result() in one place by Naoya Horiguchi · 9 years ago
  80. 2564f68 memcg: remove obsolete comment by Vladimir Davydov · 9 years ago
  81. adbe427 memcg: zap mem_cgroup_lookup() by Vladimir Davydov · 9 years ago
  82. d7e4a2e mm: refactor zone_movable_is_highmem() by Zhang Zhen · 9 years ago
  83. bdddbcd mm/oom_kill.c: fix typo in comment by Yaowei Bai · 9 years ago
  84. f2b91d8 vfs: delete vfs_readdir function declaration by Zhang Zhen · 9 years ago
  85. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  86. bb0fd7a Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  87. bdfa54d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  88. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  89. 9f91514 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  90. 8691c13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  91. c3a416a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  92. 8c194f3 Merge tag 'vfio-v4.1-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  93. 07e492e Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  94. b240452 Merge tag 'backlight-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 9 years ago
  95. f0c1bc9 Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  96. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  97. e4b0db7 Documentation: update arch list in the 'memtest' entry by Vladimir Murzin · 9 years ago
  98. 8d8cfb4 Kconfig: memtest: update number of test patterns up to 17 by Vladimir Murzin · 9 years ago
  99. d30eae4 arm: add support for memtest by Vladimir Murzin · 9 years ago
  100. 36dd908 arm64: add support for memtest by Vladimir Murzin · 9 years ago