All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-07 20:18:11 to 2022-08-07 23:03:31 UTC [more...]

[PATCH v5 00/14] Add support for magnetometer Yamaha YAS537
 2022-08-07 23:02 UTC 

linux-next: Fixes tag needs some work in the mm-hotfixes tree
 2022-08-07 23:01 UTC  (2+ messages)

[PATCH] virtio_bt: Fix alignment in configuration struct
 2022-08-07 23:00 UTC  (2+ messages)

[PATCH 0/5] QEMU: Fix RISC-V virt & spike machines' dtbs
 2022-08-07 22:57 UTC  (16+ messages)
` [PATCH 1/5] target/riscv: Ignore the S and U letters when formatting ISA strings
` [PATCH 2/5] hw/riscv: virt: fix uart node name
` [PATCH 3/5] hw/riscv: virt: Fix the plic's address cells
` [PATCH 4/5] hw/riscv: virt: fix syscon subnode paths
` [PATCH 5/5] hw/core: fix platform bus node name

[PATCH] virtio-mmio: Introduce virtio_mmio hotplug
 2022-08-07 22:56 UTC  (2+ messages)

[PATCH] ubifs: Allow to silence debug dumps
 2022-08-07 22:54 UTC  (3+ messages)

[RFC tracing 0/4] tracing: support > 8 byte filter predicates
 2022-08-07 22:53 UTC  (6+ messages)
` [RFC tracing 1/4] tracing: predicate matching trigger crashes for > 8-byte arrays
` [RFC tracing 2/4] tracing: support > 8 byte array filter predicates
` [RFC tracing 3/4] selftests/ftrace: add test coverage for "
` [RFC tracing 4/4] tracing: document > 8 byte numeric filtering support

[ovmf test] 172282: regressions - FAIL
 2022-08-07 22:49 UTC 

[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-08-07 22:46 UTC  (5+ messages)
` [PATCH for-7.2 v2 11/20] hw/riscv: set machine->fdt in sifive_u_machine_init()
` [PATCH for-7.2 v2 12/20] hw/riscv: set machine->fdt in spike_board_init()

[tip:master] BUILD SUCCESS a20dc5e7b11c5345bc5552c80085184c4459f6a5
 2022-08-07 22:40 UTC 

[PATCH] asm-generic: unistd.h: make 'compat_sys_fadvise64_64' conditional
 2022-08-07 22:39 UTC  (4+ messages)

DesignWare PWM support for device-tree probing
 2022-08-07 22:33 UTC  (3+ messages)
` [PATCH 1/8] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2

[PATCHSET 0/2] xfs: random fixes for 6.0
 2022-08-07 22:33 UTC  (5+ messages)
` [PATCH 2/2] xfs: fix intermittent hang during quotacheck

[chao:feature/dax 8/10] fs/f2fs/file.c:1107:22: warning: assignment to 'struct page *' from 'int' makes pointer from integer without a cast
 2022-08-07 22:30 UTC 

[PATCH v2 0/9] mergetools: vimdiff: regression fix and reorg
 2022-08-07 22:27 UTC  (5+ messages)

[PATCH] branch: allow "-" as a short-hand for "previous branch"
 2022-08-07 22:22 UTC 

[PATCH 1/2] binman: Add rST references for binman entry types
 2022-08-07 22:33 UTC  (2+ messages)
` [PATCH 2/2] binman: Add more documentation about binman usage

[RFC PATCH 00/13] KVM TDX: TDP MMU: large page support
 2022-08-07 22:18 UTC  (14+ messages)
` [RFC PATCH 01/13] KVM: Update lpage info when private/shared memory are mixed
` [RFC PATCH 02/13] KVM: TDP_MMU: Go to next level if smaller private mapping exists
` [RFC PATCH 03/13] KVM: TDX: Pass page level to cache flush before TDX SEAMCALL
` [RFC PATCH 04/13] KVM: TDX: Pass KVM page level to tdh_mem_page_add() and tdh_mem_page_aug()
` [RFC PATCH 05/13] KVM: TDX: Pass size to tdx_measure_page()
` [RFC PATCH 06/13] KVM: TDX: Pass size to reclaim_page()
` [RFC PATCH 07/13] KVM: TDX: Update tdx_sept_{set,drop}_private_spte() to support large page
` [RFC PATCH 08/13] KVM: MMU: Introduce level info in PFERR code
` [RFC PATCH 09/13] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs
` [RFC PATCH 10/13] KVM: MMU: Pass desired page level in err code for page fault handler
` [RFC PATCH 11/13] KVM: TDP_MMU: Split the large page when zap leaf
` [RFC PATCH 12/13] KVM: TDX: Split a large page when 4KB page within it converted to shared
` [RFC PATCH 13/13] KVM: x86: remove struct kvm_arch.tdp_max_page_level

[PATCH] binutils-cross: Disable gprofng for when building cross binutils
 2022-08-07 22:26 UTC  (3+ messages)
` [PATCH 1/2] util-linux: Define pidfd_* function signatures
` [PATCH 2/2] util-linux: Upgrade to 2.38.1

[Buildroot] [PATCH 0/2] Fix Opencv4 bug found by a user in Mailing list
 2022-08-07 22:25 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] package/opencv4: BR2_PACKAGE_OPENCV4_LIB_DNN requires protobuf
` [Buildroot] [PATCH 2/2] package/opencv4: BR2_PACKAGE_OPENCV4_LIB_OBJDETECT requires BR2_PACKAGE_OPENCV4_LIB_DNN

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

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-07 22:02 UTC  (104+ 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 094/103] KVM: TDX: Implement callbacks for MSR operations for TDX
` [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
` [PATCH v8 097/103] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v8 098/103] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v8 099/103] KVM: TDX: Silently discard SMI request
` [PATCH v8 100/103] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v8 101/103] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v8 102/103] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v8 103/103] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU

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)
`  "

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

[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] "

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

帐户验证!
 2022-08-07 21:14 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 

[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 

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

[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 

[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  (4+ messages)
` [PATCH 1/3] dma-buf: Add ioctl to query mmap info
  ` [Freedreno] "

[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: "


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.