linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-05 16:45:06 to 2022-05-05 18:25:00 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 1/2] perf evlist: Keep topdown counters in weak group
 2022-05-05 18:15 UTC  (4+ messages)

[PATCH 0/3] staging: vchiq_arm: remove some unnecessary global
 2022-05-05 18:13 UTC  (7+ 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

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)

linux-next: build failure after merge of the hte tree
 2022-05-05 18:11 UTC  (5+ messages)

[PATCH v3 0/11] ptrace: cleaning up ptrace_stop
 2022-05-05 18:10 UTC  (13+ messages)
` [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
` [PATCH v3 09/11] ptrace: Don't change __state

[PATCH v2] test_firmware: fix end of loop test in upload_read_show()
 2022-05-05 18:06 UTC  (3+ messages)

[PATCH v7 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-05-05 18:06 UTC  (6+ messages)
` [PATCH v7 03/11] KVM: selftests: Read binary stats desc in lib
` [PATCH v7 05/11] KVM: selftests: Read binary stat data "

[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

[RFC PATCH 00/21] KCFI support
 2022-05-05 18:03 UTC  (11+ messages)
` [RFC PATCH 10/21] treewide: Drop function_nocfi

[PATCH 0/2] dt-bindings: List supplies needed for sc7280 eDP
 2022-05-05 18:02 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: msm/dp: List supplies in the bindings

[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 v1] opp: add config option for debug
 2022-05-05 17:57 UTC  (7+ messages)
  ` Aw: "

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

[PATCH] net: atlantic: always deep reset on pm op, fixing null deref regression
 2022-05-05 17:39 UTC  (4+ messages)
` [EXT] "

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

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

[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

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-05 17:39 UTC  (3+ messages)

patch "firmware_loader: describe 'module' parameter of" added to driver-core-next
 2022-05-05 17:35 UTC 

[PATCH -next] vt: defkeymap.c_shipped remove unused variables
 2022-05-05 12:23 UTC  (4+ messages)

[PATCH] Add USB_QUIRK_NO_LPM USB_QUIRK_RESET_RESUME quirks for Dell usb gen 2 device to not fail during enumeration
 2022-05-05 12:17 UTC  (2+ messages)

[PATCH] dma-buf: add option text so it can be enabled by users
 2022-05-05 12:03 UTC  (2+ messages)

[PATCH v5 0/6] Make evlist CPUs more accurate
 2022-05-05 17:39 UTC  (7+ messages)
` [PATCH v5 1/6] perf cpumap: Switch to using perf_cpu_map API
` [PATCH v5 2/6] perf evlist: Clear all_cpus before propagating

[PATCH 0/3] of: add of_property_alloc/free() and of_node_alloc/free()
 2022-05-05 17:37 UTC  (3+ messages)
` [PATCH 1/3] of: dynamic: add of_property_alloc() and of_property_free()

[PATCH v8 0/2] Make AUX gpio pin optional for ktd2692
 2022-05-05 17:34 UTC  (4+ messages)
` [PATCH v8 1/3] leds: ktd2692: Avoid duplicate error messages on probe deferral

[PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-05 17:33 UTC  (3+ messages)

[PATCH v2 0/3] fanotify: Allow user space to pass back additional audit info
 2022-05-05 17:34 UTC  (6+ messages)
` [PATCH v2 2/3] fanotify: define struct members to hold response decision context

[PATCH] checkpatch: warn about flushing system-wide workqueues
 2022-05-05 17:32 UTC  (5+ messages)

[PATCH] x86/sgx: simplify the return expression of sgx_drv_init()
 2022-05-05 17:31 UTC  (2+ messages)

[PATCH 1/2] drm/probe-helper: Add helper for drm_helper_probe_single_connector_modes()
 2022-05-05 17:30 UTC  (5+ messages)
` [PATCH 2/2] drm/probe-helper: For DP, add 640x480 if all other modes are bad

[PATCH 0/2] Add pinctrl support adsp based platforms
 2022-05-05 17:28 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: sc7280: Add compatible string for "

[PATCH] mm: fix is_pinnable_page against on cma page
 2022-05-05 17:27 UTC  (11+ messages)

[Patch v3 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-05-05 17:19 UTC  (10+ messages)
` [Patch v3 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding

[PATCH v2 0/3] Add device tree for Intel n6000
 2022-05-05 17:18 UTC  (11+ messages)
` [PATCH v2 1/3] dt-bindings: misc: add bindings for Intel HPS Copy Engine
` [PATCH v2 3/3] arm64: dts: intel: add device tree for n6000

[PATCH v4 1/1] firmware: tee_bnxt: Use UUID API for exporting the UUID
 2022-05-05 17:17 UTC  (3+ messages)

[PATCH qcom v2] spi: dt-bindings: qcom,spi-geni-qcom: allow three interconnects
 2022-05-05 17:13 UTC  (2+ messages)
` [PATCH "

[PATCH v9 0/7] ima: support fs-verity digests and signatures
 2022-05-05 17:12 UTC  (3+ messages)
` [PATCH v9 6/7] ima: support fs-verity file digest based version 3 signatures

[PATCH v2 0/3] x86: Prefer MWAIT over HALT on AMD processors
 2022-05-05 17:13 UTC  (7+ messages)
` [PATCH v2 1/3] x86: Use HALT in default_idle when idle=nomwait cmdline arg is passed
` [PATCH v2 2/3] x86: Remove vendor checks from prefer_mwait_c1_over_halt
` [PATCH v2 3/3] x86: Fix comment for X86_FEATURE_ZEN

[chanwoo:devfreq-testing 2/5] drivers/devfreq/governor_passive.c:346 cpufreq_passive_register_notifier() warn: possible memory leak of 'parent_cpu_data'
 2022-05-05 17:10 UTC 

[PATCH v10 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-05-05 17:10 UTC  (3+ messages)
` [PATCH v10 02/19] KVM: s390: pv: handle secure storage violations for protected guests

[Patch v4 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-05-05 17:06 UTC  (10+ messages)
` [Patch v4 1/9] soc: tegra: set ERD bit to mask inband errors
` [Patch v4 2/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
` [Patch v4 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding
` [Patch v4 4/9] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
` [Patch v4 5/9] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
` [Patch v4 6/9] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
` [Patch v4 7/9] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
` [Patch v4 8/9] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
` [Patch v4 9/9] soc: tegra: cbb: Add support for tegra-grace SOC

[PATCH v2] ACPI: DPTF: Add support for high frequency impedance notification
 2022-05-05 17:00 UTC 

9 bit serial / non-blocking TCSADRAIN
 2022-05-05 17:01 UTC 

[PATCH v23 0/6] support reserving crashkernel above 4G on arm64 kdump
 2022-05-05 17:01 UTC  (3+ messages)
` [PATCH v23 3/6] arm64: kdump: Reimplement crashkernel=X

[PATCH V1 00/23] perf intel-pt: Better support for perf record --cpu
 2022-05-05 16:56 UTC  (24+ messages)
` [PATCH V1 01/23] perf intel-pt: Add a test for system-wide side band
` [PATCH V1 02/23] libperf evsel: Add perf_evsel__enable_thread()
` [PATCH V1 03/23] perf evlist: Use libperf functions in evlist__enable_event_idx()
` [PATCH V1 04/23] perf auxtrace: Move evlist__enable_event_idx() to auxtrace.c
` [PATCH V1 05/23] perf auxtrace: Do not mix up mmap idx
` [PATCH V1 06/23] libperf evlist: Remove ->idx() per_cpu parameter
` [PATCH V1 07/23] libperf evlist: Move ->idx() into mmap_per_evsel()
` [PATCH V1 08/23] libperf evlist: Add evsel as a parameter to ->idx()
` [PATCH V1 09/23] perf auxtrace: Record whether an auxtrace mmap is needed
` [PATCH V1 10/23] perf auxtrace: Add mmap_needed to auxtrace_mmap_params
` [PATCH V1 11/23] perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameter
` [PATCH V1 12/23] perf evlist: Factor out evlist__dummy_event()
` [PATCH V1 13/23] perf evlist: Add evlist__add_system_wide_dummy()
` [PATCH V1 14/23] perf record: Use evlist__add_system_wide_dummy() in record__config_text_poke()
` [PATCH V1 15/23] perf intel-pt: Use evlist__add_system_wide_dummy() for switch tracking
` [PATCH V1 16/23] perf intel-pt: Track sideband system-wide when needed
` [PATCH V1 17/23] perf tools: Allow all_cpus to be a superset of user_requested_cpus
` [PATCH V1 18/23] libperf evlist: Allow mixing per-thread and per-cpu mmaps
` [PATCH V1 19/23] libperf evlist: Check nr_mmaps is correct
` [PATCH V1 20/23] perf stat: Add requires_cpu flag for uncore
` [PATCH V1 21/23] libperf evsel: Add comments for booleans
` [PATCH V1 22/23] perf tools: Allow system-wide events to keep their own CPUs
` [PATCH V1 23/23] perf tools: Allow system-wide events to keep their own threads

[PATCH v5] zram: remove double compression logic
 2022-05-05 16:57 UTC  (2+ messages)

[PATCH] net: macsec: XPN Salt copied before passing offload context
 2022-05-05 16:54 UTC  (3+ messages)

[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
 2022-05-05 16:54 UTC  (4+ messages)

[patch v12 00/13] extensible prctl task isolation interface and vmstat sync
 2022-05-05 16:52 UTC  (7+ messages)

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-05 16:49 UTC  (2+ messages)

[PATCH v9 0/4] add hugetlb_optimize_vmemmap sysctl
 2022-05-05 16:48 UTC  (7+ messages)
` [PATCH v9 4/4] mm: hugetlb_vmemmap: "

[PATCH net-next v2] net/core: use ReST block quote in __dev_queue_xmit() comment
 2022-05-05 16:48 UTC  (2+ messages)

[PATCH v1 00/22] powerpc: ftrace optimisation and cleanup and more [v1]
 2022-05-05 16:47 UTC  (5+ messages)
` [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding

[PATCH v2 0/2] Delete MT8192 msdc gate (was "clk: mediatek: Delete MT8192 msdc gate")
 2022-05-05 16:47 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: ARM: Mediatek: Remove msdc binding of MT8192 clock

[PATCH v14 0/7] USB DWC3 host wake up support from system suspend
 2022-05-05 16:45 UTC  (5+ messages)
` [PATCH v14 3/7] usb: dwc3: core: Host "

[PATCH] ARM: dts: qcom: msm8974-hammerhead: Add notification LED
 2022-05-05 16:43 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 NNTP newsgroup(s).