summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-172-13/+5
|\
| * i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-161-3/+2
| * i2c-i801: Enable interrupts for all post-ICH5 chipsJean Delvare2012-12-161-10/+1
| * i2c-i801: Add device tree supportThierry Reding2012-12-161-0/+2
* | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-171-13/+12
|\ \
| * | swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck2012-10-301-2/+1
| * | swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck2012-10-301-2/+2
| * | swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck2012-10-301-11/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-172-56/+30
|\ \ \
| * | | drivers/char/tpm: remove tasklet and cleanupAshley Lai2012-11-012-56/+30
* | | | ARM: OMAP: Fix drivers to depend on omap for internal devicesTony Lindgren2012-12-175-0/+8
| |_|/ |/| |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-12-1546-3806/+2752
|\ \ \
| * | | target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover2012-12-132-0/+47
| * | | target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou2012-12-131-1/+1
| * | | sbp-target: fix error path in sbp_make_tpg()Chris Boot2012-12-131-7/+10
| * | | sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot2012-12-131-3/+4
| * | | iscsi-target: use kstrdup() for iscsi_paramSebastian Andrzej Siewior2012-12-081-13/+3
| * | | target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior2012-12-051-60/+32
| * | | target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior2012-12-051-2/+7
| * | | target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger2012-12-053-0/+14
| * | | ib_srpt: Convert TMR path to target_submit_tmrNicholas Bellinger2012-11-281-19/+18
| * | | ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger2012-11-282-71/+52
| * | | target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger2012-11-282-2/+2
| * | | target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior2012-11-283-12/+12
| * | | target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior2012-11-281-1/+1
| * | | target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior2012-11-283-12/+12
| * | | target: update error handling for sbc_setup_write_same()Dan Carpenter2012-11-281-3/+3
| * | | iscsit: use GFP_ATOMIC under spin lockWei Yongjun2012-11-281-1/+1
| * | | iscsi_target: Remove redundant null check before kfreeSachin Kamat2012-11-281-4/+2
| * | | target/iblock: Forward declare bio helpersNicholas Bellinger2012-11-281-86/+81
| * | | target: Clean up flow in transport_check_aborted_status()Roland Dreier2012-11-281-14/+10
| * | | target: Clean up logic in transport_put_cmd()Roland Dreier2012-11-281-5/+4
| * | | qla2xxx: Look up LUN for abort requestsSteve Hodgson2012-11-281-1/+20
| * | | target: Update copyright information to 2012Nicholas Bellinger2012-11-2818-59/+19
| * | | target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger2012-11-151-7/+79
| * | | target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-155-1/+30
| * | | target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger2012-11-151-28/+23
| * | | target: Change sbc_emulate_noop to return sense_reason_tNicholas Bellinger2012-11-081-8/+2
| * | | sbp-target: remove depends on CONFIG_EXPERIMENTALKees Cook2012-11-081-1/+1
| * | | iscsi-target: Always send a response before terminating iSCSI connectionRoland Dreier2012-11-082-6/+12
| * | | iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-aroundSteve Hodgson2012-11-083-4/+4
| * | | iscsi-target: Fix potential deadlock on lock taken in timerRoland Dreier2012-11-081-2/+2
| * | | target: Fix exception path pr_reg put regression for PR RELEASENicholas Bellinger2012-11-081-1/+1
| * | | target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruptionNicholas Bellinger2012-11-081-1/+1
| * | | target: Fix incorrect inversion of TPGS_EXPLICT_ALUA checkNicholas Bellinger2012-11-071-1/+1
| * | | target: pass sense_reason as a return valueChristoph Hellwig2012-11-0721-1022/+803
| * | | target: Fix incorrect starting offset after MODE_SENSE refactoringNicholas Bellinger2012-11-071-2/+5
| * | | target: Add emulation for MODE SELECTRoland Dreier2012-11-071-0/+53
| * | | target: Implement mode page 0x1c, "Informational Exceptions"Roland Dreier2012-11-071-0/+14
| * | | target: Refactor MODE SENSE emulationRoland Dreier2012-11-071-59/+176