messages from 2022-11-23 09:09:48 to 2022-12-01 07:22:44 UTC [more...]
[[RESEND] iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-12-01 7:21 UTC (7+ messages)
` [[RESEND] iommufd PATCH v2 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()
` [[RESEND] iommufd PATCH v2 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable
[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
2022-12-01 5:21 UTC (52+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-12-01 1:34 UTC (6+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
[kvm-unit-tests PATCH 0/5] s390x: Snippet fixes
2022-11-30 14:46 UTC (19+ 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
[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
2022-11-30 2:57 UTC (8+ 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 v2 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2022-11-30 1:28 UTC (22+ messages)
` [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 7/7] iommu/s390: flush queued IOVAs on RPCIT out of resource indication
[GIT PULL 0/1] s390 fixes for 6.1-rc7/8
2022-11-29 15:14 UTC (3+ messages)
` [GIT PULL 1/1] KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
stop drivers from passing GFP_COMP to dma_alloc_coherent
2022-11-29 14:00 UTC (4+ messages)
` [PATCH 1/7] media: videobuf-dma-contig: use dma_mmap_coherent
[iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-11-29 11:01 UTC (4+ messages)
` [iommufd PATCH v2 1/2] i915/gvt: Move gvt mapping cache initialization to vGPU creation
` [iommufd PATCH v2 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable
[PATCH net] net/smc: Fix expected buffersizes and sync logic
2022-11-28 12:24 UTC (12+ messages)
[PATCH net-next v5 00/10] optimize the parallelism of SMC-R connections
2022-11-28 11:46 UTC (22+ 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] s390/mm: Use pmd_pgtable_page() helper in __gmap_segment_gaddr()
2022-11-28 8:18 UTC (6+ messages)
[PATCH net-next v6 0/7] optimize the parallelism of SMC-R connections
2022-11-26 9:03 UTC (8+ 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 4/7] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [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-next v6 7/7] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
[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 v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-11-25 8:52 UTC (5+ messages)
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
[PATCH net-next] net/smc: Unbind smc control from tcp control
2022-11-25 6:37 UTC (12+ messages)
[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
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