linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-19 08:32:15 to 2020-02-24 11:41:17 UTC [more...]

[PATCH v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-24 11:41 UTC  (26+ messages)
` [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 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 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 23/36] KVM: s390: protvirt: disallow one_reg
` [PATCH v4 24/36] KVM: s390: protvirt: Do only reset registers that are accessible
` [PATCH v4 26/36] KVM: s390: protvirt: Add program exception injection
` [PATCH v4 28/36] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v4 32/36] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH v4 34/36] s390: protvirt: Add sysfs firmware interface for Ultravisor information

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

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-02-24  9:26 UTC  (47+ 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 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)

s390 crypto: explicitly memzero stack key material in aes_s390.c
 2020-02-21 16:55 UTC 

[PATCH] s390: Replace zero-length array with flexible-array member
 2020-02-21 15:06 UTC 

[PATCH v3 00/37] KVM: s390: Add support for protected VMs
 2020-02-21 13:45 UTC  (70+ messages)
` [PATCH v3 01/37] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH v3 02/37] KVM: s390/interrupt: do not pin adapter interrupt pages
  ` [PATCH v3.1 "
` [PATCH v3 03/37] s390/protvirt: introduce host side setup
` [PATCH v3 04/37] s390/protvirt: add ultravisor initialization
` [PATCH v3 05/37] s390/mm: provide memory management functions for protected KVM guests
` [PATCH v3 06/37] s390/mm: add (non)secure page access exceptions handlers
` [PATCH v3 07/37] KVM: s390: protvirt: Add UV debug trace
` [PATCH v3 08/37] KVM: s390: add new variants of UV CALL
` [PATCH v3 09/37] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
      ` [PATCH v3.1 "
` [PATCH v3 10/37] KVM: s390: protvirt: Add KVM api documentation
` [PATCH v3 11/37] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH v3 12/37] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH v3 13/37] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH v3 14/37] KVM: s390: protvirt: Instruction emulation
` [PATCH v3 15/37] KVM: s390: protvirt: Implement interrupt injection
` [PATCH v3 16/37] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH v3 17/37] KVM: s390: protvirt: Handle spec exception loops
` [PATCH v3 18/37] KVM: s390: protvirt: Add new gprs location handling
` [PATCH v3 19/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [PATCH v3 20/37] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH v3 21/37] KVM: s390/mm: handle guest unpin events
` [PATCH v3 22/37] KVM: s390: protvirt: Write sthyi data to instruction data area
` [PATCH v3 23/37] KVM: s390: protvirt: STSI handling
` [PATCH v3 24/37] KVM: s390: protvirt: disallow one_reg
` [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 27/37] KVM: s390: protvirt: Add program exception injection
` [PATCH v3 28/37] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v3 29/37] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v3 30/37] KVM: s390: protvirt: Support cmd 5 operation state
` [PATCH v3 31/37] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [PATCH v3 32/37] KVM: s390: protvirt: do not inject interrupts after start
` [PATCH v3 33/37] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH v3 34/37] DOCUMENTATION: Protected virtual machine introduction and IPL
` [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 net 0/3] s390/qeth: fixes 2020-02-20
 2020-02-20 18:31 UTC  (5+ messages)
` [PATCH net 1/3] s390/qeth: vnicc Fix EOPNOTSUPP precedence
` [PATCH net 2/3] s390/qeth: don't warn for napi with 0 budget
` [PATCH net 3/3] s390/qeth: fix off-by-one in RX copybreak check

[PATCH AUTOSEL 5.5 094/542] s390/pci: Fix possible deadlock in recover_store()
 2020-02-20 16:11 UTC  (3+ messages)

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-20 13:34 UTC  (21+ messages)
` [PATCH v2 02/42] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v2 29/42] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [PATCH v2 30/42] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v2 31/42] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v2 32/42] KVM: s390: protvirt: Support cmd 5 operation state

[kvm-unit-tests PATCH v5 00/10] s390x: Testing the Channel Subsystem I/O
 2020-02-20 12:00 UTC  (11+ messages)
` [kvm-unit-tests PATCH v5 01/10] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v5 02/10] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v5 03/10] s390x: cr0: adding AFP-register control bit
` [kvm-unit-tests PATCH v5 04/10] s390x: interrupt registration
` [kvm-unit-tests PATCH v5 05/10] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v5 06/10] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v5 07/10] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v5 08/10] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v5 09/10] s390x: css: ssch/tsch with sense and interrupt
` [kvm-unit-tests PATCH v5 10/10] s390x: css: ping pong

[PATCH 0/2] virtio-blk: improve handling of DMA mapping failures
 2020-02-19 15:42 UTC  (7+ messages)
` [PATCH 1/2] virtio-blk: fix hw_queue stopped on arbitrary error

[PATCH] zfcp: fix wrong data and display format of SFP+ temperature
 2020-02-19 15:09 UTC 

[PATCH] s390: remove obsolete ieee_emulation_warnings
 2020-02-19 12:49 UTC  (2+ messages)

[PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-19 11:02 UTC  (5+ messages)
` [PATCH 0/2] example changes
  ` [PATCH 2/2] merge vm/cpu create

[PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-19 11:01 UTC  (6+ messages)
` [PATCH v2.1] "


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).