messages from 2022-11-01 08:21:28 to 2022-11-04 19:45:47 UTC [more...]
[PATCH 00/10] Connect VFIO to IOMMUFD
2022-11-04 19:45 UTC (39+ messages)
` [PATCH 01/10] vfio: Move vfio_device driver open/close code to a function
` [PATCH 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated "
` [PATCH 09/10] vfio: Make vfio_container optionally compiled
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
2022-11-04 19:42 UTC (5+ messages)
` [RFC][PATCH v3 02/33] timers: s390/cmm: Use timer_shutdown_sync() before freeing timer
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-04 16:31 UTC (81+ messages)
` [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
` [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
[PATCH v2] random: do not include <asm/archrandom.h> from random.h
2022-11-04 14:34 UTC (4+ messages)
` [PATCH v3] "
[PATCH v3 0/7] vfio-ccw parent rework
2022-11-04 14:20 UTC (8+ messages)
` [PATCH v3 1/7] vfio/ccw: create a parent struct
` [PATCH v3 2/7] vfio/ccw: remove private->sch
` [PATCH v3 3/7] vfio/ccw: move private initialization to callback
` [PATCH v3 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v3 5/7] vfio/ccw: remove release completion
` [PATCH v3 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [PATCH v3 7/7] vfio: Remove vfio_free_device
[PATCH v2 0/7] vfio-ccw parent rework
2022-11-04 12:27 UTC (21+ messages)
` [PATCH v2 1/7] vfio/ccw: create a parent struct
` [PATCH v2 2/7] vfio/ccw: remove private->sch
` [PATCH v2 3/7] vfio/ccw: move private initialization to callback
` [PATCH v2 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v2 5/7] vfio/ccw: remove release completion
` [PATCH v2 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [PATCH v2 7/7] vfio: Remove vfio_free_device
[PATCH v3 0/2] Fix /proc/cpuinfo cpumask warning
2022-11-03 23:22 UTC (18+ messages)
` [PATCH v3 2/2] x86: "
[PATCH 1/3] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-11-03 23:17 UTC (13+ messages)
` [PATCH 2/3] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH 3/3] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH v2 1/3] s390/ctcm: Fix return type of ctc{mp,}m_tx()
2022-11-03 17:01 UTC (3+ messages)
` [PATCH v2 2/3] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH v2 3/3] s390/lcs: Fix return type of lcs_start_xmit()
[PATCH v3 0/1] KVM: s390: vsie: clarifications on setting the APCB
2022-11-03 15:26 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v8 0/6] iommu/s390: Fixes related to attach and aperture handling
2022-11-03 14:41 UTC (2+ messages)
[PATCH v4 0/1] Fix /proc/cpuinfo cpumask warning
2022-11-03 14:25 UTC (2+ messages)
` [PATCH v4 1/1] x86: cpuinfo: Ensure inputs to cpumask_next are valid
[PATCH] net/smc: Fix possible leaked pernet namespace in smc_init()
2022-11-03 3:50 UTC (5+ messages)
[RFC PATCH v2 0/8] Generic IPI sending tracepoint
2022-11-02 18:33 UTC (9+ messages)
` [RFC PATCH v2 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [RFC PATCH v2 2/8] trace: Add trace_ipi_send_cpumask()
` [RFC PATCH v2 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [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 7/8] smp: reword smp call IPI comment
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI
[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-11-02 14:19 UTC (8+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
` [PATCH 1/5] s390/cmpxchg: use symbolic names for inline assembly operands
` [PATCH 2/5] s390/cmpxchg: make variables local to each case label
` [PATCH 3/5] s390/cmpxchg: remove digits from input constraints
` [PATCH 4/5] s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macro
` [PATCH 5/5] s390/uaccess: add cmpxchg_user_key()
[PATCH net-next v4 00/10] optimize the parallelism of SMC-R connections
2022-11-02 13:55 UTC (4+ messages)
[PATCH 0/5] iommu/s390: Further improvements
2022-11-02 10:51 UTC (5+ messages)
` [PATCH 2/5] iommu/s390: Add I/O TLB ops
[PATCH 26/30] s390/ipl: Use kstrtobool() instead of strtobool()
2022-11-01 21:14 UTC
[PATCH] mm: remove kern_addr_valid() completely
2022-11-01 17:47 UTC (2+ messages)
[PATCH 03/10] vfio: Rename vfio_device_assign/unassign_container()
2022-11-01 14:39 UTC (2+ messages)
[PATCH v1 0/7] vfio-ccw parent rework
2022-11-01 14:05 UTC (10+ messages)
` [PATCH v1 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v1 5/7] vfio/ccw: remove release completion
` [PATCH v1 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [PATCH v1 7/7] vfio: Remove vfio_free_device
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).