1. c9ce42f vhost: add max_mem_regions module parameter by Igor Mammedov · 9 years ago
  2. 4de7255 vhost: extend memory regions allocation to vmalloc by Igor Mammedov · 9 years ago
  3. 1b568d9 virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio by Cornelia Huck · 9 years ago
  4. 908a554 virtio scsi: fix unused variable warning by Stephen Rothwell · 9 years ago
  5. bcfeaca vhost: use binary search instead of linear in find_region() by Igor Mammedov · 9 years ago
  6. 59a5b0f7 virtio-pci: alloc only resources actually used. by Gerd Hoffmann · 9 years ago
  7. 8b8e658 macvtap/tun: cross-endian support for little-endian hosts by Greg Kurz · 9 years ago
  8. 2751c98 vhost: cross-endian support for legacy devices by Greg Kurz · 9 years ago
  9. 7d82410 virtio: add explicit big-endian support to memory accessors by Greg Kurz · 9 years ago
  10. ab27c07 vhost: introduce vhost_is_little_endian() helper by Greg Kurz · 9 years ago
  11. 5b11e15 macvtap: introduce macvtap_is_little_endian() helper by Greg Kurz · 9 years ago
  12. 25bd55bb tun: add tun_is_little_endian() helper by Greg Kurz · 9 years ago
  13. e4ca714b Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/linux by Linus Torvalds · 9 years ago
  14. dae8f28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  15. 30a5f11 Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  16. b2feda4 iser-target: Fix error path in isert_create_pi_ctx() by Roland Dreier · 9 years ago
  17. a354170 target: Use a PASSTHROUGH flag instead of transport_types by Andy Grover · 9 years ago
  18. 7bfea53b target: Move passthrough CDB parsing into a common function by Andy Grover · 9 years ago
  19. 9c1cd1b target/user: Only support full command pass-through by Andy Grover · 9 years ago
  20. 5a7125c target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST by Andy Grover · 9 years ago
  21. d588cf8 target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem by Christoph Hellwig · 9 years ago
  22. c7bd6dc hwmon: (nct6683) Add missing sysfs attribute initialization by Guenter Roeck · 9 years ago
  23. 1b63bf6 hwmon: (nct6775) Add missing sysfs attribute initialization by Guenter Roeck · 9 years ago
  24. 0f1e5b5 Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  25. 9aecac0 hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 by Guenter Roeck · 9 years ago
  26. 6e49ba1 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  27. d0af698 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  28. 1c220c6 dm: fix casting bug in dm_merge_bvec() by Joe Thornber · 9 years ago
  29. 15b94a6 dm: fix reload failure of 0 path multipath mapping on blk-mq devices by Junichi Nomura · 9 years ago
  30. c492e2d Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  31. e5d8de3 dm: fix false warning in free_rq_clone() for unmapped requests by Mike Snitzer · 9 years ago
  32. 1fe7142 Merge branch 'linux-4.1' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 9 years ago
  33. aaea393 drm/nouveau/gr/gm204: remove a stray printk by Ben Skeggs · 9 years ago
  34. 4d4d6f7 drm/nouveau/devinit/gm100-: force devinit table execution on boards without PDISP by Ben Skeggs · 9 years ago
  35. c9ab50d drm/nouveau/devinit/gf100: make the force-post condition more obvious by Ben Skeggs · 9 years ago
  36. 9ee971a drm/nouveau/gr/gf100-: fix wrong constant definition by Lars Seipel · 9 years ago
  37. 1263193 Merge tag 'platform-drivers-x86-v4.1-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  38. 7c0411d drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling" by Christian König · 9 years ago
  39. 56ccc11 md: fix race when unfreezing sync_action by NeilBrown · 9 years ago
  40. 626f209 md/raid5: break stripe-batches when the array has failed. by NeilBrown · 9 years ago
  41. 787b76f md/raid5: call break_stripe_batch_list from handle_stripe_clean_event by NeilBrown · 9 years ago
  42. 1b956f7 md/raid5: be more selective about distributing flags across batch. by NeilBrown · 9 years ago
  43. 3960ce7 md/raid5: add handle_flags arg to break_stripe_batch_list. by NeilBrown · 9 years ago
  44. fb642b9 md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list by NeilBrown · 9 years ago
  45. 4e3d62f md/raid5: remove condition test from check_break_stripe_batch_list. by NeilBrown · 9 years ago
  46. b15a9db md/raid5: Ensure a batch member is not handled prematurely. by NeilBrown · 9 years ago
  47. f36963c cpumask_set_cpu_local_first => cpumask_local_spread, lament by Rusty Russell · 9 years ago
  48. d0852df5 md/raid5: close race between STRIPE_BIT_DELAY and batching. by NeilBrown · 9 years ago
  49. 2b6b245 md/raid5: ensure whole batch is delayed for all required bitmap updates. by NeilBrown · 9 years ago
  50. 97758ff Merge tag 'topic/drm-fixes-2015-05-27' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  51. 45714fb dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY by Mike Snitzer · 9 years ago
  52. 4c6dd53 dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path by Mike Snitzer · 9 years ago
  53. 8f98bcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  54. ad06811 xen-netfront: properly destroy queues when removing device by David Vrabel · 9 years ago
  55. fbfd3bc drm/radeon/audio: make sure connector is valid in hotplug case by Alex Deucher · 9 years ago
  56. f4ecf29 mlx4_core: Fix fallback from MSI-X to INTx by Benjamin Poirier · 9 years ago
  57. 83a3511 lguest: fix out-by-one error in address checking. by Rusty Russell · 9 years ago
  58. ce0e5c5 xen/netback: Properly initialize credit_bytes by Ross Lagerwall · 9 years ago
  59. 2d1c18b Revert "drm/radeon: only mark audio as connected if the monitor supports it (v3)" by Alex Deucher · 9 years ago
  60. 1b887bf Merge tag 'mfd-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  61. 30a7266 Merge tag 'backlight-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 9 years ago
  62. 3a14075 dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED by Junichi Nomura · 9 years ago
  63. e0c2153 mfd: da9052: Fix broken regulator probe by Johan Hovold · 9 years ago
  64. 748a729 net: netxen: correct sysfs bin attribute return code by Vladimir Zapolskiy · 9 years ago
  65. a10f0df drm/radeon: don't share plls if monitors differ in audio support by Alex Deucher · 9 years ago
  66. adba657 hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE by Chris Lesiak · 9 years ago
  67. 983942a amd-xgbe-phy: Fix initial mode when autoneg is disabled by Lendacky, Thomas · 9 years ago
  68. 70f041b ttyFDC: Fix to use native endian MMIO reads by James Hogan · 9 years ago
  69. e21422d MIPS: Fix CDMM to use native endian MMIO reads by James Hogan · 9 years ago
  70. 4ae9944 dm: run queue on re-queue by Junichi Nomura · 9 years ago
  71. 68feaca backlight: pwm: Handle EPROBE_DEFER while requesting the PWM by Nicolas Ferre · 9 years ago
  72. 990ed27 drm/vgem: drop DRIVER_PRIME (v2) by Rob Clark · 9 years ago
  73. adbe088 net: dp83640: fix improper double spin locking. by Richard Cochran · 9 years ago
  74. a935865 net: dp83640: reinforce locking rules. by Richard Cochran · 9 years ago
  75. 397a253 net: dp83640: fix broken calibration routine. by Richard Cochran · 9 years ago
  76. a8b253b Merge tag 'pinctrl-v4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  77. e7db38a Merge tag 'gpio-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  78. 466c5ac net: stmmac: create one debugfs dir per net-device by Mathieu Olivari · 9 years ago
  79. 5369c71 net/ibm/emac: fix size of emac dump memory areas by Ivan Mikhaylov · 9 years ago
  80. c260c2f Merge tag 'wireless-drivers-for-davem-2015-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 9 years ago
  81. cc4a84c net: phy: bcm7xxx: Fix 7425 PHY ID and flags by Florian Fainelli · 9 years ago
  82. 5b13966 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  83. 9bd4459 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. cf539cb Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  85. 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  86. 1c8df7b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  87. a30ec4b Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  88. 1d82b0b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  89. 222ca8e net: macb: Disable half duplex gigabit on Zynq by Nathan Sullivan · 9 years ago
  90. 44f6731 cdc_ncm: Fix tx_bytes statistics by Bjørn Mork · 9 years ago
  91. aefa441 Merge tag 'iwlwifi-for-kalle-2015-05-21' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by Kalle Valo · 9 years ago
  92. 2e7f43c drm/plane-helper: Adapt cursor hack to transitional helpers by Daniel Vetter · 9 years ago
  93. a8106b1 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  94. bb43589 Merge tag 'drm-intel-fixes-2015-05-21' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  95. 865d872 Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  96. 2f8126e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  97. 1865892 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  98. 83ee412 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  99. 97793a8 Merge tag 'mmc-4.1-rc3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  100. 6efdb11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago