linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-10 18:46:51 to 2020-02-17 15:02:56 UTC [more...]

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-17 15:02 UTC  (76+ 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 06/42] s390/mm: add (non)secure page access exceptions handlers
` [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 10/42] KVM: s390: protvirt: Add KVM api documentation
` [PATCH v2 11/42] KVM: s390: protvirt: Secure memory is not mergeable
` [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 0/2] virtio-blk: improve handling of DMA mapping failures
 2020-02-17 13:08 UTC  (5+ messages)
` [PATCH 1/2] virtio-blk: fix hw_queue stopped on arbitrary error
` [PATCH 2/2] virtio-blk: improve virtqueue error to BLK_STS

[PATCH AUTOSEL 5.5 094/542] s390/pci: Fix possible deadlock in recover_store()
 2020-02-17  9:31 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 122/542] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
` [PATCH AUTOSEL 5.5 433/542] s390: adjust -mpacked-stack support check for clang 10
` [PATCH AUTOSEL 5.5 434/542] s390/ftrace: generate traced function stack frame
` [PATCH AUTOSEL 5.5 435/542] s390: fix __EMIT_BUG() macro

[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 

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

[PATCH] s390: make 'install' not depend on vmlinux
 2020-02-16 14:48 UTC 

[GIT PULL] s390 updates for 5.6-rc2
 2020-02-15 21:25 UTC  (2+ messages)

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-14 21:22 UTC  (58+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH 04/35] s390/protvirt: add ultravisor initialization
` [PATCH 05/35] s390/mm: provide memory management functions for protected KVM guests
` [PATCH 06/35] s390/mm: add (non)secure page access exceptions handlers
` [PATCH 07/35] KVM: s390: add new variants of UV CALL
` [PATCH 08/35] KVM: s390: protvirt: Add initial lifecycle handling
` [PATCH 11/35] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH 16/35] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH 20/35] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH 21/35] KVM: s390/mm: handle guest unpin events
` [PATCH 23/35] KVM: s390: protvirt: STSI handling
` [PATCH 24/35] KVM: s390: protvirt: disallow one_reg
` [PATCH 25/35] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH 35/35] DOCUMENTATION: Protected virtual machine introduction and IPL

[PATCH] s390: remove obsolete ieee_emulation_warnings
 2020-02-14 17:26 UTC 

[RFC PATCH v2 0/9] s390x/vfio-ccw: Channel Path Handling
 2020-02-14 16:35 UTC  (13+ messages)
` [RFC PATCH v2 2/9] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v2 4/9] vfio-ccw: Introduce a new schib region
` [RFC PATCH v2 7/9] vfio-ccw: Wire up the CRW irq and CRW region
` [RFC PATCH v2 9/9] vfio-ccw: Remove inline get_schid() routine

[PATCH AUTOSEL 4.4 078/100] s390/ftrace: generate traced function stack frame
 2020-02-14 16:24 UTC 

[PATCH AUTOSEL 4.9 111/141] s390/ftrace: generate traced function stack frame
 2020-02-14 16:20 UTC 

[PATCH AUTOSEL 4.14 043/186] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
 2020-02-14 16:16 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 151/186] s390/ftrace: generate traced function stack frame

[PATCH AUTOSEL 4.19 038/252] s390/pci: Fix possible deadlock in recover_store()
 2020-02-14 16:10 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 051/252] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
` [PATCH AUTOSEL 4.19 203/252] s390: adjust -mpacked-stack support check for clang 10
` [PATCH AUTOSEL 4.19 204/252] s390/ftrace: generate traced function stack frame

[PATCH AUTOSEL 5.4 082/459] s390/pci: Fix possible deadlock in recover_store()
 2020-02-14 16:00 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 106/459] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
` [PATCH AUTOSEL 5.4 372/459] s390: adjust -mpacked-stack support check for clang 10
` [PATCH AUTOSEL 5.4 373/459] s390/ftrace: generate traced function stack frame

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

[PATCH net 0/2] net/smc: fixes for -net
 2020-02-14 15:14 UTC  (4+ messages)
` [PATCH net 1/2] net/smc: transfer fasync_list in case of fallback
` [PATCH net 2/2] net/smc: no peer ID in CLC decline for SMCD

[PATCH] s390/cio: use kobj_to_dev() API
 2020-02-14 13:12 UTC  (2+ messages)

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

[PATCH] s390/kaslr: Fix casts in get_random
 2020-02-14  6:46 UTC  (3+ messages)

[PATCH 08/35] KVM: s390: protvirt: Add initial lifecycle handling
 2020-02-13  8:43 UTC  (7+ messages)
` [PATCH/RFC] KVM: s390: protvirt: pass-through rc and rrc

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-02-13  2:15 UTC  (5+ messages)

[PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
 2020-02-12 13:07 UTC  (10+ messages)
  ` [PATCH v2 RFC] "

[PATCH trivial] s390/pkey/zcrypt: spelling s/crytp/crypt/
 2020-02-12  8:46 UTC 

[PATCH 00/18] genirq: Remove setup_irq()
 2020-02-12  8:04 UTC  (2+ messages)
` [PATCH 11/18] s390: replace setup_irq() by request_irq()

-Wtautological-constant-compare in arch/s390/include/asm/page.h
 2020-02-11 20:26 UTC  (4+ messages)

[PATCH] s390/time: Fix clk type in get_tod_clock
 2020-02-11 20:12 UTC  (5+ messages)

[PATCH v3 4/7] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
 2020-02-11 15:49 UTC  (4+ messages)

[PATCH 1/1] cio_ignore_proc_seq_next should increase position index
 2020-02-11 10:26 UTC  (5+ messages)

[PATCH 0/1] s390/uv: fix for ultravisor query function
 2020-02-11  8:11 UTC  (8+ messages)
` [PATCH 1/1] s390/uv: Fix handling of length extensions

[s390:fixes 4/6] arch/s390/kernel/processor.c:158:42: error: implicit declaration of function 'topology_book_id'; did you mean 'topology_core_id'?
 2020-02-10 20:36 UTC 

[PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
 2020-02-10 18:56 UTC  (2+ messages)
` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt


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