1. b1fb2c5 block: guard bvec iteration logic by Dmitry Monakhov · 8 years ago
  2. 128b6f9 t10-pi: Move opencoded contants to common header by Dmitry Monakhov · 8 years ago
  3. e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 8 years ago
  4. fbd08e7 bio-integrity: fix interface for bio_integrity_trim by Dmitry Monakhov · 8 years ago
  5. 7a69f9c6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 892ad5a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 162b246 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. 330e9e4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  11. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 8 years ago
  12. 401e000 moduleparam: fix doc: hwparam_irq configures an IRQ by Sylvain 'ythier' Hitier · 8 years ago
  13. 5d6dec6 locking/refcount: Remove the half-implemented refcount_sub() API by Kees Cook · 8 years ago
  14. dbd1877 hashtable: remove repeated phrase from a comment by Jakub Kicinski · 8 years ago
  15. 9ae3b3f5 block: provide bio_uninit() free freeing integrity/task associations by Jens Axboe · 8 years ago
  16. fd25d19f locking/refcount: Create unchecked atomic_t implementation by Kees Cook · 8 years ago
  17. 7aa1f42 nvme: use a single NVME_AQ_DEPTH and relax it to 32 by Sagi Grimberg · 8 years ago
  18. 1c4bc3a block: remove the queue_bounce_pfn helper by Christoph Hellwig · 8 years ago
  19. 3bce016 block: move bounce declarations to block/blk.h by Christoph Hellwig · 8 years ago
  20. f5d1184 nvme: add support for streams and directives by Jens Axboe · 8 years ago
  21. f793dfd blk-mq: expose write hints through debugfs by Jens Axboe · 8 years ago
  22. cb6934f block: add support for write hints in a bio by Jens Axboe · 8 years ago
  23. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 8 years ago
  24. 5f4b37d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  25. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  26. 3b7b314 slub: make sysfs file removal asynchronous by Tejun Heo · 8 years ago
  27. f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 8 years ago
  28. 3c85d6d sched/loadavg: Generalize "_idle" naming to "_nohz" by Frederic Weisbecker · 8 years ago
  29. a4eb8b9 Merge branch 'linus' into x86/mm, to pick up fixes by Ingo Molnar · 8 years ago
  30. f9e1698 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  31. 8d829b9 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  32. 852ec80 blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler by Bart Van Assche · 8 years ago
  33. 8e8320c blk-mq: fix performance regression with shared tags by Jens Axboe · 8 years ago
  34. 9e0c829 block: Add a comment above queue_lockdep_assert_held() by Bart Van Assche · 8 years ago
  35. d280bab block: Introduce request_queue.initialize_rq_fn() by Bart Van Assche · 8 years ago
  36. cd6ce14 block: Make request operation type argument declarations consistent by Bart Van Assche · 8 years ago
  37. 0731967 blk-mq: Reduce blk_mq_hw_ctx size by Bart Van Assche · 8 years ago
  38. efbeccd block: stop using bio_data() in blk_write_same_mergeable by Christoph Hellwig · 8 years ago
  39. 80ab6af block: remove the unused bio_to_phys macro by Christoph Hellwig · 8 years ago
  40. 03a07c9 block: return on congested block device by Goldwyn Rodrigues · 8 years ago
  41. a38d124 fs: Introduce IOMAP_NOWAIT by Goldwyn Rodrigues · 8 years ago
  42. b745faf fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT by Goldwyn Rodrigues · 8 years ago
  43. 7fc9e47 fs: Introduce filemap_range_has_page() by Goldwyn Rodrigues · 8 years ago
  44. fdd2f5b fs: Separate out kiocb flags setup based on RWF_* flags by Goldwyn Rodrigues · 8 years ago
  45. f11cc07 sched/core: Drop the unused try_get_task_struct() helper function by Davidlohr Bueso · 8 years ago
  46. 902b319 Merge branch 'WIP.sched/core' into sched/core by Ingo Molnar · 8 years ago
  47. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  48. 5822a45 sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to sched/wait_bit.c by Ingo Molnar · 8 years ago
  49. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 8 years ago
  50. 4b1c480 sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h> by Ingo Molnar · 8 years ago
  51. 939798a0 sched/wait: Improve the bit-wait API parameter names in the API function prototypes by Ingo Molnar · 8 years ago
  52. 76c85dd sched/wait: Standardize wait_bit_queue naming by Ingo Molnar · 8 years ago
  53. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  54. 9d9d676 sched/wait: Standardize internal naming of wait-queue heads by Ingo Molnar · 8 years ago
  55. 50816c4 sched/wait: Standardize internal naming of wait-queue entries by Ingo Molnar · 8 years ago
  56. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  57. 3d88d56 time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting by John Stultz · 8 years ago
  58. ceea5e3 time: Fix clock->read(clock) race around clocksource changes by John Stultz · 8 years ago
  59. 63709fd uuid: Take const on input of uuid_is_null() and guid_is_null() by Andy Shevchenko · 8 years ago
  60. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  61. 1d9e9bc blk-mq: don't stop queue for quiescing by Ming Lei · 8 years ago
  62. f4560ff blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue by Ming Lei · 8 years ago
  63. e4e7391 blk-mq: introduce blk_mq_unquiesce_queue by Ming Lei · 8 years ago
  64. 4f084b4 blk-mq: introduce blk_mq_quiesce_queue_nowait() by Ming Lei · 8 years ago
  65. 97e0120 blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h by Ming Lei · 8 years ago
  66. 9b10f6a block: remove bio_clone() and all references. by NeilBrown · 8 years ago
  67. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 8 years ago
  68. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  69. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 8 years ago
  70. 5bbf4e5 blk-mq-sched: unify request prepare methods by Christoph Hellwig · 8 years ago
  71. 7b9e936 blk-mq-sched: unify request finished methods by Christoph Hellwig · 8 years ago
  72. ab2789b Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  73. e78e462 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  74. cbfb749 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 8 years ago
  75. 6b8190d nvme: implement NS Optimal IO Boundary from 1.3 Spec by Scott Bauer · 8 years ago
  76. 435e809 nvme: add fields into identify controller data structure by Guan Junxiong · 8 years ago
  77. c61d788 nvmet: allow overriding the NVMe VS via configfs by Johannes Thumshirn · 8 years ago
  78. af8b86e nvme: introduce NVMe Namespace Identification Descriptor structures by Johannes Thumshirn · 8 years ago
  79. 0add5e8 nvmet: use NVME_IDENTIFY_DATA_SIZE by Johannes Thumshirn · 8 years ago
  80. 0945e56 scatterlist: add sg_zero_buffer() helper by Johannes Thumshirn · 8 years ago
  81. 97f6ef6 nvme-pci: remap BAR0 to cover admin CQ doorbell for large stride by Xu Yu · 8 years ago
  82. c926820 firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codes by Andy Lutomirski · 8 years ago
  83. a090bd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  84. dc9edc4 block: Fix a blk_exit_rl() regression by Bart Van Assche · 8 years ago
  85. db46a0e net: update undefined ->ndo_change_mtu() comment by Magnus Damm · 8 years ago
  86. b85cf73 nvme.h: add dword 12 - 15 fields to struct nvme_features by Arnav Dawn · 8 years ago
  87. 39673e1 nvme.h: add struct nvme_host_mem_buf_desc and HMB flags by Christoph Hellwig · 8 years ago
  88. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  89. 3f365cf Merge branch 'sched/urgent' into x86/mm, to pick up dependent fix by Ingo Molnar · 8 years ago
  90. 567b64a Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  91. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  92. 19e72d3 configfs: Introduce config_item_get_unless_zero() by Bart Van Assche · 8 years ago
  93. 3262764 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  94. 6d53cef compiler, clang: properly override 'inline' for clang by Linus Torvalds · 8 years ago
  95. 5e38b72 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  96. 9d0eb46 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  97. 6b7ed45 Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. 179145e Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  99. 42211f6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  100. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago