messages from 2022-06-27 21:16:04 to 2022-06-27 21:57:42 UTC [more...]
[PATCH v7 000/102] KVM TDX basic feature support
2022-06-27 21:54 UTC (76+ messages)
` [PATCH v7 001/102] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v7 002/102] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v7 003/102] KVM: Refactor CPU compatibility check on module initialiization
` [PATCH v7 004/102] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v7 005/102] x86/virt/vmx/tdx: export platform_tdx_enabled()
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v7 007/102] KVM: Enable hardware before doing arch VM initialization
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 009/102] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [PATCH v7 012/102] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v7 013/102] KVM: TDX: Make TDX VM type supported
` [PATCH v7 014/102] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v7 015/102] KVM: TDX: Define "
` [PATCH v7 016/102] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v7 017/102] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v7 018/102] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v7 019/102] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v7 020/102] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v7 021/102] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
` [PATCH v7 023/102] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v7 024/102] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v7 025/102] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v7 026/102] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v7 027/102] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v7 028/102] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v7 029/102] "
` [PATCH v7 030/102] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v7 031/102] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v7 032/102] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits
` [PATCH v7 034/102] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v7 035/102] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v7 038/102] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v7 039/102] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v7 040/102] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v7 042/102] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v7 043/102] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v7 045/102] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v7 047/102] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v7 048/102] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v7 051/102] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v7 052/102] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v7 054/102] KVM: TDX: TDP MMU TDX support
` [PATCH v7 055/102] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [PATCH v7 056/102] KVM: x86/mmu: steal software usable git to record if GFN is for shared or not
` [PATCH v7 057/102] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [PATCH v7 058/102] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v7 059/102] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v7 060/102] KVM: TDX: Create initial guest memory
` [PATCH v7 061/102] KVM: TDX: Finalize VM initialization
` [PATCH v7 062/102] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v7 063/102] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v7 064/102] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v7 065/102] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v7 066/102] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v7 067/102] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v7 068/102] KVM: TDX: restore user ret MSRs
` [PATCH v7 069/102] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v7 070/102] KVM: TDX: complete interrupts after tdexit
` [PATCH v7 071/102] KVM: TDX: restore debug store when TD exit
` [PATCH v7 072/102] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v7 073/102] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v7 074/102] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v7 075/102] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v7 076/102] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v7 079/102] KVM: TDX: Implement methods to inject NMI
` [PATCH v7 080/102] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
[PATCH v6 0/2] dt-bindings: cros-ec: Update for fingerprint devices
2022-06-27 21:57 UTC (6+ messages)
` [PATCH v6 1/2] dt-bindings: cros-ec: Reorganize property availability
` [PATCH v6 2/2] dt-bindings: cros-ec: Add ChromeOS fingerprint binding
[PATCH v2 0/3] dt-bindings: Arm CoreSight binding schema conversions
2022-06-27 21:55 UTC (6+ messages)
` [PATCH v2 2/3] dt-bindings: arm: Convert CoreSight bindings to DT schema
[PATCH RESEND v9 0/5] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
2022-06-27 21:55 UTC (9+ messages)
` [PATCH RESEND v9 4/5] arm: dts: stih407-family: Harmonize DWC USB3 DT "
[PATCH V14 1/7] PCI/ACPI: Guard ARM64-specific mcfg_quirks
2022-06-27 21:53 UTC (2+ messages)
[PATCH 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
2022-06-27 21:53 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 4/6] pack-bitmap: prepare to read lookup table extension
` [PATCH v2 5/6] bitmap-lookup-table: add performance tests for lookup table
` [PATCH v2 6/6] p5310-pack-bitmaps.sh: enable pack.writeReverseIndex for testing
[PATCH v5 0/7] Introduce device group and device management
2022-06-27 21:52 UTC (9+ messages)
` [virtio-comment] [PATCH v5 1/7] Introduce device group
` "
` [virtio-comment] "
[PATCH 5.18 000/181] 5.18.8-rc1 review
2022-06-27 21:52 UTC (4+ messages)
[tj-cgroup:for-next] BUILD SUCCESS 27924b13fcce42222e836394711fe1e7ec010cc6
2022-06-27 21:52 UTC
[PATCH 5.15 000/135] 5.15.51-rc1 review
2022-06-27 21:51 UTC (2+ messages)
[PATCH 1/1] libbpf: replace typeof with __typeof__ for -std=c17 compatibility
2022-06-27 21:50 UTC (4+ messages)
Issue with booting U-Boot from SD card, but using QSPI Flash for its Environment
2022-06-27 21:50 UTC (3+ messages)
[PATCH] platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
2022-06-27 21:50 UTC
[PATCH v4] coresight: etm4x: avoid build failure with unrolled loops
2022-06-27 21:44 UTC (4+ messages)
` [PATCH v5] "
[PATCH qemu v2] spapr/ddw: Reset DMA when the last non-default window is removed
2022-06-27 21:41 UTC (2+ messages)
[Buildroot] [git commit] package/ccid: bump to version 1.5.0
2022-06-27 21:44 UTC
[Buildroot] [git commit] package/cups: fix CUPS_CPE_ID_VENDOR
2022-06-27 21:44 UTC
[PATCH 0/7] Remove CONFIG_INT128 conditional code from target/ppc/*
2022-06-27 21:41 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/ccid: bump to version 1.5.0
2022-06-27 21:44 UTC (2+ messages)
[PATCH mptcp-next] Squash-to: "selftests: mptcp: tweak simult_flows for debug kernels"
2022-06-27 21:44 UTC
[PATCH qemu] spapr/ddw: Implement 64bit query extension
2022-06-27 21:40 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/cups: fix CUPS_CPE_ID_VENDOR
2022-06-27 21:44 UTC (2+ messages)
[PATCH v2 0/8] Implement call_rcu_lazy() and miscellaneous fixes
2022-06-27 21:43 UTC (6+ messages)
` [PATCH v2 8/8] rcu/kfree: Fix kfree_rcu_shrink_count() return value
[PATCH v5 0/9] usb: typec: Introduce typec-switch binding
2022-06-27 21:43 UTC (5+ messages)
` [PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding
[PATCH] docs: fix 'make htmldocs' warning in leds
2022-06-27 21:43 UTC (2+ messages)
[PATCH] drm/amd/display: change to_dal_irq_source_dnc32() storage class specifier to static
2022-06-27 21:43 UTC (5+ messages)
[PATCH] target/ppc: Change FPSCR_* to follow POWER ISA numbering convention
2022-06-27 21:40 UTC (2+ messages)
[PATCH] drm/amd/display: Remove unused globals FORCE_RATE and FORCE_LANE_COUNT
2022-06-27 21:42 UTC (5+ messages)
[PATCH] rcu: Add exp QS check in rcu_exp_handler() for no-preemptible expedited RCU
2022-06-27 21:41 UTC (7+ messages)
[PATCH 1/2] drm/amdgpu/display: drop set but unused variable
2022-06-27 21:40 UTC (3+ messages)
` [PATCH 2/2] drm/amdgpu: fix documentation warning
Wireguard is loosing connection for no reason
2022-06-27 21:40 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/multipath-tools: bump to version 0.9.0
2022-06-27 21:36 UTC
[f2fs-dev] [PATCH] configure.ac: fix AC_ARG_WITH
2022-06-27 21:39 UTC
[Buildroot] [git commit] package/gst1-python: bump version to 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gst1-plugins-base: bump version to 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gst1-libav: bump version to 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gst1-rtsp-server: bump version to 1.20.3
2022-06-27 21:37 UTC
[PATCH v3 0/8] pnv-phb related cleanups
2022-06-27 21:38 UTC (2+ messages)
[Buildroot] [git commit] package/gstreamer1-editing-services: bump version to 1.20.3
2022-06-27 21:37 UTC
[PATCH] drm/amd/display: Removed unused variable ret
2022-06-27 21:39 UTC (4+ messages)
[Buildroot] [git commit] package/gst1-devtools: bump version to 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gst-omx: bump version to 1.20.3
2022-06-27 21:37 UTC
[PATCH V14 4/7] PCI: loongson: Don't access non-existant devices
2022-06-27 21:38 UTC (2+ messages)
[Buildroot] [git commit] package/gst1-plugins-bad: bump version to 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gst1-vaapi: bump version to 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gst1-plugins-good: security bump to version 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gst1-plugins-ugly: bump version to 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [git commit] package/gstreamer1: bump to version 1.20.3
2022-06-27 21:37 UTC
[Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3
2022-06-27 21:37 UTC (19+ messages)
` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: bump version to 1.20.3
` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: "
` [Buildroot] [PATCH 06/12] package/gst1-devtools: "
` [Buildroot] [PATCH 07/12] package/gst1-libav: "
` [Buildroot] [PATCH 08/12] package/gst1-vaapi: "
` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: "
` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: "
` [Buildroot] [PATCH 11/12] package/gst-omx: "
` [Buildroot] [PATCH 12/12] package/gst1-python: "
[PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
2022-06-27 21:36 UTC (3+ messages)
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans
[PATCHSET v2 0/3] xfs: random fixes for 5.19-rc5
2022-06-27 21:35 UTC (4+ messages)
` [PATCH 1/3] xfs: empty xattr leaf header blocks are not corruption
` [PATCH 2/3] xfs: don't hold xattr leaf buffers across transaction rolls
` [PATCH 3/3] xfs: dont treat rt extents beyond EOF as eofblocks to be cleared
[PATCH v2 00/16] Canaan devicetree fixes
2022-06-27 21:34 UTC (10+ messages)
` [PATCH v2 05/16] dt-bindings: dma: add Canaan k210 to Synopsys DesignWare DMA
` [PATCH v2 06/16] dt-bindings: timer: add Canaan k210 to Synopsys DesignWare timer
[PATCHv18 00/11] nvme: In-band authentication support
2022-06-27 21:34 UTC (2+ messages)
[Intel-gfx] [PATCH v7 0/3] drm/doc/rfc: i915 VM_BIND feature design + uapi
2022-06-27 21:34 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[PATCH 00/28] OpenChrome DRM for Linux 5.20
2022-06-27 21:32 UTC (3+ messages)
[PATCH v2 0/5] Add ARMv8 CE sha1/sha256 support
2022-06-27 21:31 UTC (13+ messages)
` [PATCH v2 1/5] lib: sha1: Add support for hardware specific sha1_process
` [PATCH v2 2/5] sha1: Fix digest state size/type
` [PATCH v2 3/5] armv8 SHA-1 using ARMv8 Crypto Extensions:
` [PATCH v2 4/5] lib: sha256: Add support for hardware specific sha256_process
` [PATCH v2 5/5] armv8 SHA-256 using ARMv8 Crypto Extensions
` [PATCH] qemu_arm64: Enable CONFIG_ARMV8_CRYPTO support
[PATCH] NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
2022-06-27 21:31 UTC
[Bug 216143] New: [bisected] garbled screen when starting X + dmesg cluttered with "[drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed in the dependencies handling -1431655766!"
2022-06-27 21:31 UTC (2+ messages)
` [Bug 216143] "
[PATCH v2 1/1] rcu/kvfree: Update KFREE_DRAIN_JIFFIES interval
2022-06-27 21:31 UTC (2+ messages)
[PATCH] Revert "drm/amdgpu: remove ctx->lock"
2022-06-27 21:30 UTC (2+ messages)
[intel-tdx:kvm-upstream-workaround 434/442] arch/x86/kvm/mmu/mmu.c:981:21: warning: variable 'type' set but not used
2022-06-27 21:29 UTC
[PATCH v3 0/7] clk: qcom: gcc-msm8916: modernize the driver
2022-06-27 21:29 UTC (7+ messages)
` [PATCH v3 5/7] clk: qcom: gcc-msm8916: move gcc_mss_q6_bimc_axi_clk down
` [PATCH v3 6/7] clk: qcom: gcc-msm8916: use parent_hws/_data instead of parent_names
` [PATCH v3 7/7] arm64: dts: qcom: msm8916: add clocks to the GCC device node
[PATCH bpf-next v2 0/9] Introduce type match support
2022-06-27 21:28 UTC (4+ messages)
` [PATCH bpf-next v2 4/9] libbpf: Add "
[PATCH v2] arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables
2022-06-27 21:28 UTC
[PATCH v3] libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
2022-06-27 21:27 UTC (2+ messages)
[Buildroot] [git commit] boot/optee-os: add support for custom tarball URL
2022-06-27 21:26 UTC
[igt-dev] [i-g-t 0/2] tests/kms_color: IGT test cleanup
2022-06-27 21:24 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_color: IGT test cleanup (rev5)
[Buildroot] [PATCH v2] boot/optee-os: add support for custom tarball URL
2022-06-27 21:24 UTC (2+ messages)
[PATCH] drm/msm/dp: use ARRAY_SIZE for calculating num_descs
2022-06-27 21:23 UTC (6+ messages)
[Buildroot] am335x_boneblack dts/b does not support adc
2022-06-27 21:20 UTC
[PATCH] git-rebase.txt: use back-ticks consistently
2022-06-27 21:21 UTC
[PATCH v2 bpf-next 00/15] libbpf: remove deprecated APIs
2022-06-27 21:15 UTC (9+ messages)
` [PATCH v2 bpf-next 06/15] libbpf: clean up perfbuf APIs
` [PATCH v2 bpf-next 07/15] libbpf: remove prog_info_linear APIs
` [PATCH v2 bpf-next 08/15] libbpf: remove most other deprecated high-level APIs
` [PATCH v2 bpf-next 11/15] libbpf: remove internal multi-instance prog support
` [PATCH v2 bpf-next 12/15] libbpf: clean up SEC() handling
` [PATCH v2 bpf-next 13/15] selftests/bpf: remove last tests with legacy BPF map definitions
` [PATCH v2 bpf-next 14/15] libbpf: enforce strict libbpf 1.0 behaviors
` [PATCH v2 bpf-next 15/15] libbpf: fix up few libbpf.map problems
[SPDK] Re: is there any plan to support nvme1.4 or newer?
2022-06-27 21:18 UTC
[PATCH] rcu: Add a warnings in sync_sched_exp_online_cleanup()
2022-06-27 21:16 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.