1. 09088a4 lib/ucs2_string.c: add MODULE_LICENSE() by Randy Dunlap · 7 years ago
  2. cbdc61a lib/mpi: headers cleanup by Vasily Averin · 7 years ago
  3. 804209d lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lock by Sebastian Andrzej Siewior · 7 years ago
  4. b94078e lib/idr.c: remove simple_ida_lock by Matthew Wilcox · 7 years ago
  5. ca1250b lib/bitmap.c: micro-optimization for __bitmap_complement() by Yury Norov · 7 years ago
  6. 0455c74 get_maintainer: improve patch recognition by Joe Perches · 7 years ago
  7. 401c636 kernel/hung_task.c: show all hung tasks before panic by Tetsuo Handa · 7 years ago
  8. b22f22a include/linux/types.h: use fixed width types without double-underscore prefix by Masahiro Yamada · 7 years ago
  9. 6d0e8d5 include/linux/types.h: define aligned_ types based on uapi header by Masahiro Yamada · 7 years ago
  10. 6d8e410 int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi header by Masahiro Yamada · 7 years ago
  11. b2f5de0 tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!) by Alexey Dobriyan · 7 years ago
  12. 5d008fb proc: use "unsigned int" for /proc/*/stack by Alexey Dobriyan · 7 years ago
  13. 197850a proc: use "unsigned int" for sigqueue length by Alexey Dobriyan · 7 years ago
  14. a4ef389 proc: use "unsigned int" in proc_fill_cache() by Alexey Dobriyan · 7 years ago
  15. 9411692 proc: smaller RCU section in ->getattr() by Alexey Dobriyan · 7 years ago
  16. 3cb4e16 proc: deduplicate /proc/*/cmdline implementation by Alexey Dobriyan · 7 years ago
  17. 6a6cbe7 proc: simpler iterations for /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  18. 6a6b9c4 proc: somewhat simpler code for /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  19. b42262a proc: more "unsigned int" in /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  20. 72eb7de mm: remove page_is_poisoned() from linux/mm.h by Sahara · 7 years ago
  21. e81bf97 mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same cacheline by Aaron Lu · 7 years ago
  22. ce91f6e mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags by Michal Hocko · 7 years ago
  23. 4b33b69 include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE by Huaisheng Ye · 7 years ago
  24. daa2807 mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() by Kirill A. Shutemov · 7 years ago
  25. 7810e67 mm, page_alloc: do not break __GFP_THISNODE by zonelist reset by Vlastimil Babka · 7 years ago
  26. df2cc96 userfaultfd: prevent non-cooperative events vs mcopy_atomic races by Mike Rapoport · 7 years ago
  27. be09102 mm: memcg: allow lowering memory.swap.max below the current usage by Tejun Heo · 7 years ago
  28. 20acce6 mm/shmem.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  29. 325d7d4 slub: remove 'reserved' file from sysfs by Matthew Wilcox · 7 years ago
  30. 9736d2a slub: remove kmem_cache->reserved by Matthew Wilcox · 7 years ago
  31. bf68c21 slab,slub: remove rcu_head size checks by Matthew Wilcox · 7 years ago
  32. 50e7fbc mm: add hmm_data to struct page by Matthew Wilcox · 7 years ago
  33. a052f0a mm: add pt_mm to struct page by Matthew Wilcox · 7 years ago
  34. 97b4a67 mm: improve struct page documentation by Matthew Wilcox · 7 years ago
  35. 4da1984 mm: combine LRU and main union in struct page by Matthew Wilcox · 7 years ago
  36. b7ccc7f mm: move lru union within struct page by Matthew Wilcox · 7 years ago
  37. fa3015b mm: use page->deferred_list by Matthew Wilcox · 7 years ago
  38. 66a6ffd mm: combine first three unions in struct page by Matthew Wilcox · 7 years ago
  39. b21999d mm: move _refcount out of struct page union by Matthew Wilcox · 7 years ago
  40. 7d27a04 mm: move 'private' union within struct page by Matthew Wilcox · 7 years ago
  41. d4fc506 mm: switch s_mem and slab_cache in struct page by Matthew Wilcox · 7 years ago
  42. 1d40a5e mm: mark pages in use for page tables by Matthew Wilcox · 7 years ago
  43. 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 7 years ago
  44. 620b4e9 s390: use _refcount for pgtables by Matthew Wilcox · 7 years ago
  45. e67d4ca mm: save two stranded bits in gfp_mask by Shakeel Butt · 7 years ago
  46. 285b8dc mm, hugetlbfs: pass fault address to no page handler by Huang Ying · 7 years ago
  47. b3ec9f3 mm: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  48. 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  49. a380b40 mm/page_alloc.c: remove useless parameter of finalise_ac() by Huaisheng Ye · 7 years ago
  50. 3cadfa2 mm/vmpressure.c: convert to use match_string() helper by Andy Shevchenko · 7 years ago
  51. d62ff36 mm/vmpressure.c: use kstrndup instead of kmalloc+strncpy by Andy Shevchenko · 7 years ago
  52. bf8d5d5 memcg: introduce memory.min by Roman Gushchin · 7 years ago
  53. fb52bba mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c by Mathieu Malaterre · 7 years ago
  54. ab6ecf2 mm: /proc/pid/pagemap: hide swap entries from unprivileged users by Huang Ying · 7 years ago
  55. 25cf23d mm/memblock: print memblock_remove by Minchan Kim · 7 years ago
  56. d12c60f mm: memcontrol: drain memcg stock on force_empty by Junaid Shahid · 7 years ago
  57. bb4a7ea mm: memcontrol: drain stocks on resize limit by Shakeel Butt · 7 years ago
  58. 8dd53fd memcg: mark memcg1_events static const by Greg Thelen · 7 years ago
  59. 9ccc361 memcg: writeback: use memcg->cgwb_list directly by Wang Long · 7 years ago
  60. 12ba780 tmpfs: allow decoding a file handle of an unlinked file by Amir Goldstein · 7 years ago
  61. 8848482 mm/ksm: move [set_]page_stable_node from ksm.h to ksm.c by Mike Rapoport · 7 years ago
  62. 48f49e1 mm/ksm: remove unused page_referenced_ksm declaration by Mike Rapoport · 7 years ago
  63. 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 7 years ago
  64. 89fdcd2 mm: shmem: make stat.st_blksize return huge page size if THP is on by Yang Shi · 7 years ago
  65. 05e3ff9 mm: vmalloc: pass proper vm_start into debugobjects by Chintan Pandya · 7 years ago
  66. f3c01d2 mm: vmalloc: avoid racy handling of debugobjects in vunmap by Chintan Pandya · 7 years ago
  67. 82a2e92 mm: vmalloc: clean up vunmap to avoid pgtable ops twice by Chintan Pandya · 7 years ago
  68. 08994b2 mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func() by Wei Yang · 7 years ago
  69. d538c16 mm/sparse.c: check __highest_present_section_nr only for a present section by Wei Yang · 7 years ago
  70. 6882728 mm, gup: prevent pmd checking race in follow_pmd_mask() by Huang Ying · 7 years ago
  71. 7854207 mm/docs: describe memory.low refinements by Roman Gushchin · 7 years ago
  72. 5f93ad6 mm: treat memory.low value inclusive by Roman Gushchin · 7 years ago
  73. 2306715 mm: memory.low hierarchical behavior by Roman Gushchin · 7 years ago
  74. bbec2e1 mm: rename page_counter's count/limit into usage/max by Roman Gushchin · 7 years ago
  75. 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
  76. 00b3a33 mm: remove odd HAVE_PTE_SPECIAL by Laurent Dufour · 7 years ago
  77. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  78. e694385 mm/page_alloc: remove realsize in free_area_init_core() by Wei Yang · 7 years ago
  79. 5d75260 mm: restructure memfd code by Mike Kravetz · 7 years ago
  80. c49fcfc mm/shmem: update file sealing comments and file checking by Mike Kravetz · 7 years ago
  81. 5b9c98f mm/shmem: add __rcu annotations and properly deref radix entry by Mike Kravetz · 7 years ago
  82. c026534 zram: introduce zram memory tracking by Minchan Kim · 7 years ago
  83. d7eac6b zram: record accessed second by Minchan Kim · 7 years ago
  84. 89e85bc zram: mark incompressible page as ZRAM_HUGE by Minchan Kim · 7 years ago
  85. c4d6c4cc zram: correct flag name of ZRAM_ACCESS by Minchan Kim · 7 years ago
  86. f3a53a3 mm, memcontrol: implement memory.swap.events by Tejun Heo · 7 years ago
  87. bb98f2c mm, memcontrol: move swap charge handling into get_swap_page() by Tejun Heo · 7 years ago
  88. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
  89. 05fec35 slab: clean up the code comment in slab kmem_cache struct by Baoquan He · 7 years ago
  90. 05088e5 mm/slub: remove obsolete comment by Canjiang Lu · 7 years ago
  91. a38965b mm/slub.c: add __printf verification to slab_err() by Mathieu Malaterre · 7 years ago
  92. 128227e slab: __GFP_ZERO is incompatible with a constructor by Matthew Wilcox · 7 years ago
  93. e56ee57 net/9p/trans_xen.c: don't inclide rwlock.h directly by Sebastian Andrzej Siewior · 7 years ago
  94. 478ae0c fs/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
  95. 8d856c7 net/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
  96. c6137fe fs: ocfs2: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  97. 64202a2 ocfs2: drop a VLA in ocfs2_orphan_del() by Salvatore Mesoraca · 7 years ago
  98. f3797d8 ocfs2: correct the comments position of struct ocfs2_dir_block_trailer by Guozhonghua · 7 years ago
  99. 731a40f ocfs2: eliminate a misreported warning by Zhen Lei · 7 years ago
  100. 133b81f ocfs2: ocfs2_inode_lock_tracker does not distinguish lock level by Larry Chen · 7 years ago