1. 30e2bc0 Revert "block: remove artifical max_hw_sectors cap" by Jeff Moyer · 9 years ago
  2. 0048b48 blk-mq: fix race between timeout and freeing request by Ming Lei · 9 years ago
  3. 596f5aa blk-mq: fix buffer overflow when reading sysfs file of 'pending' by Ming Lei · 9 years ago
  4. 2ec3182 Documentation: update notes in biovecs about arbitrarily sized bios by Dongsu Park · 9 years ago
  5. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  6. 6cf66b4 fs: use helper bio_add_page() instead of open coding on bi_io_vec by Kent Overstreet · 9 years ago
  7. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  8. 7140aaf md/raid5: get rid of bio_fits_rdev() by Kent Overstreet · 11 years ago
  9. 7ef6b12 md/raid5: split bio for chunk_aligned_read by Ming Lin · 9 years ago
  10. b49a087 block: remove split code in blkdev_issue_{discard,write_same} by Ming Lin · 9 years ago
  11. 0e28997 btrfs: remove bio splitting and merge_bvec_fn() calls by Kent Overstreet · 10 years ago
  12. 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
  13. c66a14d block: simplify bio_add_page() by Kent Overstreet · 11 years ago
  14. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  15. 4160989 blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  16. 9b81c84 block: don't access bio->bi_error after bio_put() by Sasha Levin · 9 years ago
  17. 2c68f6d block: shrink struct bio down to 2 cache lines again by Jens Axboe · 9 years ago
  18. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  19. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  20. 0034af0 block: make /sys/block/<dev>/queue/discard_max_bytes writeable by Jens Axboe · 9 years ago
  21. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  22. 6c71013 block: partition: convert percpu ref by Ming Lei · 9 years ago
  23. b54e5ed block: partition: introduce hd_free_part() by Ming Lei · 9 years ago
  24. 21bdb58 Merge tag 'pm+acpi-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  25. 3e87ee0 Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  26. f85c712 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 9 years ago
  27. 761ab76 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  28. f76d94d Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  29. 17ffc8b Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources' by Rafael J. Wysocki · 9 years ago
  30. e56f698 blk-mq: set default timeout as 30 seconds by Ming Lei · 9 years ago
  31. 3aa2050 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  32. 9090fdb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  33. 7bee607 NVMe: Reread partitions on metadata formats by Keith Busch · 9 years ago
  34. 16ff49a Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  35. df14a68 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  36. bec33cd Merge tag 'arc-v4.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  37. 9c69481 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  38. 2645695 jfs: clean up jfs_rename and fix out of order unlock by Dave Kleikamp · 9 years ago
  39. 97d6e2b Merge tag 'module-final-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  40. 7558009 Merge tag 'trace-v4.2-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  41. 91ef5cc Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmdd into for-linus by James Morris · 9 years ago
  42. 8642d7f intel_scu_ipc: move local memory initialization out of a mutex by Christophe JAILLET · 9 years ago
  43. d8b2ba7 IB/core: Destroy ocrdma_dev_id IDR on module exit by Johannes Thumshirn · 9 years ago
  44. 45d2542 IB/core: Destroy multcast_idr on module exit by Johannes Thumshirn · 9 years ago
  45. d9a047a IB/mlx4: Optimize do_slave_init by Doug Ledford · 9 years ago
  46. 9bbf282 IB/mlx4: Fix memory leak in do_slave_init by Doug Ledford · 9 years ago
  47. a39a98f IB/mlx4: Optimize freeing of items on error unwind by Maninder Singh · 9 years ago
  48. 43bfb97 IB/mlx4: Fix use of flow-counters for process_mad by Or Gerlitz · 9 years ago
  49. cb1ff43 IB/ipath: Convert use of __constant_<foo> to <foo> by Vaishali Thakkar · 9 years ago
  50. edcd2a7 IB/ipoib: Set MTU to max allowed by mode when mode changes by Erez Shitrit · 9 years ago
  51. c426877 IB/ipoib: Scatter-Gather support in connected mode by Yuval Shaia · 9 years ago
  52. 59d40dd IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICES by Carol L Soto · 9 years ago
  53. 8b7cce0 IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flush by Haggai Eran · 9 years ago
  54. 31b57b8 IB/ucma: Fix lockdep warning in ucma_lock_files by Haggai Eran · 9 years ago
  55. 4fabb59 rds: rds_ib_device.refcount overflow by Wengang Wang · 9 years ago
  56. 0a69127 RDMA/nes: Fix for incorrect recording of the MAC address by Tatyana Nikolova · 9 years ago
  57. 165d682 RDMA/nes: Fix for resolving the neigh by Tatyana Nikolova · 9 years ago
  58. a7f2f24 RDMA/core: Fixes for port mapper client registration by Tatyana Nikolova · 9 years ago
  59. 58e9cc9 IB/IPoIB: Fix bad error flow in ipoib_add_port() by Amir Vadai · 9 years ago
  60. 8a7ff14 IB/mlx4: Do not attemp to report HCA clock offset on VFs by Matan Barak · 9 years ago
  61. be4b499 IB/cm: Do not queue work to a device that's going away by Erez Shitrit · 9 years ago
  62. 3fdf70a IB/srp: Avoid using uninitialized variable by Sagi Grimberg · 9 years ago
  63. b356c1c IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX by Vaishali Thakkar · 9 years ago
  64. 3b8ab70 IB/mad: Remove improper use of BUG_ON by Ira Weiny · 9 years ago
  65. cd4cd56 IB/mad: Fix compare between big endian and cpu endian by Ira Weiny · 9 years ago
  66. 4139032 IB: Add rdma_cap_ib_switch helper and use where appropriate by Hal Rosenstock · 9 years ago
  67. b371616 tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted by Jarkko Sakkinen · 9 years ago
  68. ba0ef85 tpm: Fix initialization of the cdev by Jason Gunthorpe · 9 years ago
  69. f760b87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  70. 34bef46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  71. ee296d7 locks: inline posix_lock_file_wait and flock_lock_file_wait by Jeff Layton · 9 years ago
  72. 83bfff2 nfs4: have do_vfs_lock take an inode pointer by Jeff Layton · 9 years ago
  73. 29d01b2 locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait by Jeff Layton · 9 years ago
  74. bcd7f78 locks: have flock_lock_file take an inode pointer instead of a filp by Jeff Layton · 9 years ago
  75. ed05676 Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation" by Jeff Layton · 9 years ago
  76. cad49cf s390/nmi: fix vector register corruption by Heiko Carstens · 9 years ago
  77. e47994d s390/process: fix sfpc inline assembly by Heiko Carstens · 9 years ago
  78. f81a49d s390/dasd: fix kernel panic when alias is set offline by Stefan Haberland · 9 years ago
  79. 624b71e ARCv2: support HS38 releases by Vineet Gupta · 9 years ago
  80. f51e2f1 ARC: make sure instruction_pointer() returns unsigned value by Alexey Brodkin · 9 years ago
  81. cee9f6d Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 9 years ago
  82. 67592f6 m68k: enable PCI support for m5475evb defconfig by Greg Ungerer · 9 years ago
  83. 03aa29f m68k: fix io functions for ColdFire/MMU/PCI case by Greg Ungerer · 9 years ago
  84. 8700f09 m68knommu: update defconfig for ColdFire m5475evb by Greg Ungerer · 9 years ago
  85. fee5392 m68knommu: update defconfig for ColdFire m5407c3 by Greg Ungerer · 9 years ago
  86. 59c024b m68knommu: update defconfig for ColdFire m5307c3 by Greg Ungerer · 9 years ago
  87. 6845f6e m68knommu: update defconfig for ColdFire m5275evb by Greg Ungerer · 9 years ago
  88. 2e27f44 m68knommu: update defconfig for ColdFire m5272c3 by Greg Ungerer · 9 years ago
  89. 0f28b05 m68knommu: update defconfig for ColdFire m5249evb by Greg Ungerer · 9 years ago
  90. bfd302a m68knommu: update defconfig for m5208evb by Greg Ungerer · 9 years ago
  91. fa95a1d m68knommu: make ColdFire SoC selection a choice by Greg Ungerer · 9 years ago
  92. 15c2ca4 m68knommu: improve the clock configuration defaults by Greg Ungerer · 9 years ago
  93. d9ee489 m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFire by Greg Ungerer · 9 years ago
  94. bc0195a Linux 4.2-rc2 by Linus Torvalds · 9 years ago
  95. 01e2d06 Revert "drm/i915: Use crtc_state->active in primary check_plane func" by Linus Torvalds · 9 years ago
  96. c83727a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  97. 7fbb58a Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  98. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 9 years ago
  99. 2acb5c3 ARM: dts: dra7x-evm: Prevent glitch on DCAN1 pinmux by Roger Quadros · 9 years ago
  100. 0333651 can: c_can: Fix default pinmux glitch at init by J.D. Schroeder · 9 years ago