1. 26b5679 relay: Use irq_work instead of plain timer for deferred wakeup by Peter Zijlstra · 8 years ago
  2. a9a62c9 dma-mapping: introduce the DMA_ATTR_NO_WARN attribute by Mauricio Faria de Oliveira · 8 years ago
  3. 7425154 random: remove unused randomize_range() by Jason Cooper · 8 years ago
  4. 99fdafd random: simplify API for random address requests by Jason Cooper · 8 years ago
  5. 9b88ee0 autofs4: move linux/auto_dev-ioctl.h to uapi/linux by Ian Kent · 8 years ago
  6. f58b3c9 autofs: move inclusion of linux/limits.h to uapi by Tomohiro Kusumi · 8 years ago
  7. 72063e0 autofs: remove AUTOFS_DEVID_LEN by Tomohiro Kusumi · 8 years ago
  8. 1204c77 include/linux/ctype.h: make isdigit() table lookupless by Alexey Dobriyan · 8 years ago
  9. 915045f radix-tree: 'slot' can be NULL in radix_tree_next_slot() by Ross Zwisler · 8 years ago
  10. 6b5e09a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  11. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  13. 35ff96d Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  14. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. 30066ce Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  16. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  17. fed41f7 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. b57332b constify iov_iter_count() and iter_is_iovec() by Al Viro · 8 years ago
  21. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  22. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  23. 24532f7 Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  24. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  25. 48915c2 Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  26. b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  27. 1fde76f Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  28. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  29. 69db4aa Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linux by Brian Norris · 8 years ago
  30. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  31. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  32. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  33. c913fc4 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  34. 00e729c Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  35. 6afd563 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  36. 21d9629 Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversion by Alex Sidorenko · 8 years ago
  37. 997b611 Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  38. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  39. 05fd007 console: don't prefer first registered if DT specifies stdout-path by Paul Burton · 8 years ago
  40. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  41. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  42. 9a01c3e nmi_backtrace: add more trigger_*_cpu_backtrace() methods by Chris Metcalf · 8 years ago
  43. 589a978 min/max: remove sparse warnings when they're nested by Johannes Berg · 8 years ago
  44. 75ba1d0 seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char by Joe Perches · 8 years ago
  45. 1061b0d2 linux/mm.h: canonicalize macro PAGE_ALIGNED() definition by zijun_hu · 8 years ago
  46. 72e2936 mm: remove unnecessary condition in remove_inode_hugepages by zhong jiang · 8 years ago
  47. 7877cdc mm: consolidate warn_alloc_failed users by Michal Hocko · 8 years ago
  48. e86f15e mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk by Andrea Arcangeli · 8 years ago
  49. 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
  50. 082d5b6 mm/hugetlb: check for reserved hugepages during memory offline by Gerald Schaefer · 8 years ago
  51. 2d75807 mm: memcontrol: consolidate cgroup socket tracking by Johannes Weiner · 8 years ago
  52. 08ea8c0 mm: move phys_mem_access_prot_allowed() declaration to pgtable.h by Baoyou Xie · 8 years ago
  53. c2033b0 mm, compaction: restrict full priority to non-costly orders by Vlastimil Babka · 8 years ago
  54. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  55. f6ab1f7 mm, swap: use offset of swap entry as key of swap cache by Huang Ying · 8 years ago
  56. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  57. 74d2fad thp, dax: add thp_get_unmapped_area for pmd mappings by Toshi Kani · 8 years ago
  58. 371a096 mm: don't use radix tree writeback tags for pages in swap cache by Huang Ying · 8 years ago
  59. 2382705 mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements by zijun_hu · 8 years ago
  60. 8907de5 mm/memblock.c: expose total reserved memory by Srikar Dronamraju · 8 years ago
  61. f6f34b4 mm: introduce arch_reserved_kernel_pages() by Srikar Dronamraju · 8 years ago
  62. 3f70dc3 mm: make sure that kthreads will not refault oom reaped memory by Michal Hocko · 8 years ago
  63. 3853120 mm, oom: enforce exit_oom_victim on current task by Tetsuo Handa · 8 years ago
  64. 7d2e7a2 oom, suspend: fix oom_killer_disable vs. pm suspend properly by Michal Hocko · 8 years ago
  65. 862e307 mm, oom: get rid of signal_struct::oom_victims by Michal Hocko · 8 years ago
  66. 7283094ec kernel, oom: fix potential pgd_lock deadlock from __mmdrop by Michal Hocko · 8 years ago
  67. 26db62f oom: keep mm of the killed task available by Michal Hocko · 8 years ago
  68. 8496afa mm,oom_reaper: do not attempt to reap a task twice by Tetsuo Handa · 8 years ago
  69. 6b53491 mm, swap: add swap_cluster_list by Huang Ying · 8 years ago
  70. f7e2355 mm: pagewalk: fix the comment for test_walk by James Morse · 8 years ago
  71. 9300d8d mm/page_owner: don't define fields on struct page_ext by hard-coding by Joonsoo Kim · 8 years ago
  72. 980ac16 mm/page_ext: support extra space allocation by page_ext user by Joonsoo Kim · 8 years ago
  73. e2f612e mm/page_owner: move page_owner specific function to page_owner.c by Joonsoo Kim · 8 years ago
  74. bf48438 mm, vmscan: get rid of throttle_vm_writeout by Michal Hocko · 8 years ago
  75. 9861a62 mm, compaction: create compact_gap wrapper by Vlastimil Babka · 8 years ago
  76. a8e025e mm, compaction: add the ultimate direct compaction priority by Vlastimil Babka · 8 years ago
  77. cf37831 mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS by Vlastimil Babka · 8 years ago
  78. 791cae9 mm, compaction: cleanup unused functions by Vlastimil Babka · 8 years ago
  79. 252e5c6 mm/vmalloc.c: fix align value calculation error by zijun_hu · 8 years ago
  80. 7c5f64f mm: oom: deduplicate victim selection code for memcg and global oom by Vladimir Davydov · 8 years ago
  81. 3740dcd jiffies: add time comparison functions for 64 bit jiffies by Jason A. Donenfeld · 8 years ago
  82. 073f655 fanotify: use notification_lock instead of access_lock by Jan Kara · 8 years ago
  83. c21dbe2 fsnotify: convert notification_mutex to a spinlock by Jan Kara · 8 years ago
  84. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  85. d0a5b99 vfs: Add IOP_XATTR inode operations flag by Andreas Gruenbacher · 8 years ago
  86. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  88. 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  89. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  90. fd10ed8 IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets by Jack Morgenstein · 8 years ago
  91. 486f609 IB/mthca: Move user vendor structures by Leon Romanovsky · 8 years ago
  92. c546b2a IB/nes: Move user vendor structures by Leon Romanovsky · 8 years ago
  93. a7fe738 IB/ocrdma: Move user vendor structures by Leon Romanovsky · 8 years ago
  94. 9ce28a2 IB/mlx4: Move user vendor structures by Leon Romanovsky · 8 years ago
  95. e44ee2f IB/cxgb4: Move user vendor structures by Leon Romanovsky · 8 years ago
  96. a85fb33 IB/cxgb3: Move user vendor structures by Leon Romanovsky · 8 years ago
  97. 3085e29 IB/mlx5: Move and decouple user vendor structures by Leon Romanovsky · 8 years ago
  98. bd99fde IB/{core,hw}: Add constant for node_desc by Yuval Shaia · 8 years ago
  99. a72c6a2 IB/core: Add more fields to IPv6 flow specification by Maor Gottlieb · 8 years ago
  100. 989a3a8 IB/uverbs: Add more fields to IPv4 flow specification by Maor Gottlieb · 8 years ago