Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 17:50:27 to 2021-07-29 14:23:20 UTC [more...]

[kvm-unit-tests PATCH 0/4] s390x: SIE cleanup 2
 2021-07-29 14:23 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: sie: Add sie lib validity handling
` [kvm-unit-tests PATCH 2/4] s390x: lib: Introduce HPAGE_* constants
` [kvm-unit-tests PATCH 3/4] s390x: lib: sie: Add struct vm (de)initialization functions
` [kvm-unit-tests PATCH 4/4] lib: s390x: sie: Move sie function into library

[PATCH 0/4] s390: add kfence support
 2021-07-29 13:59 UTC  (12+ messages)
` [PATCH 1/4] s390/mm: implement set_memory_4k()
` [PATCH 2/4] kfence: add function to mask address bits
` [PATCH 3/4] s390: add support for KFENCE
` [PATCH 4/4] s390: add kfence region to pagetable dumper

[PATCH v2 00/13] KVM: s390: pv: implement lazy destroy
 2021-07-29 13:45 UTC  (26+ messages)
` [PATCH v2 01/13] KVM: s390: pv: avoid stall notifications for some UVCs
` [PATCH v2 02/13] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v2 03/13] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v2 04/13] KVM: s390: pv: handle secure storage violations "
` [PATCH v2 05/13] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v2 06/13] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v2 07/13] KVM: s390: pv: usage counter instead of flag
` [PATCH v2 08/13] KVM: s390: pv: add export before import
` [PATCH v2 09/13] KVM: s390: pv: lazy destroy for reboot
` [PATCH v2 10/13] KVM: s390: pv: extend lazy destroy to handle shutdown
` [PATCH v2 11/13] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v2 12/13] KVM: s390: pv: add OOM notifier for "
` [PATCH v2 13/13] KVM: s390: pv: add support for UV feature bits

[PATCH v3 00/14] Provide core infrastructure for managing open/release
 2021-07-29  7:30 UTC  (18+ messages)
` [PATCH v3 01/14] vfio/samples: Remove module get/put
` [PATCH v3 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
` [PATCH v3 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH v3 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v3 05/14] vfio/samples: Delete useless open/close
` [PATCH v3 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v3 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v3 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v3 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v3 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH v3 11/14] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH v3 12/14] vfio/ap,ccw: Fix open/close "
` [PATCH v3 13/14] vfio/gvt: "
` [PATCH v3 14/14] vfio: Remove struct vfio_device_ops open/release

[PATCH 0/2] s390/ftrace: implement hotpatching
 2021-07-28 21:25 UTC  (3+ messages)
` [PATCH 1/2] ftrace: Introduce ftrace_need_init_nop()
` [PATCH 2/2] s390/ftrace: implement hotpatching

[PATCH 0/2] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-28 19:42 UTC  (12+ messages)
` [PATCH 2/2] s390/vfio-ap: replace open coded "

[PATCH 00/12] Introduce vfio_pci_core subsystem
 2021-07-28 17:26 UTC  (26+ messages)
` [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
` [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-28 16:28 UTC  (17+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "

sched: Move SCHED_DEBUG sysctl to debugfs
 2021-07-28 16:23 UTC  (14+ messages)
` [PATCH 0/1] Improve yield (was: sched: Move SCHED_DEBUG sysctl to debugfs)
  ` [PATCH 1/1] sched/fair: improve yield_to vs fairness

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-28 16:10 UTC  (18+ messages)
` [PATCH v5 1/6] kexec: move locking into do_kexec_load
` [PATCH v5 2/6] kexec: avoid compat_alloc_user_space
` [PATCH v5 3/6] mm: simplify compat_sys_move_pages
` [PATCH v5 4/6] mm: simplify compat numa syscalls
` [PATCH v5 5/6] compat: remove some compat entry points
` [PATCH v5 6/6] arch: remove compat_alloc_user_space

[kvm-unit-tests PATCH 0/3] s390x: SPDX and header comment fixes
 2021-07-28 14:35 UTC  (17+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Add SPDX and header comments for s390x/* and lib/s390x/*
  ` [kvm-unit-tests PATCH v2] "
` [kvm-unit-tests PATCH 2/3] s390x: Add SPDX and header comments for the snippets folder
` [kvm-unit-tests PATCH 3/3] s390x: Fix my mail address in the headers

[PATCH v2 0/7] sections: Unify kernel sections range check and use
 2021-07-28  8:13 UTC 

[PATCH net-next v3 00/31] ndo_ioctl rework
 2021-07-27 20:00 UTC  (3+ messages)
` [PATCH net-next v3 16/31] qeth: use ndo_siocdevprivate

[kvm-unit-tests PATCH] s390x: Add specification exception interception test
 2021-07-27 13:23 UTC  (4+ messages)

[PATCH v2 1/1] s390/pv: fix the forcing of the swiotlb
 2021-07-27 13:00 UTC  (6+ messages)

[kvm-unit-tests PATCH] s390x: Add specification exception test
 2021-07-27 12:28 UTC  (5+ messages)

[PATCH] KVM: s390: restore old debugfs names
 2021-07-27  5:16 UTC  (4+ messages)

[PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-07-26  8:55 UTC  (4+ messages)
` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-25  6:07 UTC  (24+ messages)
` [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 16/21] parisc: return error code from .map_sg() ops
` [PATCH v2 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v2 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v2 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 20/21] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-07-24 13:24 UTC  (11+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()
              ` s390 common I/O layer locking (was: [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev())
                ` s390 common I/O layer locking

[PATCH v2 0/4] Fix restricted DMA vs swiotlb_exit()
 2021-07-23 22:18 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).