public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-19 18:54:48 to 2018-09-27 19:19:38 UTC [more...]

[PATCH v11 00/26] guest dedicated crypto adapters
 2018-09-27 19:19 UTC  (51+ 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-27  4:50 UTC  (27+ 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 v2 7/7] drivers: hwtracing: Adds Makefile to enable building from directory
 2018-09-27  1:41 UTC 

[PATCH v2 6/7] drivers: oprofile: Avoids building driver from direct make command
 2018-09-27  1:41 UTC 

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

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

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

[PATCH v2 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS is disabled
 2018-09-27  1:40 UTC 

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

[PATCH v2 0/7] Remove errors building drivers/DRIVERNAME
 2018-09-27  1:39 UTC 

[PATCH net 0/2] s390/qeth: fixes 2019-09-26
 2018-09-26 17:39 UTC  (4+ messages)
` [PATCH net 1/2] s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
` [PATCH net 2/2] s390: qeth: Fix potential array overrun in cmd/rc lookup

[PATCH net-next 00/15] s390/net: updates 2018-09-26
 2018-09-26 17:02 UTC  (17+ messages)
` [PATCH net-next 01/15] s390/qeth: convert layer attribute to enum
` [PATCH net-next 02/15] s390/qeth: use DEFINE_MUTEX for qeth_mod_mutex
` [PATCH net-next 03/15] s390/qeth: fix discipline unload after setup error
` [PATCH net-next 04/15] s390/qeth: on gdev release, reset drvdata
` [PATCH net-next 05/15] net/af_iucv: locate IUCV header via skb_network_header()
` [PATCH net-next 06/15] s390/qeth: replace open-coded skb_queue_walk()
` [PATCH net-next 07/15] s390/qeth: remove additional skb refcount
` [PATCH net-next 08/15] s390/qeth: re-use qeth_notify_skbs()
` [PATCH net-next 09/15] s390/qeth: pass card pointer in iob callback
` [PATCH net-next 10/15] s390/qeth: remove CARD_FROM_CDEV helper
` [PATCH net-next 11/15] s390/qeth: remove various redundant code
` [PATCH net-next 12/15] s390/qeth: consume local address events
` [PATCH net-next 13/15] s390/qeth: re-indent qeth_check_ipa_data()
` [PATCH net-next 14/15] s390/qeth: clean up drop conditions for received cmds
` [PATCH net-next 15/15] s390/qeth: remove duplicated carrier state tracking

[PULL 0/2] virtio-ccw fixes
 2018-09-26 16:48 UTC  (3+ messages)
` [PULL 1/2] virtio/s390: avoid race on vcdev->config
` [PULL 2/2] virtio/s390: fix race in ccw_io_helper()

[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  (75+ 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 2/2] virtio/s390: fix race in ccw_io_helper()
 2018-09-20 10:15 UTC  (3+ messages)

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

[PATCH net 2/5] net/smc: remove duplicate mutex_unlock
 2018-09-20  9:12 UTC  (2+ messages)

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


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