All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-02 23:18:59 to 2022-11-02 23:40:14 UTC [more...]

[RFC PATCH v3 00/15] zero-copy RX for io_uring
 2022-11-02 23:32 UTC  (2+ messages)
` [RFC PATCH v3 01/15] io_uring: add zctap ifq definition

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-02 23:19 UTC  (166+ 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 0/4] hyper-v: Introduce TSC page for root partition
 2022-11-02 23:30 UTC  (3+ messages)
` [PATCH v2 2/4] drivers/clocksource/hyper-v: Introduce TSC PFN getter

[Intel-gfx] [PATCH] drm/i915/selftests: Reduce oversaturation of request smoketesting
 2022-11-02 23:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v8 0/7] dirty_log_perf_test vCPU pinning
 2022-11-02 23:27 UTC  (7+ messages)
` [PATCH v8 2/7] KVM: selftests: Put command line options in alphabetical order in dirty_log_perf_test
` [PATCH v8 3/7] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v8 4/7] KVM: selftests: Use SZ_1G from sizes.h in max_guest_memory_test.c
` [PATCH v8 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
` [PATCH v8 6/7] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v8 7/7] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[PATCH v3 00/12] drm/msm: Add SC8280XP support
 2022-11-02 23:36 UTC  (5+ messages)
` [PATCH v3 02/12] drm/msm/dpu: Introduce SC8280XP
` [PATCH v3 04/12] drm/msm/dp: Stop using DP id as index in desc

[PATCH v6 00/21] Drivers for gunyah hypervisor
 2022-11-02 23:23 UTC  (13+ messages)
` [PATCH v6 02/21] dt-bindings: Add binding "

[PATCH] staging: r8188eu: change return type of rtw_set_802_11_disassociate to void
 2022-11-02 23:36 UTC 

[PATCH 1/4] counter: Adjust final parameter type in function and signal callbacks
 2022-11-02 23:22 UTC  (5+ messages)

[PATCH v2] clk: qcom: gdsc: Remove direct runtime PM calls
 2022-11-02 23:26 UTC  (2+ messages)

[PATCH v2 0/2] drm/msm: Improved hang detection
 2022-11-02 23:26 UTC  (4+ messages)
` [PATCH v2 2/2] drm/msm: Hangcheck progress detection

[PATCH] Run docker probe only if docker or podman are available
 2022-11-02 23:30 UTC  (2+ messages)

[PATCH v9 0/4] randomize memory access of dirty_log_perf_test
 2022-11-02 23:22 UTC  (3+ messages)
` [PATCH v9 1/4] KVM: selftests: implement random number generator for guest code

[PATCH v1] crypto/qat: fix reallocate OpenSSL version check
 2022-11-02 23:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/3] arm: omap2: n8x0: stop instantiating codec platform data
 2022-11-02 23:20 UTC  (4+ messages)
` [PATCH 2/3] ASoC: tlv320aic3x: remove support for "
` [PATCH 3/3] ASoC: tlv320aic3x: switch to using gpiod API

[asahilinux:bits/200-dcp 1/49] drivers/gpu/drm/apple/parser.c:172:5: warning: no previous prototype for function 'iterator_begin'
 2022-11-02 23:29 UTC 

[PATCH 1/2] PCI: pciehp: Add support for OS-First Hotplug and AER/DPC
 2022-11-02 23:21 UTC  (2+ messages)

[dpdk-dev v1] crypto/ipsec_mb: handle mp request register error
 2022-11-02 23:25 UTC 

New CVE entries this week
 2022-11-02 23:20 UTC 

INFO: task hung in fscrypt_ioctl_set_policy
 2022-11-02 23:19 UTC  (6+ messages)
  ` [f2fs-dev] f2fs_empty_dir() can be extremely slow on malicious disk images


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.