public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-16 17:11:29 to 2022-11-26 09:04:03 UTC [more...]

[PATCH net-next v6 0/7] optimize the parallelism of SMC-R connections
 2022-11-26  9:03 UTC  (6+ messages)
` [PATCH net-next v6 1/7] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v6 2/7] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v6 3/7] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v6 5/7] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v6 6/7] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()

[PATCH net] net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
 2022-11-26  8:24 UTC 

[PATCH net] net/smc: fix application data exception
 2022-11-26  8:22 UTC 

[GIT PULL] s390 updates for 6.1-rc7
 2022-11-25 20:48 UTC  (2+ messages)

[GIT PULL 00/15] KVM: s390: Updates for 6.2
 2022-11-25 12:39 UTC  (16+ messages)
` [GIT PULL 01/15] s390/mm: gmap: sort out physical vs virtual pointers usage
` [GIT PULL 02/15] s390/entry: sort out physical vs virtual pointers usage in sie64a
` [GIT PULL 03/15] KVM: s390: sort out physical vs virtual pointers usage
` [GIT PULL 04/15] KVM: s390: sida: "
` [GIT PULL 05/15] KVM: s390: pv: "
` [GIT PULL 06/15] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
` [GIT PULL 07/15] s390/mm: fix virtual-physical address confusion for swiotlb
` [GIT PULL 08/15] KVM: s390: pv: asynchronous destroy for reboot
` [GIT PULL 09/15] KVM: s390: pv: api documentation for asynchronous destroy
` [GIT PULL 10/15] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [GIT PULL 11/15] KVM: s390: pv: avoid export before import if possible
` [GIT PULL 12/15] KVM: s390: pv: support for Destroy fast UVC
` [GIT PULL 13/15] KVM: s390: pv: module parameter to fence asynchronous destroy
` [GIT PULL 14/15] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage
` [GIT PULL 15/15] KVM: s390: remove unused gisa_clear_ipm_gisc() function

[PATCH net] net/smc: Fix expected buffersizes and sync logic
 2022-11-25 10:59 UTC  (9+ messages)

[kvm-unit-tests PATCH 0/5] s390x: Snippet fixes
 2022-11-25 10:07 UTC  (17+ messages)
` [kvm-unit-tests PATCH 1/5] s390x: Add a linker script to assembly snippets
` [kvm-unit-tests PATCH 2/5] s390x: snippets: Fix SET_PSW_NEW_ADDR macro
` [kvm-unit-tests PATCH 3/5] lib: s390x: sie: Set guest memory pointer
` [kvm-unit-tests PATCH 4/5] s390x: Clear first stack frame and end backtrace early
` [kvm-unit-tests PATCH 5/5] lib: s390x: Handle debug prints for SIE exceptions correctly

[GIT PULL 0/1] s390 fixes for 6.1-rc7/8
 2022-11-25  8:54 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-25  8:52 UTC  (21+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v3 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v3 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v3 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v3 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v3 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v3 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH net-next v5 00/10] optimize the parallelism of SMC-R connections
 2022-11-25  6:54 UTC  (20+ messages)
` [PATCH net-next v5 01/10] net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v5 02/10] net/smc: fix application data exception
` [PATCH net-next v5 03/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v5 04/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v5 05/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v5 06/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v5 07/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v5 08/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v5 09/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v5 10/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore

[PATCH net-next] net/smc: Unbind smc control from tcp control
 2022-11-25  6:37 UTC  (12+ messages)

[PATCH] s390/mm: Use pmd_pgtable_page() helper in __gmap_segment_gaddr()
 2022-11-25  3:45 UTC 

stop drivers from passing GFP_COMP to dma_alloc_coherent
 2022-11-24 14:10 UTC  (15+ messages)
` [PATCH 1/7] media: videobuf-dma-contig: use dma_mmap_coherent
` [PATCH 2/7] RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherent
` [PATCH 6/7] ALSA: memalloc: don't pass bogus GFP_ flags to dma_alloc_*

[PATCH v1] KVM: s390: GISA: sort out physical vs virtual pointers usage
 2022-11-24 11:48 UTC  (2+ messages)

[PATCH] KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
 2022-11-24 10:46 UTC  (7+ messages)

[PATCH 0/4] s390/dasd: fix out of bound access and other fixes
 2022-11-23 17:37 UTC  (6+ messages)
` [PATCH 1/4] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
` [PATCH 2/4] s390/dasd: increase printing of debug data payload
` [PATCH 3/4] s390/dasd: fix no record found for raw_track_access
` [PATCH 4/4] s390/dasd: fix possible buffer overflow in copy_pair_show

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-23 14:07 UTC  (4+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH] lockdown: s390: kexec_file: don't skip signature verification when not secure IPLed
 2022-11-23  0:52 UTC  (3+ messages)

[PATCH v1 00/16] vfio/ccw: channel program cleanup
 2022-11-22 16:13 UTC  (20+ messages)
` [PATCH v1 01/16] vfio/ccw: cleanup some of the mdev commentary
` [PATCH v1 02/16] vfio/ccw: simplify the cp_get_orb interface
` [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 v2 00/44] cpuidle,rcu: Clean up the mess
 2022-11-22 16:04 UTC  (5+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

Silikonmischungen
 2022-11-22  9:00 UTC 

[PATCH v2 0/2] s390/vfio-ccw: addressing fixes
 2022-11-21 16:58 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/ccw: sort out physical vs virtual pointers usage
` [PATCH v2 2/2] vfio/ccw: identify CCW data addresses as physical

[PATCH] KVM: s390: remove unused gisa_clear_ipm_gisc() function
 2022-11-21 12:07 UTC  (3+ messages)

[PATCH v2 0/5] iommu/s390: Further improvements
 2022-11-19  9:28 UTC  (2+ messages)

[PATCH AUTOSEL 6.0 11/44] s390/zcrypt: fix warning about field-spanning write
 2022-11-19  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 29/44] s390: always build relocatable kernel

[GIT PULL] s390 updates for 6.1-rc6
 2022-11-18 20:32 UTC  (2+ messages)

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-18 16:42 UTC  (14+ messages)
` [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH v2] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage
 2022-11-18 10:43 UTC  (2+ messages)

[PATCH] zfcp: fix double free of fsf request when qdio send fails
 2022-11-17 18:28 UTC  (2+ messages)

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-17 18:20 UTC  (7+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
      ` [RFC PATCH] s390/uaccess: Limit number of retries for cmpxchg_user_key

[PATCH 5/5] s390/uaccess: add cmpxchg_user_key()
 2022-11-17 18:19 UTC  (3+ messages)
` [PATCH] s390: cmpxchg: Make loop condition for 1,2 byte cases precise

[PATCH v1] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage
 2022-11-17 17:55 UTC  (5+ messages)

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-17 15:16 UTC  (9+ messages)
` [PATCH 38/44] KVM: Disable CPU hotplug during "

[PATCH v2 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2022-11-17  1:55 UTC  (9+ messages)
` [PATCH v2 1/7] s390/ism: Set DMA coherent mask
` [PATCH v2 2/7] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v2 3/7] s390/pci: Use dma-iommu layer
` [PATCH v2 4/7] iommu: Let iommu.strict override ops->def_domain_type
` [PATCH v2 5/7] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v2 6/7] iommu/dma: Enable variable queue size and use larger single queue
` [PATCH v2 7/7] iommu/s390: flush queued IOVAs on RPCIT out of resource indication


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