All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-22 23:30:54 to 2025-05-23 01:21:03 UTC [more...]

[PATCH v3 0/7] eIBRS fixes
 2025-05-23  1:21 UTC  (4+ messages)
` [PATCH v3 1/7] x86/retbleed: Avoid AUTO after the select step
` [PATCH v3 2/7] x86/retbleed: Simplify the =stuff checks
` [PATCH v3 3/7] x86/bugs: Exit early if return thunk is already set

[PATCH 0/5] KVM: VMX: Fix MMIO Stale Data Mitigation
 2025-05-23  1:17 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Avoid calling kvm_is_mmio_pfn() when kvm_x86_ops.get_mt_mask is NULL
` [PATCH 2/5] KVM: x86/mmu: Locally cache whether a PFN is host MMIO when making a SPTE
` [PATCH 3/5] KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest
` [PATCH 4/5] Revert "kvm: detect assigned device via irqbypass manager"
` [PATCH 5/5] VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()

Bug#1106321: iproute2: "ip monitor" fails with current trixie's linux kernel / iproute2 combination
 2025-05-23  1:17 UTC  (6+ messages)

[PATCH v2] drm/rockchip: cdn-dp: Convert to drm bridge
 2025-05-23  1:13 UTC  (2+ messages)

New test in bios-tables-test.c for the ACPI PCI hotplug on ARM series
 2025-05-23  1:13 UTC 

[PATCH v16 00/22] Type2 device basic support
 2025-05-23  1:13 UTC  (4+ messages)
` [PATCH v16 22/22] sfc: support pio mapping based on cxl

[PATCH bpf-next v1] libbpf: Fix inheritance of BTF pointer size
 2025-05-23  1:12 UTC  (3+ messages)

[Bug] "soft lockup in inet6_release“ in Linux Kernel v6.15-rc5
 2025-05-23  1:10 UTC 

[PATCH v3 3/4] KVM: s390: refactor and split some gmap helpers
 2025-05-23  1:03 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23  1:04 UTC  (3+ messages)
` vmlinux BTF as a module (was Re: [PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux)

[PATCH v2 0/2] packfile: avoid access(3p) calls for missing packs
 2025-05-23  1:03 UTC  (3+ messages)
` [PATCH v2 1/2] packfile: explain ordering of how we look up auxiliary pack files

[PATCH 8/8] Revert "crypto: lib/sha256 - Add helpers for block-based shash"
 2025-05-23  1:03 UTC  (2+ messages)

[PATCH] packfile: avoid access(3p) calls for missing packs
 2025-05-23  1:02 UTC  (4+ messages)

[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
 2025-05-23  1:00 UTC  (60+ messages)
` [PATCH v2 01/59] KVM: x86: Pass new routing entries and irqfd when updating IRTEs
` [PATCH v2 02/59] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH v2 03/59] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH v2 04/59] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH v2 05/59] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH v2 06/59] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v2 07/59] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v2 08/59] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v2 09/59] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v2 10/59] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v2 11/59] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v2 12/59] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH v2 13/59] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH v2 14/59] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH v2 15/59] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH v2 16/59] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH v2 17/59] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH v2 18/59] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH v2 19/59] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH v2 20/59] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH v2 21/59] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH v2 22/59] KVM: VMX: "
` [PATCH v2 23/59] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH v2 24/59] KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.c
` [PATCH v2 25/59] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH v2 26/59] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH v2 27/59] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH v2 28/59] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH v2 29/59] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH v2 30/59] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH v2 31/59] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH v2 32/59] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH v2 33/59] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH v2 34/59] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH v2 35/59] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH v2 36/59] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH v2 37/59] iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
` [PATCH v2 38/59] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH v2 39/59] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH v2 40/59] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH v2 41/59] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH v2 42/59] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH v2 43/59] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH v2 44/59] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH v2 45/59] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH v2 46/59] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH v2 47/59] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH v2 48/59] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH v2 49/59] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
` [PATCH v2 50/59] KVM: SVM: WARN if ir_list is non-empty at vCPU free
` [PATCH v2 51/59] KVM: x86: Decouple device assignment from IRQ bypass
` [PATCH v2 52/59] KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting "
` [PATCH v2 53/59] KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
` [PATCH v2 54/59] iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
` [PATCH v2 55/59] KVM: SVM: Fold avic_set_pi_irte_mode() into its sole caller
` [PATCH v2 56/59] KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
` [PATCH v2 57/59] KVM: SVM: Consolidate IRTE update "
` [PATCH v2 58/59] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
` [PATCH v2 59/59] KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking

[PATCH v8 0/9] coredump: add coredump socket
 2025-05-23  0:59 UTC  (3+ messages)
` [PATCH v8 4/9] "

xfs/566 execution time
 2025-05-23  0:59 UTC  (5+ messages)

[PATCH v2 1/1] x86/fred/signal: Prevent single-step upon ERETU completion
 2025-05-23  0:57 UTC  (6+ messages)

[PATCH] Add Zhaoxin support to enable tsc_reliable and arch_random features
 2025-05-22 10:40 UTC 

[PATCH v5] mtd: rawnand: brcmnand: legacy exec_op implementation
 2025-05-23  0:54 UTC  (5+ messages)

[PATCH v3 0/7] riscv: pmu: Add support for Control Transfer Records Ext
 2025-05-22 23:25 UTC  (14+ messages)
` [PATCH v3 1/7] perf: Increase the maximum number of branches remove_loops() can process
` [PATCH v3 2/7] riscv: pmu: Add Control transfer records CSR definations
` [PATCH v3 3/7] riscv: Add Control Transfer Records extension parsing
` [PATCH v3 4/7] riscv: pmu: Add infrastructure for Control Transfer Record
` [PATCH v3 5/7] riscv: pmu: Add driver for Control Transfer Records Ext
` [PATCH v3 6/7] riscv: pmu: Integrate CTR Ext support in riscv_pmu_dev driver
` [PATCH v3 7/7] dt-bindings: riscv: add Sxctr ISA extension description

[PATCH] perf test: Add cgroup summary test case for perf trace
 2025-05-23  0:48 UTC  (5+ messages)

[PATCH] f2fs: enable tuning of boost_zoned_gc_percent via sysfs
 2025-05-23  0:21 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/4] midx repack: fix overflow on 32 bit systems
 2025-05-23  0:36 UTC  (7+ messages)
` [PATCH 1/4] midx repack: avoid integer "
` [PATCH v2 0/4] midx repack: fix "

[PATCH 3/9] firmware/tegra: avoid accessing iosys_map internals
 2025-05-23  0:32 UTC  (2+ messages)

[PATCH] pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed
 2025-05-23  0:31 UTC  (6+ messages)
` [PATCH v2 0/3] pack-bitmap: fix memory leak if load_bitmap_entries_v1 failed
  ` [PATCH v2 3/3] pack-bitmap: add loading corrupt bitmap_index test

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-23  0:30 UTC  (6+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response

[RFC PATCH 0/1] Add driver for bootstage stash
 2025-05-22 22:42 UTC 

[PATCH RFC] mtd: spi-nor: Sleep between ready checks
 2025-05-23  0:14 UTC  (2+ messages)

[GIT PULL] pmdomain fixes for v6.15-rc8
 2025-05-22 23:58 UTC  (2+ messages)

[meta-xfce][scarthgap][PATCH] xfce4 update HOMEPAGEs
 2025-05-23  0:23 UTC 

[PATCH v1] iommu/vt-d: Remove the redundant logic in first_level_by_default()
 2025-05-23  8:10 UTC 

[PATCH v6 0/5] Enable automatic SVN updates for SGX enclaves
 2025-05-23  0:18 UTC  (5+ messages)
` [PATCH v6 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v6 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]

[PATCH] binutils: Fix CVE-2025-1180
 2025-05-23  0:16 UTC  (2+ messages)
` [OE-core] "

[PATCH] kconfig: check for a NULL pointer before access
 2025-05-23  0:16 UTC  (2+ messages)

[PATCH v2] rust: doc: Clarify safety invariants for Revocable type
 2025-05-23  0:13 UTC  (11+ messages)

[PATCH v2] docs: powerpc: Add htm.rst to table of contents
 2025-05-23  0:11 UTC 

[PATCH v4 0/4] KVM: x86: Dynamically allocate hashed page list
 2025-05-23  0:11 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: TDX: Move TDX hardware setup from main.c to tdx.c
` [PATCH v4 2/4] KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page list
` [PATCH v4 3/4] KVM: x86: Use kvzalloc() to allocate VM struct
` [PATCH v4 4/4] KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list

[meta-oe][PATCH] libserialmodule: v1.0.3 -> v1.0.7
 2025-05-23  0:10 UTC  (2+ messages)
` [oe] "

[PATCH] target/arm: Ignore SCTLR_EL2.EnSCXT when !ELIsInHost()
 2025-05-23  0:06 UTC  (2+ messages)

nfs mount failed with ipv6 addr
 2025-05-22 23:21 UTC  (2+ messages)

[PATCH v3 0/3] drm/xe: Small fixes and cleanups for PXP
 2025-05-23  0:04 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Small fixes and cleanups for PXP (rev3)

[PATCH] busybox: rm faulty .config arg to merge_config.sh
 2025-05-22 22:53 UTC 

[PATCHv2 0/5] wifi: ath9k: add ahb OF support
 2025-05-23  0:04 UTC  (4+ messages)
` [PATCHv2 4/5] dt-bindings: net: wireless: ath9k: add OF bindings

[BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out
 2025-05-23  0:03 UTC  (4+ messages)

[GIT PULL] MMC fixes for v6.15-rc8
 2025-05-22 23:58 UTC  (2+ messages)

[PATCH v8 00/20] Rate limit AER logs
 2025-05-22 23:58 UTC  (11+ messages)
` [PATCH v8 13/20] PCI/ERR: Add printk level to pcie_print_tlp_log()
` [PATCH v8 16/20] PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to index
` [PATCH v8 17/20] PCI/AER: Simplify add_error_device()
` [PATCH v8 18/20] PCI/AER: Ratelimit correctable and non-fatal error logging
` [PATCH v8 20/20] PCI/AER: Add sysfs attributes for log ratelimits

[PATCH net-next v3 0/8] gve: Add Rx HW timestamping support
 2025-05-22 23:57 UTC  (9+ messages)
` [PATCH net-next v3 1/8] gve: Add device option for nic clock synchronization
` [PATCH net-next v3 2/8] gve: Add adminq command to report nic timestamp
` [PATCH net-next v3 3/8] gve: Add initial PTP device support
` [PATCH net-next v3 4/8] gve: Add adminq lock for queues creation and destruction
` [PATCH net-next v3 5/8] gve: Add support to query the nic clock
` [PATCH net-next v3 6/8] gve: Add rx hardware timestamp expansion
` [PATCH net-next v3 7/8] gve: Implement ndo_hwtstamp_get/set for RX timestamping
` [PATCH net-next v3 8/8] gve: Advertise support for rx hardware timestamping

[PATCH v2 00/13] drm/i915/flipq: Rough flip queue implementation
 2025-05-22 23:57 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/flipq: Rough flip queue implementation (rev6)

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-22 23:56 UTC  (12+ messages)
` [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next V2 08/11] net/mlx5e: Convert over to netmem
` [PATCH net-next V2 09/11] net/mlx5e: Add support for UNREADABLE netmem page pools

USB UVC webcam cannot capture
 2025-05-22 23:55 UTC 

xen_acpi_processor driver is bound to dom0 vcpu count
 2025-05-22 23:22 UTC 

[PATCH v3 00/13] KVM: Make irqfd registration globally unique
 2025-05-22 23:52 UTC  (14+ messages)
` [PATCH v3 01/13] KVM: Use a local struct to do the initial vfs_poll() on an irqfd
` [PATCH v3 02/13] KVM: Acquire SCRU lock outside of irqfds.lock during assignment
` [PATCH v3 03/13] KVM: Initialize irqfd waitqueue callback when adding to the queue
` [PATCH v3 04/13] KVM: Add irqfd to KVM's list via the vfs_poll() callback
` [PATCH v3 05/13] KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock
` [PATCH v3 06/13] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
` [PATCH v3 07/13] xen: privcmd: Don't mark eventfd waiter as EXCLUSIVE
` [PATCH v3 08/13] sched/wait: Add a waitqueue helper for fully exclusive priority waiters
` [PATCH v3 09/13] KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter
` [PATCH v3 10/13] KVM: Drop sanity check that per-VM list of irqfds is unique
` [PATCH v3 11/13] KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test
` [PATCH v3 12/13] KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD
` [PATCH v3 13/13] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements

[PATCH 6.6 005/568] md: fix deadlock between mddev_suspend and flush bio
 2025-05-22 23:51 UTC 

[PATCH v2 00/28] clang: Add clang C/C++ toolchain
 2025-05-22 23:49 UTC  (4+ messages)
` [PATCH v2 27/28] systemd-boot: Use gcc on musl/arm
  ` [OE-core] "

[PATCH] apply: set file mode when --reverse creates a deleted file
 2025-05-22 23:48 UTC  (3+ messages)

[PATCH v2 0/2] arm64/module: Enable late module relocations
 2025-05-22 23:35 UTC  (4+ messages)
` [PATCH v2 2/2] arm64/module: Use text-poke API for late relocations

[PATCH v3 0/4] relayfs: misc changes
 2025-05-22 23:42 UTC  (4+ messages)

[PATCH 0/5] Qualcomm: teach the build system to emit signed ELF images
 2025-05-22 23:39 UTC  (4+ messages)

[PATCH v3 0/8] x86, KVM: Optimize SEV cache flushing
 2025-05-22 23:37 UTC  (9+ messages)
` [PATCH v3 1/8] drm/gpu: Remove dead checks on wbinvd_on_all_cpus()'s return value
` [PATCH v3 2/8] x86, lib: Drop the unused return value from wbinvd_on_all_cpus()
` [PATCH v3 3/8] x86, lib: Add WBNOINVD helper functions
` [PATCH v3 4/8] x86, lib: Add wbinvd and wbnoinvd helpers to target multiple CPUs
` [PATCH v3 5/8] KVM: x86: Use wbinvd_on_cpu() instead of an open-coded equivalent
` [PATCH v3 6/8] KVM: SVM: Remove wbinvd in sev_vm_destroy()
` [PATCH v3 7/8] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
` [PATCH v3 8/8] KVM: SVM: Flush cache only on CPUs running SEV guest

[PATCH] rcu: add deprecation notice about limit on defer queue element size
 2025-05-22 23:37 UTC 

[PATCH net-next v2] net: dlink: enable RMON MMIO access on supported devices
 2025-05-22 23:34 UTC 

Reminder of Boot-Time SIG meeting - May 27
 2025-05-22 23:33 UTC 

[PATCH v13 00/27] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-05-22 23:31 UTC  (3+ messages)
` [PATCH v13 17/27] x86/resctrl: Add the support for reading ABMC counters

[PATCH 2/3] drm/amdgpu: Adding amdgpu CRIU ioctl
 2025-05-22 23:30 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.