1. 623217a PM / wakeup: Drop wakeup_source_drop() by Rafael J. Wysocki · 6 years ago
  2. ef80068 Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  3. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  4. afe6fe7 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  5. 384d11f Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  6. 6ad63de Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  7. aebbfaf Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  8. fa29f5b Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  9. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  10. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  11. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. c8f5ed6 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  13. a9519de writeback: fix inode cgroup switching comment by Greg Thelen · 6 years ago
  14. f4b7e27 mm: remove zone_lru_lock() function, access ->lru_lock directly by Andrey Ryabinin · 6 years ago
  15. a7ca12f mm/workingset: remove unused @mapping argument in workingset_eviction() by Andrey Ryabinin · 6 years ago
  16. ace451e include/linux/compaction.h: fix potential build error by Yu Zhao · 6 years ago
  17. 494eec7 mm: page_cache_add_speculative(): refactor out some code duplication by john.hubbard@gmail.com · 6 years ago
  18. 6d2bef9 mm/page_poison: update comment after code moved by Michael S. Tsirkin · 6 years ago
  19. ce0725f numa: make "nr_online_nodes" unsigned int by Alexey Dobriyan · 6 years ago
  20. b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
  21. 59118c4 mm: swap: use mem_cgroup_is_root() instead of deferencing css->parent by Yang Shi · 6 years ago
  22. ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
  23. 9a4e9f3 mm: update get_user_pages_longterm to migrate pages allocated from CMA region by Aneesh Kumar K.V · 6 years ago
  24. d7fefcc mm/cma: add PF flag to force non cma alloc by Aneesh Kumar K.V · 6 years ago
  25. 6e2e07c mm: better document PG_reserved by David Hildenbrand · 6 years ago
  26. b56a2d8 mm: rid swapoff of quadratic complexity by Vineeth Remanan Pillai · 6 years ago
  27. 023bdd0 mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update by Aneesh Kumar K.V · 6 years ago
  28. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  29. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  30. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  31. aa9694b mm, memcg: create mem_cgroup_from_seq by Chris Down · 6 years ago
  32. dc50537 kernel: cgroup: add poll file operation by Johannes Weiner · 6 years ago
  33. 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
  34. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  35. e332f74 mm, compaction: be selective about what pageblocks to clear skip hints by Mel Gorman · 6 years ago
  36. 70b4459 mm, compaction: use free lists to quickly locate a migration source by Mel Gorman · 6 years ago
  37. d71e53c mm: shuffle GFP_* flags by Alexey Dobriyan · 6 years ago
  38. e693de1 mm/hugetlb: enable arch specific huge page size support for migration by Anshuman Khandual · 6 years ago
  39. 9b553bf mm/hugetlb: enable PUD level huge page migration by Anshuman Khandual · 6 years ago
  40. 7ed2c31 mm/hugetlb: distinguish between migratability and movability by Anshuman Khandual · 6 years ago
  41. 6b7e5ca mm: remove sysctl_extfrag_handler() by Matthew Wilcox · 6 years ago
  42. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  43. 52d1e60 mm: reuse only-pte-mapped KSM page in do_wp_page() by Kirill Tkhai · 6 years ago
  44. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  45. ca21508 mm: convert PG_balloon to PG_offline by David Hildenbrand · 6 years ago
  46. 4d3467e mm: balloon: update comment about isolation/migration/compaction by David Hildenbrand · 6 years ago
  47. a9cd410 mm/page_alloc.c: memory hotplug: free pages as higher order by Arun KS · 6 years ago
  48. de810f4 include/linux/slub_def.h: comment fixes by Tobin C. Harding · 6 years ago
  49. bcf6f55 kasan: fix kasan_check_read/write definitions by Arnd Bergmann · 6 years ago
  50. 3717f61 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  51. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  52. edaed16 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. 78f8601 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. 1848319 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  55. d9862cf Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  56. 3591b19 Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  57. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  58. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  59. cd2a3bf Merge tag 'leds-for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  60. dcc75dd Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  61. 32c0ac3 Merge tag 'regulator-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 6 years ago
  62. e48b044 Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 6 years ago
  63. 42eaf18 Merge tag 'mmc-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  64. 811c16a Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  65. a83b042 Merge tag 'vfio-v5.1-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  66. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  67. 3167b27 devlink: Add support for direct reporter health state update by Eran Ben Elisha · 6 years ago
  68. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  69. 84c4e1f8 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  70. f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  71. 14dbfb4 Merge branch 'spi-5.1' into spi-next by Mark Brown · 6 years ago
  72. 88f268a Merge branch 'regulator-5.1' into regulator-next by Mark Brown · 6 years ago
  73. 6a558c7 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 6 years ago
  74. 08a2e45 Merge branches 'pm-cpuidle' and 'powercap' by Rafael J. Wysocki · 6 years ago
  75. c3739c5 Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' by Rafael J. Wysocki · 6 years ago
  76. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  77. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  78. 7be3ad8 net: phy: remove gen10g_no_soft_reset by Heiner Kallweit · 6 years ago
  79. d81210c net: phy: don't export gen10g_read_status by Heiner Kallweit · 6 years ago
  80. c5e91d3 net: phy: remove gen10g_config_init by Heiner Kallweit · 6 years ago
  81. a6d0aa9 net: phy: remove gen10g_suspend and gen10g_resume by Heiner Kallweit · 6 years ago
  82. 9036b2f net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE by Francesco Ruggeri · 6 years ago
  83. 0b5c7ef sch_cake: Permit use of connmarks as tin classifiers by Kevin Darbyshire-Bryant · 6 years ago
  84. a32e0c7 regulator: core: Add set/get_current_limit helpers for regmap users by Axel Lin · 6 years ago
  85. 35d838f regulator: Fix comment for csel_reg and csel_mask by Axel Lin · 6 years ago
  86. 88b573a net: dsa: add KSZ9893 switch tagging support by Tristram Ha · 6 years ago
  87. 6377f78 appletalk: Fix use-after-free in atalk_proc_exit by YueHaibing · 6 years ago
  88. 46b1c18 net: sched: put back q.qlen into a single location by Eric Dumazet · 6 years ago
  89. d5fa9c5 Merge tag 'mlx5-updates-2019-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  90. 4e7df11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  91. 2369afb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  92. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  93. f7c917b bpf: add bpf helper bpf_skb_ecn_set_ce by brakmo · 6 years ago
  94. c93d921 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  95. 91cf8ec switchdev: Remove unused transaction item queue by Florian Fainelli · 6 years ago
  96. 5e1a99e ipv4: Add ICMPv6 support when parse route ipproto by Hangbin Liu · 6 years ago
  97. 6997b1c net/mlx5: Emit port affinity event for multipath offloads by Roi Dayan · 6 years ago
  98. 724b509 net/mlx5: Add multipath mode by Roi Dayan · 6 years ago
  99. 8ceb820 Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers by Arnd Bergmann · 6 years ago
  100. 3473b71 Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers by Arnd Bergmann · 6 years ago