public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-17 15:35:54 to 2018-09-26 13:44:46 UTC [more...]

[PATCH v11 00/26] guest dedicated crypto adapters
 2018-09-26 13:44 UTC  (40+ messages)
` [PATCH v11 01/26] KVM: s390: vsie: simulate VCPU SIE entry/exit
` [PATCH v11 02/26] KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
` [PATCH v11 03/26] KVM: s390: refactor crypto initialization
` [PATCH v11 04/26] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v11 05/26] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v11 06/26] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v11 07/26] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v11 08/26] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v11 09/26] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v11 10/26] KVM: s390: interfaces to clear CRYCB masks
` [PATCH v11 11/26] s390: vfio-ap: implement mediated device open callback
` [PATCH v11 12/26] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v11 13/26] s390: vfio-ap: zeroize the AP queues
` [PATCH v11 14/26] s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
` [PATCH v11 15/26] KVM: s390: Clear Crypto Control Block when using vSIE
` [PATCH v11 16/26] KVM: s390: vsie: Do the CRYCB validation first
` [PATCH v11 17/26] KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
` [PATCH v11 18/26] KVM: s390: vsie: Allow CRYCB FORMAT-2
` [PATCH v11 19/26] KVM: s390: vsie: allow CRYCB FORMAT-1
` [PATCH v11 20/26] KVM: s390: vsie: allow CRYCB FORMAT-0
` [PATCH v11 21/26] KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
` [PATCH v11 22/26] KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
` [PATCH v11 23/26] KVM: s390: vsie: allow guest FORMAT-0 "
` [PATCH v11 24/26] KVM: s390: device attrs to enable/disable AP interpretation
` [PATCH v11 25/26] KVM: s390: CPU model support for AP virtualization
` [PATCH v11 26/26] s390: doc: detailed specifications "

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-26 13:43 UTC  (22+ messages)
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
` [PATCH 29/30] mm: remove include/linux/bootmem.h

[PATCH 6/7] drivers: oprofile: Avoids building driver from direct make command
 2018-09-26  7:26 UTC  (2+ messages)

[PATCH 0/7] Remove errors building drivers/DRIVERNAME
 2018-09-26  7:05 UTC  (2+ messages)

[PATCH 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS is disabled
 2018-09-26  6:45 UTC  (2+ messages)

[PATCH 7/7] drivers: hwtracing: Adds Makefile to enable building from directory
 2018-09-26  1:53 UTC 

[PATCH 5/7] drivers: s390: Avoids building drivers if ARCH is not s390
 2018-09-26  1:52 UTC 

[PATCH 4/7] drivers: zorro: Avoids building proc.o if CONFIG_ZORRO is disabled
 2018-09-26  1:52 UTC 

[PATCH 3/7] drivers: parisc: Avoids building driver if CONFIG_PARISC is disabled
 2018-09-26  1:52 UTC 

[PATCH 1/7] drivers: dio: Avoids building driver if CONFIG_DIO is disabled
 2018-09-26  1:52 UTC 

[PATCH v10 00/26] guest dedicated crypto adapters
 2018-09-25 19:55 UTC  (77+ messages)
` [PATCH v10 01/26] KVM: s390: vsie: simulate VCPU SIE entry/exit
` [PATCH v10 02/26] KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
` [PATCH v10 03/26] KVM: s390: refactor crypto initialization
` [PATCH v10 04/26] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v10 05/26] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v10 06/26] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v10 07/26] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v10 08/26] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v10 09/26] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v10 10/26] KVM: s390: interfaces to clear CRYCB masks
` [PATCH v10 11/26] s390: vfio-ap: implement mediated device open callback
` [PATCH v10 12/26] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v10 13/26] s390: vfio-ap: zeroize the AP queues
` [PATCH v10 14/26] s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
` [PATCH v10 24/26] KVM: s390: device attrs to enable/disable AP interpretation
` [PATCH v10 25/26] KVM: s390: CPU model support for AP virtualization

[PATCH v2 0/2] virtio/s390: fix some races in virtio-ccw
 2018-09-25 15:09 UTC  (4+ messages)
` [PATCH v2 1/2] virtio/s390: avoid race on vcdev->config
` [PATCH v2 2/2] virtio/s390: fix race in ccw_io_helper()

[PATCH 0/2] virtio/s390: fix some races in virtio-ccw
 2018-09-24 14:50 UTC  (6+ messages)
        ` [PATCH 1/2] virtio/s390: avoid race on vcdev->config
      ` [PATCH 2/2] virtio/s390: fix race in ccw_io_helper()

[PATCH] s390/cio: Refactor alloc of vfio_ccw_private
 2018-09-24  9:21 UTC 

[PATCH v2 2/2] s390/cio: Refactor alloc of ccw_io_region
 2018-09-21 20:40 UTC 

[PATCH rdma-next 0/5] IB device rename support
 2018-09-20 16:46 UTC  (10+ messages)
` [PATCH rdma-next 1/5] RDMA/core: Provide getter and setter to access IB device name
` [PATCH rdma-next 2/5] net/smc: Use IB device index instead of name
` [PATCH rdma-next 3/5] RDMA: Convert IB drivers to name allocation routine
` [PATCH rdma-next 4/5] RDMA/core: Implement IB device rename function
` [PATCH rdma-next 5/5] RDMA/nldev: Allow IB device rename through RDMA netlink

[PATCH] smc: generic netlink family should be __ro_after_init
 2018-09-20 14:50 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] s390x: Add prefixes to pgm interrupt checks
 2018-09-20 14:06 UTC 

[RFC 02/14] s390/mm: Improve locking for huge page backings
 2018-09-20 13:16 UTC 

[RFC 01/14] s390/mm: Code cleanups
 2018-09-20 13:15 UTC 

[RFC PATCH 1/2] virtio/s390: avoid race on vcdev->config
 2018-09-20 10:15 UTC  (5+ messages)
  ` [RFC PATCH 2/2] virtio/s390: fix race in ccw_io_helper()

[RFC PATCH 0/3] Use DIAG318 to set Control Program Name & Version Codes
 2018-09-20  9:18 UTC 

[PATCH net 0/5] net/smc: fixes 2018-09-18
 2018-09-20  9:12 UTC  (8+ messages)
` [PATCH net 1/5] net/smc: fix non-blocking connect problem
` [PATCH net 2/5] net/smc: remove duplicate mutex_unlock
` [PATCH net 3/5] net/smc: enable fallback for connection abort in state INIT
` [PATCH net 4/5] net/smc: no urgent data check for listen sockets
` [PATCH net 5/5] net/smc: fix sizeof to int comparison

[PATCH 2/3] s390/kvm: handle diagnose 318 instruction call
 2018-09-19 18:54 UTC 

[PATCH 1/3] s390/setup: set control program code via diag 318
 2018-09-19 16:51 UTC 

[kvm-unit-tests PATCH] s390x: Add prefixes to pgm interrupt checks
 2018-09-19 12:09 UTC 

[RFC 14/14] KVM: s390: Allow the VSIE to be used with huge pages
 2018-09-19 11:13 UTC 

[RFC 13/14] s390/mm: Pull pmd invalid check in gmap_pmd_op_walk
 2018-09-19  8:48 UTC 

[RFC 12/14] s390/mm: Add gmap lock classes
 2018-09-19  8:48 UTC 

[RFC 11/14] s390/mm: Add gmap shadowing for large pmds
 2018-09-19  8:47 UTC 

[RFC 10/14] s390/mm: Add simple ptep shadow function
 2018-09-19  8:47 UTC 

[RFC 09/14] s390/mm: Make gmap_protect_rmap EDAT1 compatible
 2018-09-19  8:47 UTC 

[RFC 08/14] s390/mm: Make gmap_read_table EDAT1 compatible
 2018-09-19  8:47 UTC 

[RFC 07/14] s390/mm: Add gmap_idte_global
 2018-09-19  8:47 UTC 

[RFC 06/14] s390/mm: Provide vmaddr to pmd notification
 2018-09-19  8:47 UTC 

[RFC 05/14] s390/mm: Split huge pages when migrating
 2018-09-19  8:47 UTC 

[RFC 04/14] s390/mm: split huge pages in GMAP when protecting
 2018-09-19  8:47 UTC 

[RFC 03/14] s390/mm: Take locking out of gmap_protect_pte
 2018-09-19  8:47 UTC 

[RFC 00/14] KVM: s390: Huge page splitting and shadowing
 2018-09-19  8:47 UTC 

[PATCH crypto-next 05/23] s390/crypto: Remove VLA usage of skcipher
 2018-09-19  2:10 UTC 

[kvms390:hlp_vsie 14/17] arch/s390/mm/gmap.c:2451:46: error: 'GMAP_LOCK_SHADOW' undeclared; did you
 2018-09-18 21:13 UTC 

[GIT PULL 0/2] KVM: s390: Fixes for 4.19
 2018-09-18 13:21 UTC 

[PATCH net-next 00/15] s390/qeth: updates 2018-09-17
 2018-09-17 16:10 UTC  (17+ messages)
` [PATCH net-next 01/15] s390/qeth: move L2 xmit code to core module
` [PATCH net-next 02/15] s390/qeth: run non-offload L3 traffic over common xmit path
` [PATCH net-next 03/15] s390/qeth: remove unused L3 xmit code
` [PATCH net-next 04/15] s390/qeth: remove qeth_get_elements_no()
` [PATCH net-next 05/15] s390/qeth: limit csum offload erratum to L3 devices
` [PATCH net-next 06/15] s390/qeth: fix up protocol headers early
` [PATCH net-next 07/15] s390/qeth: check size of required HW header cache object
` [PATCH net-next 08/15] s390/qeth: prepare for copy-free TSO transmission
` [PATCH net-next 09/15] s390/qeth: speed up "
` [PATCH net-next 10/15] s390/qeth: remove qeth_hdr_chk_and_bounce()
` [PATCH net-next 11/15] s390/qeth: uninstall IRQ handler on device removal
` [PATCH net-next 12/15] s390/qeth: invoke softirqs after napi_schedule()
` [PATCH net-next 13/15] s390/qeth: fix typo in return value
` [PATCH net-next 14/15] s390/qeth: fine-tune spinlocks
` [PATCH net-next 15/15] s390/qeth: reduce 0-initializing when building IPA cmds


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