public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-01 19:20:29 to 2023-02-09 10:25:19 UTC [more...]

[GIT PULL 00/18] KVM: s390x: KVM s390x changes for 6.3
 2023-02-09 10:22 UTC  (5+ messages)
` [GIT PULL 02/18] KVM: selftests: Compile s390 tests with -march=z10
` [GIT PULL 04/18] KVM: s390: selftest: memop: Replace macros by functions
` [GIT PULL 05/18] KVM: s390: selftest: memop: Move testlist into main
` [GIT PULL 06/18] KVM: s390: selftest: memop: Add bad address test

[PATCH net-next 0/4] s390/net: updates 2023-02-06
 2023-02-09  9:38 UTC  (15+ messages)
` [PATCH net-next 1/4] s390/ctcm: cleanup indenting
` [PATCH net-next 2/4] s390/qeth: Use constant for IP address buffers
` [PATCH net-next 3/4] s390/qeth: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next 4/4] s390/qeth: Convert sprintf/snprintf to scnprintf

[PATCHv3 bpf-next 0/9] bpf: Move kernel test kfuncs into bpf_testmod
 2023-02-09  9:38 UTC  (5+ messages)

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-02-09  7:13 UTC  (2+ messages)
` [PATCH 15/24] Documentation: s390: correct spelling

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-08 16:39 UTC  (5+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[linux-next:master] BUILD REGRESSION 38d2b86a665b5e86371a1a30228bce259aa6c101
 2023-02-08 16:35 UTC 

[PATCH v1 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-02-08 14:48 UTC  (3+ messages)
` [PATCH v1 2/2] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [PATCH v1 1/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-02-08 13:44 UTC  (31+ messages)
` [PATCH v2 01/10] cyrpto/b128ops: Remove struct u128
` [PATCH v2 02/10] types: Introduce [us]128
` [PATCH v2 03/10] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH v2 04/10] instrumentation: Wire up cmpxchg128()
` [PATCH v2 05/10] percpu: Wire up cmpxchg128
` [PATCH v2 06/10] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH v2 07/10] x86,intel_iommu: "
` [PATCH v2 08/10] slub: "
` [PATCH v2 09/10] arch: Remove cmpxchg_double
` [PATCH v2 10/10] s390/cpum_sf: Convert to cmpxchg128()

[net-next v2 0/8] drivers/s390/net/ism: Add generalized interface
 2023-02-08 11:59 UTC  (6+ messages)

[kvm-unit-tests PATCH v6 0/2] S390x: CPU Topology Information
 2023-02-08 11:53 UTC  (5+ messages)
` [kvm-unit-tests PATCH v6 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v6 2/2] s390x: topology: Checking Configuration Topology Information

Fotowoltaika - nowe warunki
 2023-02-07  9:15 UTC 

[net-next 0/2] Deliver confirm/delete rkey message in parallel
 2023-02-08  3:09 UTC  (9+ messages)
` [net-next 1/2] net/smc: allow confirm/delete rkey response deliver multiplex
` [net-next 2/2] net/smc: make SMC_LLC_FLOW_RKEY run concurrently

[PATCH v7 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-02-07 16:42 UTC  (25+ messages)
` [PATCH v7 01/14] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v7 02/14] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v7 03/14] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v7 04/14] KVM: s390: selftest: memop: Add bad address test
` [PATCH v7 05/14] KVM: s390: selftest: memop: Fix typo
` [PATCH v7 06/14] KVM: s390: selftest: memop: Fix wrong address being used in test
` [PATCH v7 07/14] KVM: s390: selftest: memop: Fix integer literal
` [PATCH v7 08/14] KVM: s390: Move common code of mem_op functions into function
` [PATCH v7 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [PATCH v7 10/14] KVM: s390: Refactor absolute vm mem_op function
` [PATCH v7 11/14] KVM: s390: Refactor vcpu "
` [PATCH v7 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v7 13/14] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v7 14/14] KVM: s390: selftest: memop: Add cmpxchg tests
    ` [PATCH v8 "

[PATCH v2 00/14] Add vfio_device cdev for iommufd support
 2023-02-07  9:17 UTC  (30+ messages)
` [PATCH v2 01/14] vfio: Allocate per device file structure
` [PATCH v2 02/14] vfio: Refine vfio file kAPIs
` [PATCH v2 03/14] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v2 04/14] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v2 05/14] kvm/vfio: Accept vfio device file from userspace
` [PATCH v2 06/14] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v2 07/14] vfio: Block device access via device fd until device is opened
` [PATCH v2 08/14] vfio: Add infrastructure for bind_iommufd from userspace
` [PATCH v2 09/14] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v2 10/14] vfio-iommufd: Add detach_ioas for emulated "
` [PATCH v2 11/14] vfio: Make vfio_device_open() exclusive between group path and device cdev path
` [PATCH v2 12/14] vfio: Add cdev for vfio_device
` [PATCH v2 13/14] vfio: Add ioctls for device cdev using iommufd
` [PATCH v2 14/14] vfio: Compile group optionally

[PATCH v3] sched: cpuset: Don't rebuild root domains on suspend-resume
 2023-02-06 22:14 UTC 

[PATCH v4 0/2] vfio: fix deadlock between group lock and kvm lock
 2023-02-06 14:30 UTC  (10+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] vfio: no need to pass kvm pointer during device open

[net-next v7 0/4] net/smc: optimize the parallelism of SMC-R connections
 2023-02-06 12:11 UTC  (8+ messages)
` [net-next v7 1/4] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [net-next v7 2/4] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [net-next v7 3/4] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [net-next v7 4/4] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore

[PATCH 0/3] mm/arch: Fix a few collide definition on private use of VM_FAULT_*
 2023-02-06  5:09 UTC  (9+ messages)
` [PATCH 1/3] mm/arm: Define private VM_FAULT_* reasons from top bits
` [PATCH 2/3] mm/arm64: "
` [PATCH 3/3] mm/s390: "

[PATCH v3] vfio: fix deadlock between group lock and kvm lock
 2023-02-03 21:35 UTC  (16+ messages)

[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-02-03 15:32 UTC  (4+ messages)
` [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function

[PATCH] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug
 2023-02-03 11:48 UTC 

[GIT PULL] s390 fixes for 6.2-rc7
 2023-02-03  5:58 UTC  (4+ messages)

[PATCH 0/5] mm: Stop alaising VM_FAULT_HINDEX_MASK in arch code
 2023-02-03  3:31 UTC  (2+ messages)

[PATCH v2] vfio: fix deadlock between group lock and kvm lock
 2023-02-02 12:52 UTC  (8+ messages)

[PATCH] vfio: fix deadlock between group lock and kvm lock
 2023-02-02  3:08 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox