Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ \ | Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp' | Rafael J. Wysocki | 2017-03-03 | 3 | -132/+99 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loop | Andrzej Hajda | 2017-02-23 | 1 | -1/+2 | |
| | | | * | | | | | | | | | | PM / Domains: Power off masters immediately in the power off sequence | Ulf Hansson | 2017-02-23 | 1 | -6/+11 | |
| | | | * | | | | | | | | | | PM / Domains: Rename is_async to one_dev_on for genpd_power_off() | Ulf Hansson | 2017-02-23 | 1 | -6/+9 | |
| | | | * | | | | | | | | | | PM / Domains: Move genpd_power_off() above genpd_power_on() | Ulf Hansson | 2017-02-23 | 1 | -81/+81 | |
| | | * | | | | | | | | | | | PM / QoS: Remove global notifiers | Viresh Kumar | 2017-02-23 | 1 | -46/+4 | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-03-03 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'ovl/for-viro' into for-linus | Al Viro | 2017-03-02 | 3 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | mm: use helper for calling f_op->mmap() | Miklos Szeredi | 2017-02-20 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | vfs: use helpers for calling f_op->{read,write}_iter() | Miklos Szeredi | 2017-02-20 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-03-03 | 4 | -113/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | usbip_recv(): switch to sock_recvmsg() | Al Viro | 2016-12-27 | 1 | -21/+11 | |
| * | | | | | | | | | | | | | | | | iscsi_target: deal with short writes on the tx side | Al Viro | 2016-12-27 | 1 | -40/+24 | |
| * | | | | | | | | | | | | | | | | [nbd] pass iov_iter to nbd_xmit() | Al Viro | 2016-12-27 | 1 | -39/+27 | |
| * | | | | | | | | | | | | | | | | [nbd] switch sock_xmit() to sock_{send,recv}msg() | Al Viro | 2016-12-27 | 1 | -9/+7 | |
| * | | | | | | | | | | | | | | | | [drbd] use sock_sendmsg() | Al Viro | 2016-12-27 | 1 | -7/+4 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-03-02 | 39 | -2815/+4739 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | target: Add counters for ABORT_TASK success + failure | Nicholas Bellinger | 2017-02-27 | 2 | -0/+20 | |
| * | | | | | | | | | | | | | | | | iscsi-target: Fix early login failure statistics misses | Nicholas Bellinger | 2017-02-27 | 1 | -36/+2 | |
| * | | | | | | | | | | | | | | | | target: Fix NULL dereference during LUN lookup + active I/O shutdown | Nicholas Bellinger | 2017-02-27 | 3 | -4/+40 | |
| * | | | | | | | | | | | | | | | | target: Delete tmr from list before processing | Bart Van Assche | 2017-02-20 | 1 | -6/+1 | |
| * | | | | | | | | | | | | | | | | target: Fix handling of aborted failed commands | Bart Van Assche | 2017-02-20 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | target: export protocol identifier | Mike Christie | 2017-02-19 | 1 | -0/+18 | |
| * | | | | | | | | | | | | | | | | qla2xxx: Fix a warning reported by the "smatch" static checker | Quinn Tran | 2017-02-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | target/iscsi: Fix unsolicited data seq_end_offset calculation | Varun Prakash | 2017-02-19 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | target/cxgbit: add T6 iSCSI DDP completion feature | Varun Prakash | 2017-02-19 | 4 | -43/+113 | |
| * | | | | | | | | | | | | | | | | target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in order | Varun Prakash | 2017-02-19 | 1 | -25/+61 | |
| * | | | | | | | | | | | | | | | | target/cxgbit: Use T6 specific macros to get ETH/IP hdr len | Varun Prakash | 2017-02-19 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | | | target/cxgbit: use cxgb4_tp_smt_idx() to get smt idx | Varun Prakash | 2017-02-19 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | target/iscsi: split iscsit_check_dataout_hdr() | Varun Prakash | 2017-02-19 | 2 | -25/+41 | |
| * | | | | | | | | | | | | | | | | target: Remove command flag CMD_T_DEV_ACTIVE | Bart Van Assche | 2017-02-09 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | target: Remove command flag CMD_T_BUSY | Bart Van Assche | 2017-02-09 | 2 | -9/+5 | |
| * | | | | | | | | | | | | | | | | target: Move session check from target_put_sess_cmd() into target_release_cmd... | Bart Van Assche | 2017-02-09 | 1 | -20/+19 | |
| * | | | | | | | | | | | | | | | | target: Inline transport_cmd_check_stop() | Bart Van Assche | 2017-02-09 | 1 | -35/+33 | |
| * | | | | | | | | | | | | | | | | target: Remove an overly chatty debug message | Bart Van Assche | 2017-02-09 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | target: Stop execution if CMD_T_STOP has been set | Bart Van Assche | 2017-02-09 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | target: Correct transport_wait_for_tasks() documentation | Bart Van Assche | 2017-02-09 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | | | target: Make core_tmr_abort_task() consider all commands | Bart Van Assche | 2017-02-09 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | target: Remove se_tmr_req.tmr_lun | Bart Van Assche | 2017-02-09 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | target/iscsi: Fix iSCSI task reassignment handling | Bart Van Assche | 2017-02-09 | 1 | -12/+7 | |
| * | | | | | | | | | | | | | | | | target/iscsi: Introduce a helper function for TMF translation | Bart Van Assche | 2017-02-09 | 1 | -24/+24 | |
| * | | | | | | | | | | | | | | | | target/iscsi: Fix spelling of "reallegiance" | Bart Van Assche | 2017-02-09 | 4 | -8/+8 | |
| * | | | | | | | | | | | | | | | | target/iscsi: Fix spelling of "perform" | Bart Van Assche | 2017-02-09 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | target/iscsi: Fix indentation in iscsi_target_start_negotiation() | Bart Van Assche | 2017-02-09 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | | | target/tcm_fc: Remove a set-but-not-used variable | Bart Van Assche | 2017-02-09 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | target/cxgbit: Use T6 specific macro to set the force bit | Varun Prakash | 2017-02-09 | 2 | -1/+7 | |
| * | | | | | | | | | | | | | | | | target/cxgbit: Fix endianness annotations | Bart Van Assche | 2017-02-09 | 4 | -8/+9 | |
| * | | | | | | | | | | | | | | | | qla2xxx: Avoid using variable-length arrays | Bart Van Assche | 2017-02-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | qla2xxx: Simplify usage of SRB structure in driver | Joe Carnuccio | 2017-02-09 | 11 | -211/+201 | |
| * | | | | | | | | | | | | | | | | qla2xxx: Improve RSCN handling in driver | Quinn Tran | 2017-02-09 | 9 | -145/+533 |