All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-12 16:24:24 to 2023-01-12 16:44:51 UTC [more...]

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-12 16:33 UTC  (101+ messages)
` [PATCH v11 001/113] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v11 002/113] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v11 003/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 005/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v11 006/113] KVM: TDX: Make TDX VM type supported
` [PATCH v11 007/113] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v11 008/113] KVM: TDX: Define "
` [PATCH v11 009/113] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v11 010/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v11 011/113] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v11 012/113] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v11 013/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v11 014/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v11 015/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v11 016/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v11 017/113] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v11 018/113] KVM: TDX: create/destroy VM structure
` [PATCH v11 019/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v11 020/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v11 021/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v11 022/113] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 024/113] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v11 025/113] KVM: TDX: Use private memory for TDX
` [PATCH v11 026/113] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v11 028/113] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v11 029/113] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v11 031/113] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v11 032/113] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask
` [PATCH v11 033/113] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v11 034/113] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v11 035/113] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v11 036/113] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v11 037/113] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v11 038/113] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v11 039/113] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v11 040/113] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v11 041/113] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v11 042/113] KVM: Add flags to struct kvm_gfn_range
` [PATCH v11 043/113] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v11 044/113] KVM: x86/tdp_mmu: Make handle_changed_spte() return value
` [PATCH v11 045/113] KVM: x86/mmu: Make make_spte() aware of shared GPA for MTRR
` [PATCH v11 047/113] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v11 048/113] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v11 049/113] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 051/113] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v11 052/113] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v11 054/113] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v11 057/113] KVM: TDX: TDP MMU TDX support
` [PATCH v11 060/113] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v11 061/113] KVM: TDX: Create initial guest memory
` [PATCH v11 062/113] KVM: TDX: Finalize VM initialization
` [PATCH v11 065/113] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v11 070/113] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v11 071/113] KVM: TDX: complete interrupts after tdexit
` [PATCH v11 072/113] KVM: TDX: restore debug store when TD exit
` [PATCH v11 073/113] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v11 074/113] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v11 075/113] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v11 076/113] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v11 077/113] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v11 078/113] KVM: TDX: Implement interrupt injection
` [PATCH v11 079/113] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v11 080/113] KVM: TDX: Implement methods to inject NMI
` [PATCH v11 081/113] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v11 082/113] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v11 083/113] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v11 084/113] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v11 085/113] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v11 086/113] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v11 087/113] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v11 088/113] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v11 089/113] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v11 090/113] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v11 091/113] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v11 092/113] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v11 093/113] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v11 094/113] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v11 095/113] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v11 096/113] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v11 097/113] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v11 098/113] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v11 099/113] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v11 100/113] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v11 101/113] KVM: TDX: Silently discard SMI request
` [PATCH v11 102/113] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v11 103/113] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v11 104/113] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v11 105/113] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v11 106/113] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v11 107/113] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v11 108/113] KVM: TDX: Ignore setting up mce
` [PATCH v11 109/113] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v11 110/113] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v11 111/113] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v11 112/113] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v11 113/113] [MARKER] the end of (the first phase of) TDX KVM patch series

[PATCH 1/2] drm/amdgpu: return the PCIe gen and lanes from the INFO
 2023-01-12 16:43 UTC  (14+ messages)

[PATCH] USB: serial: option: add Quectel EM05-G modem
 2023-01-12 16:36 UTC  (2+ messages)

[PATCH 0/7] iommu/vt-d: Support performance monitoring for IOMMU
 2023-01-12 16:42 UTC  (4+ messages)
` [PATCH 1/7] iommu/vt-d: Support size of the register set in DRHD

[PATCH 0/6 v2] Discard __GFP_ATOMIC
 2023-01-12 16:42 UTC  (6+ messages)
` [PATCH 2/7] mm/page_alloc: Treat RT tasks similar to __GFP_HIGH

Regression in Kernel 6.0: System partially freezes with "nvme controller is down"
 2023-01-12 16:42 UTC  (2+ messages)

[PATCH] rebase -i: allow a comment after a "break" command
 2023-01-12 16:29 UTC  (8+ messages)

[PATCH v4 0/6] add trace points in ethdev library
 2023-01-12 16:38 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/6] eal: trace: add trace point emit for blob
  ` [PATCH v5 2/6] ethdev: add trace points for ethdev
  ` [PATCH v5 3/6] ethdev: add trace points for remaining functions

[PATCH v1 1/1] gpio: xilinx: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 16:39 UTC 

[PATCH v2 0/2] arm64: defconfig: enable modules for Qualcomm SM8550-MTP display
 2023-01-12 16:39 UTC  (2+ messages)

[PATCH v3] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-12 16:38 UTC  (5+ messages)

[PATCH v1 1/2] pinctrl: bcm: bcm2835: Switch to use ->add_pin_ranges()
 2023-01-12 16:38 UTC  (2+ messages)
` [PATCH v1 2/2] gpiolib: of: Remove no more used ->of_gpio_ranges_fallback()

[PATCH v3 0/1] Clean up includes
 2023-01-12 16:38 UTC  (9+ messages)
` [PATCH v3 1/1] include: Don't include qemu/osdep.h

Regression in Kernel 6.0: System partially freezes with "nvme controller is down"
 2023-01-12 16:37 UTC  (2+ messages)

Network do not works with linux >= 6.1.2. Issue bisected to "425c9bd06b7a70796d880828d15c11321bdfb76d" (RDMA/irdma: Report the correct link speed)
 2023-01-12 16:25 UTC  (5+ messages)
    `  "

[PATCH v6 00/33] Consolidate PIIX south bridges
 2023-01-12 16:36 UTC  (5+ messages)
` [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c

[PATCH v2 1/4] KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking
 2023-01-12 16:31 UTC  (9+ messages)
` [PATCH v2 2/4] KVM: x86/xen: Fix potential deadlock in kvm_xen_update_runstate_guest()
` [PATCH v2 3/4] KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering rule

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-12 16:34 UTC  (2+ messages)

[PATCH] crypto/qat: fix build
 2023-01-12 16:34 UTC  (9+ messages)

[Buildroot] [git commit] configs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot
 2023-01-12 16:33 UTC 

[Buildroot] [PATCH] configs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot
 2023-01-12 16:34 UTC  (2+ messages)

[PATCH] btrfs: fix race between quota rescan and disable leading to NULL pointer deref
 2023-01-12 16:31 UTC 

[PATCH] USB: serial: option: add Quectel EM05CN modem
 2023-01-12 16:31 UTC  (2+ messages)

[Buildroot] [git commit] configs/zynqmp_kria_kv260_defconfig: fix linux dts name
 2023-01-12 16:29 UTC 

[Buildroot] [git commit] configs/zynqmp_kria_kv260_defconfig: use CONFIG_MULTI_DTB_FIT
 2023-01-12 16:26 UTC 

Message-ID length limit !
 2023-01-12 16:33 UTC  (3+ messages)

[Buildroot] [git commit] package/intel-mediadriver: bump version to 22.6.6
 2023-01-12 16:24 UTC 

[Buildroot] [git commit] package/intel-gmmlib: bump version to 22.3.3
 2023-01-12 16:23 UTC 

[Buildroot] [git commit] package/fetchmail: bump version to 6.4.35
 2023-01-12 16:24 UTC 

[PATCH v5 1/4] eventdev/eth_rx: change eventdev reconfig logic
 2023-01-12 16:32 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 4/4] eventdev/timer: "
  ` [PATCH v7 1/4] eventdev/eth_rx: "
    ` [PATCH v7 2/4] eventdev/eth_tx: "
    ` [PATCH v7 3/4] eventdev/crypto: "
    ` [PATCH v7 4/4] eventdev/timer: "

[PATCH] platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]
 2023-01-12 16:29 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] configs/zynqmp_kria_kv260_defconfig: use CONFIG_MULTI_DTB_FIT
 2023-01-12 16:32 UTC  (2+ messages)

[PATCH] platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe
 2023-01-12 16:29 UTC  (4+ messages)

[PATCH v2] net/ice: add devargs for disabling mac filter
 2023-01-12 16:32 UTC  (3+ messages)
` [PATCH v3] net/ice: add devargs for disabling default mac

[PATCH v2 3/3] arm64: dts: qcom: msm8916-thwc: Add initial device tree for Tong Heng Wei Chuang Wifi/LTE dongle UFI-001C and uf896
 2023-01-12 16:29 UTC  (4+ messages)

[PATCH ima-evm-utils v2 0/9] Support testing with UML kernel
 2023-01-12 16:28 UTC  (6+ messages)
` [PATCH ima-evm-utils v2 8/9] Use in-place built fsverity binary instead of installing it

[Buildroot] [PATCH v2 1/1] configs/zynqmp_kria_kv260_defconfig: fix linux dts name
 2023-01-12 16:31 UTC  (2+ messages)

[PATCH v4 1/2] lib: zstd: update to latest Linux zstd 1.5.2
 2023-01-12 16:27 UTC  (2+ messages)
` [PATCH v4 2/2] test: compression: add zstd uncompression test

[PATCH 0/5] cleaning up read_object() family of functions
 2023-01-12 16:29 UTC  (9+ messages)
` [PATCH 5/5] packfile: inline custom read_object()

[PATCH V2] Add some USB hotspot IDs
 2023-01-12 16:29 UTC  (5+ messages)
` [PATCH V2 1/3] USB: serial: option: Add generic MDM9207 configurations
` [PATCH V2 3/3] USB: serial: option: Add Novatel MiFi 8800L diag endpoint

[PATCH v4 0/3] Improve K3-am625-sk support (USB, MMC)
 2023-01-12 16:28 UTC  (8+ messages)
` [PATCH v4 1/3] arm64: dts: ti: k3-am62-main: Update OTAP and ITAP delay select
` [PATCH v4 2/3] arm64: dts: ti: k3-am62-main: Add support for USB
` [PATCH v4 3/3] arm64: dts: ti: k3-am625-sk: "

[PATCH v1 1/3] pcapng: comment option support for epb
 2023-01-12 16:30 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] graph: pcap capture for graph nodes
      ` [EXT] "

[PATCH 00/10] ARM: dts: stm32: add adc internal channels on stm32mp15
 2023-01-12 14:28 UTC  (4+ messages)
` [PATCH 06/10] ARM: dts: stm32: adopt generic iio bindings for adc channels on avenger96

[PATCH] ASoC: soc-pcm.c: Introduce a count to record the times of setting DAIs parameters
 2023-01-12 16:26 UTC  (4+ messages)

[PATCH 0/3] Add support for USB onboard HUB, used on stm32 boards
 2023-01-12 16:24 UTC  (6+ messages)
` [PATCH 1/3] usb: onboard-hub: add driver to manage onboard hub supplies

[PATCH v5 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-12 16:26 UTC  (4+ messages)
` [PATCH v5 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks

[Intel-wired-lan] [PATCH net v1] ice: Fix disabling Rx VLAN filtering with port VLAN enabled
 2023-01-12 14:54 UTC 

[Intel-wired-lan] [PATCH net v1] ice: Ignore RDMA message on setup tc qdisc
 2023-01-12 13:54 UTC  (3+ messages)

[PATCH] sched/idle: Make idle poll dynamic per-cpu
 2023-01-12 16:24 UTC 

[PATCH AUTOSEL 6.1 1/7] ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"
 2023-01-12 16:24 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 5/7] drm/amdgpu: Fix size validation for non-exclusive domains (v4)

[nft PATCH v2] Implement 'reset rule' and 'reset rules' commands
 2023-01-12 16:23 UTC 

[RFC v3 0/4] move PG_slab flag to page_type
 2023-01-12 16:27 UTC  (3+ messages)
` [RFC v3 2/4] mm: "

[PATCH] Update mailmap file
 2023-01-12 16:26 UTC  (2+ messages)

[PATCH v8 0/5] workqueue: destroy_worker() vs isolated CPUs
 2023-01-12 16:22 UTC  (2+ messages)

[PATCH] docs: Fix the docs build with Sphinx 6.0
 2023-01-12 16:22 UTC  (7+ messages)

[PATCH v1 1/1] gpiolib: of: Move enum of_gpio_flags to its only user
 2023-01-12 16:22 UTC  (2+ messages)

[Capstone] Feedback request for new architecture updater
 2023-01-12 16:24 UTC 

[PATCH 6.0 000/148] 6.0.19-rc1 review
 2023-01-12 16:25 UTC  (4+ messages)
` [PATCH 6.0 108/148] drm/amdgpu: Fix size validation for non-exclusive domains (v4)

[PATCH net 1/2] net/af_packet: fix tx skb protocol on SOCK_PACKET sockets
 2023-01-12 16:22 UTC  (6+ messages)
` [PATCH net 2/2] net/af_packet: fix tx skb network header on SOCK_RAW sockets over VLAN device

[Buildroot] [PATCH 1/1] package/fetchmail: bump version to 6.4.35
 2023-01-12 16:24 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/smu12: fix power reporting on CZN/BCL
 2023-01-12 16:24 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu/pm: update hwmon power documentation

[PATCH] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-01-12 15:21 UTC 

[Buildroot] [PATCH 1/2] package/intel-gmmlib: bump version to 22.3.3
 2023-01-12 16:24 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/intel-mediadriver: bump version to 22.6.6


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.