public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-14 19:42:18 to 2018-05-29 12:35:10 UTC [more...]

[PULL 0/6] vfio-ccw updates for 4.18
 2018-05-29 12:35 UTC  (5+ messages)
` [PULL 1/6] vfio: ccw: fix error return in vfio_ccw_sch_event
` [PULL 2/6] vfio: ccw: push down unsupported IDA check
` [PULL 3/6] vfio: ccw: shorten kernel doc description for pfn_array_pin()
` [PULL 4/6] vfio: ccw: refactor and improve pfn_array_alloc_pin()

[PATCH v2] kbuild: add endianness flag to CHEKCFLAGS
 2018-05-28 18:27 UTC 

[PATCH] kbuild: add endianness flag to CHEKCFLAGS
 2018-05-28 18:27 UTC  (3+ messages)

[PATCH] kexec/s390: Add support for kexec_file_load
 2018-05-28 11:09 UTC 

[s390:features 26/27] undefined reference to `dev_is_ccwgroup'
 2018-05-27  0:16 UTC 

WARNING: ODEBUG bug in __sk_destruct
 2018-05-26  7:52 UTC  (2+ messages)

[PATCH v2 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-05-25 14:04 UTC  (12+ messages)
` [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context
` [PATCH v2 02/10] vfio: ccw: Transform FSM functions to return state
` [PATCH v2 03/10] vfio: ccw: new SCH_EVENT event
` [PATCH v2 04/10] vfio: ccw: replace IO_REQ event with SSCH_REQ event
` [PATCH v2 05/10] vfio: ccw: Suppress unused event parameter
` [PATCH v2 06/10] vfio: ccw: Make FSM functions atomic
` [PATCH v2 07/10] vfio: ccw: FSM and mediated device initialization
` [PATCH v2 08/10] vfio: ccw: Handling reset and shutdown with states
` [PATCH v2 09/10] vfio: ccw: Suppressing the BOXED state
` [PATCH v2 10/10] vfio: ccw: Let user wait when busy on IO

[PATCH v4 0/4] vfio: ccw: error handling fixes and improvements
 2018-05-24 14:29 UTC  (8+ messages)
` [PATCH v4 1/4] vfio: ccw: shorten kernel doc description for pfn_array_pin()
` [PATCH v4 2/4] vfio: ccw: refactor and improve pfn_array_alloc_pin()
` [PATCH v4 3/4] vfio: ccw: set ccw->cda to NULL defensively
` [PATCH v4 4/4] vfio: ccw: add traceponits for interesting error paths

[PATCH 4.4 25/92] futex: Remove duplicated code and fix undefined behaviour
 2018-05-24  9:38 UTC 

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-05-24  9:10 UTC  (51+ messages)
` [PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed
` [PATCH v5 02/13] KVM: s390: refactor crypto initialization
` [PATCH v5 04/13] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v5 05/13] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v5 06/13] KVM: s390: interfaces to manage guest's AP matrix
` [PATCH v5 10/13] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v5 11/13] KVM: s390: implement mediated device open callback

[PATCH net-next 0/4] patches 2018-05-23
 2018-05-23 20:02 UTC  (6+ messages)
` [PATCH net-next 1/4] net/smc: return 0 for ioctl calls in states INIT and CLOSED
` [PATCH net-next 2/4] net/smc: lock smc_lgr_list in port_terminate()
` [PATCH net-next 3/4] net/smc: urgent data support
` [PATCH net-next 4/4] net/smc: longer delay when freeing client link groups

[PATCH RFCv2 2/4] s390: mm: support removal of memory
 2018-05-23 18:24 UTC  (2+ messages)
` [PATCH RFCv2 3/4] s390: numa: implement memory_add_physaddr_to_nid()

[PATCH 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-05-23  8:19 UTC  (13+ messages)
` [PATCH 04/10] vfio: ccw: replace IO_REQ event with SSCH_REQ event

[PATCH v3 0/4] vfio: ccw: error handling fixes and improvements
 2018-05-23  2:45 UTC  (5+ messages)
` [PATCH v3 1/4] vfio: ccw: shorten kernel doc description for pfn_array_pin()
` [PATCH v3 2/4] vfio: ccw: refactor and improve pfn_array_alloc_pin()
` [PATCH v3 3/4] vfio: ccw: set ccw->cda to NULL defensively
` [PATCH v3 4/4] vfio: ccw: add traceponits for interesting error paths

[PATCH RFC 0/2] vfio-ccw: support for {halt,clear} subchannel
 2018-05-22 15:10 UTC  (7+ messages)
` [PATCH RFC 2/2] vfio-ccw: support for halt/clear subchannel

[PATCH v2 0/5] vfio: ccw: error handling fixes and improvements
 2018-05-22 12:55 UTC  (7+ messages)
` [PATCH v2 5/5] vfio: ccw: add traceponits for interesting error paths

general protection fault in smc_ioctl
 2018-05-18 23:25 UTC 

[PATCH net-next 0/9] net/smc: cleanups 2018-05-18
 2018-05-18 17:18 UTC  (11+ messages)
` [PATCH net-next 1/9] net/smc: add common buffer size in send and receive buffer descriptors
` [PATCH net-next 2/9] net/smc: move link group list to smc_core
` [PATCH net-next 3/9] net/smc: rename connection index to RMBE index
` [PATCH net-next 4/9] net/smc: calculate write offset in RMB only once per connection
` [PATCH net-next 5/9] net/smc: move smc_core specific code from smc.h to smc_core
` [PATCH net-next 6/9] net/smc: restructure CDC message reception
` [PATCH net-next 7/9] net/smc: do a few smc_core.c cleanups
` [PATCH net-next 8/9] net/smc: change smc_buf_free function parameters
` [PATCH net-next 9/9] net/smc: restructure client and server code in af_smc

[PATCH 01/25] zfcp: fix missing SCSI trace for result of eh_host_reset_handler
 2018-05-18 15:24 UTC  (8+ messages)
` [PATCH 02/25] zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF
` [PATCH 03/25] zfcp: fix misleading REC trigger trace where erp_action setup failed
` [PATCH 04/25] zfcp: fix missing REC trigger trace on terminate_rport_io early return
` [PATCH 05/25] zfcp: fix missing REC trigger trace on terminate_rport_io for ERP_FAILED
` [PATCH 06/25] zfcp: fix missing REC trigger trace for all objects in ERP_FAILED
` [PATCH 07/25] zfcp: fix missing REC trigger trace on enqueue without ERP thread
` [PATCH 00/25] zfcp: updates for v4.18

[PATCH 15/25] workqueue,zfcp: set description for port work items with their WWPN as context
 2018-05-18 15:12 UTC 

[PATCH 4.9 27/33] futex: Remove duplicated code and fix undefined behaviour
 2018-05-18  9:01 UTC  (3+ messages)

[PATCH v17 0/9] Address error and recovery for AER and DPC
 2018-05-17 22:16 UTC 

[PATCH net-next] net/smc: init conn.tx_work & conn.send_lock sooner
 2018-05-17 20:25 UTC  (7+ messages)

[PATCH 25/25] zfcp: enhance comments on fc_link_speed and supported_speed
 2018-05-17 17:15 UTC 

[PATCH 24/25] zfcp: add port speed capabilities
 2018-05-17 17:15 UTC 

[PATCH 23/25] zfcp: assert that the ERP lock is held when tracing a recovery trigger
 2018-05-17 17:15 UTC 

[PATCH 22/25] zfcp: cleanup indentation for posting FC events
 2018-05-17 17:15 UTC 

[PATCH 21/25] zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_reset
 2018-05-17 17:15 UTC 

[PATCH 20/25] zfcp: explicitly support initiator in scsi_host_template
 2018-05-17 17:15 UTC 

[PATCH 19/25] zfcp: remove unused return values of ERP trigger functions
 2018-05-17 17:15 UTC 

[PATCH 18/25] zfcp: zfcp_erp_action_exists() does only check for running
 2018-05-17 17:15 UTC 

[PATCH 17/25] zfcp: remove unused ERP enum values
 2018-05-17 17:14 UTC 

[PATCH 16/25] zfcp: consistently use function name space prefix
 2018-05-17 17:14 UTC 

[PATCH 14/25] zfcp: decouple our scsi_eh callbacks from scsi_cmnd
 2018-05-17 17:14 UTC 

[PATCH 13/25] zfcp: decouple TMFs from scsi_cmnd by using fc_block_rport
 2018-05-17 17:14 UTC 

[PATCH 12/25] zfcp: decouple SCSI setup of TMF from scsi_cmnd
 2018-05-17 17:14 UTC 

[PATCH 11/25] zfcp: decouple FSF request setup of TMF from scsi_cmnd
 2018-05-17 17:14 UTC 

[PATCH 10/25] zfcp: split FCP_CMND IU setup between SCSI I/O and TMF again
 2018-05-17 17:14 UTC 

[PATCH 09/25] zfcp: decouple TMF response handler from scsi_cmnd
 2018-05-17 17:14 UTC 

[PATCH 08/25] zfcp: decouple SCSI traces for scsi_eh / TMF from scsi_cmnd
 2018-05-17 17:14 UTC 

[GIT PULL 0/1] KVM: s390: fix for master (4.17)
 2018-05-17 12:38 UTC 

[GIT PULL 1/1] KVM: s390: vsie: fix < 8k check for the itdba
 2018-05-17 11:18 UTC 

[PATCH net 1/1] net/smc: initialize tx_work before llc initial handshake
 2018-05-17 10:54 UTC 

[PATCH v2 1/1] s390: vfio-ccw: push down unsupported IDA check
 2018-05-17  9:42 UTC  (3+ messages)

[GIT PULL] s390 patches for 4.17-rc6
 2018-05-17  6:21 UTC 

vm_fault_t conversion, for real
 2018-05-16 17:34 UTC  (27+ messages)
` [PATCH 01/14] orangefs: don't return errno values from ->fault
` [PATCH 02/14] fs: make the filemap_page_mkwrite prototype consistent
` [PATCH 03/14] dax: make the dax_iomap_fault "
` [PATCH 04/14] mm: remove the unused device_private_entry_fault export
` [PATCH 05/14] ceph: untangle ceph_filemap_fault
` [PATCH 06/14] btrfs: separate errno from VM_FAULT_* values
` [PATCH 07/14] ext4: "
` [PATCH 08/14] ocfs2: "
` [PATCH 09/14] ubifs: "
` [PATCH 10/14] vgem: "
` [PATCH 11/14] ttm: "
` [PATCH 12/14] lustre: "
` [PATCH 13/14] mm: move arch specific VM_FAULT_* flags to mm.h
` [PATCH 14/14] mm: turn on vm_fault_t type checking

[PATCH 1/1] vfio: ccw: fix error return in vfio_ccw_sch_event
 2018-05-16 16:17 UTC  (3+ messages)

[PATCH RFC 0/2] vfio-ccw: exploit halt/clear subchannel support
 2018-05-16 15:52 UTC  (6+ messages)
` [PATCH RFC 1/2] vfio-ccw: forward halt/clear to device if supported

[PATCH net-next 00/10] net/smc: enhancements 2018/05/15
 2018-05-16 15:51 UTC  (12+ messages)
` [PATCH net-next 01/10] net/smc: no tx work trigger for fallback sockets
` [PATCH net-next 02/10] net/smc: register new rmbs with the peer
` [PATCH net-next 03/10] net/smc: remove unnecessary cast
` [PATCH net-next 04/10] net/smc: simplify test_link function usage
` [PATCH net-next 05/10] net/smc: move link llc initialization to llc layer
` [PATCH net-next 06/10] net/smc: use a workqueue to defer llc send
` [PATCH net-next 07/10] net/smc: handle all error codes from smc_conn_create()
` [PATCH net-next 08/10] net/smc: set link inactive before calling smc_lgr_free()
` [PATCH net-next 09/10] net/smc: drop messages when link state is inactive
` [PATCH net-next 10/10] net/smc: check for pending termination

[PATCH v2 0/2] KVM: s390: vsie: fix < 8k check for the itdba
 2018-05-16 14:03 UTC 

[PATCH v2 1/2] KVM: s390: vsie: fix < 8k check for the itdba
 2018-05-16 13:16 UTC 

[PATCH v2 2/2] KVM: s390: vsie: simplify < 8k address checks
 2018-05-16 11:40 UTC 

BUG: unable to handle kernel paging request in smc_ib_remember_port_attr
 2018-05-14 20:41 UTC  (3+ messages)
` [PATCH] net/smc: check for missing nlattrs in SMC_PNETID messages


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox