messages from 2022-11-26 09:04:03 to 2022-12-07 13:18:52 UTC [more...]
[PATCH v2 0/7] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2022-12-07 13:18 UTC (31+ 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
[PATCH net v2] s390/qeth: fix use-after-free in hsci
2022-12-07 10:53 UTC
[PATCH net] s390/qeth: fix use-after-free in hsci
2022-12-07 8:36 UTC (2+ messages)
[PATCH 0/1] crash in tty layer when specifying invalid console=ttyX
2022-12-07 7:52 UTC (2+ messages)
` [PATCH 1/1] tty: fix out-of-bounds access in tty_driver_lookup_tty()
[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2022-12-06 14:47 UTC (27+ messages)
` [PATCH mm-unstable RFC 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable RFC 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 03/26] arc/mm: "
` [PATCH mm-unstable RFC 04/26] arm/mm: "
` [PATCH mm-unstable RFC 05/26] csky/mm: "
` [PATCH mm-unstable RFC 06/26] hexagon/mm: "
` [PATCH mm-unstable RFC 07/26] ia64/mm: "
` [PATCH mm-unstable RFC 08/26] loongarch/mm: "
` [PATCH mm-unstable RFC 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable RFC 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 11/26] microblaze/mm: "
` [PATCH mm-unstable RFC 12/26] mips/mm: "
` [PATCH mm-unstable RFC 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable RFC 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 15/26] openrisc/mm: "
` [PATCH mm-unstable RFC 16/26] parisc/mm: "
` [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable RFC 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 19/26] riscv/mm: "
` [PATCH mm-unstable RFC 20/26] sh/mm: "
` [PATCH mm-unstable RFC 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable RFC 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable RFC 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable RFC 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
2022-12-05 21:12 UTC (73+ 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 net-next] s390/qeth: use sysfs_emit() to instead of scnprintf()
2022-12-05 11:50 UTC (3+ messages)
[[iommufd] PATCH v3 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-12-05 2:07 UTC (5+ messages)
` [[iommufd] PATCH v3 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()
` [[iommufd] PATCH v3 2/2] iommufd PATCH v2 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable
[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
2022-12-04 16:58 UTC (7+ messages)
[PATCH 0/5] mm: Stop alaising VM_FAULT_HINDEX_MASK in arch code
2022-12-03 3:03 UTC (6+ messages)
` [PATCH 1/5] mm: Add a leading 0 to the VM_FAULT_* types
` [PATCH 2/5] mm: Add VM_FAULT_ARCH_* codes
` [PATCH 3/5] arm: fault: Convert to "
` [PATCH 4/5] s390: "
` [PATCH 5/5] RISC-V: "
[PATCH v3 0/8] Generic IPI sending tracepoint
2022-12-02 15:58 UTC (9+ messages)
` [PATCH v3 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [PATCH v3 2/8] trace: Add trace_ipi_send_cpumask()
` [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v3 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v3 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v3 7/8] smp: reword smp call IPI comment
` [PATCH v3 8/8] sched, smp: Trace smp callback causing an IPI
[PATCH net] net/smc: Fix expected buffersizes and sync logic
2022-12-02 13:10 UTC (13+ messages)
[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-12-02 9:00 UTC (10+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 4/9] KVM: s390: selftest: memop: Replace macros by functions
[[RESEND] iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-12-01 7:51 UTC (8+ 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 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 (5+ messages)
` [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 (6+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
[GIT PULL 0/1] s390 fixes for 6.1-rc7/8
2022-11-29 15:14 UTC (2+ messages)
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-next v5 00/10] optimize the parallelism of SMC-R connections
2022-11-28 11:46 UTC (9+ messages)
[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 (6+ messages)
` [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
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