linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-20 16:13:12 to 2020-02-26 10:38:53 UTC [more...]

[PATCH v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-26 10:38 UTC  (92+ messages)
` [PATCH v4 01/36] mm/gup/writeback: add callbacks for inaccessible pages
` [PATCH v4 02/36] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v4 03/36] s390/protvirt: introduce host side setup
` [PATCH v4 04/36] s390/protvirt: add ultravisor initialization
` [PATCH v4 05/36] s390/mm: provide memory management functions for protected KVM guests
` [PATCH v4 06/36] s390/mm: add (non)secure page access exceptions handlers
` [PATCH v4 07/36] KVM: s390: protvirt: Add UV debug trace
` [PATCH v4 08/36] KVM: s390: add new variants of UV CALL
` [PATCH v4 09/36] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
    ` [PATCH v4.5 "
` [PATCH v4 10/36] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH v4 11/36] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH v4 12/36] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH v4 13/36] KVM: s390: protvirt: Instruction emulation
` [PATCH v4 14/36] KVM: s390: protvirt: Implement interrupt injection
` [PATCH v4 15/36] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH v4 16/36] KVM: s390: protvirt: Handle spec exception loops
` [PATCH v4 17/36] KVM: s390: protvirt: Add new gprs location handling
` [PATCH v4 18/36] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [PATCH v4 19/36] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH v4 20/36] KVM: s390/mm: handle guest unpin events
` [PATCH v4 21/36] KVM: s390: protvirt: Write sthyi data to instruction data area
` [PATCH v4 22/36] KVM: s390: protvirt: STSI handling
` [PATCH v4 23/36] KVM: s390: protvirt: disallow one_reg
` [PATCH v4 24/36] KVM: s390: protvirt: Do only reset registers that are accessible
` [PATCH v4 25/36] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH v4 26/36] KVM: s390: protvirt: Add program exception injection
` [PATCH v4 27/36] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v4 28/36] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v4 29/36] KVM: s390: protvirt: Support cmd 5 operation state
` [PATCH v4 30/36] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [PATCH v4 31/36] KVM: s390: protvirt: do not inject interrupts after start
` [PATCH v4 32/36] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH v4 33/36] DOCUMENTATION: Protected virtual machine introduction and IPL
` [PATCH v4 34/36] s390: protvirt: Add sysfs firmware interface for Ultravisor information
` [PATCH v4 35/36] KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
` [PATCH v4 36/36] KVM: s390: protvirt: Add KVM api documentation

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-02-25 18:08 UTC  (55+ messages)
` [PATCH 1/2] mm: move force_dma_unencrypted() to mem_encrypt.h
` [PATCH 2/2] virtio: let virtio use DMA API when guest RAM is protected

[PATCH net] net/smc: fix cleanup for linkgroup setup failures
 2020-02-25 15:34 UTC 

s390 crypto: explicitly memzero stack key material in aes_s390.c
 2020-02-25 14:39 UTC  (2+ messages)

[PATCH] s390: Replace zero-length array with flexible-array member
 2020-02-25 14:05 UTC  (3+ messages)

[PATCH 0/1] Documentation fixup
 2020-02-24 18:21 UTC  (3+ messages)
` [PATCH 1/1] KVM: s390: rstify new ioctls in api.rst

[PATCH] zfcp: fix wrong data and display format of SFP+ temperature
 2020-02-24 17:52 UTC  (2+ messages)

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-02-24  9:26 UTC  (10+ messages)
` [PATCH v3 1/7] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v3 3/7] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v3 4/7] x86/mm: Introduce _set_memory_prot()
` [PATCH v3 5/7] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v3 6/7] mm/memory_hotplug: Add pgprot_t to mhp_params
` [PATCH v3 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

general protection fault in smc_ib_remove_dev
 2020-02-24  8:28 UTC 

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-24  1:58 UTC  (2+ messages)

[PATCH v2 00/18] genirq: Remove setup_irq()
 2020-02-24  0:51 UTC  (2+ messages)
` [PATCH v2 11/18] s390: replace setup_irq() by request_irq()

[PATCH AUTOSEL 4.19 07/25] s390/zcrypt: fix card and queue total counter wrap
 2020-02-23  2:23 UTC 

[PATCH AUTOSEL 5.4 09/50] s390/zcrypt: fix card and queue total counter wrap
 2020-02-23  2:21 UTC 

[PATCH AUTOSEL 5.5 10/58] s390/zcrypt: fix card and queue total counter wrap
 2020-02-23  2:20 UTC 

[GIT PULL] s390 updates for 5.6-rc3
 2020-02-22 19:45 UTC  (2+ messages)

[PATCH v3 00/37] KVM: s390: Add support for protected VMs
 2020-02-21 13:45 UTC  (35+ messages)
` [PATCH v3 03/37] s390/protvirt: introduce host side setup
` [PATCH v3 06/37] s390/mm: add (non)secure page access exceptions handlers
` [PATCH v3 09/37] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
      ` [PATCH v3.1 "
` [PATCH v3 11/37] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH v3 25/37] KVM: s390: protvirt: Do only reset registers that are accessible
` [PATCH v3 26/37] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH v3 28/37] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v3 35/37] s390: protvirt: Add sysfs firmware interface for Ultravisor information
` [PATCH v3 36/37] KVM: s390: rstify new ioctls in api.rst
` [PATCH v3 37/37] KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED

[PATCH v3 02/37] KVM: s390/interrupt: do not pin adapter interrupt pages
 2020-02-21 11:05 UTC  (5+ messages)
` [PATCH v3.1 "

[PATCH net 0/3] s390/qeth: fixes 2020-02-20
 2020-02-20 18:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).