linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 22:27:19 to 2020-02-20 10:53:11 UTC [more...]

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-20 10:52 UTC  (126+ messages)
` [PATCH v2 01/42] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH v2 02/42] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v2 03/42] s390/protvirt: introduce host side setup
` [PATCH v2 04/42] s390/protvirt: add ultravisor initialization
` [PATCH v2 05/42] s390/mm: provide memory management functions for protected KVM guests
` [PATCH v2 07/42] KVM: s390: protvirt: Add UV debug trace
` [PATCH v2 08/42] KVM: s390: add new variants of UV CALL
` [PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
        ` [PATCH 0/2] example changes
          ` [PATCH 1/2] lock changes
          ` [PATCH 2/2] merge vm/cpu create
  ` [PATCH v2.1] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
` [PATCH v2 12/42] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH v2 13/42] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH v2 14/42] KVM: s390: protvirt: Instruction emulation
` [PATCH v2 15/42] KVM: s390: protvirt: Add interruption injection controls
` [PATCH v2 16/42] KVM: s390: protvirt: Implement interruption injection
` [PATCH v2 17/42] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH v2 18/42] KVM: s390: protvirt: Handle spec exception loops
` [PATCH v2 19/42] KVM: s390: protvirt: Add new gprs location handling
` [PATCH v2 20/42] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [PATCH v2 21/42] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH v2 22/42] KVM: s390/mm: handle guest unpin events
` [PATCH v2 23/42] KVM: s390: protvirt: Write sthyi data to instruction data area
` [PATCH v2 24/42] KVM: s390: protvirt: STSI handling
` [PATCH v2 25/42] KVM: s390: protvirt: disallow one_reg
` [PATCH v2 26/42] KVM: s390: protvirt: Do only reset registers that are accessible
` [PATCH v2 27/42] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH v2 28/42] KVM: s390: protvirt: Add program exception injection
` [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
` [PATCH v2 33/42] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [PATCH v2 34/42] KVM: s390: protvirt: do not inject interrupts after start
` [PATCH v2 35/42] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH v2 36/42] DOCUMENTATION: Protected virtual machine introduction and IPL
` [PATCH v2 37/42] s390/uv: Fix handling of length extensions (already in s390 tree)
` [PATCH v2 38/42] s390: protvirt: Add sysfs firmware interface for Ultravisor information
` [PATCH v2 39/42] example for future extension: mm:gup/writeback: add callbacks for inaccessible pages: error cases
` [PATCH v2 40/42] example for future extension: mm:gup/writeback: add callbacks for inaccessible pages: source indication
` [PATCH v2 41/42] potential fixup for "s390/mm: provide memory management functions for protected KVM guests"
` [PATCH v2 42/42] KVM: s390: rstify new ioctls in api.rst

[PATCH v3 00/37] KVM: s390: Add support for protected VMs
 2020-02-20 10:40 UTC  (38+ 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 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 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 0/2] virtio-blk: improve handling of DMA mapping failures
 2020-02-19 15:42 UTC  (9+ 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 v5 5/8] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
 2020-02-18 21:48 UTC 

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-18 16:02 UTC  (12+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages

[PATCH] s390: Cleanup removed IOSCHED_DEADLINE
 2020-02-18 15:18 UTC  (3+ messages)

[RFC v2 0/2] fces event support in cio
 2020-02-18  9:50 UTC  (4+ messages)
` [RFC v2 1/2] s390/cio: handle changes related to endpoint security
` [RFC v2 2/2] s390/cio: add support for fces status notification

s390 depending on cc-options makes it difficult to configure
 2020-02-18  9:37 UTC  (9+ messages)

[PATCH net-next 0/6] net/smc: patches 2020-02-17
 2020-02-17 22:50 UTC  (8+ messages)
` [PATCH net-next 1/6] net/smc: improve smc_lgr_cleanup()
` [PATCH net-next 2/6] net/smc: use termination worker under send_lock
` [PATCH net-next 3/6] net/smc: do not delete lgr from list twice
` [PATCH net-next 4/6] net/smc: remove unused parameter of smc_lgr_terminate()
` [PATCH net-next 5/6] net/smc: simplify normal link termination
` [PATCH net-next 6/6] net/smc: reduce port_event scheduling

[PATCH v4 4/7] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
 2020-02-17 18:16 UTC 

[PATCH] s390/kaslr: Fix casts in get_random
 2020-02-17 17:13 UTC  (4+ messages)

[PATCH trivial] s390/pkey/zcrypt: spelling s/crytp/crypt/
 2020-02-17 17:08 UTC  (2+ messages)

[PATCH v2] s390/cio: use kobj_to_dev() API
 2020-02-17 17:08 UTC  (2+ messages)

[PATCH] s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range
 2020-02-17 17:07 UTC  (2+ messages)

[PATCH] s390: make 'install' not depend on vmlinux
 2020-02-17 17:06 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 094/542] s390/pci: Fix possible deadlock in recover_store()
 2020-02-17  9:31 UTC  (2+ messages)

[kvms390:pv_worktree 5/40] arch/s390/kernel/setup.c:563:6: error: 'prot_virt_host' undeclared; did you mean 'is_prot_virt_host'?
 2020-02-17  7:55 UTC  (2+ messages)

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-02-17  3:17 UTC 

[GIT PULL] s390 updates for 5.6-rc2
 2020-02-15 21:25 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).