LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-07 14:53:20 to 2022-08-07 22:13:43 UTC [more...]

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-07 22:02 UTC  (84+ 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 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 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 089/103] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL

[PATCH] mtd: rawnand: orion: Use devm_clk_get_optional()
 2022-08-07 21:20 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 

[GIT PULL] Hyper-V next patches
 2022-08-07 20:44 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 

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

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

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

[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

[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 

[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] asm-generic: unistd.h: make 'compat_sys_fadvise64_64' conditional
 2022-08-07 19:44 UTC  (2+ messages)

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

[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 

[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 v3] gpio: realtek-otto: switch to 32-bit I/O
 2022-08-07 19:21 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 

[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 

[asahilinux:bits/120-spmi 1/4] drivers/spmi/spmi-apple-controller.c:81 spmi_read_cmd() warn: inconsistent indenting
 2022-08-07 18:46 UTC 

[PATCH] ARM: dts: ls1021a: Use generic node name for DMA
 2022-08-07 18:36 UTC 

[PATCH 0/5] staging: r8188eu: remove os_dep/recv_linux.c
 2022-08-07 18:15 UTC  (6+ messages)
` [PATCH 1/5] staging: r8188eu: merge rtw_os_recvbuf_resource_free() into rtw_recv.c
` [PATCH 2/5] staging: r8188eu: merge rtw_os_recvbuf_resource_alloc() "
` [PATCH 3/5] staging: r8188eu: make rtw_handle_tkip_mic_err() static
` [PATCH 4/5] staging: r8188eu: make rtw_recv_indicatepkt() static
` [PATCH 5/5] staging: r8188eu: make rtw_init_recv_timer() static

[PATCH 00/28] mfd: Remove #ifdef guards for PM functions
 2022-08-07 18:15 UTC  (36+ messages)
` [PATCH 01/28] mfd: 88pm80x: Remove #ifdef guards for PM related functions
` [PATCH 02/28] mfd: aat2870: "
` [PATCH 03/28] mfd: adp5520: "
` [PATCH 04/28] mfd: max8925-i2c: "
` [PATCH 05/28] mfd: mt6397-irq: "
` [PATCH 06/28] mfd: pcf50633: "
` [PATCH 07/28] mfd: rc5t583-irq: "
` [PATCH 08/28] mfd: stpmic1: "
` [PATCH 09/28] mfd: ucb1x00: "
` [PATCH 10/28] mfd: 88pm860x: "
` [PATCH 11/28] mfd: intel_soc_pmic: "
` [PATCH 12/28] mfd: mcp-sa11x0: "
` [PATCH 13/28] mfd: sec: "
` [PATCH 14/28] mfd: sm501: "
` [PATCH 15/28] mfd: tc6387xb: "
` [PATCH 16/28] mfd: tps6586x: "
` [PATCH 17/28] mfd: wm8994: "
` [PATCH 18/28] mfd: max77620: "
` [PATCH 19/28] mfd: t7l66xb: "
` [PATCH 20/28] mfd: arizona: "
` [PATCH 21/28] mfd: max14577: "
` [PATCH 22/28] mfd: max77686: "
` [PATCH 23/28] mfd: motorola-cpcap: "
` [PATCH 24/28] mfd: sprd-sc27xx: "
` [PATCH 25/28] mfd: stmfx: "
` [PATCH 26/28] mfd: stmpe: "
` [PATCH 27/28] mfd: tc3589x: "
` [PATCH 28/28] mfd: tc6393xb: "

[chao:feature/dax 1/10] fs/f2fs/super.c:1635:2: error: call to undeclared function 'fs_put_dax'; ISO C99 and later do not support implicit function declarations
 2022-08-07 18:15 UTC 

[PATCH v2 0/6] staging: vt6655: Create two base functions for four macros
 2022-08-07 18:13 UTC  (7+ messages)
` [PATCH v2 1/6] staging: vt6655: Convert macro MACvEnableProtectMD to function
` [PATCH v2 2/6] staging: vt6655: Create one function for two macros
` [PATCH v2 3/6] staging: vt6655: Rename function MACvEnableProtectMD
` [PATCH v2 4/6] staging: vt6655: Convert macro MACvDisableProtectMD
` [PATCH v2 5/6] staging: vt6655: Convert macro MACvEnableBarkerPreambleMd
` [PATCH v2 6/6] staging: vt6655: Convert macro MACvDisableBarkerPreambleMd

[chao:feature/dax 1/10] fs/f2fs/super.c:4037:23: warning: assignment to 'struct dax_device *' from 'int' makes pointer from integer without a cast
 2022-08-07 18:05 UTC 

[GIT PULL] fbdev updates & fixes for v5.20-rc1
 2022-08-07 17:57 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2022-08-07 17:57 UTC  (2+ messages)

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

mainline build failure for x86_64 allmodconfig with clang
 2022-08-07 17:55 UTC  (10+ messages)

[rmk-arm:sa1100 15/51] arch/arm/mach-pxa/mainstone.c:576:30: error: no member named 'gpio_power' in 'struct pxamci_platform_data'
 2022-08-07 17:44 UTC 

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-08-07 17:33 UTC  (4+ messages)
` [PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()

[PATCH] drm/msm: Add fault-injection support
 2022-08-07 17:28 UTC 

[PATCH 1/2] ASoC: Intel: Skylake: fix error message of NHLT blob selection
 2022-08-07 17:26 UTC  (4+ messages)
` [PATCH 2/2] ASoC: Intel: Skylake: try to get NHLT blob with PCM params as fallback

Linux 5.19
 2022-08-07 17:21 UTC  (3+ messages)
` Please consider Linux 5.20 because it means "I love Linux" in Chinese (Re: Linux 5.19)

[PATCH v2] drm/gem: Fix GEM handle release errors
 2022-08-07 16:52 UTC  (2+ messages)

[GIT PULL] hwmon updates for v5.20
 2022-08-07 16:45 UTC  (3+ messages)

[PATCH] scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
 2022-08-07 16:41 UTC  (2+ messages)

[PATCH v2 1/2] drm/msm: Move hangcheck timer restart
 2022-08-07 16:09 UTC  (2+ messages)
` [PATCH v2 2/2] drm/msm/rd: Fix FIFO-full deadlock

[PATCH v2] dt-binding: ipmi: add fallback to npcm845 compatible
 2022-08-07 16:05 UTC  (6+ messages)

[PATCH] perf scripting python: Delete repeated word in comments
 2022-08-07 16:02 UTC 

[PATCH 1/3] input: add event codes for user programmable switch events
 2022-08-07 16:01 UTC  (3+ messages)

[PATCH v2] mtd: spi-nor: siliconkaiser: add support for sk25lp128
 2022-08-07 16:01 UTC  (4+ messages)

[PATCH] perf tools: Fix typo in comments
 2022-08-07 15:55 UTC 

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-08-07 15:48 UTC  (11+ messages)
` [PATCH v2 01/13] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths
` [PATCH v2 03/13] firmware: google: Test spinlock on panic path to avoid lockups
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering
` [PATCH v2 08/13] tracing: Improve panic/die notifiers
` [PATCH v2 10/13] EDAC/altera: Skip the panic notifier if kdump is loaded

[PATCH v2] mm: add DEVICE_ZONE to FOR_ALL_ZONES
 2022-08-07 15:44 UTC 

[PATCH] mm: add DEVICE_ZONE to FOR_ALL_ZONES
 2022-08-07 15:33 UTC  (3+ messages)

[PATCH] i2c: qcom-geni: Fix GPI DMA buffer sync-back
 2022-08-07 15:31 UTC  (2+ messages)

[PATCH 1/2] watchdog: enable watchdog only when watchdog_thresh != 0
 2022-08-07 15:17 UTC 

[PATCH 2/2] watchdog: don't enable watchdog if user disabled it
 2022-08-07 15:18 UTC 

[PATCH 1/3] proc: Add get_task_cmdline_kernel() function
 2022-08-07 15:11 UTC  (3+ messages)

[PATCH v0] media: dvbdev: adopts refcnt to avoid UAF
 2022-08-07 14:59 UTC 


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