summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2015-05-312-10/+11
|\
| * ttyFDC: Fix to use native endian MMIO readsJames Hogan2015-05-261-8/+9
| * MIPS: Fix CDMM to use native endian MMIO readsJames Hogan2015-05-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-05-3120-254/+166
|\ \
| * | iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier2015-05-301-3/+3
| * | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-3010-18/+15
| * | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-303-94/+76
| * | target/user: Only support full command pass-throughAndy Grover2015-05-301-50/+74
| * | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-05-302-0/+4
| * | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-306-61/+31
| * | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-193-6/+3
| * | target: Add missing parenthesesBart Van Assche2015-05-141-2/+2
| * | target: Fix bidi command handlingBart Van Assche2015-05-141-2/+1
| * | target/user: Disallow full passthrough (pass_level=0)Andy Grover2015-05-021-65/+3
| * | ISCSI: fix minor memory leakEvgenii Lepikhin2015-05-021-0/+1
* | | Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-314-1/+14
|\ \ \
| * | | hwmon: (nct6683) Add missing sysfs attribute initializationGuenter Roeck2015-05-291-0/+2
| * | | hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck2015-05-291-0/+2
| * | | hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck2015-05-291-1/+1
| * | | hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak2015-05-261-0/+9
| | |/ | |/|
* | | Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-05-293-24/+36
|\ \ \
| * | | dm: fix casting bug in dm_merge_bvec()Joe Thornber2015-05-291-5/+12
| * | | dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura2015-05-291-7/+9
| * | | dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer2015-05-291-5/+3
| * | | dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer2015-05-271-4/+6
| * | | dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-271-1/+3
| * | | dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura2015-05-271-2/+2
| * | | dm: run queue on re-queueJunichi Nomura2015-05-261-0/+1
| |/ /
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-293-13/+9
|\ \ \
| * | | cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-283-13/+9
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-2921-152/+42
|\ \ \ \
| * \ \ \ Merge branch 'linux-4.1' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie2015-05-296-6/+11
| |\ \ \ \
| | * | | | drm/nouveau/gr/gm204: remove a stray printkBen Skeggs2015-05-291-1/+0
| | * | | | drm/nouveau/devinit/gm100-: force devinit table execution on boards without P...Ben Skeggs2015-05-294-3/+6
| | * | | | drm/nouveau/devinit/gf100: make the force-post condition more obviousBen Skeggs2015-05-291-1/+4
| | * | | | drm/nouveau/gr/gf100-: fix wrong constant definitionLars Seipel2015-05-291-1/+1
| | | |/ / | | |/| |
| * | | | drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"Christian König2015-05-286-6/+6
| * | | | Merge tag 'topic/drm-fixes-2015-05-27' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-281-0/+3
| |\ \ \ \
| | * | | | drm/plane-helper: Adapt cursor hack to transitional helpersDaniel Vetter2015-05-221-0/+3
| * | | | | drm/radeon/audio: make sure connector is valid in hotplug caseAlex Deucher2015-05-271-2/+3
| * | | | | Revert "drm/radeon: only mark audio as connected if the monitor supports it (...Alex Deucher2015-05-272-21/+14
| * | | | | drm/radeon: don't share plls if monitors differ in audio supportAlex Deucher2015-05-261-1/+3
| * | | | | drm/vgem: drop DRIVER_PRIME (v2)Rob Clark2015-05-264-116/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-293-67/+98
|\ \ \ \ \
| * | | | | md: fix race when unfreezing sync_actionNeilBrown2015-05-281-6/+8
| * | | | | md/raid5: break stripe-batches when the array has failed.NeilBrown2015-05-281-0/+1
| * | | | | md/raid5: call break_stripe_batch_list from handle_stripe_clean_eventNeilBrown2015-05-281-57/+4
| * | | | | md/raid5: be more selective about distributing flags across batch.NeilBrown2015-05-282-12/+45
| * | | | | md/raid5: add handle_flags arg to break_stripe_batch_list.NeilBrown2015-05-281-4/+8
| * | | | | md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_...NeilBrown2015-05-281-3/+16