1. 6a9f5f2 block: simplify BIOVEC_PHYS_MERGEABLE by Christoph Hellwig · 6 years ago
  2. 27ca1d4 block: move req_gap_back_merge to blk.h by Christoph Hellwig · 6 years ago
  3. e990700 block: move req_gap_{back,front}_merge to blk-merge.c by Christoph Hellwig · 6 years ago
  4. 43b729b block: move integrity_req_gap_{back,front}_merge to blk.h by Christoph Hellwig · 6 years ago
  5. c7b1bf5 blk-mq: Document the functions that iterate over requests by Bart Van Assche · 6 years ago
  6. 101246e blkcg: rename blkg_try_get to blkg_tryget by Dennis Zhou (Facebook) · 6 years ago
  7. b3b9f24 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou (Facebook) · 6 years ago
  8. e2b0989 blkcg: cleanup and make blk_get_rl use blkg_lookup_create by Dennis Zhou (Facebook) · 6 years ago
  9. f0fcb3e blkcg: remove additional reference to the css by Dennis Zhou (Facebook) · 6 years ago
  10. c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
  11. bdc2491 blkcg: associate writeback bios with a blkg by Dennis Zhou (Facebook) · 6 years ago
  12. 74b7c02 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou (Facebook) · 6 years ago
  13. 5bf9a1f blkcg: consolidate bio_issue_init to be a part of core by Dennis Zhou (Facebook) · 6 years ago
  14. a7b39b4 blkcg: always associate a bio with a blkg by Dennis Zhou (Facebook) · 6 years ago
  15. 07b05bc blkcg: convert blkg_lookup_create to find closest blkg by Dennis Zhou (Facebook) · 6 years ago
  16. 49f4c2d blkcg: update blkg_lookup_create to do locking by Dennis Zhou (Facebook) · 6 years ago
  17. 27e6fa9 blkcg: fix ref count issue with bio_blkcg using task_css by Dennis Zhou (Facebook) · 6 years ago
  18. 9ff0125 Blk-throttle: update to use rbtree with leftmost node cached by Liu Bo · 6 years ago
  19. 576ed91 block: use bio_add_page in bio_iov_iter_get_pages by Christoph Hellwig · 6 years ago
  20. c8765de blok, bfq: do not plug I/O if all queues are weight-raised by Paolo Valente · 6 years ago
  21. d0edc24 block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash by Paolo Valente · 6 years ago
  22. cbeb869 block, bfq: correctly charge and reset entity service in all cases by Paolo Valente · 6 years ago
  23. f8c0d7b blk-iolatency: remove set but not used variables 'changed' and 'blkiolat' by YueHaibing · 6 years ago
  24. 798ef9e rsxx: Remove unnecessary parentheses by Nathan Chancellor · 6 years ago
  25. 902d539 block: umem: replace spin_lock_bh with spin_lock in tasklet callback by jun qian · 6 years ago
  26. 7759eb2 block: remove bio_rewind_iter() by Ming Lei · 6 years ago
  27. 3d0e637 drbd: Convert from ahash to shash by Kees Cook · 6 years ago
  28. ca16eb3 Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  29. d5274b3 block: bfq: swap puts in bfqg_and_blkg_put by Konstantin Khlebnikov · 6 years ago
  30. db44bf4 Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 6 years ago
  31. be65e25 Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  32. 5404525 Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  33. d1c392c printk/tracing: Do not trace printk_nmi_enter() by Steven Rostedt (VMware) · 6 years ago
  34. 8b2ded1 block: don't warn when doing fsync on read-only devices by Mikulas Patocka · 6 years ago
  35. b36fdc6 Merge tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  36. f4697d9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  37. d0c1db1 Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 6 years ago
  38. 865e63b tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints by Steven Rostedt (VMware) · 6 years ago
  39. 3350139 nds32: linker script: GCOV kernel may refers data in __exit by Greentime Hu · 6 years ago
  40. 0e9b103 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  41. ae98043 nilfs2: convert to SPDX license tags by Ryusuke Konishi · 6 years ago
  42. 36bdac1 drivers/dax/device.c: convert variable to vm_fault_t type by Souptick Joarder · 6 years ago
  43. 4c5d114 lib/Kconfig.debug: fix three typos in help text by Thibaut Sautereau · 6 years ago
  44. c5967e9 checkpatch: add __ro_after_init to known $Attribute by Joe Perches · 6 years ago
  45. 62ec0d8 mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal by Dave Jiang · 6 years ago
  46. 8a2336e uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name by Randy Dunlap · 6 years ago
  47. 4e8346d memory_hotplug: fix kernel_panic on offline page processing by Mikhail Zaslonko · 6 years ago
  48. 328b5f4 checkpatch: add optional static const to blank line declarations test by Joe Perches · 6 years ago
  49. 9c21dae ipc/shm: properly return EIDRM in shm_lock() by Davidlohr Bueso · 6 years ago
  50. 464c7ff mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported. by Aneesh Kumar K.V · 6 years ago
  51. 04b8e94 mm/util.c: improve kvfree() kerneldoc by Andrew Morton · 6 years ago
  52. 7ab660f tools/vm/page-types.c: fix "defined but not used" warning by Naoya Horiguchi · 6 years ago
  53. 9045065 tools/vm/slabinfo.c: fix sign-compare warning by Naoya Horiguchi · 6 years ago
  54. b353756 kmemleak: always register debugfs file by Vincent Whitchurch · 6 years ago
  55. 1ed0cc5 mm: respect arch_dup_mmap() return value by Nadav Amit · 6 years ago
  56. 79cc810 mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm(). by Tetsuo Handa · 6 years ago
  57. 3100dab mm: memcontrol: print proper OOM header when no eligible victim left by Johannes Weiner · 6 years ago
  58. 2861952 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  59. a33710b net: phy: sfp: Handle unimplemented hwmon limits and alarms by Andrew Lunn · 6 years ago
  60. 84cb8eb net: sched: action_ife: take reference to meta module by Vlad Buslov · 6 years ago
  61. 6d784f1 act_ife: fix a potential use-after-free by Cong Wang · 6 years ago
  62. 639505d net/mlx5: Fix SQ offset in QPs with small RQ by Tariq Toukan · 6 years ago
  63. bc811f0 nbd: don't allow invalid blocksize settings by Jens Axboe · 6 years ago
  64. ec86539 nds32: fix build error because of wrong semicolon by Greentime Hu · 6 years ago
  65. 0cde56e nds32: Fix a kernel panic issue because of wrong frame pointer access. by Greentime Hu · 6 years ago
  66. 487c4b2 nds32: Only print one page of stack when die to prevent printing too much information. by Greentime Hu · 6 years ago
  67. 95f93ed nds32: Add macro definition for offset of lp register on stack by Zong Li · 6 years ago
  68. c5fdf7e nds32: Remove the deprecated ABI implementation by Zong Li · 6 years ago
  69. 1e377ae nds32/stack: Get real return address by using ftrace_graph_ret_addr by Zong Li · 6 years ago
  70. 95cd2f7 nds32/ftrace: Support dynamic function graph tracer by Zong Li · 6 years ago
  71. 6b1d6d2 nds32/ftrace: Support dynamic function tracer by Zong Li · 6 years ago
  72. fbf58a5 nds32/ftrace: Add RECORD_MCOUNT support by Zong Li · 6 years ago
  73. 1e9b14c nds32/ftrace: Support static function graph tracer by Zong Li · 6 years ago
  74. a180825 nds32/ftrace: Support static function tracer by Zong Li · 6 years ago
  75. 487913a nds32: Extract the checking and getting pointer to a macro by Zong Li · 6 years ago
  76. 7ef3954 nds32: Clean up the coding style by Zong Li · 6 years ago
  77. 6cce95a6 nds32: Fix get_user/put_user macro expand pointer problem by Zong Li · 6 years ago
  78. c17df79 nds32: Fix empty call trace by Zong Li · 6 years ago
  79. 1944a50 nds32: add NULL entry to the end of_device_id array by YueHaibing · 6 years ago
  80. 1dfdf99 nds32: fix logic for module by Greentime Hu · 6 years ago
  81. fc3e3bf Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  82. a484ef3 tipc: correct spelling errors for tipc_topsrv_queue_evt() comments by Zhenbo Gao · 6 years ago
  83. 9cc1bf3 tipc: correct spelling errors for struct tipc_bc_base's comment by Zhenbo Gao · 6 years ago
  84. a104d18 Merge branch 'bnxt_en-Bug-fixes' by David S. Miller · 6 years ago
  85. 00fe9c3 bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA. by Michael Chan · 6 years ago
  86. ad95c27 bnxt_en: Clean up unused functions. by Michael Chan · 6 years ago
  87. 6b95c3e bnxt_en: Fix firmware signaled resource change logic in open. by Michael Chan · 6 years ago
  88. 6570aa1 Merge branch 'sctp-two-fixes-for-spp_ipv6_flowlabel-and-spp_dscp-sockopts' by David S. Miller · 6 years ago
  89. 741880e sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel by Xin Long · 6 years ago
  90. af8a2b8 sctp: fix invalid reference to the index variable of the iterator by Xin Long · 6 years ago
  91. bf68066 net/ibm/emac: wrong emac_calc_base call was used by typo by Ivan Mikhaylov · 6 years ago
  92. c10bbfa net: sched: null actions array pointer before releasing action by Vlad Buslov · 6 years ago
  93. c48300c vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definition by Gleb Fotengauer-Malinovskiy · 6 years ago
  94. 9fd0e09 r8169: add support for NCube 8168 network card by Anthony Wong · 6 years ago
  95. 36feaac ip6_tunnel: respect ttl inherit for ip6tnl by Hangbin Liu · 6 years ago
  96. edf4e7b apparmor: fix bad debug check in apparmor_secid_to_secctx() by John Johansen · 6 years ago
  97. c6e57b3 mac80211: shorten the IBSS debug messages by Emmanuel Grumbach · 6 years ago
  98. 6c18b27 mac80211: don't Tx a deauth frame if the AP forbade Tx by Emmanuel Grumbach · 6 years ago
  99. 0007e94 mac80211: Fix station bandwidth setting after channel switch by Ilan Peer · 6 years ago
  100. f3ffb6c mac80211: fix a race between restart and CSA flows by Emmanuel Grumbach · 6 years ago