LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-22 22:32:49 to 2024-01-23 00:16:16 UTC [more...]

[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
 2024-01-23  0:15 UTC 

[PATCH 5.4 000/194] 5.4.268-rc1 review
 2024-01-22 23:55 UTC 

[PATCH] perf test: Fix session topology test on heterogeneous systems
 2024-01-23  0:09 UTC  (3+ messages)

[PATCH v1 0/5] Fixes for 6.8 PR1
 2024-01-23  0:06 UTC  (6+ messages)
` [PATCH v1 1/5] perf list: Switch error message to pr_err
` [PATCH v1 2/5] perf list: Add output file option
` [PATCH v1 3/5] perf test: Workaround debug output in list test
` [PATCH v1 4/5] perf test: Fix script test for python being disabled
` [PATCH v1 5/5] perf test: Make daemon signal test less racy

[PATCH 0/3] x86/bugs: Separate config for mitigations (part 2)
 2024-01-23  0:04 UTC  (3+ messages)
` [PATCH 3/3] x86/bugs: spectre_v2_user default mode depends on main default

[PATCH v6 0/7] VMware hypercalls enhancements
 2024-01-23  0:04 UTC  (5+ messages)
` [PATCH v6 7/7] x86/vmware: Add TDX hypercall support

[PATCH 4.19 000/148] 4.19.306-rc1 review
 2024-01-22 23:55 UTC 

[PATCH v2 0/2] getrusage: use sig->stats_lock
 2024-01-22 23:57 UTC  (3+ messages)
` [PATCH v2 2/2] getrusage: use sig->stats_lock rather than lock_task_sighand()

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

[PATCH v15 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum
 2024-01-22 23:55 UTC  (3+ messages)

[PATCH] genirq: Wake IRQ threads immediately when changing affinity
 2024-01-22 23:53 UTC 

[PATCH] cpufreq/amd-pstate: Fix setting scaling max/min freq values
 2024-01-22 23:52 UTC  (2+ messages)

[PATCH] riscv: remove unneeded #include <asm-generic/export.h>
 2024-01-22 23:52 UTC  (2+ messages)

[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
 2024-01-22 23:50 UTC  (11+ messages)

[PATCH 0/2] btrfs: zoned: kick reclaim earlier on fast zoned devices
 2024-01-22 23:51 UTC  (3+ messages)
` [PATCH 2/2] btrfs: zoned: wake up cleaner sooner if needed

[PATCH v2 00/10] mtd: rawnand: brcmnand: driver and doc updates
 2024-01-22 23:47 UTC  (4+ messages)
` [PATCH v2 01/10] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs

[PATCH] mm/mmap: introduce vma_range_init()
 2024-01-22 23:40 UTC  (3+ messages)

[RFC KERNEL PATCH v4 3/3] PCI/sysfs: Add gsi sysfs for pci_dev
 2024-01-22 23:37 UTC  (2+ messages)

[PATCH] iommu/amd: Mark interrupt as managed
 2024-01-22 23:34 UTC 

[PATCH] tick-sched: fix idle and iowait sleeptime accounting vs CPU hotplug
 2024-01-22 23:33 UTC  (4+ messages)

[PATCH] tick-sched: Preserve number of idle sleeps across CPU hotplug events
 2024-01-22 23:35 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary braces in while loop
 2024-01-22 23:28 UTC  (3+ messages)
  `  "

[GIT PULL] Btrfs fixes for 6.8-rc2
 2024-01-22 23:27 UTC  (6+ messages)

[PATCH rdma-next v1 0/3] RDMA/mana_ib: Introduce three helper functions to clean code
 2024-01-22 23:23 UTC  (4+ messages)
` [PATCH rdma-next v1 1/3] RDMA/mana_ib: introduce mdev_to_gc helper function
` [PATCH rdma-next v1 2/3] RDMA/mana_ib: introduce mana_ib_get_netdev "
` [PATCH rdma-next v1 3/3] RDMA/mana_ib: introduce mana_ib_install_cq_cb "

[BUG] BUG: kernel NULL pointer dereference at ttm_device_init+0xb4
 2024-01-22 23:19 UTC  (3+ messages)

[PATCH] efivarfs: Iterate variables with increasing name buffer sizes
 2024-01-22 23:15 UTC 

[RESEND PATCH V2] mm: page_alloc: unreserve highatomic page blocks before oom
 2024-01-22 23:14 UTC  (6+ messages)

[net-next PATCH v9 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-22 23:14 UTC  (4+ messages)

[PATCH] rust: str: add to_ascii_{upper,lower}case() to CString
 2024-01-22 23:12 UTC  (4+ messages)

[PATCH][next] drm/nouveau/fifo/gk104: remove redundant variable ret
 2024-01-22 23:04 UTC  (3+ messages)

[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-22 23:03 UTC  (5+ messages)
` [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same

[PATCH v2 2/4] modpost: inform compilers that fatal() never returns
 2024-01-22 23:02 UTC  (3+ messages)

[PATCH V2] PCI: Clear errors logged in Secondary Status Register
 2024-01-22 23:00 UTC  (2+ messages)

[PATCH bpf-next v6 0/3] Skip callback tests if jit is disabled in test_verifier
 2024-01-22 22:59 UTC  (3+ messages)
` [PATCH bpf-next v6 2/3] selftests/bpf: Copy insn_is_pseudo_func() into testing_helpers

[RFC PATCH] locking/percpu-rwsem: do not do lock handoff in percpu_up_write
 2024-01-22 22:59 UTC 

[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
 2024-01-22 22:57 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: watchdog: samsung-wdt: deprecate samsung,syscon-phandle
` [PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks
` [PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis
` [PATCH 4/9] arm64: dts: fsd: remove deprecated samsung,syscon-phandle
` [PATCH 5/9] arm64: dts: exynosautov9: "
` [PATCH 6/9] arm64: dts: exynos850: "
` [PATCH 7/9] arm64: dts: exynos7: "
` [PATCH 8/9] ARM: dts: samsung: exynos4: "
` [PATCH 9/9] ARM: dts: exynos5250: "

[PATCH] tracing: add trace_seq_reset function
 2024-01-22 22:57 UTC  (4+ messages)

[PATCH v2 0/2] PCI: Protect VPD and PME accesses from power management
 2024-01-22 22:50 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: Fix runtime PM race with PME polling

[PATCH 0/6] of: populate of_root node if bootloader doesn't
 2024-01-22 22:48 UTC  (4+ messages)
` [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded

[RFC PATCH 0/5] x86: Build the core kernel using PIC codegen
 2024-01-22 22:44 UTC  (4+ messages)
` [RFC PATCH 4/5] x86/head64: Replace pointer fixups with PIE codegen

[PATCH] block/blk-mq: Don't complete locally if capacities are different
 2024-01-22 22:42 UTC 

BUG: kernel NULL pointer dereference, address: 0000000000000008
 2024-01-22 22:39 UTC  (4+ messages)
` BUG [RESEND]: "

[GIT PULL] cpupower update for Linux 6.8-rc2
 2024-01-22 22:35 UTC 

[PATCH v7 0/4] Introduce mseal()
 2024-01-22 22:34 UTC  (4+ messages)

[PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-22 22:32 UTC  (8+ messages)
` [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH v2 07/10] afs: Hide silly-rename files from userspace
` [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock


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).