messages from 2022-12-08 17:20:20 to 2022-12-20 17:10:25 UTC [more...]
[PATCH v2 00/16] vfio/ccw: channel program cleanup
2022-12-20 17:09 UTC
[PATCH] s390: remove the last remnants of cputime_t
2022-12-20 15:44 UTC (4+ messages)
[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2022-12-20 15:09 UTC (26+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 10/12] x86,intel_iommu: "
` [RFC][PATCH 11/12] slub: "
` [RFC][PATCH 12/12] arch: Remove cmpxchg_double
[PATCH 0/7] improve AP queue reset processing
2022-12-20 14:33 UTC (23+ messages)
` [PATCH 1/7] s390/vfio-ap: verify reset complete in separate function
` [PATCH 2/7] s390/vfio_ap: check TAPQ response code when waiting for queue reset
` [PATCH 3/7] s390/vfio_ap: use TAPQ to verify reset in progress completes
` [PATCH 4/7] s390/vfio_ap: verify ZAPQ completion after return of response code zero
` [PATCH 5/7] s390/vfio_ap: fix handling of error response codes
` [PATCH 6/7] s390/vfio_ap: increase max wait time for reset verification
` [PATCH 7/7] s390/vfio_ap: always clean up IRQ resources
[RFC PATCH net-next v2 0/5] net/smc:Introduce SMC-D based loopback acceleration
2022-12-20 14:02 UTC (7+ messages)
` [RFC PATCH net-next v2 1/5] net/smc: introduce SMC-D loopback device
` [RFC PATCH net-next v2 2/5] net/smc: choose loopback device in SMC-D communication
` [RFC PATCH net-next v2 3/5] net/smc: add dmb attach and detach interface
` [RFC PATCH net-next v2 4/5] net/smc: avoid data copy from sndbuf to peer RMB in SMC-D loopback
` [RFC PATCH net-next v2 5/5] net/smc: logic of cursors update in SMC-D loopback connections
[PATCH 0/3] crypto: x86/ghash cleanups
2022-12-20 10:09 UTC (6+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link
[PATCH] cputime: remove cputime_to_nsecs fallback
2022-12-20 7:07 UTC
[PATCH v1 00/16] vfio/ccw: channel program cleanup
2022-12-19 21:04 UTC (36+ messages)
` [PATCH v1 03/16] vfio/ccw: allow non-zero storage keys
` [PATCH v1 04/16] vfio/ccw: move where IDA flag is set in ORB
` [PATCH v1 05/16] vfio/ccw: replace copy_from_iova with vfio_dma_rw
` [PATCH v1 06/16] vfio/ccw: simplify CCW chain fetch routines
` [PATCH v1 07/16] vfio/ccw: remove unnecessary malloc alignment
` [PATCH v1 08/16] vfio/ccw: pass page count to page_array struct
` [PATCH v1 09/16] vfio/ccw: populate page_array struct inline
` [PATCH v1 10/16] vfio/ccw: refactor the idaw counter
` [PATCH v1 11/16] vfio/ccw: discard second fmt-1 IDAW
` [PATCH v1 12/16] vfio/ccw: calculate number of IDAWs regardless of format
` [PATCH v1 13/16] vfio/ccw: allocate/populate the guest idal
` [PATCH v1 14/16] vfio/ccw: handle a guest Format-1 IDAL
` [PATCH v1 15/16] vfio/ccw: don't group contiguous pages on 2K IDAWs
` [PATCH v1 16/16] vfio/ccw: remove old IDA format restrictions
[PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-12-19 21:24 UTC (16+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v4 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v4 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v4 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v4 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v4 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v4 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v4 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test
[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
2022-12-19 19:22 UTC (3+ messages)
[RFC PATCH net-next 0/5] Introduce SMC-D based loopback acceleration
2022-12-19 17:07 UTC (6+ messages)
` [RFC PATCH net-next 1/5] net/smc: introduce SMC-D loopback device
` [RFC PATCH net-next 2/5] net/smc: choose loopback device in SMC-D communication
` [RFC PATCH net-next 3/5] net/smc: add dmb attach and detach interface
` [RFC PATCH net-next 4/5] net/smc: avoid data copy from sndbuf to peer RMB in SMC-D loopback
` [RFC PATCH net-next 5/5] net/smc: logic of cursors update in SMC-D loopback connections
[PATCH iommufd v2 0/9] Remove IOMMU_CAP_INTR_REMAP
2022-12-19 16:16 UTC (14+ messages)
` [PATCH iommufd v2 1/9] irq: Add msi_device_has_isolated_msi()
` [PATCH iommufd v2 2/9] iommu: Add iommu_group_has_isolated_msi()
` [PATCH iommufd v2 3/9] vfio/type1: Convert to iommu_group_has_isolated_msi()
` [PATCH iommufd v2 4/9] iommufd: Convert to msi_device_has_isolated_msi()
` [PATCH iommufd v2 5/9] irq: Remove unused irq_domain_check_msi_remap() code
` [PATCH iommufd v2 6/9] irq: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSI
` [PATCH iommufd v2 7/9] iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI
` [PATCH iommufd v2 8/9] irq/s390: Add arch_is_isolated_msi() for s390
` [PATCH iommufd v2 9/9] iommu: Remove IOMMU_CAP_INTR_REMAP
[PATCH v2 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2022-12-19 15:17 UTC (4+ messages)
` [PATCH v2 3/7] s390/pci: Use dma-iommu layer
[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2022-12-19 1:40 UTC (5+ messages)
[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
2022-12-18 18:31 UTC (8+ messages)
[PATCH AUTOSEL 4.9 08/20] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:22 UTC (3+ messages)
` [PATCH AUTOSEL 4.9 09/20] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 4.9 10/20] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH AUTOSEL 4.14 10/23] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:21 UTC (3+ messages)
` [PATCH AUTOSEL 4.14 11/23] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 4.14 12/23] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH AUTOSEL 4.19 11/26] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:20 UTC (3+ messages)
` [PATCH AUTOSEL 4.19 12/26] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 4.19 13/26] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH AUTOSEL 5.4 12/30] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:18 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 13/30] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 5.4 14/30] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH AUTOSEL 5.10 16/39] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:15 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 17/39] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 5.10 18/39] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH AUTOSEL 5.15 18/46] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:12 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 19/46] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 5.15 20/46] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH AUTOSEL 6.0 28/73] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:06 UTC (3+ messages)
` [PATCH AUTOSEL 6.0 29/73] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 6.0 30/73] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH AUTOSEL 6.1 33/85] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-12-18 16:00 UTC (3+ messages)
` [PATCH AUTOSEL 6.1 34/85] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH AUTOSEL 6.1 35/85] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH v3 0/8] Generic IPI sending tracepoint
2022-12-13 16:18 UTC (2+ messages)
[PATCH v2] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
2022-12-13 15:40 UTC
[PATCH] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
2022-12-13 13:24 UTC (3+ messages)
[GIT PULL] s390 updates for 6.2 merge window
2022-12-12 21:11 UTC (2+ messages)
[PATCH iommufd 0/9] Remove IOMMU_CAP_INTR_REMAP
2022-12-12 16:25 UTC (29+ messages)
` [PATCH iommufd 1/9] irq: Add msi_device_has_secure_msi()
` [PATCH iommufd 2/9] vfio/type1: Check that every device supports IOMMU_CAP_INTR_REMAP
` [PATCH iommufd 3/9] vfio/type1: Convert to msi_device_has_secure_msi()
` [PATCH iommufd 4/9] iommufd: "
` [PATCH iommufd 5/9] irq: Remove unused irq_domain_check_msi_remap() code
` [PATCH iommufd 6/9] irq: Rename MSI_REMAP to SECURE_MSI
` [PATCH iommufd 7/9] iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_SECURE_MSI
` [PATCH iommufd 8/9] irq/s390: Add arch_is_secure_msi() for s390
` [PATCH iommufd 9/9] iommu: Remove IOMMU_CAP_INTR_REMAP
[kvm-unit-tests v2 PATCH] s390x: sie: Test whether the epoch extension field is working as expected
2022-12-09 12:47 UTC (2+ messages)
[PATCH v2 0/2] fix out-of-bounds access when specifying invalid console
2022-12-09 11:27 UTC (3+ messages)
` [PATCH v2 1/2] tty: fix out-of-bounds access in tty_driver_lookup_tty()
` [PATCH v2 2/2] tty/vt: prevent registration of console with invalid number
[PATCH 0/1] crash in tty layer when specifying invalid console=ttyX
2022-12-09 8:43 UTC (5+ messages)
` [PATCH 1/1] tty: fix out-of-bounds access in tty_driver_lookup_tty()
[PATCH net v2] s390/qeth: fix use-after-free in hsci
2022-12-08 17:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox