summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | cpufreq: allow cpufreq_generic_suspend() to work without suspend frequencyBartlomiej Zolnierkiewicz2015-09-091-2/+2
| | * | | | | | | Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2015-09-091-0/+30
| | |\ \ \ \ \ \ \
| | * | | | | | | | cpufreq: Use __func__ to print function's nameViresh Kumar2015-09-071-2/+1
| | * | | | | | | | cpufreq: staticize cpufreq_cpu_get_raw()Viresh Kumar2015-09-071-1/+1
| | * | | | | | | | cpufreq: Add ARM_MT8173_CPUFREQ dependency on THERMALGuenter Roeck2015-09-051-0/+1
| | * | | | | | | | cpufreq: dt: Tolerance applies on both sides of target voltageViresh Kumar2015-09-031-1/+2
| | * | | | | | | | cpufreq: dt: Print error on failing to mark OPPs as sharedViresh Kumar2015-09-031-1/+4
| | * | | | | | | | cpufreq: dt: Check OPP count before marking them sharedViresh Kumar2015-09-031-11/+11
| | * | | | | | | | Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2015-09-03145-1556/+4029
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge branch 'pm-opp'Rafael J. Wysocki2015-09-111-0/+28
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | PM / OPP: Return suspend_opp only if it is enabledViresh Kumar2015-09-091-7/+5
| | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz2015-09-091-0/+30
| | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-1129-596/+635
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | target: use stringify.h instead of own definitionDavid Disseldorp2015-09-111-1/+2
| * | | | | | | | | | target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover2015-09-111-8/+2
| * | | | | | | | | | target: Remove no-op conditionalAndy Grover2015-09-111-2/+1
| * | | | | | | | | | target/user: Remove unused variableAndy Grover2015-09-111-1/+0
| * | | | | | | | | | target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier2015-09-112-4/+5
| * | | | | | | | | | target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger2015-09-111-2/+4
| * | | | | | | | | | target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2015-09-113-4/+65
| * | | | | | | | | | target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover2015-08-268-18/+18
| * | | | | | | | | | target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-265-43/+51
| * | | | | | | | | | target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-265-62/+47
| * | | | | | | | | | target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover2015-08-266-38/+36
| * | | | | | | | | | target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier2015-08-027-27/+24
| * | | | | | | | | | qla2xxx: Update tcm_qla2xxx module description to 24xx+Sebastian Herbszt2015-08-022-3/+3
| * | | | | | | | | | iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp2015-08-024-5/+31
| * | | | | | | | | | drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-07-311-1/+1
| * | | | | | | | | | target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp2015-07-311-0/+3
| * | | | | | | | | | target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-312-27/+13
| * | | | | | | | | | target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker2015-07-301-0/+36
| * | | | | | | | | | target: improve unsupported opcode messageJoern Engel2015-07-302-3/+5
| * | | | | | | | | | target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier2015-07-301-3/+3
| * | | | | | | | | | target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik2015-07-301-5/+4
| * | | | | | | | | | target: remove initiatorname field in se_acl_lunChris Zankel2015-07-302-6/+4
| * | | | | | | | | | libiscsi: Use scsi helper to set information descriptorSagi Grimberg2015-07-231-6/+3
| * | | | | | | | | | target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg2015-07-233-4/+16
| * | | | | | | | | | scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-233-5/+26
| * | | | | | | | | | scsi: Fix wrong additional sense length in descriptor formatSagi Grimberg2015-07-231-1/+1
| * | | | | | | | | | tcm_qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-07-231-6/+0
| * | | | | | | | | | target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg2015-07-231-3/+3
| * | | | | | | | | | target: Use scsi helpers to build the sense data correctlySagi Grimberg2015-07-232-43/+9
| * | | | | | | | | | scsi: Move sense handling routines to scsi_commonSagi Grimberg2015-07-232-98/+99
| * | | | | | | | | | target: Split transport_send_check_condition_and_sense()Bart Van Assche2015-07-231-235/+148
| * | | | | | | | | | target: Inline transport_get_sense_codes()Bart Van Assche2015-07-231-14/+2
| * | | | | | | | | | tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2015-07-232-0/+22
| * | | | | | | | | | tcm_loop: Remove SAS vestigiesHannes Reinecke2015-07-231-8/+9
| * | | | | | | | | | target: Use struct t10_pi_tupleSagi Grimberg2015-07-062-6/+6
* | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-1137-1236/+1839
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | scsi_dh: fix randconfig build errorChristoph Hellwig2015-09-111-1/+1