1. dac1c5c cdrom: Remove cdrom_get_next_writeable prototype by Joe Perches · 10 years ago
  2. e1e60fd cdrom: Remove cdrom_get_last_written prototype by Joe Perches · 10 years ago
  3. 2e9aa08 cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototype by Joe Perches · 10 years ago
  4. 1237d1e cdrom: Remove unnecessary sanitize_format prototype by Joe Perches · 10 years ago
  5. b62d6e8 cdrom: Remove unnecessary check_for_audio_disc prototype by Joe Perches · 10 years ago
  6. 82b9154 cdrom: Remove prototype for open_for_data by Joe Perches · 10 years ago
  7. a09c391 cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macros by Joe Perches · 10 years ago
  8. e3b6b9e cdrom: Remove unused CHECKAUDIO macro by Joe Perches · 10 years ago
  9. 5944b2c cdrom: convert cdinfo to cd_dbg by Joe Perches · 10 years ago
  10. fc27691 block: null_blk: fix use after free by Ming Lei · 10 years ago
  11. ec4a340 drbd: use list_first_entry_or_null in first_peer_device/first_connection by Lars Ellenberg · 10 years ago
  12. babea49 drbd: Allow attaching of a newly created device to any backing device by Philipp Reisner · 10 years ago
  13. 02df6fe drbd: Test cstate while holding req_lock by Philipp Reisner · 10 years ago
  14. c1b3156 drbd: use blk_set_stacking_limits() by Philipp Reisner · 10 years ago
  15. 0853546 drbd: evaluate disk and network timeout on different requests by Lars Ellenberg · 10 years ago
  16. 67cca28 drbd: Fix a hole in the challange-response connection authentication by Philipp Reisner · 10 years ago
  17. f9c7812 drbd: always implicitly close last epoch when idle by Lars Ellenberg · 10 years ago
  18. e4d7d6f drbd: add back some fairness to AL transactions by Lars Ellenberg · 10 years ago
  19. fa090e7 drbd: keep max-bio size during detach/attach on disconnected primary by Lars Ellenberg · 10 years ago
  20. 074f4af drbd: fix a race between start_resync and send_and_submit by Lars Ellenberg · 10 years ago
  21. 20c68fd drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIM by Lars Ellenberg · 10 years ago
  22. 2f632ae drbd: prepare sending side for REQ_DISCARD by Lars Ellenberg · 10 years ago
  23. a0fb3c4 drbd: prepare receiving side for REQ_DISCARD by Lars Ellenberg · 10 years ago
  24. 9e27687 drbd: allow parallel promote/demote actions by Lars Ellenberg · 10 years ago
  25. a910b12 drbd: perpare for genetlink parallel_ops by Lars Ellenberg · 10 years ago
  26. 88ea685 drbd: Do not BUG() when connection breaks in a special way by Philipp Reisner · 10 years ago
  27. e829987 drbd: don't let application IO pre-empt resync too often by Lars Ellenberg · 10 years ago
  28. 0e49d7b drbd: fix potential distributed deadlock during verify or resync by Lars Ellenberg · 10 years ago
  29. 6377b92 drbd: resync: fix too large bursts for very slow rates by Lars Ellenberg · 10 years ago
  30. 9ae4726 drbd: fix stalled resync detection in /proc/drbd by Lars Ellenberg · 10 years ago
  31. cdc6af8 drbd: Allow online layout change of AL while peer is not connected by Philipp Reisner · 10 years ago
  32. d40e567 drbd: Remove drbd_wrappers.h by Philipp Reisner · 10 years ago
  33. d7fe69c drbd: Leave IO suspended if the fence handler find the peer primary by Philipp Reisner · 10 years ago
  34. 3100774 drbd: Break a deadlock while concurrent fencing and establishing a connection by Philipp Reisner · 10 years ago
  35. d1e714d mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systems by Asai Thambi S P · 10 years ago
  36. af5ded8 mtip32xx: Remove dfs_parent after pci unregister by Asai Thambi S P · 10 years ago
  37. 670a641 mtip32xx: Increase timeout for STANDBY IMMEDIATE command by Asai Thambi S P · 10 years ago
  38. 24cddb8 cciss: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  39. 01aad3f skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range() by Alexander Gordeev · 10 years ago
  40. 49fd524 bsg: update check for rq based driver for blk-mq by Jens Axboe · 10 years ago
  41. fb1be43 jsflash: missed conversion from rq->buffer to bio_data(rq->bio) by Jens Axboe · 10 years ago
  42. f793aa5 block: relax when to modify the timeout timer by Jens Axboe · 10 years ago
  43. 1212007 block: export blk_finish_request by Christoph Hellwig · 10 years ago
  44. f88a164 blk-mq: rename mq_flush_work struct request member by Christoph Hellwig · 10 years ago
  45. ed0791b blk-mq: add blk_mq_requeue_request by Christoph Hellwig · 10 years ago
  46. 2f26855 blk-mq: add blk_mq_start_hw_queues by Christoph Hellwig · 10 years ago
  47. 70f4db6 blk-mq: add blk_mq_delay_queue by Christoph Hellwig · 10 years ago
  48. 1b4a325 blk-mq: add async parameter to blk_mq_start_stopped_hw_queues by Christoph Hellwig · 10 years ago
  49. 91b6363 blk-mq: bidi support by Christoph Hellwig · 10 years ago
  50. 63151a4 blk-mq: allow drivers to hook into I/O completion by Christoph Hellwig · 10 years ago
  51. 6700a67 blk-mq: kill preempt disable/enable in blk_mq_work_fn() by Jens Axboe · 10 years ago
  52. fd1270d blk-mq: don't use preempt_count() to check for right CPU by Jens Axboe · 10 years ago
  53. 8e1a628 gdrom: missed conversion from req->buffer by Jens Axboe · 10 years ago
  54. fb3ccb5 block: all blk-mq requests are tagged by Christoph Hellwig · 10 years ago
  55. 24d2f90 blk-mq: split out tag initialization, support shared tags by Christoph Hellwig · 10 years ago
  56. ed44832 blk-mq: initialize request on allocation by Christoph Hellwig · 10 years ago
  57. e9b267d blk-mq: add ->init_request and ->exit_request methods by Christoph Hellwig · 10 years ago
  58. 8727af4 blk-mq: make ->flush_rq fully transparent to drivers by Christoph Hellwig · 10 years ago
  59. 9d74e25 blk-mq: do not initialize req->special by Christoph Hellwig · 10 years ago
  60. 742ee69 blk-mq: initialize resid_len by Christoph Hellwig · 10 years ago
  61. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  62. f89e0dd Merge tag 'v3.15-rc1' into for-3.16/core by Jens Axboe · 10 years ago
  63. c9eaa44 Linux 3.15-rc1 by Linus Torvalds · 10 years ago
  64. f7c1d07 mm: Initialize error in shmem_file_aio_read() by Geert Uytterhoeven · 10 years ago
  65. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 10 years ago
  66. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  67. 321d03c Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  68. fd1232b sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue by Mikulas Patocka · 10 years ago
  69. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 10 years ago
  70. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 10 years ago
  71. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  72. fd18f00 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 10 years ago
  73. de0c9cf Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 10 years ago
  74. 09c9b61 Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/kernel by Linus Torvalds · 10 years ago
  75. 141eacc Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  76. 9309444 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  77. 07f5fef Merge tag 'ntb-3.15' of git://github.com/jonmason/ntb by Linus Torvalds · 10 years ago
  78. 96c57ad ceph: fix pr_fmt() redefinition by Linus Torvalds · 10 years ago
  79. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  80. eda43ce Merge branch 'tunnels' by David S. Miller · 10 years ago
  81. 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 10 years ago
  82. 5a45527 gre: don't allow to add the same tunnel twice by Nicolas Dichtel · 10 years ago
  83. 810d8ce drivers: net: xen-netfront: fix array initialization bug by Vincenzo Maffione · 10 years ago
  84. dcfba94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 10 years ago
  85. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  86. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  87. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 10 years ago
  88. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 10 years ago
  89. eab8723 ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure by Al Viro · 10 years ago
  90. 0f2eea4 pktgen: be friendly to LLTX devices by Daniel Borkmann · 10 years ago
  91. 6871438 r8152: check RTL8152_UNPLUG by hayeswang · 10 years ago
  92. cec9ae5 net: sun4i-emac: add promiscuous support by Marc Zyngier · 10 years ago
  93. 0af764e net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  94. c4a2c58 blackfin: cleanup board files by Steven Miao · 10 years ago
  95. f8ef77d93 bf609: clock: drop unused clock bit set/clear functions by Steven Miao · 10 years ago
  96. f57ac8a Blackfin: bf537: rename "CONFIG_ADT75" by Paul Bolle · 11 years ago
  97. e3dd192 Blackfin: bf537: rename "CONFIG_AD7314" by Paul Bolle · 11 years ago
  98. 6ffe346 Blackfin: bf537: rename ad2s120x ->ad2s1200 by Paul Bolle · 11 years ago
  99. cb8f05f blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE" by Paul Bolle · 11 years ago
  100. 3def907 blackfin: dma: current count mmr is read only by Sonic Zhang · 10 years ago