linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 11:31:47 to 2021-09-20 13:25:36 UTC [more...]

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-09-20 13:24 UTC  (10+ messages)
` [PATCH v5 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v5 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v5 03/14] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [PATCH v5 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v5 05/14] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v5 07/14] KVM: s390: pv: handle secure storage violations "
` [PATCH v5 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v5 09/14] KVM: s390: pv: refactor s390_reset_acc

[PATCH v2 0/9] Move vfio_ccw to the new mdev API
 2021-09-20 12:30 UTC  (28+ messages)
` [PATCH v2 1/9] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
` [PATCH v2 2/9] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
` [PATCH v2 3/9] vfio/ccw: Convert to use vfio_register_group_dev()
` [PATCH v2 4/9] vfio/ccw: Make the FSM complete and synchronize it to the mdev
` [PATCH v2 5/9] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v2 6/9] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v2 7/9] vfio/ccw: Remove private->mdev
` [PATCH v2 8/9] vfio: Export vfio_device_try_get()
` [PATCH v2 9/9] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev

[PATCH 1/1] virtio/s390: fix vritio-ccw device teardown
 2021-09-20 10:30 UTC  (9+ messages)

[GIT PULL] s390 updates for 5.15-rc2
 2021-09-18 19:52 UTC  (2+ messages)

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-09-17 14:57 UTC  (6+ messages)
` [PATCH v4 06/14] KVM: s390: pv: properly handle page flags for protected guests

[PATCH v4 0/1] s390x: KVM: CPU Topology
 2021-09-17  8:14 UTC  (4+ messages)
` [PATCH v4 1/1] s390x: KVM: accept STSI for CPU topology information

[PATCH 0/2] Fix /proc/sys/fs/nfs/nsm_use_hostnames on big endian machines
 2021-09-16 22:05 UTC  (7+ messages)
` [PATCH 1/2] sysctl: introduce new proc handler proc_dobool
` [PATCH 2/2] lockd: change the proc_handler for nsm_use_hostnames

[PATCH v2] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-16 18:51 UTC  (2+ messages)

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-16 18:38 UTC  (26+ messages)
` [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features
` [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() "

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-16 14:41 UTC  (18+ messages)
` [RFC PATCH 1/8] arm64: add CPU field to struct thread_info
` [RFC PATCH 2/8] x86: "
` [RFC PATCH 3/8] s390: "
` [RFC PATCH 4/8] powerpc: "
` [RFC PATCH 5/8] sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y
` [RFC PATCH 6/8] powerpc: smp: remove hack to obtain offset of task_struct::cpu
` [RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
` [RFC PATCH 8/8] ARM: "

[PATCH v2 0/4] s390/pci: automatic error recovery
 2021-09-16  9:33 UTC  (5+ messages)
` [PATCH v2 1/4] s390/pci: refresh function handle in iomap
` [PATCH v2 2/4] s390/pci: implement reset_slot for hotplug slot
` [PATCH v2 3/4] PCI: Export pci_dev_lock()
` [PATCH v2 4/4] s390/pci: implement minimal PCI error recovery

[PATCH] s390: Add WARN_DYNAMIC_STACK dependencies
 2021-09-15 15:13 UTC  (4+ messages)

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-15 14:57 UTC  (13+ messages)
` [PATCH 6/9] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH 7/9] s390/block/dcssblk: "

[PATCH] pci: Rename pcibios_add_device to match
 2021-09-15 10:13 UTC  (3+ messages)

[PATCH 0/1] Arch use of pci_dev_is_added()
 2021-09-15  0:23 UTC  (6+ messages)
` [PATCH 1/1] powerpc: Drop superfluous pci_dev_is_added() calls

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-14 22:41 UTC  (21+ messages)
` [PATCH resend RFC 1/9] s390/gmap: validate VMA in __gmap_zap()
` [PATCH resend RFC 2/9] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [PATCH resend RFC 3/9] s390/mm: validate VMA in PGSTE manipulation functions
` [PATCH resend RFC 4/9] s390/mm: fix VMA and page table handling code in storage key handling functions
` [PATCH resend RFC 5/9] s390/uv: fully validate the VMA before calling follow_page()
` [PATCH resend RFC 6/9] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH resend RFC 7/9] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
` [PATCH resend RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH resend RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

[PATCH net-next 0/3] net/smc: add EID support
 2021-09-14 12:00 UTC  (5+ messages)
` [PATCH net-next 1/3] net/smc: add support for user defined EIDs
` [PATCH net-next 2/3] net/smc: keep static copy of system EID
` [PATCH net-next 3/3] net/smc: add generic netlink support for "

[PATCH net-next 0/4] s390/net: updates 2021-09-14
 2021-09-14 11:50 UTC  (6+ messages)
` [PATCH net-next 1/4] s390/ctcm: remove incorrect kernel doc indicators
` [PATCH net-next 2/4] s390/lcs: "
` [PATCH net-next 3/4] s390/netiucv: "
` [PATCH net-next 4/4] s390/ism: switch from 'pci_' to 'dma_' API

[PATCH 13/16] tty: drivers/s390/char/, stop using tty_flip_buffer_push
 2021-09-14  9:14 UTC 

[PATCH AUTOSEL 5.13 06/19] s390: add kmemleak annotation in stack_alloc()
 2021-09-13 22:34 UTC 

[PATCH AUTOSEL 5.14 08/25] s390: add kmemleak annotation in stack_alloc()
 2021-09-13 22:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 15/25] s390/unwind: use current_frame_address() to unwind current task

[PATCH] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-10 22:26 UTC  (4+ messages)

[PATCH RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-10 14:52 UTC  (17+ messages)
` [PATCH RFC 1/9] s390/gmap: validate VMA in __gmap_zap()
` [PATCH RFC 2/9] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [PATCH RFC 3/9] s390/mm: validate VMA in PGSTE manipulation functions
` [PATCH RFC 4/9] s390/mm: fix VMA and page table handling code in storage key handling functions
` [PATCH RFC 5/9] s390/uv: fully validate the VMA before calling follow_page()
` [PATCH RFC 6/9] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH RFC 7/9] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
` [PATCH RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

[PATCH v4] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-09 23:36 UTC  (2+ messages)

[GIT PULL] second batch of s390 updates for 5.15 merge window
 2021-09-09 20:03 UTC  (2+ messages)

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-09-09 14:42 UTC  (18+ messages)
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests

[PATCH v2 0/3] power: reset: Convert Power-Off driver to tristate
 2021-09-09 12:04 UTC  (2+ messages)
` [PATCH v2 1/3] arch: Export machine_restart() instances so they can be called from modules

[PATCH AUTOSEL 4.19 24/74] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:56 UTC 

[PATCH AUTOSEL 4.9 20/48] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:59 UTC 

[PATCH AUTOSEL 4.4 16/35] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 12:00 UTC 

[PATCH AUTOSEL 4.14 22/59] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:58 UTC 

[PATCH AUTOSEL 5.4 033/109] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:53 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 034/109] s390: make PCI mio support a machine flag

[PATCH AUTOSEL 5.10 051/176] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:49 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 052/176] s390: make PCI mio support a machine flag

[PATCH AUTOSEL 5.13 065/219] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 066/219] s390: make PCI mio support a machine flag

[PATCH AUTOSEL 5.14 075/252] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 076/252] s390: make PCI mio support a machine flag


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