All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-22 23:27:08 to 2026-05-23 00:40:39 UTC [more...]

[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
 2026-05-23  0:40 UTC 

[PATCH v2] net: stmmac: mmc: Remove duplicate mmc_rx crc
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH net-next] rtnetlink: do not use RTNL in rtnl_af_register() and rtnl_af_unregister()
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH net-next v4 0/3] net: dsa: yt921x: Add port TBF support
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH v2 0/7] ARCnet: remove outdated drivers and information and unused code; small cleanups and documentation improvements
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH net-next] dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be used
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH net] net/smc: Do not re-initialize smc hashtables
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH] Add JEDEC ID table entries for additional ISSI SPI-NOR devices. (Octal SPI 2026)
 2026-05-23  0:37 UTC 

[PATCH 0/2] fsck.erofs: introduce multi-threaded decompression
 2026-05-23  0:37 UTC  (3+ messages)
` [PATCH 1/2] fsck.erofs: introduce multi-threaded decompression with static batching
` [PATCH 2/2] fsck.erofs: implement dynamic pcluster batching based on algorithm complexity

[PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
 2026-05-23  0:38 UTC  (2+ messages)

[PATCH v3 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-05-23  0:34 UTC  (4+ messages)

[PATCH net v2 0/4] netlink: fixes for cross-namespace nsid reporting
 2026-05-23  0:30 UTC  (2+ messages)

[PATCH] usb: xhci: bound wait command completion to avoid kdump deadlock
 2026-05-23  0:29 UTC  (17+ messages)
      ` [PATCH RFT RFC] usb: xhci: Kill hosts with HCE or HSE on command timeout

[PATCH] drm/xe: Assign queue name in time for drm_sched_init
 2026-05-23  0:28 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH net-next v3 2/2] dpll: zl3073x: add NCO virtual input pin
 2026-05-23  0:27 UTC  (2+ messages)

[PATCH] llc: Add SPDX id lines to llc header files
 2026-05-23  0:23 UTC 

[PATCH v2 bpf-next 05/11] bpf: tcp: Add kfunc to adjust sk->sk_rcvlowat
 2026-05-23  0:22 UTC  (3+ messages)

[PATCH v2 bpf-next 02/11] bpf: tcp: Introduce BPF_SOCK_OPS_RCVQ_CB
 2026-05-23  0:21 UTC  (3+ messages)

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-05-23  0:18 UTC  (86+ messages)
` [PATCH v7 01/42] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v7 02/42] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v7 03/42] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v7 04/42] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v7 05/42] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v7 06/42] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 08/42] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 11/42] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v7 12/42] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v7 13/42] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v7 15/42] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v7 17/42] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v7 18/42] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v7 19/42] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v7 22/42] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v7 23/42] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v7 24/42] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v7 25/42] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v7 27/42] KVM: selftests: Test basic single-page conversion flow
` [PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v7 29/42] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v7 30/42] KVM: selftests: Test conversion before allocation
` [PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v7 33/42] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH net 8/8] ixgbe: only access vfinfo and mv_list under RCU lock
 2026-05-23  0:16 UTC  (3+ messages)

[PATCH net 7/8] i40e: set supported_extts_flags for rising edge
 2026-05-23  0:16 UTC  (2+ messages)

[PATCH net 6/8] ice: skip unnecessary VF reset when setting trust
 2026-05-23  0:16 UTC  (3+ messages)

[PATCH net 5/8] iavf: send MAC change request synchronously
 2026-05-23  0:16 UTC  (3+ messages)

[PATCH net 4/8] i40e: skip unnecessary VF reset when setting trust
 2026-05-23  0:16 UTC  (3+ messages)

[PATCH net 2/8] ice: fix stats array overflow when VF requests more queues
 2026-05-23  0:16 UTC  (2+ messages)

[PATCH net 1/8] ice: fix UAF/NULL deref when VSI rebuild and XDP attach race
 2026-05-23  0:16 UTC  (2+ messages)

[PATCH] net: sfp: add quirk for OEM 2.5G optical modules
 2026-05-23  0:14 UTC  (2+ messages)

[PATCH v4 00/20] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-05-23  0:13 UTC  (3+ messages)
` [PATCH v4 14/20] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images

[PATCH] Bluetooth: Add SPDX id lines to some source files
 2026-05-23  0:13 UTC 

[PATCH 0/4] firmware: arm_ffa: Move core init to platform driver probe
 2026-05-23  0:11 UTC  (3+ messages)
` [PATCH 2/4] firmware: arm_ffa: Register core as a platform driver

[PATCH] mm/dmapool: remove redundant DMAPOOL_DEBUG macro
 2026-05-23  0:10 UTC  (3+ messages)
  ` 答复: [外部邮件] "

[PATCH v2 0/6] Remove driver dependencies on ib_uverbs.ko
 2026-05-23  0:10 UTC  (7+ messages)
` [PATCH v2 1/6] RDMA/core: Do not compile ib_core_uverbs without USER_ACCESS
` [PATCH v2 2/6] RDMA/core: Move many of the little EXPORTs from uverbs_ioctl into ib_core_uverbs
` [PATCH v2 3/6] RDMA/core: Remove uverbs_async_event_release()
` [PATCH v2 4/6] RDMA/core: Make a new module for the uverbs components needed by drivers
` [PATCH v2 5/6] RDMA/core: Move ucaps into ib_uverbs_support.ko
` [PATCH v2 6/6] RDMA/core: Move flow related functions to ib_uverbs_support.ko

[PATCH v4 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-05-23  0:09 UTC  (4+ messages)
` [PATCH v4 1/7] lsm: Add granular mount hooks to replace security_sb_mount

[PATCH] ARM: mm: fix kexec and hibernation with CONFIG_CPU_TTBR0_PAN
 2026-05-23  0:08 UTC 

[PATCH 0/2] Convert env export and import to use getopt()
 2026-05-23  0:08 UTC  (3+ messages)

[PATCH v3 0/3] Enable MSI affinity support for dwc PCI
 2026-05-23  0:07 UTC  (4+ messages)
` [PATCH v3 3/3] PCI: dwc: Enable MSI affinity support

[PATCH 0/5] Remove some empty bootdev_ops structures
 2026-05-23  0:05 UTC  (5+ messages)
` [0/5] "

[PATCH v2 00/37] bsd-user: Upstream most of the remaining system calls
 2026-05-23  0:03 UTC  (30+ messages)
` [PATCH v2 12/37] bsd-user: Add do_bsd_setsockopt and socket option definitions
` [PATCH v2 13/37] bsd-user: Add do_bsd_getsockopt
` [PATCH v2 14/37] bsd-user: Add FreeBSD socket helpers and sockaddr conversion
` [PATCH v2 15/37] bsd-user: Add os-socket.c with cmsg conversion functions
` [PATCH v2 16/37] bsd-user: Add socket system call dispatch
` [PATCH v2 17/37] bsd-user: Add os-time.h with clock and time-of-day functions
` [PATCH v2 18/37] bsd-user: Add utimes, futimes, and ktimer functions to os-time.h
` [PATCH v2 19/37] bsd-user: Add select, pselect, and ppoll "
` [PATCH v2 20/37] bsd-user: Add kqueue and kevent functions "
` [PATCH v2 21/37] bsd-user: Add sigtimedwait, itimer, and futimens "
` [PATCH v2 22/37] bsd-user: Add os-time.c and time-related type definitions
` [PATCH v2 23/37] bsd-user: Add time system call dispatch
` [PATCH v2 24/37] bsd-user: Add thread, umtx, and ACL type definitions
` [PATCH v2 25/37] bsd-user: Add cpu_copy and make init_task_state non-static

[PATCH net-next v3 0/8] net: dsa: microchip: Remove unnecessary ksz_dev_ops callbacks
 2026-05-23  0:03 UTC  (2+ messages)

[PATCH v2 0/3] xprtrdma: Decouple req recycling from RPC completion
 2026-05-23  0:02 UTC  (4+ messages)
` [PATCH v2 1/3] xprtrdma: Use sendctx DMA state for Send signaling
` [PATCH v2 2/3] xprtrdma: Decouple req recycling from RPC completion
` [PATCH v2 3/3] xprtrdma: Add request-pool slack for delayed recycling

[PATCH v2] perf riscv: Add SDT argument parsing for RISC-V
 2026-05-23  0:02 UTC  (4+ messages)

[PATCH 2/2] watchdog: ath79: convert to watchdog_device
 2026-05-23  0:02 UTC  (2+ messages)

[PATCH v7 0/9] Add virtio-mmio support to m68k virt machine
 2026-05-23  0:01 UTC  (2+ messages)

KernelCI Metrics Report - 2026-05-23 00:00 UTC
 2026-05-23  0:01 UTC 

[PATCH] riscv: ftrace: select HAVE_BUILDTIME_MCOUNT_SORT
 2026-05-23  0:00 UTC  (3+ messages)

[PATCH net-next] selftests: tls: use ASSERT_GE in test_mutliproc
 2026-05-23  0:00 UTC  (2+ messages)

[PATCH] global: Update URL for U-Boot project
 2026-05-22 23:58 UTC 

[PATCH net-next v8 10/10] net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configuration
 2026-05-22 23:58 UTC  (6+ messages)

[PATCH 0/3] Three folio-related btrfs fixes
 2026-05-22 23:56 UTC  (3+ messages)

[PATCH v4 0/3] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-22 23:53 UTC  (4+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature

[PATCH] board/qualcomm: use bootflow for default boot
 2026-05-22 23:53 UTC  (9+ messages)

[PATCH v1 0/3] perf: Fix kwork memory sanitization and libunwind test builds
 2026-05-22 23:52 UTC  (3+ messages)

[PATCH] riscv: dead code cleanup in kconfig for RISCV_PROBE_VECTOR_UNALIGNED_ACCESS
 2026-05-22 23:51 UTC  (3+ messages)

[PATCH net-next v3] net: napi: Skip last poll when arming gro timer in busy poll
 2026-05-22 23:50 UTC  (5+ messages)

[PATCH v13 00/22] TDX KVM selftests
 2026-05-22 23:50 UTC  (5+ messages)
` [PATCH v13 07/22] KVM: selftests: Introduce structures for TDX guest boot parameters

[PATCH net v4 0/5] xsk: fix meta and publish of cq issues
 2026-05-22 23:49 UTC  (10+ messages)

[PATCH] riscv: replace select with dependency for visible RELOCATABLE
 2026-05-22 23:48 UTC  (3+ messages)

[PATCH v2 1/5] KVM: guest_memfd: Use write permissions when GUP-ing source pages
 2026-05-22 23:47 UTC  (2+ messages)

[RFC PATCH v1 01/14] perf stat: Introduce core generic print traversal engine and header stubs
 2026-05-22 23:47 UTC  (2+ messages)

[PATCH 0/4] drm/xe/mmio: Small improvements
 2026-05-22 23:46 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v6 00/16]
 2026-05-22 23:45 UTC  (5+ messages)
` [PATCH v6 01/16] KVM: nSVM: Stop leaking single-stepping on VMRUN into L2

[GIT PULL] sched_ext: Fixes for v7.1-rc4
 2026-05-22 23:45 UTC  (2+ messages)

[PATCH v9 23/23] perf python: Add LiveSession helper
 2026-05-22 23:44 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2026-05-22 23:44 UTC 

[GIT PULL] SCSI fixes for 7.1-rc4+
 2026-05-22 23:44 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for v7.1-4
 2026-05-22 23:44 UTC  (2+ messages)

[PATCH 0/2] watchdog: ath79: modernize and broaden build coverage
 2026-05-22 23:43 UTC  (2+ messages)

[git pull] drm fixes for 7.1-rc5
 2026-05-22 23:44 UTC  (2+ messages)

[GIT PULL] cgroup: Fixes for v7.1-rc4
 2026-05-22 23:44 UTC  (2+ messages)

[PATCH 1/2] watchdog: ath79_wdt: select OF and COMPILE_TEST
 2026-05-22 23:38 UTC  (2+ messages)

[PATCH net v2 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-22 23:33 UTC  (3+ messages)
` [PATCH net v2 1/2] net: mana: Add NULL guards in teardown path to prevent panic on "
` [PATCH net v2 2/2] net: mana: Skip redundant detach on already-detached port

[PATCH] riscv: check leaf entry alignment in pageattr_pxd_entry()
 2026-05-22 23:34 UTC  (3+ messages)

Btrfs progs release 7.0
 2026-05-22 23:25 UTC  (2+ messages)

[PATCH net-next] net: fec_mpc52xx_phy: Add missing MODULE_DESCRIPTION()
 2026-05-22 23:32 UTC 

[syzbot] [fs?] KASAN: slab-use-after-free Read in reverse_path_check_proc
 2026-05-22 23:31 UTC  (2+ messages)

[PATCH v2] ARM: OMAP2+: Add CFI type for omap4_finish_suspend
 2026-05-22 23:30 UTC 

[PATCH v4] 00/30] Cleaning up the KVM clock mess
 2026-05-22 23:30 UTC  (11+ messages)
` [PATCH v4 27/30] KVM: x86: Add KVM_VCPU_TSC_EFFECTIVE_FREQ attribute

[PATCH v4 0/5] KVM: X86: Fix nested TDP error code info
 2026-05-22 23:27 UTC  (2+ messages)
` [PATCH v4 5/5] KVM: selftests: Add nested page fault injection test


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.