1. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. 02f7b41 zsmalloc: fix a null pointer dereference in destroy_handle_cache() by Sergey Senozhatsky · 9 years ago
  3. f371763 mm: memcontrol: fix false-positive VM_BUG_ON() on -rt by Johannes Weiner · 9 years ago
  4. 7d63809 memcg: do not call reclaim if !__GFP_WAIT by Vladimir Davydov · 9 years ago
  5. 85bd839 mm/memory_hotplug.c: set zone->wait_table to null after freeing it by Gu Zheng · 9 years ago
  6. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 5857cd6 bdi: fix wrong error return value in cgwb_create() by Tejun Heo · 9 years ago
  8. 682aa8e writeback: implement unlocked_inode_to_wb transaction and use it for stat updates by Tejun Heo · 9 years ago
  9. b16b1de writeback: make writeback_control track the inode being written back by Tejun Heo · 9 years ago
  10. 21c6321 writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb() by Tejun Heo · 9 years ago
  11. 97c9341 mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in use by Tejun Heo · 9 years ago
  12. c2aa723 writeback: implement memcg writeback domain based throttling by Tejun Heo · 9 years ago
  13. 2529bb3 writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes by Tejun Heo · 9 years ago
  14. 841710a writeback: implement memcg wb_domain by Tejun Heo · 9 years ago
  15. 947e976 writeback: update wb_over_bg_thresh() to use wb_domain aware operations by Tejun Heo · 9 years ago
  16. aa661bb writeback: move over_bground_thresh() to mm/page-writeback.c by Tejun Heo · 9 years ago
  17. 9fc3a43 writeback: separate out domain_dirty_limits() by Tejun Heo · 9 years ago
  18. c798143 writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameter by Tejun Heo · 9 years ago
  19. e9f07df writeback: add dirty_throttle_control->dom by Tejun Heo · 9 years ago
  20. e9770b3 writeback: add dirty_throttle_control->wb_completions by Tejun Heo · 9 years ago
  21. daddfa3 writeback: add dirty_throttle_control->pos_ratio by Tejun Heo · 9 years ago
  22. b1cbc6d writeback: make __wb_calc_thresh() take dirty_throttle_control by Tejun Heo · 9 years ago
  23. 970fb01 writeback: add dirty_throttle_control->wb_bg_thresh by Tejun Heo · 9 years ago
  24. 2bc00ae writeback: consolidate dirty throttle parameters into dirty_throttle_control by Tejun Heo · 9 years ago
  25. dcc25ae writeback: move global_dirty_limit into wb_domain by Tejun Heo · 9 years ago
  26. 380c27c writeback: implement wb_domain by Tejun Heo · 9 years ago
  27. 8a73179 writeback: reorganize [__]wb_update_bandwidth() by Tejun Heo · 9 years ago
  28. 0d960a3 writeback: clean up wb_dirty_limit() by Tejun Heo · 9 years ago
  29. 733a572 memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online by Tejun Heo · 9 years ago
  30. cc395d7 writeback: implement bdi_wait_for_completion() by Tejun Heo · 9 years ago
  31. 9ecf4866 writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info by Tejun Heo · 9 years ago
  32. bc05873 writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info by Tejun Heo · 9 years ago
  33. a06fd6b writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's by Tejun Heo · 9 years ago
  34. c00ddad writeback: remove bdi_start_writeback() by Tejun Heo · 9 years ago
  35. 693108a writeback: make bdi->min/max_ratio handling cgroup writeback aware by Tejun Heo · 9 years ago
  36. 95a46c6 writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account by Tejun Heo · 9 years ago
  37. 766a9d6 writeback: implement backing_dev_info->tot_write_bandwidth by Tejun Heo · 9 years ago
  38. d6c10f1 writeback: implement WB_has_dirty_io wb_state flag by Tejun Heo · 9 years ago
  39. 703c270 writeback: implement and use inode_congested() by Tejun Heo · 9 years ago
  40. ec8a6f2 writeback: make congestion functions per bdi_writeback by Tejun Heo · 9 years ago
  41. dfb8ae5 writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback by Tejun Heo · 9 years ago
  42. 9101813 writeback: attribute stats to the matching per-cgroup bdi_writeback by Tejun Heo · 9 years ago
  43. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 9 years ago
  44. 4aa9c69 bdi: separate out congested state into a separate struct by Tejun Heo · 9 years ago
  45. 8395cd9 writeback: add @gfp to wb_init() by Tejun Heo · 9 years ago
  46. a212b10 bdi: make inode_to_bdi() inline by Tejun Heo · 9 years ago
  47. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  48. 4610007 writeback: reorganize mm/backing-dev.c by Tejun Heo · 9 years ago
  49. f0054bb writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback by Tejun Heo · 9 years ago
  50. de1fff3 writeback: s/bdi/wb/ in mm/page-writeback.c by Tejun Heo · 9 years ago
  51. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 9 years ago
  52. 93f78d8 writeback: move backing_dev_info->bdi_stat[] into bdi_writeback by Tejun Heo · 9 years ago
  53. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 9 years ago
  54. ad7fa85 memcg: implement mem_cgroup_css_from_page() by Tejun Heo · 9 years ago
  55. 5616163 memcg: add mem_cgroup_root_css by Tejun Heo · 9 years ago
  56. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 9 years ago
  57. 11f81be page_writeback: revive cancel_dirty_page() in a restricted form by Tejun Heo · 9 years ago
  58. aad653a block: discard bdi_unregister() in favour of bdi_destroy() by NeilBrown · 9 years ago
  59. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  60. 343df3c suspend: simplify block I/O handling by Christoph Hellwig · 9 years ago
  61. 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 9 years ago
  62. b0dc2b9 mm, numa: really disable NUMA balancing by default on single node machines by Mel Gorman · 9 years ago
  63. 1ae7013 CMA: page_isolation: check buddy before accessing it by Hui Zhu · 9 years ago
  64. 8f4fc07 gfp: add __GFP_NOACCOUNT by Vladimir Davydov · 9 years ago
  65. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 9 years ago
  67. b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 9 years ago
  68. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  69. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  70. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  71. 60380f1 shmem: switch to simple_follow_link() by Al Viro · 9 years ago
  72. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  73. e386eed mm/hwpoison-inject: check PageLRU of hpage by Naoya Horiguchi · 9 years ago
  74. 7ea434a mm/hwpoison-inject: fix refcounting in no-injection case by Naoya Horiguchi · 9 years ago
  75. 602498f mm: soft-offline: fix num_poisoned_pages counting on concurrent events by Naoya Horiguchi · 9 years ago
  76. 09789e5 mm/memory-failure: call shake_page() when error hits thp tail page by Naoya Horiguchi · 9 years ago
  77. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  78. 464d138 writeback: use |1 instead of +1 to protect against div by zero by Tejun Heo · 9 years ago
  79. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  80. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  81. 160a117 zsmalloc: remove extra cond_resched() in __zs_compact by Sergey Senozhatsky · 9 years ago
  82. 81da9b1 zsmalloc: fix fatal corruption due to wrong size class selection by Heesub Shin · 9 years ago
  83. 839373e zsmalloc: remove unnecessary insertion/removal of zspage in compaction by Minchan Kim · 9 years ago
  84. 495819e zsmalloc: micro-optimize zs_object_copy() by Sergey Senozhatsky · 9 years ago
  85. 1ec7cfb zsmalloc: remove synchronize_rcu from zs_compact() by Sergey Senozhatsky · 9 years ago
  86. 888fa374 mm/zsmalloc.c: fix comment for get_pages_per_zspage by Yinghao Xie · 9 years ago
  87. d02be50 zsmalloc: zsmalloc documentation by Minchan Kim · 9 years ago
  88. 248ca1b zsmalloc: add fullness into stat by Minchan Kim · 9 years ago
  89. 7b60a68 zsmalloc: record handle in page->private for huge object by Minchan Kim · 9 years ago
  90. d3d07c9 zsmalloc: adjust ZS_ALMOST_FULL by Minchan Kim · 9 years ago
  91. 312fcae zsmalloc: support compaction by Minchan Kim · 9 years ago
  92. c780626 zsmalloc: factor out obj_[malloc|free] by Minchan Kim · 9 years ago
  93. 2e40e16 zsmalloc: decouple handle and object by Minchan Kim · 9 years ago
  94. 018e9a4 mm/compaction.c: fix "suitable_migration_target() unused" warning by Andrew Morton · 9 years ago
  95. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 9 years ago
  96. 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 9 years ago
  97. 9239361 mm/mempool.c: kasan: poison mempool elements by Andrey Ryabinin · 9 years ago
  98. bda6d33 mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE() by Andrew Morton · 9 years ago
  99. 2e32b94 mm: cma: add functions to get region pages counters by Dmitry Safonov · 9 years ago
  100. 79553da thp: cleanup khugepaged startup by Kirill A. Shutemov · 9 years ago