1. 9d5e6a9 mm: update_lru_size do the __mod_zone_page_state by Hugh Dickins · 8 years ago
  2. ca70723 mm: update_lru_size warn and reset bad lru_size by Hugh Dickins · 8 years ago
  3. 1269019 mm/mmap: kill hook arch_rebalance_pgtables() by Konstantin Khlebnikov · 8 years ago
  4. e87d59f mm/vmstat: make node_page_state() handles all zones by itself by Joonsoo Kim · 8 years ago
  5. 33499bf mm/highmem: make nr_free_highpages() handles all highmem zones by itself by Joonsoo Kim · 8 years ago
  6. fc2bd79 mm/page_alloc: correct highmem memory statistics by Joonsoo Kim · 8 years ago
  7. 09b4ab3 mm/writeback: correct dirty page calculation for highmem by Joonsoo Kim · 8 years ago
  8. ba6b097 power: add zone range overlapping check by Joonsoo Kim · 8 years ago
  9. 9d43f5a mm/page_owner: add zone range overlapping check by Joonsoo Kim · 8 years ago
  10. a91c43c mm/vmstat: add zone range overlapping check by Joonsoo Kim · 8 years ago
  11. b9eb631 mm/memory_hotplug: add comment to some functions related to memory hotplug by Joonsoo Kim · 8 years ago
  12. f44b2dda8 mm/hugetlb: add same zone check in pfn_range_valid_gigantic() by Joonsoo Kim · 8 years ago
  13. 1aa8aea mm: uninline page_mapped() by Andrew Morton · 8 years ago
  14. 29f9cb5 mm/highmem: simplify is_highmem() by Chanho Min · 8 years ago
  15. fdd048e mm, compaction: skip blocks where isolation fails in async direct compaction by Vlastimil Babka · 8 years ago
  16. a34753d mm, compaction: reduce spurious pcplist drains by Vlastimil Babka · 8 years ago
  17. 06b6640 mm, compaction: wrap calculating first and last pfn of pageblock by Vlastimil Babka · 8 years ago
  18. e4c5800 mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON by Konstantin Khlebnikov · 8 years ago
  19. fee83b3 mm/mempolicy.c:offset_il_node() document and clarify by Andrew Morton · 8 years ago
  20. 54f18d3 mm/hugetlb.c: use first_memory_node by Andrew Morton · 8 years ago
  21. 949698a mm/page_alloc: Remove useless parameter of __free_pages_boot_core by Li Zhang · 8 years ago
  22. fda3d69 mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify comment by Michal Hocko · 8 years ago
  23. 4ee815b mm/mempolicy.c: vma_migratable() can return bool by Yaowei Bai · 8 years ago
  24. bb00a78 mm/vmalloc.c: is_vmalloc_addr() can return bool by Yaowei Bai · 8 years ago
  25. c98940f mm/memory_hotplug: is_mem_section_removable() can return bool by Yaowei Bai · 8 years ago
  26. 32f6271 mm/hugetlb: is_vm_hugetlb_page() can return bool by Yaowei Bai · 8 years ago
  27. 2b18e53 x86: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  28. b3d424f tile: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  29. 71bf79c powerpc: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  30. 9cc3387 metag: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  31. d77e20c arm64: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  32. 9fee021 mm/hugetlb: introduce hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  33. 09a95e2 mm/hugetlb: optimize minimum size (min_size) accounting by Mike Kravetz · 8 years ago
  34. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  35. 48a2705 include/linux: apply __malloc attribute by Rasmus Villemoes · 8 years ago
  36. d64e85d compiler.h: add support for malloc attribute by Rasmus Villemoes · 8 years ago
  37. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  38. 6d061f9 mm/page_ref: use page_ref helper instead of direct modification of _count by Joonsoo Kim · 8 years ago
  39. 43efd3e mm/slub.c: fix sysfs filename in comment by Li Peng · 8 years ago
  40. a3187e4 mm: slab: remove ZONE_DMA_FLAG by Yang Shi · 8 years ago
  41. c7ce4f60 mm: SLAB freelist randomization by Thomas Garnier · 8 years ago
  42. 81ae6d0 mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cache_shrink() by Vladimir Davydov · 8 years ago
  43. 801faf0 mm/slab: lockless decision to grow cache by Joonsoo Kim · 8 years ago
  44. 213b469 mm/slab: refill cpu cache through a new slab without holding a node lock by Joonsoo Kim · 8 years ago
  45. 76b342b mm/slab: separate cache_grow() to two parts by Joonsoo Kim · 8 years ago
  46. 511e3a05 mm/slab: make cache_grow() handle the page allocated on arbitrary node by Joonsoo Kim · 8 years ago
  47. 03d1d43 mm/slab: racy access/modify the slab color by Joonsoo Kim · 8 years ago
  48. 6052b78 mm/slab: don't keep free slabs if free_objects exceeds free_limit by Joonsoo Kim · 8 years ago
  49. c3d332b mm/slab: clean-up kmem_cache_node setup by Joonsoo Kim · 8 years ago
  50. ded0ecf mm/slab: factor out kmem_cache_node initialization code by Joonsoo Kim · 8 years ago
  51. a5aa63a mm/slab: drain the free slab as much as possible by Joonsoo Kim · 8 years ago
  52. 8888177 mm/slab: remove BAD_ALIEN_MAGIC again by Joonsoo Kim · 8 years ago
  53. 18726ca mm/slab: fix the theoretical race by holding proper lock by Joonsoo Kim · 8 years ago
  54. 19d795b kernel/padata.c: hide unused functions by Arnd Bergmann · 8 years ago
  55. 815613d kernel/padata.c: removed unused code by Richard Cochran · 8 years ago
  56. 8f9b180 ocfs2: clean up an unneeded goto in ocfs2_put_slot() by Guozhonghua · 8 years ago
  57. aa6913d ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() by Jun Piao · 8 years ago
  58. c14688e ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec by piaojun · 8 years ago
  59. 8ba4422 ocfs2: fix comment in struct ocfs2_extended_slot by Guozhonghua · 8 years ago
  60. b9fdac7 debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 8 years ago
  61. 8bad1cd Documentation: update debugobjects doc by Du, Changbin · 8 years ago
  62. d99b1d8 percpu_counter: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  63. 3263d28 rcu: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  64. e325246 timer: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  65. 02a982a workqueue: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  66. e7a8e78 debugobjects: correct the usage of fixup call results by Du, Changbin · 8 years ago
  67. b1e4d9d debugobjects: make fixup functions return bool instead of int by Du, Changbin · 8 years ago
  68. b21e91c scripts/bloat-o-meter: print percent change by Vineet Gupta · 8 years ago
  69. bad7de7 scripts/spelling.txt: add "fimware" misspelling by Kees Cook · 8 years ago
  70. 310c6dd scripts/decode_stacktrace.sh: handle symbols in modules by Konstantin Khlebnikov · 8 years ago
  71. 8e4f70e time: remove timespec_add_safe() by Deepa Dinamani · 8 years ago
  72. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 8 years ago
  73. bc2c53e time: add missing implementation for timespec64_add_safe() by Deepa Dinamani · 8 years ago
  74. 35e4817 fsnotify: avoid spurious EMFILE errors from inotify_init() by Jan Kara · 8 years ago
  75. 2600a46 Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  76. 03e1aa1 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  77. 97f0090 Merge tag 'rproc-v4.7' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  78. 676d973 Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  79. 888dae5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  80. 19c5abc Merge tag 'media/v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  81. 675e065 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  82. d974f09 Merge branch 'stable/for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 8 years ago
  83. 4a5219e Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  84. 9797f6b Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  85. 2ec3240 Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  86. f7df9be Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  87. 9f8f202 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  88. 9896c7b Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  89. f2b1e0f Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  90. f61a657 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  91. 0e034f5 iwlwifi: fix mis-merge that breaks the driver by Linus Torvalds · 8 years ago
  92. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. 6937047 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  94. e34df33 Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  95. 9f54180 xfs: concurrent readdir hangs on data buffer locks by Dave Chinner · 8 years ago
  96. fe742fd4 Revert "btrfs: switch to ->iterate_shared()" by Al Viro · 8 years ago
  97. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  98. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  99. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  100. e7ca7f9 Merge branch 'fixes' into misc by James Bottomley · 8 years ago