public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-31 12:02:52 to 2022-06-06 23:46:42 UTC [more...]

simplify the mdev interface
 2022-06-06 23:46 UTC  (18+ messages)
` [PATCH 1/8] vfio/mdev: make mdev.h standalone includable
` [PATCH 2/8] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 3/8] vfio/mdev: simplify mdev_type handling
` [PATCH 4/8] vfio/mdev: remove mdev_{create,remove}_sysfs_files
` [PATCH 5/8] vfio/mdev: remove mdev_from_dev
` [PATCH 6/8] vfio/mdev: unexport mdev_bus_type
` [PATCH 7/8] vfio/mdev: remove mdev_parent_dev
` [PATCH 8/8] vfio/mdev: remove mtype_get_parent_dev

[Bug 216073] New: [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!
 2022-06-06 22:13 UTC 

[PATCH v1 00/18] VFIO ccw/mdev rework
 2022-06-06 20:45 UTC  (54+ messages)
` [PATCH v1 01/18] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v1 02/18] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v1 03/18] vfio/ccw: Ensure mdev->dev is cleared on mdev remove
` [PATCH v1 04/18] vfio/ccw: Do not change FSM state in subchannel event
` [PATCH v1 05/18] vfio/ccw: Remove private->mdev
` [PATCH v1 06/18] vfio/ccw: Pass enum to FSM event jumptable
` [PATCH v1 07/18] vfio/ccw: Flatten MDEV device (un)register
` [PATCH v1 08/18] vfio/ccw: Check that private pointer is not NULL
` [PATCH v1 09/18] vfio/ccw: Create an OPEN FSM Event
` [PATCH v1 10/18] vfio/ccw: Create a CLOSE FSM event
` [PATCH v1 11/18] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v1 12/18] vfio/ccw: Move FSM open/close to MDEV open/close
` [PATCH v1 13/18] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v1 14/18] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v1 15/18] vfio/ccw: Manage private with mdev
` [PATCH v1 16/18] vfio/ccw: Create a get_private routine
` [PATCH v1 17/18] vfio: Export vfio_device_try_get()
` [PATCH v1 18/18] vfio/ccw: Manage ccw/mdev reference counts

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-06 20:42 UTC  (23+ messages)
` [PATCH v9 01/21] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v9 02/21] s390/sclp: detect the AISII facility
` [PATCH v9 03/21] s390/sclp: detect the AENI facility
` [PATCH v9 04/21] s390/sclp: detect the AISI facility
` [PATCH v9 05/21] s390/airq: pass more TPI info to airq handlers
` [PATCH v9 06/21] s390/airq: allow for airq structure that uses an input vector
` [PATCH v9 07/21] s390/pci: externalize the SIC operation controls and routine
` [PATCH v9 08/21] s390/pci: stash associated GISA designation
` [PATCH v9 09/21] s390/pci: stash dtsm and maxstbl
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 11/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v9 12/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v9 13/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v9 14/21] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v9 15/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v9 16/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v9 17/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v9 18/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v9 19/21] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v9 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-06 18:52 UTC  (11+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH 2/5] iommu: Ensure device has the same iommu_ops as the domain
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH 5/5] vfio/iommu_type1: Simplify group attachment

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-06-06 17:50 UTC  (24+ messages)
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove
` [PATCH v19 12/20] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
` [PATCH v19 13/20] s390/vfio-ap: hot plug/unplug of AP devices when probed/removed
` [PATCH v19 14/20] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v19 15/20] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v19 17/20] s390/vfio-ap: handle config changed and scan complete notification
` [PATCH v19 18/20] s390/vfio-ap: update docs to include dynamic config support
` [PATCH v19 19/20] s390/Docs: new doc describing lock usage by the vfio_ap device driver
` [PATCH v19 20/20] MAINTAINERS: pick up all vfio_ap docs for VFIO AP maintainers

[PATCH 0/6] mm/mmap: Enable more platforms with ARCH_HAS_VM_GET_PAGE_PROT
 2022-06-05 10:19 UTC  (15+ messages)
` [PATCH 1/6] mm/mmap: Restrict generic protection_map[] array visibility
` [PATCH 2/6] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 3/6] mips/mm: "
` [PATCH 4/6] csky/mm: "
` [PATCH 5/6] nios2/mm: "
` [PATCH 6/6] openrisc/mm: "

[GIT PULL] more s390 updates for 5.19 merge window
 2022-06-03 21:49 UTC  (2+ messages)

[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
 2022-06-03 18:50 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/2] better smp interrupt checks
 2022-06-03 15:40 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v1 2/2] lib: s390x: better smp interrupt checks

[kvm-unit-tests PATCH 0/3] s390x: Rework TEID decoding and usage
 2022-06-03 15:20 UTC  (5+ messages)
` [kvm-unit-tests PATCH 3/3] "

[kvm-unit-tests PATCH v2 0/2] s390x: Avoid gcc 12 warnings
 2022-06-03 13:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: Introduce symbol for lowcore and use it

[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-03  6:56 UTC  (20+ messages)
` [PATCH v11 01/19] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v11 02/19] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v11 03/19] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v11 04/19] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v11 05/19] KVM: s390: pv: usage counter instead of flag
` [PATCH v11 06/19] KVM: s390: pv: add export before import
` [PATCH v11 07/19] KVM: s390: pv: module parameter to fence asynchronous destroy
` [PATCH v11 08/19] KVM: s390: pv: clear the state without memset
` [PATCH v11 09/19] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v11 10/19] KVM: s390: pv: add mmu_notifier
` [PATCH v11 11/19] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v11 12/19] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v11 13/19] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v11 14/19] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v11 15/19] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v11 16/19] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v11 17/19] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v11 18/19] KVM: s390: pv: avoid export before import if possible
` [PATCH v11 19/19] KVM: s390: pv: support for Destroy fast UVC

[PATCH] livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
 2022-06-02 12:50 UTC  (5+ messages)

[PATCH RESEND v5 0/4] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-06-02 10:30 UTC  (5+ messages)
` [PATCH RESEND v5 1/4] PCI: Clean up pci_scan_slot()
` [PATCH RESEND v5 2/4] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH RESEND v5 3/4] PCI: Extend isolated function probing to s390
` [PATCH RESEND v5 4/4] s390/pci: allow zPCI zbus without a function zero

[RFC net-next] net/smc:introduce 1RTT to SMC
 2022-06-02  3:26 UTC  (7+ messages)

cleanup swiotlb initialization v8
 2022-06-01 18:40 UTC  (8+ messages)
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful

[GIT PULL 00/15] KVM: s390: pv dump and selftest changes
 2022-06-01 15:36 UTC  (16+ messages)
` [GIT PULL 01/15] s390/uv: Add SE hdr query information
` [GIT PULL 02/15] s390/uv: Add dump fields to query
` [GIT PULL 03/15] KVM: s390: pv: Add query interface
` [GIT PULL 04/15] KVM: s390: pv: Add dump support definitions
` [GIT PULL 05/15] KVM: s390: pv: Add query dump information
` [GIT PULL 06/15] KVM: s390: Add configuration dump functionality
` [GIT PULL 07/15] KVM: s390: Add CPU "
` [GIT PULL 08/15] KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMP
` [GIT PULL 09/15] Documentation: virt: Protected virtual machine dumps
` [GIT PULL 10/15] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions
` [GIT PULL 11/15] Documentation/virt/kvm/api.rst: Explain rc/rrc delivery
` [GIT PULL 12/15] KVM: s390: selftests: Use TAP interface in the memop test
` [GIT PULL 13/15] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [GIT PULL 14/15] KVM: s390: selftests: Use TAP interface in the tprot test
` [GIT PULL 15/15] KVM: s390: selftests: Use TAP interface in the reset test

[kvm-unit-tests PATCH v3 0/1] s390x: add migration test for storage keys
 2022-06-01 13:48 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[PATCH v2 1/1] s390: Add attestation query information
 2022-06-01 10:02 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