All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-12 16:31:27 to 2023-01-12 16:56:00 UTC [more...]

Patchwork summary for: linux-renesas-soc
 2023-01-12 16:40 UTC 

[RFC v3 00/12] DRM scheduling cgroup controller
 2023-01-12 16:56 UTC  (4+ messages)
` [RFC 01/12] drm: Track clients by tgid and not tid
` [RFC 02/12] drm: Update file owner during use
` [RFC 03/12] cgroup: Add the DRM cgroup controller

[Buildroot] Saving
 2023-01-12 16:55 UTC  (3+ messages)

[PATCH V7 0/6] arm64/perf: Enable branch stack sampling
 2023-01-12 16:51 UTC  (3+ messages)
` [PATCH V7 6/6] arm64/perf: Enable branch stack events via FEAT_BRBE

[PATCH v1 1/2] gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 16:39 UTC  (2+ messages)
` [PATCH v1 2/2] gpio: wcd934x: Use proper headers and drop OF_GPIO dependency

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

[PATCH] t/interop: allow tests to run "git env--helper"
 2023-01-12 16:39 UTC  (3+ messages)
` [PATCH] env-helper: move this built-in to to "test-tool env-helper"

[PATCH v1 1/2] gpio: zevio: Remove duplicate assignment of of_gpio_n_cells
 2023-01-12 16:39 UTC  (2+ messages)
` [PATCH v1 2/2] gpio: zevio: Use proper headers and drop OF_GPIO dependency

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

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

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

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

Proposal for consistent Kconfig usage by the hypervisor build system
 2023-01-12 16:52 UTC 

[PATCH v4 0/5] CXL Poison List Retrieval & Tracing
 2023-01-12 16:37 UTC  (4+ messages)
` [PATCH v4 2/5] cxl/trace: Add TRACE support for CXL media-error records

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

rseq CPU ID not correct on 6.0 kernels for pinned threads
 2023-01-12 16:33 UTC  (3+ messages)

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-12 16:33 UTC  (114+ 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 027/113] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [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 046/113] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [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 053/113] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v11 054/113] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 056/113] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v11 057/113] KVM: TDX: TDP MMU TDX support
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v11 059/113] [MARKER] The start of TDX KVM patch series: TD finalization
` [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 063/113] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v11 064/113] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v11 065/113] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v11 066/113] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v11 067/113] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v11 068/113] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v11 069/113] KVM: TDX: restore user ret MSRs
` [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 v2 0/8] x86: Protection Key Supervisor support
 2023-01-12 16:51 UTC  (4+ messages)
` [PATCH v2 5/8] x86/hvm: Context switch MSR_PKRS

RTT-PROBE: lore-subspace-rtt
 2023-01-12 16:51 UTC 

[PATCH v3 10/13] riscv: alternative: patch alternatives in the vDSO
 2023-01-11 23:55 UTC  (2+ messages)

[RFC PATCH] docs: add a proper feature overview in "About QEMU"
 2023-01-12 16:45 UTC  (2+ messages)

[PATCH] vbe: Allow probing the VBE bootmeth to fail in OS fixup
 2023-01-12 16:50 UTC 

[PATCH v3 0/8] virtio-mem: Handle preallocation with migration
 2023-01-12 16:45 UTC  (10+ messages)
` [PATCH v3 1/8] migration/savevm: Move more savevm handling into vmstate_save()
` [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
` [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v3 4/8] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
` [PATCH v3 5/8] migration/ram: Factor out check for advised postcopy
` [PATCH v3 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
` [PATCH v3 7/8] virtio-mem: Migrate immutable properties early
` [PATCH v3 8/8] virtio-mem: Proper support for preallocation with migration

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

[RFC PATCH 04/20] drm/sched: Convert drm scheduler to use a work queue rather than kthread
 2023-01-12 16:48 UTC  (15+ messages)
` [Intel-gfx] "

Test Mail to FSVerity
 2023-01-12 16:47 UTC 

[PATCH 5.10 0/1] drm/amdkfd: Check for null pointer after calling kmemdup
 2023-01-12 16:45 UTC  (6+ messages)
` [PATCH 5.10 1/1] "

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

[PATCH v4 0/6] add trace points in ethdev library
 2023-01-12 16:43 UTC  (9+ 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

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

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

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

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

RTT-PROBE: lore-subspace-rtt
 2023-01-12 16:41 UTC 

[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

[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

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 v2 1/4] KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking
 2023-01-12 16:31 UTC  (7+ messages)
` [PATCH v2 2/4] KVM: x86/xen: Fix potential deadlock in kvm_xen_update_runstate_guest()

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  (6+ 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] USB: serial: option: add Quectel EM05CN modem
 2023-01-12 16:31 UTC  (2+ messages)

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

[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  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 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)

RTT-PROBE: lore-subspace-rtt
 2023-01-12 16:31 UTC 


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.