messages from 2022-05-05 17:40:54 to 2022-05-05 18:20:03 UTC [more...]
[RFC PATCH v6 000/104] KVM TDX basic feature support
2022-05-05 18:15 UTC (81+ messages)
` [RFC PATCH v6 001/104] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [RFC PATCH v6 002/104] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [RFC PATCH v6 003/104] KVM: Refactor CPU compatibility check on module initialiization
` [RFC PATCH v6 004/104] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [RFC PATCH v6 007/104] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH v6 008/104] KVM: x86: Refactor KVM VMX module init/exit functions
` [RFC PATCH v6 009/104] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [RFC PATCH v6 010/104] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [RFC PATCH v6 011/104] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [RFC PATCH v6 012/104] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [RFC PATCH v6 013/104] KVM: TDX: Make TDX VM type supported
` [RFC PATCH v6 014/104] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [RFC PATCH v6 015/104] KVM: TDX: Define "
` [RFC PATCH v6 016/104] KVM: TDX: Add TDX "architectural" error codes
` [RFC PATCH v6 017/104] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [RFC PATCH v6 018/104] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [RFC PATCH v6 022/104] KVM: TDX: create/destroy VM structure
` [RFC PATCH v6 023/104] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [RFC PATCH v6 026/104] KVM: TDX: Make KVM_CAP_SET_IDENTITY_MAP_ADDR unsupported for TDX
` [RFC PATCH v6 027/104] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [RFC PATCH v6 028/104] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [RFC PATCH v6 029/104] KVM: TDX: allocate/free TDX vcpu structure
` [RFC PATCH v6 030/104] "
` [RFC PATCH v6 031/104] KVM: TDX: Do TDX specific vcpu initialization
` [RFC PATCH v6 032/104] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [RFC PATCH v6 033/104] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [RFC PATCH v6 034/104] KVM: x86/mmu: Add address conversion functions for TDX shared bits
` [RFC PATCH v6 035/104] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [RFC PATCH v6 036/104] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v6 037/104] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [RFC PATCH v6 038/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v6 039/104] KVM: x86/mmu: Disallow fast page fault on private GPA
` [RFC PATCH v6 040/104] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v6 041/104] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
` [RFC PATCH v6 042/104] KVM: VMX: Introduce test mode related to EPT violation VE
` [RFC PATCH v6 043/104] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [RFC PATCH v6 045/104] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [RFC PATCH v6 046/104] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [RFC PATCH v6 047/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [RFC PATCH v6 048/104] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [RFC PATCH v6 049/104] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [RFC PATCH v6 050/104] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [RFC PATCH v6 051/104] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v6 053/104] KVM: TDX: Add load_mmu_pgd method for TDX
` [RFC PATCH v6 057/104] KVM: x86/mmu: steal software usable git to record if GFN is for shared or not
` [RFC PATCH v6 058/104] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [RFC PATCH v6 059/104] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v6 060/104] [MARKER] The start of TDX KVM patch series: TD finalization
` [RFC PATCH v6 061/104] KVM: TDX: Create initial guest memory
` [RFC PATCH v6 062/104] KVM: TDX: Finalize VM initialization
` [RFC PATCH v6 063/104] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [RFC PATCH v6 064/104] KVM: TDX: Add helper assembly function to TDX vcpu
` [RFC PATCH v6 065/104] KVM: TDX: Implement TDX vcpu enter/exit path
` [RFC PATCH v6 070/104] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [RFC PATCH v6 071/104] KVM: TDX: complete interrupts after tdexit
` [RFC PATCH v6 072/104] KVM: TDX: restore debug store when TD exit
` [RFC PATCH v6 073/104] KVM: TDX: handle vcpu migration over logical processor
` [RFC PATCH v6 074/104] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v6 075/104] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [RFC PATCH v6 076/104] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [RFC PATCH v6 077/104] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [RFC PATCH v6 078/104] KVM: TDX: Implement interrupt injection
` [RFC PATCH v6 079/104] KVM: TDX: Implements vcpu request_immediate_exit
` [RFC PATCH v6 080/104] KVM: TDX: Implement methods to inject NMI
` [RFC PATCH v6 081/104] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [RFC PATCH v6 082/104] KVM: VMX: Move NMI/exception handler to common helper
` [RFC PATCH v6 083/104] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH v6 084/104] KVM: TDX: Add a place holder to handle TDX VM exit
` [RFC PATCH v6 085/104] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [RFC PATCH v6 086/104] KVM: TDX: handle ept violation/misconfig exit
` [RFC PATCH v6 090/104] KVM: TDX: Handle TDX PV CPUID hypercall
` [RFC PATCH v6 093/104] KVM: TDX: Handle TDX PV MMIO hypercall
` [RFC PATCH v6 094/104] KVM: TDX: Implement callbacks for MSR operations for TDX
` [RFC PATCH v6 096/104] KVM: TDX: Handle TDX PV report fatal error hypercall
` [RFC PATCH v6 097/104] KVM: TDX: Handle TDX PV map_gpa hypercall
` [RFC PATCH v6 098/104] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [RFC PATCH v6 099/104] KVM: TDX: Silently discard SMI request
` [RFC PATCH v6 101/104] KVM: TDX: Add methods to ignore accesses to CPU state
` [RFC PATCH v6 102/104] Documentation/virtual/kvm: Document on Trust Domain Extensions(TDX)
` [RFC PATCH v6 103/104] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
[PATCH v2 00/50] hppa: general improvements and tidy-ups
2022-05-05 17:55 UTC (16+ messages)
` [PATCH v2 13/50] dino: change dino_init() to return the DINO device instead of PCIBus
` [PATCH v2 14/50] machine.c: map DINO device during board configuration
` [PATCH v2 15/50] dino.h: add defines for DINO IRQ numbers
` [PATCH v2 19/50] hppa: move dino_init() from dino.c to machine.c
` [PATCH v2 20/50] dino: use numerical constant for iar0 and iar1 reset values
` [PATCH v2 21/50] dino: move DINO HPA constants from hppa_hardware.h to dino.h
` [PATCH v2 22/50] dino: move from hw/hppa to hw/pci-host
[igt-dev] [PATCH i-g-t v2 0/6] Improve logic to work with audio dependency on DRM driver
2022-05-05 18:18 UTC (8+ messages)
` [igt-dev] [PATCH i-g-t v2 1/6] tests/core_hotunplug: properly finish processes using audio devices
` [igt-dev] [PATCH i-g-t v2 5/6] lib/igt_kmod: make it less pedantic with audio driver removal
` [igt-dev] [PATCH i-g-t v2 6/6] lib/igt_kmod: properly handle pipewire-pulse
[PATCH 0/2] dt-bindings: List supplies needed for sc7280 eDP
2022-05-05 18:18 UTC (9+ messages)
` [PATCH 1/2] dt-bindings: msm/dp: List supplies in the bindings
reduce memory allocation in the btrfs direct I/O path
2022-05-05 18:15 UTC (6+ messages)
` [PATCH 2/5] iomap: add per-iomap_iter private data
[PATCH 1/2] perf evlist: Keep topdown counters in weak group
2022-05-05 18:15 UTC (4+ messages)
[Intel-gfx] [PATCH] drm/i915/fbdev: unregister framebuffer after disabling hpd
2022-05-05 18:16 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/fbdev: unregister framebuffer after disabling hpd (rev2)
[PATCH 0/3] staging: vchiq_arm: remove some unnecessary global
2022-05-05 18:13 UTC (9+ messages)
` [PATCH 1/3] staging: vchiq_arm: add reference to vchiq device in vchiq_state
` [PATCH 2/3] staging: vchiq_arm: get rid of global device structure
[PATCH v4 2/8] fetch-pack: move fetch default settings
2022-05-05 18:13 UTC (3+ messages)
[PATCH v3 1/7] dt-bindings: clock: add QCOM SM8450 camera clock bindings
2022-05-05 18:13 UTC (2+ messages)
` [PATCH v5 "
[PATCH v4 8/8] cat-file: add --batch-command remote-object-info command
2022-05-05 18:13 UTC (3+ messages)
[PATCH 0/9] Add Renesas RZ/V2M Ethernet support
2022-05-05 18:13 UTC (3+ messages)
` [PATCH 6/9] ravb: Use separate clock for gPTP
[PATCH v4 net-next 0/2] net: phy: add LAN8742 phy support
2022-05-05 18:12 UTC (3+ messages)
` [PATCH v4 net-next 1/2] net: phy: microchip: update LAN88xx phy ID and phy ID mask
` [PATCH v4 net-next 2/2] net: phy: smsc: add LAN8742 phy support
linux-next: build failure after merge of the amdgpu tree
2022-05-05 18:12 UTC (2+ messages)
[PATCH] MAINTAINERS: Add simpledrm driver co-maintainer
2022-05-05 18:12 UTC (2+ messages)
[PATCH] disas: Remove old libopcode ppc disassembler
2022-05-05 17:36 UTC
[PULL 00/23] target-arm queue
2022-05-05 17:56 UTC (2+ messages)
linux-next: build failure after merge of the hte tree
2022-05-05 18:11 UTC (5+ messages)
[PATCH v9 00/17] vfio-user server in QEMU
2022-05-05 17:33 UTC (4+ messages)
` [PATCH v9 17/17] vfio-user: avocado tests for vfio-user
[PATCH v3 0/2] Remove vfio_device_get_from_dev()
2022-05-05 18:10 UTC (3+ messages)
` [PATCH v3 1/2] vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdata
[PATCH] ARM: imx: imx8m: Adjust thermal trip points for Industrial parts
2022-05-05 18:10 UTC
[PATCH v3 0/11] ptrace: cleaning up ptrace_stop
2022-05-05 18:10 UTC (9+ messages)
` [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
[PATCH net-next] net: axienet: Use NAPI for TX completion path
2022-05-05 18:08 UTC (6+ messages)
[PATCH 00/11] Introduce support for RISC-V architecture
2022-05-05 18:09 UTC (9+ messages)
` [PATCH 02/11] examples/l3fwd: fix scalar LPM compilation
` [PATCH 09/11] test/ring: disable problematic tests for RISC-V
[PATCH] pinctrl: stm32: Fix up errorpath after merge
2022-05-05 18:08 UTC (2+ messages)
i.MX8MP usb status
2022-05-05 18:05 UTC (4+ messages)
[PATCH v2] test_firmware: fix end of loop test in upload_read_show()
2022-05-05 18:06 UTC (2+ messages)
[PATCH v7 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-05-05 18:06 UTC (3+ messages)
` [PATCH v7 05/11] KVM: selftests: Read binary stat data in lib
[PATCH net-next] i40e: add xdp frags support to ndo_xdp_xmit
2022-05-05 18:06 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH v1 1/1] Add driver for Mellanox BlueField-3 GPIO controller
2022-05-05 18:04 UTC (5+ messages)
[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
2022-05-05 18:04 UTC (6+ messages)
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code
[PATCH V3 1/2] md: don't unregister sync_thread with reconfig_mutex held
2022-05-05 18:04 UTC (2+ messages)
[RFC PATCH 00/21] KCFI support
2022-05-05 18:03 UTC (6+ messages)
` [RFC PATCH 10/21] treewide: Drop function_nocfi
[PULL v4 00/25] Misc patches for 2022-04-29
2022-05-05 17:19 UTC (3+ messages)
[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
2022-05-05 17:21 UTC (7+ messages)
` [PATCH 1/8] qmp: Support for querying stats
[PATCH V3 0/5] iio: accel: sca3300: add compitible for scl3300
2022-05-05 18:01 UTC (7+ messages)
` [PATCH V3 3/5] iio: accel: sca3300: modified to support multi chips
[RFC v5 02/23] vfio-user: add VFIO base abstract class
2022-05-05 17:20 UTC (10+ messages)
` [RFC v5 03/23] vfio-user: add container IO ops vector
` [RFC v5 06/23] vfio-user: Define type vfio_user_pci_dev_info
` [RFC v5 10/23] vfio-user: get device info
` [RFC v5 16/23] vfio-user: proxy container connect/disconnect
` [RFC v5 17/23] vfio-user: dma map/unmap operations
` [RFC v5 19/23] vfio-user: dma read/write operations
` [RFC v5 20/23] vfio-user: pci reset
` [RFC v5 22/23] vfio-user: add tracing to send/recv paths
` [RFC v5 23/23] vfio-user: add dirty_bitmap stub until it support migration
[RFC v1] opp: add config option for debug
2022-05-05 17:57 UTC (7+ messages)
` Aw: "
[PATCH net-next 0/2] MACB NAPI improvements
2022-05-05 17:56 UTC (2+ messages)
[PATCH v4 1/2] timer: add a function to adjust timeouts to be upper bound
2022-05-05 17:56 UTC (4+ messages)
` [PATCH v5 0/2] Upper bound kernel timers
` [PATCH v5 2/2] net: make tcp keepalive timer upper bound
[PATCH] platform/x86: thinkpad_acpi: Correct dual fan probe
2022-05-05 17:56 UTC (5+ messages)
` [External] "
[PATCH v4 0/8] platform/x86: introduce p2sb_bar() helper
2022-05-05 17:54 UTC (4+ messages)
` [PATCH v4 1/8] platform/x86/intel: Add Primary to Sideband (P2SB) bridge support
[linux-next:master 8949/9357] drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:362:6: warning: variable 'index' is used uninitialized whenever 'if' condition is true
2022-05-05 17:54 UTC
[PATCH] clk: renesas: r9a07g044: Fix OSTM1 module clock name
2022-05-05 17:54 UTC (2+ messages)
FEC MDIO read timeout on linkup
2022-05-05 17:54 UTC (9+ messages)
[PATCH] xen: io: Fix race between sending an I/O and domain shutdown
2022-05-05 17:51 UTC
[PATCH net-next v2] net: axienet: Use NAPI for TX completion path
2022-05-05 17:48 UTC (2+ messages)
ANN: SELinux userspace 3.4-rc3 release candidate
2022-05-05 17:47 UTC (2+ messages)
[RFC v5 00/23] vfio-user client
2022-05-05 17:19 UTC
[Intel-gfx] [PATCH 0/1] DG2 DMC Support
2022-05-05 17:47 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dmc: Load DMC on DG2 (rev2)
[PATCH 1/5] dma-buf: cleanup dma_fence_unwrap selftest
2022-05-05 17:46 UTC (4+ messages)
[PATCH v2 0/3] xfs: remove quota warnings
2022-05-05 17:45 UTC (5+ messages)
` [PATCH v2 2/3] xfs: remove warning counters from struct xfs_dquot_res
` [PATCH v2 3/3] xfs: don't set warns on dquots
[PATCH v3 0/1] dt-bindings: Add device-perms property description
2022-05-05 11:23 UTC
[PATCH v2] perf test: Add skip to --per-thread test
2022-05-05 17:44 UTC (2+ messages)
[RFC PATCH] libselinux: emulate O_PATH support in fgetfilecon/fsetfilecon
2022-05-05 17:44 UTC
[PATCH] libselinux/utils: print errno on failure
2022-05-05 17:44 UTC
[PATCH] libselinux: update man page of setfilecon(3) family about context parameter
2022-05-05 17:43 UTC
[master][PATCH 1/5] am62xx, j721s2: move "gpu" machine feature from machine to soc config
2022-05-05 17:44 UTC (5+ messages)
` [master][PATCH 2/5] conf/machine: add preferences for 3D graphics providers
` [master][PATCH 3/5] conf/machine: make default PREFERRED_PROVIDERs easy to override
` [master][PATCH 4/5] conf/machine: remove default setting for xorg
` [master][PATCH 5/5] ti-rtos-firmware: remove duplicate assignment
[PATCH v4 1/5] arm64: dts: qcom: sc7180: Add wormdingler dts files
2022-05-05 17:41 UTC (5+ messages)
` [PATCH v4 2/5] arm64: dts: qcom: sc7180: Add mrbland "
` [PATCH v4 3/5] arm64: dts: qcom: sc7180: Add quackingstick "
` [PATCH v4 4/5] arm64: dts: qcom: sc7180: Add pazquel "
` [PATCH v4 5/5] arm64: dts: qcom: sc7180: Add kingoftown "
[Intel-gfx] [PATCH 0/1] DG2 DMC Support
2022-05-05 17:38 UTC (2+ messages)
` [Intel-gfx] [PATCH] drm/i915/dmc: Load DMC on DG2
[poky][dunfell][PATCH] libinput: Add fix for CVE-2022-1215
2022-05-05 17:42 UTC (2+ messages)
[PATCH 1/2] remoteproc: core: Export the rproc coredump APIs
2022-05-05 17:41 UTC (2+ messages)
` [PATCH 2/2 V2] remoteproc: qcom: Add full coredump fallback mechanism
[cxl:preview 55/78] drivers/cxl/region.c:104:24: warning: Division by zero [clang-analyzer-core.DivideZero]
2022-05-05 17:41 UTC
[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
2022-05-05 17:39 UTC (3+ messages)
[igt-dev] [PATCH] tests/amdgpu/amd_bypass: skip if DSC is enabled on the connector
2022-05-05 17:40 UTC (2+ messages)
[PATCH] drm/stm: dsi: Enable wrapper glue regulator early
2022-05-05 17:40 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.