All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-07 18:53:59 to 2022-08-07 22:13:44 UTC [more...]

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-07 22:02 UTC  (96+ messages)
` [PATCH v8 001/103] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v8 002/103] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization
` [PATCH v8 004/103] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v8 005/103] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v8 006/103] KVM: Enable hardware before doing arch VM initialization
` [PATCH v8 007/103] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v8 008/103] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v8 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v8 010/103] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v8 011/103] KVM: TDX: Make TDX VM type supported
` [PATCH v8 012/103] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v8 013/103] KVM: TDX: Define "
` [PATCH v8 014/103] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v8 015/103] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v8 016/103] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v8 017/103] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v8 019/103] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v8 020/103] KVM: TDX: create/destroy VM structure
` [PATCH v8 021/103] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v8 022/103] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v8 023/103] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v8 024/103] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v8 025/103] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v8 026/103] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v8 027/103] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v8 028/103] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v8 029/103] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v8 030/103] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v8 031/103] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v8 032/103] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v8 033/103] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v8 034/103] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v8 035/103] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v8 036/103] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v8 037/103] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v8 038/103] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v8 039/103] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v8 040/103] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v8 041/103] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v8 042/103] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v8 043/103] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v8 044/103] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v8 045/103] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v8 046/103] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v8 047/103] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v8 048/103] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v8 049/103] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v8 050/103] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v8 051/103] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v8 052/103] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v8 053/103] KVM: TDX: TDP MMU TDX support
` [PATCH v8 054/103] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [PATCH v8 055/103] KVM: Add functions to track whether GFN is private or shared
` [PATCH v8 056/103] KVM: x86/mmu: Let vcpu re-try when faulting page type conflict
` [PATCH v8 057/103] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v8 058/103] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [PATCH v8 059/103] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v8 060/103] KVM: TDX: Create initial guest memory
` [PATCH v8 061/103] KVM: TDX: Finalize VM initialization
` [PATCH v8 062/103] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v8 063/103] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v8 064/103] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v8 065/103] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v8 066/103] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v8 067/103] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v8 068/103] KVM: TDX: restore user ret MSRs
` [PATCH v8 069/103] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v8 070/103] KVM: TDX: complete interrupts after tdexit
` [PATCH v8 071/103] KVM: TDX: restore debug store when TD exit
` [PATCH v8 072/103] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v8 073/103] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v8 074/103] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v8 075/103] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v8 076/103] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v8 077/103] KVM: TDX: Implement interrupt injection
` [PATCH v8 078/103] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v8 079/103] KVM: TDX: Implement methods to inject NMI
` [PATCH v8 080/103] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v8 081/103] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v8 082/103] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v8 083/103] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v8 084/103] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v8 085/103] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v8 086/103] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v8 087/103] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v8 088/103] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v8 089/103] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v8 090/103] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v8 091/103] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v8 092/103] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v8 093/103] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v8 095/103] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v8 096/103] KVM: TDX: Handle TDX PV report fatal error hypercall

RTT-PROBE: lore-subspace-rtt
 2022-08-07 22:10 UTC 

[PATCH v2] kernel/sys_ni: add compat entry for fadvise64_64
 2022-08-07 22:09 UTC 

drivers/soc/ux500/ux500-soc-id.c:179:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-08-07 22:10 UTC 

[Buildroot] OpenCV modules headers not in the SDK
 2022-08-07 22:08 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/crda: bump to version 4.15
 2022-08-07 22:05 UTC 

[PATCH] Bluetooth: hci_event: Fix vendor (unknown) opcode status handling
 2022-08-07 21:59 UTC  (2+ messages)
`  "

RTT-PROBE: lore-subspace-rtt
 2022-08-07 22:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 21:50 UTC 

[intel-lts:5.10/dovetail-xenomai 14/207] drivers/clocksource/mmio.c: linux/slab.h is included more than once
 2022-08-07 21:49 UTC 

[Buildroot] [PATCH v2,1/2] package/ocrad: fix license
 2022-08-07 21:46 UTC  (2+ messages)
` [Buildroot] [PATCH v2,2/2] package/ocrad: bump to version 0.28

Controlling device power management from terminal
 2022-08-07 21:44 UTC  (7+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-07 21:40 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 21:30 UTC 

[Buildroot] [PATCH 1/1] package/libgudev: bump to version 237
 2022-08-07 21:29 UTC 

[PATCH] mtd: rawnand: orion: Use devm_clk_get_optional()
 2022-08-07 21:20 UTC  (2+ messages)

[PATCH v2] binutils: Upgrade to 2.39 release
 2022-08-07 21:20 UTC  (5+ messages)
` [OE-core] "

RTT-PROBE: lore-subspace-rtt
 2022-08-07 21:20 UTC 

[Buildroot] [PATCH 1/1] package/waffle: fix build without C++
 2022-08-07 21:15 UTC 

帐户验证!
 2022-08-07 21:14 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 21:10 UTC 

kernel/trace/pid_list.c:134:22: warning: use of uninitialized value '<unknown>' [CWE-457]
 2022-08-07 21:09 UTC 

[Buildroot] [PATCH] configs/kontron_bl_imx8mm_defconfig: fix build failure with u-boot 2022.04
 2022-08-07 21:03 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 21:00 UTC 

[PATCH v1 1/1] mmc: sdhci-of-dwcmshc: add ACPI match data for BlueField-3 SoC
 2022-08-07 20:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] soc/tegra: pmc: Use devm_clk_get_optional()
 2022-08-07 20:55 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 20:50 UTC 

[linux-lvm] Creating/restoring snapshots in early userspace
 2022-08-07 20:38 UTC 

[GIT PULL] Hyper-V next patches
 2022-08-07 20:44 UTC 

[PATCH v3] Grow: Split Grow_reshape into helper function
 2022-08-07 20:41 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-07 20:40 UTC 

[RFC v2] non-temporal memcpy
 2022-08-07 20:40 UTC  (15+ messages)

arch/arm/mach-at91/pm.c:598:30: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-08-07 20:38 UTC 

[PATCH mdadm v2 00/14] Bug fixes and testing improvments
 2022-08-07 20:35 UTC  (2+ messages)

"ACPI: video: Drop X86 dependency from Kconfig" is causing config issues elsewhere
 2022-08-07 20:34 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 20:30 UTC 

[chao:feature/dax 8/10] fs/f2fs/file.c:1107:10: error: call to undeclared function 'dax_layout_busy_page'; ISO C99 and later do not support implicit function declarations
 2022-08-07 20:28 UTC 

[PATCH] ASoC: Intel: kbl_rt5663_rt5514_max98927: Simplify clk_get() usage
 2022-08-07 20:27 UTC  (2+ messages)

[PATCH 0/3] dma-buf: map-info support
 2022-08-07 20:25 UTC  (13+ messages)
` [PATCH 1/3] dma-buf: Add ioctl to query mmap info
  ` [Linaro-mm-sig] "
  ` [Freedreno] "

RTT-PROBE: lore-subspace-rtt
 2022-08-07 20:20 UTC 

[PATCH] ASoC: Intel: kbl_rt5663_max98927: Simplify clk_get() usage
 2022-08-07 20:18 UTC  (2+ messages)

[PATCH 1/2] DELEG6: Return delegations so clean_diff() works
 2022-08-07 20:18 UTC  (3+ messages)
` [PATCH 2/2] DELEG21: "

[PATCH] net: skb content must be visible for lockless skb_peek() and its variations
 2022-08-07 20:17 UTC  (6+ messages)

[PATCH v4 for 7.2 00/22] virtio-gpio and various virtio cleanups
 2022-08-07 20:13 UTC  (4+ messages)
` [PATCH v4 11/22] hw/virtio: move vhd->started check into helper and add FIXME
    ` [Virtio-fs] "

[GIT PULL] MM updates for 5.20-rc1
 2022-08-07 20:11 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-07 20:10 UTC 

What is the right thing to do if a patch got ignored?
 2022-08-07 20:05 UTC 

[ovmf test] 172279: regressions - FAIL
 2022-08-07 20:06 UTC 

[RFC PATCH 0/5] Print CPU at segfault time
 2022-08-07 20:02 UTC  (8+ messages)
` [RFC PATCH 5/5] x86/entry: Store CPU info on exception entry

RTT-PROBE: lore-subspace-rtt
 2022-08-07 20:00 UTC 

[PATCH] cmd: ubifs: Do not show usage when command fails
 2022-08-07 19:58 UTC 

[chao:feature/dax 5/10] fs/f2fs/data.c:4269:9: error: call to undeclared function 'dax_writeback_mapping_range'; ISO C99 and later do not support implicit function declarations
 2022-08-07 19:58 UTC 

drivers/net/hamradio/baycom_epp.c:304:2: warning: Call to function 'sprintf' is insecure as it does not provide bounding of the memory buffer or security checks introduced in the C11 standard. Replace with analogous functions that support length arguments
 2022-08-07 19:58 UTC 

[git pull] device mapper changes for 6.0
 2022-08-07 19:53 UTC  (9+ messages)
` [git pull] Additional "
            ` [dm-devel] "

RTT-PROBE: lore-subspace-rtt
 2022-08-07 19:50 UTC 

[chao:feature/dax 1/10] fs/f2fs/super.c:1635:9: error: implicit declaration of function 'fs_put_dax'
 2022-08-07 19:47 UTC 

[chao:feature/dax 1/10] fs/f2fs/super.c:1635:9: error: implicit declaration of function 'fs_put_dax'
 2022-08-07 19:47 UTC 

[PATCH 26/28] mfd: stmpe: Remove #ifdef guards for PM related functions
 2022-08-07 19:47 UTC 

[PATCH] riscv: compat: make __ARCH_WANT_COMPAT_FADVISE64_64 conditional
 2022-08-07 19:40 UTC  (3+ messages)

[PATCH] asm-generic: unistd.h: make 'compat_sys_fadvise64_64' conditional
 2022-08-07 19:44 UTC  (3+ messages)

[qemu-mainline test] 172272: regressions - FAIL
 2022-08-07 19:43 UTC 

[PATCH BlueZ] client: Fix uninitialized read in attribute handle
 2022-08-07 19:43 UTC  (2+ messages)
` [BlueZ] "

RTT-PROBE: lore-subspace-rtt
 2022-08-07 19:40 UTC 

[chao:feature/dax 3/10] fs/f2fs/gc.c:1512:15: error: implicit declaration of function 'bdev_dax_pgoff'
 2022-08-07 19:37 UTC 

[PATCH] cracklib: Drop using register keyword
 2022-08-07 19:37 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 19:30 UTC 

[PATCH] misc: atsha204a: Don't check for error when waking up the device
 2022-08-07 19:30 UTC  (2+ messages)

[chao:feature/dax 4/10] fs/f2fs/file.c:585:7: error: call to undeclared function 'daxdev_mapping_supported'; ISO C99 and later do not support implicit function declarations
 2022-08-07 19:27 UTC 

[PATCH] ubifs: Allow to silence debug dumps
 2022-08-07 19:27 UTC 

[PATCH v3] gpio: realtek-otto: switch to 32-bit I/O
 2022-08-07 19:21 UTC 

Custom QA Checks
 2022-08-07 19:21 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 19:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 19:10 UTC 

[PATCH 0/5] PM: Introduce EXPORT_NS_GPL_DEV_PM_OPS() and use cases in IIO
 2022-08-07 19:20 UTC  (6+ messages)
` [PATCH 1/5] PM: core: Add EXPORT_NS_GPL_DEV_PM_OPS to avoid drivers rolling own
` [PATCH 2/5] iio: accel: fxls8962af: Use new EXPORT_NS_GPL_DEV_PM_OPS()
` [PATCH 3/5] iio: gyro: fxas210002c: Move exports to IIO_FXAS210002C namespace
` [PATCH 4/5] iio: imu: inv_icm42600: Move exports to IIO_ICM42600 namespace
` [PATCH 5/5] iio: imu: inv_mpu: Move exports to IIO_MPU6050 namespace

[PATCH] hwconfig: Allow to use restricted env
 2022-08-07 19:06 UTC 

[PATCH] distroboot: ubifs: Add support for specifying UBI header offset
 2022-08-07 19:04 UTC 

Mutual Investment Proposal
 2022-08-07 19:04 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-07 19:00 UTC 

include/linux/compiler_types.h:319:45: error: call to '__compiletime_assert_241' declared with attribute error: BUILD_BUG_ON failed: FIX_KMAP_SLOTS > PTRS_PER_PTE
 2022-08-07 18:56 UTC 

[PATCH] iio: adc: rzg2l: Use RUNTIME_PM_OPS() instead of SET_*
 2022-08-07 19:07 UTC 

[chao:feature/dax 2/10] fs/f2fs/gc.c:1578:30: error: no member named 'i_dax_task' in 'struct f2fs_inode_info'
 2022-08-07 18:56 UTC 

[PATCH 0/2] iio: Convert some drivers from deprecated UNIVERSAL_DEV_PM_OPS()
 2022-08-07 19:04 UTC  (3+ messages)
` [PATCH 1/2] iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS()
` [PATCH 2/2] iio: temp: mlx90632: Switch form UNVIVERSAL "


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.