Show patches with: State = Action Required       |   430225 patches
« 1 2 ... 2049 2050 20514302 4303 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,19/42] esp: remove buf parameter from do_cmd() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,20/42] esp: remove the buf and buflen parameters from get_cmd() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,21/42] esp: remove redundant pdma_start from ESPState esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write() esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,24/42] esp: use in-built TC to determine PDMA transfer length esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,25/42] esp: remove CMD pdma_origin esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,26/42] esp: rename get_cmd_cb() to esp_select() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,27/42] esp: fix PDMA target selection esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,28/42] esp: use FIFO for PDMA transfers between initiator and device esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,29/42] esp: remove pdma_origin from ESPState esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,30/42] esp: add 4 byte PDMA read and write transfers esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,31/42] esp: implement FIFO flush command esp: consolidate PDMA transfer buffers and other fixes - - - - --- 2021-02-09 Mark Cave-Ayland New
[v2,32/42] esp: latch individual bits in ESP_RINTR register esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,33/42] esp: defer command completion interrupt on incoming data transfers esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,34/42] esp: remove old deferred command completion mechanism esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,36/42] esp: add maxlen parameter to get_cmd() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,37/42] esp: transition to message out phase after SATN and stop command esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,38/42] esp: convert ti_buf from array to Fifo8 esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,39/42] esp: convert cmdbuf from array to Fifo8 esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,40/42] esp: add trivial implementation of the ESP_RFLAGS register esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-02-09 Mark Cave-Ayland New
[v2,41/42] esp: implement non-DMA transfers in PDMA mode esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v2,42/42] esp: add support for unaligned accesses esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-02-09 Mark Cave-Ayland New
[v3,01/42] esp: checkpatch fixes esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,02/42] esp: rename existing ESP QOM type to SYSBUS_ESP esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,03/42] esp: QOMify the internal ESP device state esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,04/42] esp: add vmstate_esp version to embedded ESPState esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,05/42] esp: add trace event when receiving a TI command esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,06/42] esp: fix esp_reg_read() trace event esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,07/42] esp: add PDMA trace events esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,08/42] esp: determine transfer direction directly from SCSI phase esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,09/42] esp: introduce esp_get_tc() and esp_set_tc() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,10/42] esp: introduce esp_get_stc() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,11/42] esp: apply transfer length adjustment when STC is zero at TC load time esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,12/42] esp: remove dma_counter from ESPState esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,13/42] esp: remove dma_left from ESPState esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,14/42] esp: remove minlen restriction in handle_ti esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,15/42] esp: introduce esp_pdma_read() and esp_pdma_write() functions esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,16/42] esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,19/42] esp: remove buf parameter from do_cmd() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,20/42] esp: remove the buf and buflen parameters from get_cmd() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,21/42] esp: remove redundant pdma_start from ESPState esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write() esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,24/42] esp: use in-built TC to determine PDMA transfer length esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,25/42] esp: remove CMD pdma_origin esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,26/42] esp: rename get_cmd_cb() to esp_select() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,27/42] esp: fix PDMA target selection esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,28/42] esp: use FIFO for PDMA transfers between initiator and device esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,29/42] esp: remove pdma_origin from ESPState esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,30/42] esp: add 4 byte PDMA read and write transfers esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,31/42] esp: implement FIFO flush command esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,32/42] esp: latch individual bits in ESP_RINTR register esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,33/42] esp: defer command completion interrupt on incoming data transfers esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,34/42] esp: remove old deferred command completion mechanism esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,36/42] esp: add maxlen parameter to get_cmd() esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,37/42] esp: transition to message out phase after SATN and stop command esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,38/42] esp: convert ti_buf from array to Fifo8 esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,39/42] esp: convert cmdbuf from array to Fifo8 esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,40/42] esp: add trivial implementation of the ESP_RFLAGS register esp: consolidate PDMA transfer buffers and other fixes - - 2 - --- 2021-03-04 Mark Cave-Ayland New
[v3,41/42] esp: implement non-DMA transfers in PDMA mode esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[v3,42/42] esp: add support for unaligned accesses esp: consolidate PDMA transfer buffers and other fixes - - 1 - --- 2021-03-04 Mark Cave-Ayland New
[PULL,00/42] qemu-sparc queue 20210307 - - - - --- 2021-03-07 Mark Cave-Ayland New
[PULL,01/42] esp: checkpatch fixes [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,02/42] esp: rename existing ESP QOM type to SYSBUS_ESP [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,03/42] esp: QOMify the internal ESP device state [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,04/42] esp: add vmstate_esp version to embedded ESPState [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,05/42] esp: add trace event when receiving a TI command [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,06/42] esp: fix esp_reg_read() trace event [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,07/42] esp: add PDMA trace events [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,08/42] esp: determine transfer direction directly from SCSI phase [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,09/42] esp: introduce esp_get_tc() and esp_set_tc() [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,10/42] esp: introduce esp_get_stc() [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,11/42] esp: apply transfer length adjustment when STC is zero at TC load time [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,12/42] esp: remove dma_counter from ESPState [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,13/42] esp: remove dma_left from ESPState [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,14/42] esp: remove minlen restriction in handle_ti [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,15/42] esp: introduce esp_pdma_read() and esp_pdma_write() functions [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,16/42] esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write() [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write() [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,19/42] esp: remove buf parameter from do_cmd() [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,20/42] esp: remove the buf and buflen parameters from get_cmd() [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,21/42] esp: remove redundant pdma_start from ESPState [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write() [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,24/42] esp: use in-built TC to determine PDMA transfer length [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,25/42] esp: remove CMD pdma_origin [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,26/42] esp: rename get_cmd_cb() to esp_select() [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,27/42] esp: fix PDMA target selection [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,28/42] esp: use FIFO for PDMA transfers between initiator and device [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,29/42] esp: remove pdma_origin from ESPState [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,30/42] esp: add 4 byte PDMA read and write transfers [PULL,01/42] esp: checkpatch fixes - - 2 - --- 2021-03-07 Mark Cave-Ayland New
[PULL,31/42] esp: implement FIFO flush command [PULL,01/42] esp: checkpatch fixes - - 1 - --- 2021-03-07 Mark Cave-Ayland New
« 1 2 ... 2049 2050 20514302 4303 »