All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-27 00:29:10 to 2025-02-27 01:41:15 UTC [more...]

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-27  1:34 UTC  (12+ messages)

[PATCH v5 0/4] hw/ssi/pnv_spi: Remove PnvXferBuffer and fix CID 1558827
 2025-02-27  1:39 UTC  (3+ messages)
` [PATCH v5 1/4] hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure

[PATCH 0/6 v2] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-27  1:32 UTC  (6+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed

[PATCH v7 00/15] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-02-27  1:38 UTC  (3+ messages)
` [PATCH v7 11/15] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer

[next-20250226]Build Failure
 2025-02-27  1:38 UTC  (2+ messages)

[PATCH v8 00/12] iommufd support pasid attach/replace
 2025-02-27  1:43 UTC  (8+ messages)
` [PATCH v8 01/12] iommu: Add iommu_attach_device_pasid_handle()
` [PATCH v8 02/12] iommu: Introduce a replace API for device pasid

[PATCH v3][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-27  1:36 UTC  (4+ messages)

[PATCH v3 0/2] NVKM GSP RPC message handling policy
 2025-02-27  1:35 UTC  (3+ messages)
` [PATCH v3 1/2] drm/nouveau/nvkm: factor out current GSP RPC command policies
` [PATCH v3 2/2] drm/nouveau/nvkm: introduce new GSP reply policy NVKM_GSP_RPC_REPLY_POLL

[linux-next:master 6191/6583] drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c:578 amdgpu_sdma_reset_engine() warn: inconsistent indenting
 2025-02-27  1:34 UTC 

net/devlink/dev.c:248:20: warning: arithmetic between different enumeration types ('enum devlink_reload_limit' and 'enum devlink_reload_action')
 2025-02-27  1:34 UTC 

[intel-lts:pr/57 1/1] drivers/auxdisplay/panel.c:1093: Error: unrecognized opcode `csrs sstatus,s7', extension `zicsr' required
 2025-02-27  1:34 UTC 

[PATCH net] netkit: Remove double invocation to clear ipvs property flag
 2025-02-27  1:33 UTC  (2+ messages)

[PATCH] bpf: fix possible endless loop in BPF map iteration
 2025-02-27  1:32 UTC  (5+ messages)

[PATCH] MAINTAINERS: Update Intel LJCA maintainer
 2025-02-27  1:31 UTC  (5+ messages)

[PATCH net-next v20 00/25] Introducing OpenVPN Data Channel Offload
 2025-02-27  1:30 UTC  (27+ messages)
` [PATCH net-next v20 01/25] mailmap: remove unwanted entry for Antonio Quartulli
` [PATCH net-next v20 02/25] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v20 03/25] ovpn: add basic netlink support
` [PATCH net-next v20 04/25] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v20 05/25] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v20 06/25] ovpn: introduce the ovpn_peer object
` [PATCH net-next v20 07/25] ovpn: introduce the ovpn_socket object
` [PATCH net-next v20 08/25] ovpn: implement basic TX path (UDP)
` [PATCH net-next v20 09/25] ovpn: implement basic RX "
` [PATCH net-next v20 10/25] ovpn: implement packet processing
` [PATCH net-next v20 11/25] ovpn: store tunnel and transport statistics
` [PATCH net-next v20 12/25] ovpn: implement TCP transport
` [PATCH net-next v20 13/25] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v20 14/25] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v20 15/25] ovpn: implement multi-peer support
` [PATCH net-next v20 16/25] ovpn: implement peer lookup logic
` [PATCH net-next v20 17/25] ovpn: implement keepalive mechanism
` [PATCH net-next v20 18/25] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v20 19/25] ovpn: add support for peer floating
` [PATCH net-next v20 20/25] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v20 21/25] ovpn: implement key add/get/del/swap "
` [PATCH net-next v20 22/25] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v20 23/25] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v20 24/25] ovpn: add basic ethtool support
` [PATCH net-next v20 25/25] testing/selftests: add test tool and scripts for ovpn module

[PATCH v2 00/11] Add a percpu subsection for cache hot data
 2025-02-27  1:29 UTC  (3+ messages)

[PATCH v2 0/6] IBPB cleanups and a fixup
 2025-02-27  1:27 UTC  (7+ messages)
` [PATCH v2 1/6] x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
` [PATCH v2 2/6] x86/mm: Remove X86_FEATURE_USE_IBPB checks in cond_mitigation()
` [PATCH v2 3/6] x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set()
` [PATCH v2 4/6] x86/bugs: Use a static branch to guard IBPB on vCPU switch
` [PATCH v2 5/6] KVM: nVMX: Always use IBPB to properly virtualize IBRS
` [PATCH v2 6/6] x86/bugs: Remove X86_FEATURE_USE_IBPB

[PATCH v2 00/10] KVM: SVM: Attempt to cleanup SEV_FEATURES
 2025-02-27  1:25 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: SVM: Save host DR masks on CPUs with DebugSwap
` [PATCH v2 02/10] KVM: SVM: Don't rely on DebugSwap to restore host DR0..DR3
` [PATCH v2 03/10] KVM: SVM: Refuse to attempt VRMUN if an SEV-ES+ guest has an invalid VMSA
` [PATCH v2 04/10] KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error
` [PATCH v2 05/10] KVM: SVM: Require AP's "requested" SEV_FEATURES to match KVM's view
` [PATCH v2 06/10] KVM: SVM: Simplify request+kick logic in SNP AP Creation handling
` [PATCH v2 07/10] KVM: SVM: Use guard(mutex) to simplify SNP AP Creation error handling
` [PATCH v2 08/10] KVM: SVM: Mark VMCB dirty before processing incoming snp_vmsa_gpa
` [PATCH v2 09/10] KVM: SVM: Use guard(mutex) to simplify SNP vCPU state updates
` [PATCH v2 10/10] KVM: SVM: Invalidate "next" SNP VMSA GPA even on failure

[PATCH 0/4] ppc/amigaone patches
 2025-02-27  1:24 UTC  (9+ messages)
` [PATCH 1/4] ppc/amigaone: Simplify replacement dummy_fw
` [PATCH 2/4] ppc/amigaone: Implement NVRAM emulation
` [PATCH 3/4] ppc/amigaone: Add default environment
` [PATCH 4/4] ppc/amigaone: Add kernel and initrd support

[PATCH v3 20/35] x86/bugs: Define attack vectors
 2025-02-27  1:23 UTC  (12+ messages)

[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task
 2025-02-27  1:23 UTC  (2+ messages)

[PATCH v2 00/20] KVM: TDX: TDX "the rest" part
 2025-02-27  1:20 UTC  (21+ messages)
` [PATCH v2 01/20] KVM: TDX: Handle EPT violation/misconfig exit
` [PATCH v2 02/20] KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs
` [PATCH v2 03/20] KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY
` [PATCH v2 04/20] KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal
` [PATCH v2 05/20] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v2 06/20] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v2 07/20] KVM: x86: Move KVM_MAX_MCE_BANKS to header file
` [PATCH v2 08/20] KVM: TDX: Implement callbacks for MSR operations
` [PATCH v2 09/20] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v2 10/20] KVM: TDX: Enable guest access to LMCE related MSRs
` [PATCH v2 11/20] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v2 12/20] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v2 13/20] KVM: TDX: Add method to ignore guest instruction emulation
` [PATCH v2 14/20] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v2 15/20] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v2 16/20] KVM: TDX: Ignore setting up mce
` [PATCH v2 17/20] KVM: TDX: Add a method to ignore hypercall patching
` [PATCH v2 18/20] KVM: TDX: Enable guest access to MTRR MSRs
` [PATCH v2 19/20] KVM: TDX: Make TDX VM type supported
` [PATCH v2 20/20] Documentation/virt/kvm: Document on Trust Domain Extensions (TDX)

[PATCH v2] zswap: do not crash the kernel on decompression failure
 2025-02-27  1:19 UTC  (2+ messages)

[PATCH 0/2] Add an iommufd selftest for replacement between domain and handle
 2025-02-27  1:24 UTC  (7+ messages)
` [PATCH 1/2] iommufd/selftest: Add a helper to get test device
` [PATCH 2/2] iommufd/selftest: Add coverage for RID replace between handle and non-handle

[PATCH v2] wifi: mac80211: Add support for management frames stats
 2025-02-27  1:17 UTC  (3+ messages)

[PATCH 1/2] scsi: fnic: Replace fnic->lock_flags with local flags
 2025-02-27  1:16 UTC  (4+ messages)
` [PATCH 2/2] scsi: fnic: Remove unnecessary spinlock locking and unlocking

[meta-oe][PATCH] postgresql: upgrade 16.8 -> 17.4
 2025-02-27  1:16 UTC 

[PATCH v3 0/4] clk: imx8mp: fix parents of AUDIOMIX DSP/OCRAM_A
 2025-02-27  2:22 UTC  (2+ messages)

[PATCH 0/3] Enable GuC opt-in features
 2025-02-27  1:15 UTC  (5+ messages)
` [PATCH 1/3] drm/xe/guc: move KLV helpers to common file
` [PATCH 2/3] drm/xe/guc: Enable extended CAT error reporting
` [PATCH 3/3] drm/xe/guc: Enable the Dynamic Inhibit Context Switch optimization
` ✗ CI.Patch_applied: failure for Enable GuC opt-in features

[PATCH 0/2] KVM: x86: Advertise support for WRMSRNS
 2025-02-27  1:14 UTC  (4+ messages)
` [PATCH 1/2] x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)
` [PATCH 2/2] KVM: x86: Advertise support for WRMSRNS

[PATCH v2 0/5] KVM: SVM: Fix DEBUGCTL bugs
 2025-02-27  1:13 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
` [PATCH v2 2/5] KVM: x86: Snapshot the host's DEBUGCTL in common x86
` [PATCH v2 3/5] KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabled
` [PATCH v2 4/5] KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
` [PATCH v2 5/5] KVM: SVM: Treat DEBUGCTL[5:2] as reserved

[PATCH v14 00/10] Coresight: Add Coresight TMC Control Unit driver
 2025-02-27  1:05 UTC  (4+ messages)
` [PATCH v14 02/10] Coresight: Add trace_id function to retrieving the trace ID

[PATCH v4 00/21] Add Counter delegation ISA extension support
 2025-02-27  1:05 UTC  (6+ messages)
` [PATCH v4 12/21] RISC-V: perf: Modify the counter discovery mechanism

[PATCH v2 1/2] dt-bindings: clock: mediatek,mt8188: Add VDO1_DPI1_HDMI clock
 2025-02-27  1:03 UTC  (4+ messages)
` [PATCH v2 2/2] clk: mediatek: mt8188-vdo1: Add VDO1_DPI1_HDMI clock for hdmitx

[PATCH] scripts/gdb/symbols: follow up on refactoring for const struct bin_attribute
 2025-02-27  1:05 UTC  (5+ messages)

Help needed with combining host and guest VM images in Yocto #qemu #qemux86-64
 2025-02-27  1:04 UTC  (2+ messages)
` [yocto] "

[tip:x86/core 16/17] vmlinux.o: warning: objtool: do_jit+0x597: relocation to !ENDBR: memcpy_orig+0x0
 2025-02-27  1:03 UTC 

[PATCH v3 0/4] clk: amlogic: drop clk_regmap tables
 2025-02-27  1:01 UTC  (4+ messages)
` [PATCH v3 1/4] clk: add a clk_hw helpers to get the clock device or device_node

[PATCH v7 0/9] add more ref consistency checks
 2025-02-27  0:57 UTC  (4+ messages)
` [PATCH v7 3/9] packed-backend: check whether the "packed-refs" is regular file

[PATCH v3 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-02-27  0:56 UTC  (7+ messages)
` [PATCH v3 2/4] platform/x86: Add Lenovo Gamezone WMI Driver
` [PATCH v3 4/4] platform/x86: Add Lenovo Other Mode "

[PATCH 1/2] imx8mq: imx8mq_evk: fix DEFAULT_FDT_FILE
 2025-02-27  0:55 UTC  (6+ messages)
` [PATCH 2/2] imx8mm: imx8mm_evk: fix BOOTSTD boot

[android-common:android14-6.1-2024-12 0/1] fs/f2fs/segment.h:649:34: error: implicit declaration of function 'get_available_block_count'; did you mean 'dec_valid_block_count'?
 2025-02-27  0:53 UTC 

[PATCH 0/6] IBPB cleanups and a fixup
 2025-02-27  0:54 UTC  (8+ messages)
` [PATCH 4/6] x86/bugs: Use a static branch to guard IBPB on vCPU load

[PATCH] KVM: VMX: Extract checks on entry/exit control pairs to a helper macro
 2025-02-27  0:53 UTC 

[PATCH v4 0/3] Parse the HEST PCIe AER and set to relevant registers
 2025-02-26  9:41 UTC  (4+ messages)
` [PATCH v4 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[PATCH v9 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-02-27  0:51 UTC  (7+ messages)

[PATCH] tty: pty: remove redundant local variable
 2025-02-27  0:49 UTC  (2+ messages)

[PATCH v5 0/4] Parse the HEST PCIe AER and set to relevant registers
 2025-02-26 12:18 UTC  (5+ messages)
` [PATCH v5 1/4] ACPI: APEI: Move apei_hest_parse() to apei.h
` [PATCH v5 2/4] ACPI: APEI: Add new hest_parse_pcie_aer()
` [PATCH v5 3/4] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH v5 4/4] PCI: ACPI: Add new pci_acpi_program_hest_aer_params()

[PATCH] x86/speculation: Simplify and make CALL_NOSPEC consistent
 2025-02-27  0:49 UTC  (2+ messages)

[PATCH] wifi: rtlwifi: pci: Fix condition to wake the queues
 2025-02-27  0:49 UTC  (4+ messages)

[PATCH v2 00/15] target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c
 2025-02-27  0:46 UTC  (4+ messages)
` [PATCH v2 06/15] target/ppc: Ensure powerpc_checkstop() is only called under TCG

[isar-cip-core][PATCH v3] initramfs-crypt-hook: Optimize disk encryption in combination with expansion of last partition
 2025-02-27  0:46 UTC  (2+ messages)
` [cip-dev] "

[PATCH] uio_hv_generic: Set event for all channels on the device
 2025-02-27  0:45 UTC 

[PATCH] tracing: probe-events: Add comments about entry data storing code
 2025-02-27  0:45 UTC 

ndctl cxl test suite fails in arm64 QEMU
 2025-02-27  0:44 UTC  (7+ messages)

[PATCH net] gve: unlink old napi when stopping a queue using queue API
 2025-02-27  0:44 UTC  (2+ messages)

[PATCH rtw-next 0/7] Add support for RTL8814AE and RTL8814AU
 2025-02-27  0:43 UTC  (8+ messages)
` [PATCH rtw-next 1/7] wifi: rtw88: Add some definitions for RTL8814AU
` [PATCH rtw-next 2/7] wifi: rtw88: Add rtw8814a_table.c (part 1/2)
` [PATCH rtw-next 3/7] wifi: rtw88: Add rtw8814a_table.c (part 2/2)
` [PATCH rtw-next 4/7] wifi: rtw88: Add rtw8814a.{c,h}
` [PATCH rtw-next 5/7] wifi: rtw88: Add rtw8814ae.c
` [PATCH rtw-next 6/7] wifi: rtw88: Add rtw8814au.c
` [PATCH rtw-next 7/7] wifi: rtw88: Enable the new RTL8814AE/RTL8814AU drivers

[PATCH v4 0/6] migration/rdma: fixes, refactor and cleanup
 2025-02-27  0:42 UTC  (4+ messages)
` [PATCH v4 5/6] migration: Unfold control_save_page()

[bitbake-devel] Clarification on Cleaning Up a Remote Hash Equivalence DB
 2025-02-27  0:42 UTC  (2+ messages)
`  "

[RFC] Circumventing FineIBT Via Entrypoints
 2025-02-27  0:41 UTC  (10+ messages)

[PATCH i-g-t] drm-uapi/xe: Sync with PXP and EU stall changes
 2025-02-27  0:41 UTC  (3+ messages)

[PATCH 0/4] cputlb: add tlb_flush_other_cpu
 2025-02-27  0:40 UTC  (3+ messages)
` [PATCH 1/4] target/ppc: drop ppc_tlb_invalidate_all from cpu_reset

[PATCH v2] iommu/vt-d: fix system hang on reboot -f
 2025-02-27  0:40 UTC  (9+ messages)

[PATCH] tools/perf: Use perf_tool__init() to initialize default values in builtin trace
 2025-02-27  0:38 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.14-rc5
 2025-02-27  0:37 UTC 

[PATCH v8 0/4] Tracing contention lock owner call stack
 2025-02-27  0:28 UTC  (5+ messages)
` [PATCH v8 1/4] perf lock: Add bpf maps for owner stack tracing
` [PATCH v8 2/4] perf lock: Retrieve owner callstack in bpf program
` [PATCH v8 3/4] perf lock: Make rb_tree helper functions generic
` [PATCH v8 4/4] perf lock: Report owner stack in usermode

[PATCH v7 0/4] Tracing contention lock owner call stack
 2025-02-27  0:35 UTC  (5+ messages)
` [PATCH v7 4/4] perf lock: Report owner stack in usermode

C aggregate passing (Rust kernel policy)
 2025-02-27  0:35 UTC  (11+ messages)

vmalloc_node_range for size 4198400 failed: Address range restricted to 0xf1000000 - 0xf5110000 (kernel 6.14-rc4, ppc32)
 2025-02-27  0:34 UTC 

[PATCH v2 0/2] Add support for ADG1414 Serially-Controlled Octal SPST Switches
 2025-02-27  0:33 UTC  (7+ messages)
` [PATCH v2 2/2] gpio: gpio-adg1414: New driver

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-02-27  0:33 UTC  (7+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH 0/2] sunxi: clk/mmc: Fix T113-s3 MMC performance
 2025-02-27  0:33 UTC  (5+ messages)
` [PATCH 1/2] sunxi: mmc: Fix T113-s3 MMC clock divider
` [PATCH 2/2] sunxi: sun50i_h6: clock: fix PLL_PERIPH0 rate calculation

[PATCH 0/6] Move pKVM ownership state to hyp_vmemmap
 2025-02-27  0:33 UTC  (7+ messages)
` [PATCH 1/6] KVM: arm64: Track SVE state in the hypervisor vcpu structure
` [PATCH 2/6] KVM: arm64: Use 0b11 for encoding PKVM_NOPAGE
` [PATCH 3/6] KVM: arm64: Introduce {get,set}_host_state() helpers
` [PATCH 4/6] KVM: arm64: Move hyp state to hyp_vmemmap
` [PATCH 5/6] KVM: arm64: Defer EL2 stage-1 mapping on share
` [PATCH 6/6] KVM: arm64: Unconditionally cross check hyp state

[PATCH v1] x86/insn: Fix linux/unaligned.h include path
 2025-02-27  0:32 UTC  (2+ messages)

[PATCH] drm/i915/mst: update max stream count to match number of pipes
 2025-02-27  0:31 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[RFC PATCH 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
 2025-02-27  0:29 UTC  (2+ messages)

[PATCH] [CI] Test out GuC v70.40.2
 2025-02-27  0:29 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "


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.