All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 23:15:35 to 2026-04-28 23:51:49 UTC [more...]

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-28 23:51 UTC  (9+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core

[PATCH bpf-next 00/18] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-28 23:50 UTC  (5+ messages)
` [PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions

[PATCH] hv_sock: fix ARM64 support
 2026-04-28 23:48 UTC  (3+ messages)

[PATCH v2] btrfs-progs: docs: update the operations affected by swapfiles
 2026-04-28 23:47 UTC 

[PATCH 0/6] single-binary: deduplicate target_info()
 2026-04-28 23:45 UTC  (7+ messages)
` [PATCH 1/6] target-info: extract target_info() definition in target-info-init.h
` [PATCH 2/6] target-info: introduce TargetInfo in QOM
` [PATCH 3/6] system/vl: initialize QOM first
` [PATCH 4/6] qom/object: add object_class_get_list_by_name_prefix
` [PATCH 5/6] target-info-qom: detect target from QOM
` [PATCH 6/6] target-info: replace target_info() in system-mode

[PATCH bpf-next v8 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-28 23:45 UTC  (12+ messages)
` [PATCH bpf-next v8 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v8 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v8 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v8 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v8 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v8 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v8 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v8 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v8 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v8 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v8 11/11] selftests/bpf: Tolerate missing files during install

[PATCH 0/2] Keep PHY link during WoL sleep cycle
 2026-04-28 23:44 UTC  (4+ messages)
` [PATCH net-next 2/2] net: bcmasp: "

[PATCH v5 0/6] gpu: nova-core: add GA100 support
 2026-04-28 23:41 UTC  (2+ messages)

[PATCH] Documentation: gpu: nova-core: document the IFR header layout
 2026-04-28 23:41 UTC  (5+ messages)

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-04-28 23:40 UTC  (116+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 02/53] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v5 03/53] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v5 04/53] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v5 05/53] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v5 06/53] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH RFC v5 07/53] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v5 08/53] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v5 09/53] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v5 11/53] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH RFC v5 12/53] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH RFC v5 13/53] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH RFC v5 14/53] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH RFC v5 15/53] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v5 16/53] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH RFC v5 17/53] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH RFC v5 18/53] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v5 19/53] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v5 20/53] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v5 21/53] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v5 22/53] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v5 23/53] KVM: x86: Support SW_PROTECTED_VM in applying content modes
` [PATCH RFC v5 24/53] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH RFC v5 25/53] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH RFC v5 26/53] KVM: x86: Support SNP and TDX applying content modes
` [PATCH RFC v5 27/53] KVM: x86: Bug CoCo VM on page fault before finalizing
` [PATCH RFC v5 28/53] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v5 29/53] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v5 30/53] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v5 31/53] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v5 32/53] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v5 33/53] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v5 34/53] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v5 35/53] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v5 36/53] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v5 37/53] KVM: selftests: Test conversion before allocation
` [PATCH RFC v5 38/53] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v5 39/53] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v5 40/53] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v5 41/53] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v5 42/53] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v5 43/53] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v5 44/53] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v5 45/53] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v5 46/53] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v5 47/53] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v5 48/53] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v5 49/53] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v5 50/53] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v5 51/53] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v5 52/53] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v5 53/53] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/6] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
  ` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
  ` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "

[PATCH] gpu: nova-core: program_brom cannot fail
 2026-04-28 23:40 UTC  (4+ messages)

[RFC PATCH net-next 0/2] net: napi: Fix timer arming during busy poll timeout
 2026-04-28 23:40 UTC  (3+ messages)
` [RFC PATCH net-next 1/2] net: napi: Fix interrupts permanently disabled during busy poll

[PATCH net-next] net: gianfar: use alloc_ethdev_mqs
 2026-04-28 23:39 UTC  (3+ messages)

[PATCH 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
 2026-04-28 23:35 UTC  (3+ messages)
` [PATCH 2/2] "

[patch 00/10] rseq: Cure refactoring regressions
 2026-04-28 23:34 UTC  (11+ messages)
` [patch 01/10] rseq: Set rseq::cpu_id_start to 0 on unregistration
` [patch 02/10] rseq: Protect rseq_reset() against interrupts
` [patch 03/10] rseq: Dont advertise time slice extensions if disabled
` [patch 04/10] rseq: Revert to historical performance killing behaviour
` [patch 05/10] selftests/rseq: Skip tests if time slice extensions are not available
` [patch 06/10] selftests/rseq: Make registration flexible for legacy and optimized mode
` [patch 07/10] selftests/rseq: Validate legacy behavior
` [patch 08/10] rseq: Implement read only ABI enforcement for optimized RSEQ V2 mode
` [patch 09/10] rseq: Reenable performance optimizations conditionally
` [patch 10/10] selftests/rseq: Expand for optimized RSEQ ABI v2

[PATCH v4 0/3] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-28 23:31 UTC  (7+ messages)
` [PATCH v4 1/3] mshv: limit SynIC management to MSHV-owned resources
` [PATCH v4 2/3] mshv: clean up SynIC state on kexec for L1VH
` [PATCH v4 3/3] mshv: unmap debugfs stats pages on kexec

[PATCH] Bluetooth: l2cap: fix UAF race in l2cap_sock_cleanup_listen
 2026-04-28 23:30 UTC 

[PATCH v2] fuse: back uncached readdir buffers with pages
 2026-04-28 23:29 UTC 

[PATCH v6 0/8] Introduce Xe PCIe FLR
 2026-04-28 23:28 UTC  (3+ messages)
` [PATCH v6 8/8] drm/xe/pci: Introduce "

[PATCH v2 0/8] x86/resctrl: Support for AMD Global (Slow) Memory Bandwidth Allocation
 2026-04-28 23:27 UTC  (4+ messages)
` [PATCH v2 2/8] x86/resctrl: Add RESCTRL_NPS_NODE scope for AMD NPS-aligned domains

[PATCH] vfio: selftests: Allow builds when ARCH=x86
 2026-04-28 23:27 UTC 

[PATCH v2] kselftest/arm64: Fix build failure with GCC-15
 2026-04-28 23:26 UTC  (7+ messages)

[PATCH] x86/resctrl: Only check Intel systems for SNC
 2026-04-28 23:26 UTC 

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-28 23:26 UTC  (8+ messages)
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH v2] scsi: target: tcm_loop: Fix NULL ptr dereference
 2026-04-28 23:24 UTC  (2+ messages)

[PATCH] ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()
 2026-04-28 23:25 UTC  (2+ messages)

[PATCH] net: usb: rtl8150: free skb on usb_submit_urb() failure in xmit
 2026-04-28 23:24 UTC  (4+ messages)
` [PATCH net v2] "

[RFC PATCH] mm/hugetlb_cma: round up per_node before logging it
 2026-04-28 23:23 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Fix illegal writes to OTP_MEM registers
 2026-04-28 23:23 UTC  (2+ messages)

[PATCH net-next v4 0/3] gve: add support for PTP gettimex64
 2026-04-28 23:22 UTC  (5+ messages)
` [PATCH net-next v4 3/3] gve: implement "

[PATCH net-next v19 00/15] Begin upstreaming Homa transport protocol
 2026-04-28 23:15 UTC  (16+ messages)
` [PATCH net-next v19 01/15] net: homa: define user-visible API for Homa
` [PATCH net-next v19 02/15] net: homa: create homa_wire.h
` [PATCH net-next v19 03/15] net: homa: create shared Homa header files
` [PATCH net-next v19 04/15] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v19 05/15] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v19 06/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v19 07/15] net: homa: create homa_interest.h and homa_interest.c
` [PATCH net-next v19 08/15] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v19 09/15] net: homa: create homa_outgoing.c
` [PATCH net-next v19 10/15] net: homa: create homa_utils.c
` [PATCH net-next v19 11/15] net: homa: export skb_attempt_defer_free
` [PATCH net-next v19 12/15] net: homa: create homa_incoming.c
` [PATCH net-next v19 13/15] net: homa: create homa_timer.c
` [PATCH net-next v19 14/15] net: homa: create homa_plumbing.c
` [PATCH net-next v19 15/15] net: homa: create Makefile and Kconfig

[PATCH] mshv: Simplify GPA map/unmap hypercall helpers
 2026-04-28 23:21 UTC 

[PATCH v2] platform/x86: asus-wmi: fix camera key led on Zenbook S14
 2026-04-28 23:20 UTC  (3+ messages)

[PATCH v2] dm-raid: only requeue bios when dm is suspending
 2026-04-28 23:20 UTC 

[PATCH v1 0/2] perf inject intel-PT LBR/brstack synthesis fixes
 2026-04-28 23:19 UTC  (3+ messages)
` [PATCH v1 1/2] perf event: Fix size of synthesized sample with branch stacks

Rust builds don't use link_args
 2026-04-28 23:16 UTC 

[PATCH net] net: tls: fix strparser anchor skb leak on offload RX setup failure
 2026-04-28 23:15 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.