Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency | Bartlomiej Zolnierkiewicz | 2015-09-09 | 1 | -2/+2 | |
| | * | | | | | | | Merge branch 'pm-opp' into pm-cpufreq | Rafael J. Wysocki | 2015-09-09 | 1 | -0/+30 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cpufreq: Use __func__ to print function's name | Viresh Kumar | 2015-09-07 | 1 | -2/+1 | |
| | * | | | | | | | | cpufreq: staticize cpufreq_cpu_get_raw() | Viresh Kumar | 2015-09-07 | 1 | -1/+1 | |
| | * | | | | | | | | cpufreq: Add ARM_MT8173_CPUFREQ dependency on THERMAL | Guenter Roeck | 2015-09-05 | 1 | -0/+1 | |
| | * | | | | | | | | cpufreq: dt: Tolerance applies on both sides of target voltage | Viresh Kumar | 2015-09-03 | 1 | -1/+2 | |
| | * | | | | | | | | cpufreq: dt: Print error on failing to mark OPPs as shared | Viresh Kumar | 2015-09-03 | 1 | -1/+4 | |
| | * | | | | | | | | cpufreq: dt: Check OPP count before marking them shared | Viresh Kumar | 2015-09-03 | 1 | -11/+11 | |
| | * | | | | | | | | Merge branch 'pm-opp' into pm-cpufreq | Rafael J. Wysocki | 2015-09-03 | 145 | -1556/+4029 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ | Merge branch 'pm-opp' | Rafael J. Wysocki | 2015-09-11 | 1 | -0/+28 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | PM / OPP: Return suspend_opp only if it is enabled | Viresh Kumar | 2015-09-09 | 1 | -7/+5 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | PM / OPP: add dev_pm_opp_get_suspend_opp() helper | Bartlomiej Zolnierkiewicz | 2015-09-09 | 1 | -0/+30 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-09-11 | 29 | -596/+635 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | target: use stringify.h instead of own definition | David Disseldorp | 2015-09-11 | 1 | -1/+2 | |
| * | | | | | | | | | | target/user: Fix UFLAG_UNKNOWN_OP handling | Andy Grover | 2015-09-11 | 1 | -8/+2 | |
| * | | | | | | | | | | target: Remove no-op conditional | Andy Grover | 2015-09-11 | 1 | -2/+1 | |
| * | | | | | | | | | | target/user: Remove unused variable | Andy Grover | 2015-09-11 | 1 | -1/+0 | |
| * | | | | | | | | | | target: Fix max_cmd_sn increment w/o cmdsn mutex regressions | Roland Dreier | 2015-09-11 | 2 | -4/+5 | |
| * | | | | | | | | | | target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess | Nicholas Bellinger | 2015-09-11 | 1 | -2/+4 | |
| * | | | | | | | | | | target/qla2xxx: Honor max_data_sg_nents I/O transfer limit | Nicholas Bellinger | 2015-09-11 | 3 | -4/+65 | |
| * | | | | | | | | | | target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage | Andy Grover | 2015-08-26 | 8 | -18/+18 | |
| * | | | | | | | | | | target/iscsi: Replace conn->login_ip with login_sockaddr | Andy Grover | 2015-08-26 | 5 | -43/+51 | |
| * | | | | | | | | | | target/iscsi: Keep local_ip as the actual sockaddr | Andy Grover | 2015-08-26 | 5 | -62/+47 | |
| * | | | | | | | | | | target/iscsi: Fix np_ip bracket issue by removing np_ip | Andy Grover | 2015-08-26 | 6 | -38/+36 | |
| * | | | | | | | | | | target: Drop iSCSI use of mutex around max_cmd_sn increment | Roland Dreier | 2015-08-02 | 7 | -27/+24 | |
| * | | | | | | | | | | qla2xxx: Update tcm_qla2xxx module description to 24xx+ | Sebastian Herbszt | 2015-08-02 | 2 | -3/+3 | |
| * | | | | | | | | | | iscsi-target: Add tpg_enabled_sendtargets for disabled discovery | David Disseldorp | 2015-08-02 | 4 | -5/+31 | |
| * | | | | | | | | | | drivers: target: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 2015-07-31 | 1 | -1/+1 | |
| * | | | | | | | | | | target: check DPO/FUA usage for COMPARE AND WRITE | David Disseldorp | 2015-07-31 | 1 | -0/+3 | |
| * | | | | | | | | | | target: Remove cmd->se_ordered_id (unused except debug log lines) | Roland Dreier | 2015-07-31 | 2 | -27/+13 | |
| * | | | | | | | | | | target: add support for START_STOP_UNIT SCSI opcode | Brian Bunker | 2015-07-30 | 1 | -0/+36 | |
| * | | | | | | | | | | target: improve unsupported opcode message | Joern Engel | 2015-07-30 | 2 | -3/+5 | |
| * | | | | | | | | | | target: allow underflow/overflow for PR OUT etc. commands | Roland Dreier | 2015-07-30 | 1 | -3/+3 | |
| * | | | | | | | | | | target/iscsi: Use proper SGL accessors for digest computation | Alexei Potashnik | 2015-07-30 | 1 | -5/+4 | |
| * | | | | | | | | | | target: remove initiatorname field in se_acl_lun | Chris Zankel | 2015-07-30 | 2 | -6/+4 | |
| * | | | | | | | | | | libiscsi: Use scsi helper to set information descriptor | Sagi Grimberg | 2015-07-23 | 1 | -6/+3 | |
| * | | | | | | | | | | target: Return descriptor format sense data in case the LU spans 64bit sectors | Sagi Grimberg | 2015-07-23 | 3 | -4/+16 | |
| * | | | | | | | | | | scsi: Protect against buffer possible overflow in scsi_set_sense_information | Sagi Grimberg | 2015-07-23 | 3 | -5/+26 | |
| * | | | | | | | | | | scsi: Fix wrong additional sense length in descriptor format | Sagi Grimberg | 2015-07-23 | 1 | -1/+1 | |
| * | | | | | | | | | | tcm_qla2xxx: Remove set-but-not-used variables | Bart Van Assche | 2015-07-23 | 1 | -6/+0 | |
| * | | | | | | | | | | target: Return ABORTED_COMMAND sense key for PI errors | Sagi Grimberg | 2015-07-23 | 1 | -3/+3 | |
| * | | | | | | | | | | target: Use scsi helpers to build the sense data correctly | Sagi Grimberg | 2015-07-23 | 2 | -43/+9 | |
| * | | | | | | | | | | scsi: Move sense handling routines to scsi_common | Sagi Grimberg | 2015-07-23 | 2 | -98/+99 | |
| * | | | | | | | | | | target: Split transport_send_check_condition_and_sense() | Bart Van Assche | 2015-07-23 | 1 | -235/+148 | |
| * | | | | | | | | | | target: Inline transport_get_sense_codes() | Bart Van Assche | 2015-07-23 | 1 | -14/+2 | |
| * | | | | | | | | | | tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UA | Hannes Reinecke | 2015-07-23 | 2 | -0/+22 | |
| * | | | | | | | | | | tcm_loop: Remove SAS vestigies | Hannes Reinecke | 2015-07-23 | 1 | -8/+9 | |
| * | | | | | | | | | | target: Use struct t10_pi_tuple | Sagi Grimberg | 2015-07-06 | 2 | -6/+6 | |
* | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-09-11 | 37 | -1236/+1839 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | scsi_dh: fix randconfig build error | Christoph Hellwig | 2015-09-11 | 1 | -1/+1 |