All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-26 08:20:15 to 2024-02-26 08:31:55 UTC [more...]

[PATCH v3 0/9] replay: fixes and new test cases
 2024-02-26  8:29 UTC  (5+ messages)
` [PATCH v3 1/9] scripts/replay-dump.py: Update to current rr record format
` [PATCH v3 2/9] scripts/replay-dump.py: rejig decoders in event number order
` [PATCH v3 3/9] tests/avocado: excercise scripts/replay-dump.py in replay tests
` [PATCH v3 5/9] Revert "replay: stop us hanging in rr_wait_io_event"

[PATCH 08/10] btrfs: simplify conditions in btrfs_free_chunk_map()
 2024-02-26  8:31 UTC  (2+ messages)

[PATCH v4] Enable haltpoll for arm64
 2024-02-26  8:30 UTC  (3+ messages)
` [PATCH v4 6/8] cpuidle-haltpoll: ARM64 support

What is the lifetime of an instance of struct cfg80211_chan_def::chan
 2024-02-26  8:31 UTC  (2+ messages)

[PATCH net-next 1/2] net/vsockmon: Leverage core stats allocator
 2024-02-26  8:31 UTC  (4+ messages)
` [PATCH net-next 2/2] net/vsockmon: Do not set zeroed statistics

[PATCH v1] app/test: fix segfault in Tx adapter autotest
 2024-02-26  8:30 UTC 

Corruption while bisecting (was: [PATCH] btrfs: tree-checker: dump the page status if hit something wrong)
 2024-02-26  8:30 UTC  (2+ messages)

[PATCH 0/2] ide, vl: turn -win2k-hack into a property on IDE devices
 2024-02-26  8:29 UTC  (2+ messages)
` [PATCH 1/2] ide: collapse parameters to ide_init_drive

[PATCH v8 00/14] KVM TDX: TDP MMU: large page support
 2024-02-26  8:29 UTC  (15+ messages)
` [PATCH v8 01/14] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v8 02/14] KVM: TDX: Flush cache based on page size before TDX SEAMCALL
` [PATCH v8 03/14] KVM: TDX: Pass KVM page level to tdh_mem_page_aug()
` [PATCH v8 04/14] KVM: TDX: Pass size to reclaim_page()
` [PATCH v8 05/14] KVM: TDX: Update tdx_sept_{set,drop}_private_spte() to support large page
` [PATCH v8 06/14] KVM: MMU: Introduce level info in PFERR code
` [PATCH v8 07/14] KVM: TDX: Pass desired page level in err code for page fault handler
` [PATCH v8 08/14] KVM: x86/tdp_mmu: Allocate private page table for large page split
` [PATCH v8 09/14] KVM: x86/tdp_mmu: Split the large page when zap leaf
` [PATCH v8 10/14] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared
` [PATCH v8 11/14] KVM: x86/tdp_mmu: Try to merge pages into a large page
` [PATCH v8 12/14] KVM: TDX: Implement "
` [PATCH v8 13/14] KVM: x86/mmu: Make kvm fault handler aware of large page of private memslot
` [PATCH v8 14/14] KVM: TDX: Allow 2MB large page for TD GUEST

[PATCH v2 0/3] x86/spec: improve command line parsing
 2024-02-26  8:29 UTC  (3+ messages)
` [PATCH v2 1/3] xen/cmdline: fix printf format specifier in no_config_param()

[PATCH v19 000/130] KVM TDX basic feature support
 2024-02-26  8:27 UTC  (131+ messages)
` [PATCH v19 001/130] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH v19 003/130] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v19 004/130] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH v19 005/130] x86/virt/tdx: Export global metadata read infrastructure
` [PATCH v19 006/130] x86/virt/tdx: Export TDX KeyID information
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow
` [PATCH v19 009/130] KVM: x86: Add gmem hook for determining max NPT mapping level
` [PATCH v19 010/130] KVM: x86: Pass is_private to gmem hook of gmem_max_level
` [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on
` [PATCH v19 012/130] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault
` [PATCH v19 013/130] KVM: x86: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH v19 014/130] KVM: Add KVM vcpu ioctl to pre-populate guest memory
` [PATCH v19 015/130] KVM: Document KVM_MEMORY_MAPPING ioctl
` [PATCH v19 016/130] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v19 017/130] KVM: x86: Implement kvm_arch_{, pre_}vcpu_memory_mapping()
` [PATCH v19 018/130] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v19 019/130] KVM: x86: Add is_vm_type_supported callback
` [PATCH v19 020/130] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v19 021/130] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_init()
` [PATCH v19 022/130] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 024/130] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v19 025/130] KVM: TDX: Make TDX VM type supported
` [PATCH v19 026/130] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v19 027/130] KVM: TDX: Define "
` [PATCH v19 028/130] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v19 029/130] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v19 031/130] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v19 032/130] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH v19 033/130] KVM: TDX: Add helper function to read TDX metadata in array
` [PATCH v19 034/130] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH v19 035/130] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v19 036/130] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 040/130] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v19 041/130] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v19 042/130] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v19 043/130] KVM: TDX: create/free TDX vcpu structure
` [PATCH v19 044/130] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v19 045/130] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v19 046/130] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v19 047/130] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v19 048/130] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v19 049/130] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v19 050/130] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v19 051/130] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v19 052/130] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v19 053/130] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v19 054/130] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v19 055/130] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v19 056/130] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v19 057/130] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v19 058/130] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 060/130] KVM: x86/tdp_mmu: Apply mmu notifier callback to only shared GPA
` [PATCH v19 061/130] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 063/130] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v19 064/130] KVM: x86/mmu: Do not enable page track for TD guest
` [PATCH v19 065/130] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v19 066/130] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v19 067/130] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v19 068/130] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v19 069/130] KVM: TDX: Require TDP MMU and mmio caching for TDX
` [PATCH v19 070/130] KVM: TDX: TDP MMU TDX support
` [PATCH v19 071/130] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v19 072/130] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v19 073/130] KVM: x86: Add hooks in kvm_arch_vcpu_memory_mapping()
` [PATCH v19 074/130] KVM: TDX: Create initial guest memory
` [PATCH v19 075/130] KVM: TDX: Extend memory measurement with "
` [PATCH v19 076/130] KVM: TDX: Finalize VM initialization
` [PATCH v19 077/130] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v19 079/130] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v19 081/130] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v19 082/130] KVM: TDX: restore user ret MSRs
` [PATCH v19 083/130] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
` [PATCH v19 084/130] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v19 085/130] KVM: TDX: Complete interrupts after tdexit
` [PATCH v19 086/130] KVM: TDX: restore debug store when TD exit
` [PATCH v19 087/130] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v19 088/130] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v19 089/130] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v19 090/130] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v19 091/130] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v19 092/130] KVM: TDX: Implement interrupt injection
` [PATCH v19 093/130] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v19 094/130] KVM: TDX: Implement methods to inject NMI
` [PATCH v19 095/130] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v19 096/130] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v19 097/130] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v19 098/130] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v19 099/130] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v19 100/130] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v19 101/130] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v19 102/130] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v19 103/130] KVM: TDX: Handle EXIT_REASON_OTHER_SMI with MSMI
` [PATCH v19 104/130] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v19 105/130] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v19 106/130] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v19 107/130] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v19 108/130] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v19 109/130] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v19 110/130] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v19 111/130] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v19 112/130] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v19 113/130] KVM: TDX: Handle MSR MTRRCap and MTRRDefType access
` [PATCH v19 114/130] KVM: TDX: Handle MSR IA32_FEAT_CTL MSR and IA32_MCG_EXT_CTL
` [PATCH v19 115/130] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v19 116/130] KVM: TDX: Silently discard SMI request
` [PATCH v19 117/130] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v19 118/130] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v19 119/130] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v19 120/130] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v19 121/130] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v19 122/130] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v19 123/130] KVM: TDX: Ignore setting up mce
` [PATCH v19 124/130] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v19 125/130] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v19 126/130] KVM: TDX: Inhibit APICv for TDX guest
` [PATCH v19 127/130] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v19 128/130] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v19 129/130] RFC: KVM: x86: Add x86 callback to check cpuid
` [PATCH v19 130/130] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2

[PATCH net 0/3] net: lan743x: Fixes for multiple WOL related issues
 2024-02-26  8:28 UTC  (5+ messages)
` [PATCH net 1/3] net: lan743x: disable WOL upon resume to restore full data path operation
` [PATCH net 2/3] net: lan743x: support WOL in MAC even when PHY does not

[PATCH v9] cdx: add MSI support for CDX bus
 2024-02-26  8:28 UTC 

[PATCH] btrfs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26  8:28 UTC  (3+ messages)

[PATCH v2 0/6] Simplify initialization of PC machines
 2024-02-26  8:27 UTC  (5+ messages)
` [PATCH v2 1/6] hw/i386/x86: Let ioapic_init_gsi() take parent as pointer
` [PATCH v2 2/6] hw/i386/pc: Rename "bus" attribute to "pcibus"

RTT-PROBE: lore-subspace-rtt
 2024-02-26  8:28 UTC 

[PATCH] tests/unit/test-util-sockets: Remove temporary file after test
 2024-02-26  8:27 UTC 

[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
 2024-02-26  8:27 UTC  (9+ messages)
        ` [Lsf-pc] "

[PATCH] time: Use div64_long() instead of do_div()
 2024-02-26  8:27 UTC  (3+ messages)

[PATCH v3] drm/lcdif: Do not disable clocks on already suspended hardware
 2024-02-26  8:26 UTC  (2+ messages)

[PATCH v2 0/5] memory: stm32-fmc2-ebi: Add MP25 FMC2 support
 2024-02-26  8:26 UTC  (7+ messages)
` [PATCH v2 2/5] memory: stm32-fmc2-ebi: check regmap_read return value
` [PATCH v2 3/5] memory: stm32-fmc2-ebi: add MP25 support

Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
 2024-02-26  8:26 UTC  (6+ messages)

[PATCH v2 0/2] Fixes for omapdrm console
 2024-02-26  8:26 UTC  (3+ messages)

[PATCH] xen/common: Do not allocate magic pages 1:1 for direct mapped domains
 2024-02-26  8:25 UTC  (2+ messages)

[PATCH v5 0/5] Add support for LTC6373
 2024-02-26  8:25 UTC  (5+ messages)
` [PATCH v5 5/5] iio: amplifiers: hmc425a: add support for LTC6373 Instrumentation Amplifier

[RFC PATCH] sched/eevdf: Return leftmost entity in pick_eevdf() if no eligible entity is found
 2024-02-26  8:23 UTC 

[PATCH v3 1/4] pwm: imx27: fix race condition .apply,.get_state
 2024-02-26  8:24 UTC  (4+ messages)
` [PATCH v4 1/2] "

[PATCH v2] drm/tegra: Remove existing framebuffer only if we support display
 2024-02-26  8:24 UTC  (2+ messages)

[PATCH RESEND] serial: pl01x: set baudrate when probing
 2024-02-26  8:23 UTC  (2+ messages)

[PATCH] nvme: authentication error are always non-retryable
 2024-02-26  8:23 UTC  (5+ messages)
      `  "

[XEN PATCH 0/2] address some violations of MISRA C Rule 17.7
 2024-02-26  8:23 UTC  (5+ messages)
` [XEN PATCH 1/2] xen/console: drop return value from consoled_guest_rx/tx

[PATCH 1/2] hw/xen: detect when running inside stubdomain
 2024-02-26  8:23 UTC  (2+ messages)

[PATCH v3 0/3] hw/ide: Make "ide_internal.h" really internal
 2024-02-26  8:23 UTC  (3+ messages)
` [PATCH v3 3/3] hw/ide: Include 'ide_internal.h' from current path

[meta-oe][PATCH] mariadb: Upgrade to 10.11.7
 2024-02-26  8:23 UTC  (3+ messages)
` [oe] "

[PATCH v2 0/7] target/i386: Fix physical address masking bugs
 2024-02-26  8:36 UTC  (3+ messages)
` [PATCH v2 4/7] target/i386: use separate MMU indexes for 32-bit accesses

[PATCH] usb: dwc3-generic: Fix build errors when USB_DWC3_GADGET is disabled
 2024-02-26  8:22 UTC  (6+ messages)

[PATCH 0/3] panel-simple: add support for Crystal Clear CMT430B19N00
 2024-02-26  8:22 UTC  (3+ messages)
` [PATCH 3/3] drm/panel: simple: add CMT430B19N00 LCD panel support

[PATCH] drm/mediatek: Add MT8188 Overlay Driver Data
 2024-02-26  8:21 UTC  (3+ messages)

CR position changed in exported patch file subject section
 2024-02-26  8:21 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark
 2024-02-26  8:20 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers

[PATCH v2] filemap: avoid unnecessary major faults in filemap_fault()
 2024-02-26  8:20 UTC  (7+ messages)

[mhiramat:topic/fprobe-on-fgraph 31/35] include/linux/ftrace.h:261:1: warning: 'ftrace_regs_get_return_address' declared 'static' but never defined
 2024-02-26  8:18 UTC 


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.