1. f057142 mm: support anonymous stable page by Minchan Kim · 8 years ago
  2. 2976db8 mm: rename __page_frag functions to __page_frag_cache, drop order from drain by Alexander Duyck · 8 years ago
  3. 8c2dd3e mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free by Alexander Duyck · 8 years ago
  4. b4536f0c8 mm, memcg: fix the active list aging for lowmem requests when memcg is enabled by Michal Hocko · 8 years ago
  5. 2d39b3c signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 8 years ago
  6. 41b6167 mm: get rid of __GFP_OTHER_NODE by Michal Hocko · 8 years ago
  7. bb1107f mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER by Michal Hocko · 8 years ago
  8. f729c8c dax: wrprotect pmd_t in dax_mapping_entry_mkclean by Ross Zwisler · 8 years ago
  9. 0979639 mm: add follow_pte_pmd() by Ross Zwisler · 8 years ago
  10. 6ea17ed Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  11. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  12. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  13. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  14. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  15. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  16. 4cf1846 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  17. c6ef7fd vfio-mdev: fix non-standard ioctl return val causing i386 build fail by Paul Gortmaker · 8 years ago
  18. 62f8c405 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  19. 890b73a Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 8 years ago
  20. 4759d38 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  21. 65e4345 iio: accel: st_accel: fix LIS3LV02 reading and scaling by Linus Walleij · 8 years ago
  22. 99e3123 vfio-mdev: Make mdev_device private and abstract interfaces by Alex Williamson · 8 years ago
  23. 9372e6fe vfio-mdev: Make mdev_parent private by Alex Williamson · 8 years ago
  24. 4293055 vfio-mdev: de-polute the namespace, rename parent_device & parent_ops by Alex Williamson · 8 years ago
  25. 10b1c04 net/mlx4_core: Fix raw qp flow steering rules under SRIOV by Jack Morgenstein · 8 years ago
  26. b91e130 mm: optimize PageWaiters bit use for unlock_page() by Linus Torvalds · 8 years ago
  27. 1efbd20 Revert "net/mlx5: Add MPCNT register infrastructure" by Gal Pressman · 8 years ago
  28. 8f18e4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  29. be26727 net: xdp: remove unused bfp_warn_invalid_xdp_buffer() by Jason Wang · 8 years ago
  30. c6dcf52 mm: Invalidate DAX radix tree entries only if appropriate by Jan Kara · 8 years ago
  31. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
  34. 6326fec mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked by Nicholas Piggin · 8 years ago
  35. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  36. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  37. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  38. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  39. 008b69e irqchip/armada-xp: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  40. 6896bcd irqchip/gic: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  41. 36e5b0e coresight/etm3/4x: Consolidate hotplug state space by Thomas Gleixner · 8 years ago
  42. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  43. 7b73796 staging/lustre/libcfs: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  44. e210faa scsi/bnx2i: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  45. c53b005 scsi/bnx2fc: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  46. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  47. 01e0d60 Merge tag 'ntb-4.10' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  48. e3ba730 fsnotify: Remove fsnotify_duplicate_mark() by Jan Kara · 8 years ago
  49. 5c43c52 NTB: correct ntb_peer_spad_read for case when callback is not supplied. by Steven Wahl · 8 years ago
  50. a307d0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  51. c00d2c7 move aio compat to fs/aio.c by Al Viro · 8 years ago
  52. 72c5296 genhd: remove dead and duplicated scsi code by Jon Derrick · 8 years ago
  53. af22941 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  54. eb254f3 Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. bc1ecd6 Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  56. d5db84a8 Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linux by Linus Torvalds · 8 years ago
  57. 1b011e2 ratelimit: fix WARN_ON_RATELIMIT return value by Jiri Slaby · 8 years ago
  58. 7b8589c ima: on soft reboot, save the measurement list by Mimi Zohar · 8 years ago
  59. 187e593 NFS: Clean up nfs_attribute_timeout() by Trond Myklebust · 8 years ago
  60. 3f642a1 NFS: Remove unused function nfs_revalidate_inode_rcu() by Trond Myklebust · 8 years ago
  61. e93b1cc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  62. ac5a28b Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  63. fff5d99 swiotlb: Add swiotlb=noforce debug option by Geert Uytterhoeven · 8 years ago
  64. ae7871b swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 8 years ago
  65. 8421c60 Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  66. 957ae50 platform/x86: Add Whiskey Cove PMIC TMU support by Nilesh Bacchewar · 8 years ago
  67. 1bbb05f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. 98da295 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. 52f40e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  70. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  71. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  72. 5ccb071 bpf: fix overflow in prog accounting by Daniel Borkmann · 8 years ago
  73. aafe6ae bpf: dynamically allocate digest scratch buffer by Daniel Borkmann · 8 years ago
  74. af79ce4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  75. c07dee7 Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  76. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  77. e846544 block: Remove unused member (busy) from struct blk_queue_tag by Ritesh Harjani · 8 years ago
  78. f23bc46 net: xdp: add invalid buffer warning by John Fastabend · 8 years ago
  79. 24c946c irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.h by LABBE Corentin · 8 years ago
  80. dcdc43d bpf: cgroup: annotate pointers in struct cgroup_bpf with __rcu by Daniel Mack · 8 years ago
  81. 83a77e9 net: macb: Added PCI wrapper for Platform Driver. by Bartosz Folta · 8 years ago
  82. cb02de9 x86/mpx: Move bd_addr to mm_context_t by Mark Rutland · 8 years ago
  83. 9763f7a Merge branch 'work.autofs' into for-linus by Al Viro · 8 years ago
  84. 3c55d6b Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus by Al Viro · 8 years ago
  85. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  86. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  87. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  88. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  89. bd9999c Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  90. 9dfe495 Merge tag 'edac/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 8 years ago
  91. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  92. 57ca04a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  93. 031a072 vfs: call vfs_clone_file_range() under freeze protection by Amir Goldstein · 8 years ago
  94. ebfb018 Merge branch 'synaptics-rmi4' into next by Dmitry Torokhov · 8 years ago
  95. 73e2e0c Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  96. ed3c5a0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  97. 47057ab nfsd: add support for the umask attribute by Andreas Gruenbacher · 9 years ago
  98. 991688bf Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  99. e79ab19 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  100. 3ec5e8d Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago