The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-04-28 20:52:32 to 2026-04-28 23:33:58 UTC [more...]

[patch 00/10] rseq: Cure refactoring regressions
 2026-04-28 23:33 UTC  (5+ 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 RFC v5 00/53] guest_memfd: In-place conversion support
 2026-04-28 23:33 UTC  (61+ 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 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 v2] fuse: back uncached readdir buffers with pages
 2026-04-28 23:29 UTC 

[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] 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] kselftest/arm64: Fix build failure with GCC-15
 2026-04-28 23:26 UTC  (7+ 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] "

[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] 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 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

[PATCH v4 0/4] regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulators
 2026-04-28 23:15 UTC  (5+ messages)
` [PATCH v4 3/4] regulator: qcom-rpmh: readback voltage/bypass/mode/status set during bootup

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

[PATCH] usb: typec: tcpm: replace strcpy with strscpy
 2026-04-28 23:11 UTC  (2+ messages)

[PATCH v2 5/5] x86/resctrl: Fix SNC detection
 2026-04-28 23:09 UTC  (5+ messages)
` [tip: x86/urgent] "

[PATCH v2 0/3] perf: fix some tests for musl
 2026-04-28 23:09 UTC  (2+ messages)

[PATCH v6 0/2] rust, nova-core: add SizeConstants trait for SZ_* constants
 2026-04-28 23:06 UTC  (4+ messages)
` [PATCH v6 2/2] gpu: nova-core: add task for device address type wrappers
` (subset) [PATCH v6 0/2] rust, nova-core: add SizeConstants trait for SZ_* constants

[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
 2026-04-28 23:02 UTC  (11+ messages)

[PATCH v2] mshv: Fix interrupt state corruption in hv_do_map_pfns error path
 2026-04-28 23:00 UTC  (3+ messages)

[PATCH v4 0/7] Add SEV-SNP restricted injection hypervisor support
 2026-04-28 23:00 UTC  (4+ messages)
` [PATCH v4 5/7] KVM: SVM: Inject MCEs when Restricted Injection is active

[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
 2026-04-28 22:55 UTC  (9+ messages)

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-28 22:50 UTC  (4+ messages)

[PATCH rdma v1] RDMA/mlx5: Fix devx subscribe-event unwind NULL dereference
 2026-04-28 22:49 UTC  (2+ messages)

[PATCH] mshv: Fix interrupt state corruption in hv_do_map_pfns error path
 2026-04-28 22:49 UTC  (3+ messages)

[PATCH net] ipv6: rpl: add NULL check for idev in ipv6_rpl_srh_rcv()
 2026-04-28 22:48 UTC 

[PATCH] mshv: Add dedicated ioctl for GVA to GPA translation
 2026-04-28 22:48 UTC 

[PATCH v3] arm64: dts: mediatek: add crypto offload support on MT7981
 2026-04-28 22:47 UTC 

[PATCH net-next] net/mlx5: Add MLX5_VXLAN config option
 2026-04-28 22:44 UTC 

[PATCH v2] RDMA/mlx5: Fix devx subscribe-event unwind NULL dereference
 2026-04-28 22:42 UTC 

[PATCH net-next 00/11] net: devmem: support devmem with netkit devices
 2026-04-28 22:42 UTC  (12+ messages)
` [PATCH net-next 01/11] net: add netmem_tx modes that indicate dma capability
` [PATCH net-next 02/11] net: bnxt: convert netmem_tx from bool to NETMEM_TX_DMA enum
` [PATCH net-next 03/11] gve: "
` [PATCH net-next 04/11] net/mlx5e: "
` [PATCH net-next 05/11] eth: fbnic: "
` [PATCH net-next 06/11] netkit: set NETMEM_TX_NO_DMA for unreadable skb passthrough
` [PATCH net-next 07/11] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next 08/11] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next 09/11] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next 10/11] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next 11/11] selftests: drv-net: add netkit devmem tests

[PATCH] driver core: move dev_has_sync_state() to drivers/base/base.h
 2026-04-28 22:41 UTC  (2+ messages)

[PATCH] ALSA: hda/conexant: Fix missing error check for jack detection
 2026-04-28 22:38 UTC  (2+ messages)

[PATCH] x86/olpc: select GPIOLIB_LEGACY
 2026-04-28 22:39 UTC  (5+ messages)

[PATCH] driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()
 2026-04-28 22:38 UTC  (2+ messages)

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-28 22:37 UTC  (8+ messages)
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[PATCH] pinctrl: qcom: Make important drivers default
 2026-04-28 22:37 UTC  (5+ messages)

[PATCH] fuse: do not treat unlimited readdir count as a buffer size
 2026-04-28 22:36 UTC  (3+ messages)

[PATCH v3 0/2] cxl/region: Fix race conditions in cxl region unregistration
 2026-04-28 22:33 UTC  (6+ messages)

[PATCH] PCI: mark Thunderbolt-attached devices as removable
 2026-04-28 22:31 UTC 

[PATCH] sysfs: return -ENOENT from move/rename when kobj->sd is NULL
 2026-04-28 22:31 UTC  (2+ messages)

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-04-28 22:29 UTC 

[PATCH v2] arm64: dts: qcom: sdm850-lenovo-yoga-c630: lower PSCI cluster idle
 2026-04-28 22:27 UTC 

[syzbot] [kernel?] general protection fault in remove_waiter
 2026-04-28 22:27 UTC  (3+ messages)

[PATCH v3] LoongArch: Fix potential ade in loongson_gpu_fixup_dma_hang()
 2026-04-28 22:26 UTC  (2+ messages)

[PATCH v3] iio: magnetometer: rm3100: Modernize locking and refactor control flow
 2026-04-28 22:26 UTC 

[PATCH net-next] net: Consistently define pci_device_ids using named initializers
 2026-04-28 22:24 UTC  (2+ messages)

[PATCH v2] remoteproc: xlnx: check remote core state
 2026-04-28 22:21 UTC  (2+ messages)

[PATCH v3 00/15] SCMI Clock rates discovery rework
 2026-04-28 22:20 UTC  (4+ messages)
` [PATCH v3 03/15] clk: scmi: Use new determine_rate clock operation

[PATCH v3] remoteproc: xlnx: check remote core state
 2026-04-28 22:18 UTC 

[PATCH v2 0/2] driver core: faux: fix root device registration
 2026-04-28 22:19 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v2] usb: usbtmc: reject invalid interrupt endpoints
 2026-04-28 22:16 UTC  (4+ messages)

[PATCH 0/7] dts: Add /firmware/#{address,size}-cells to Chromium-based DTs
 2026-04-28 22:15 UTC  (3+ messages)

[PATCH v2 0/6] Improvements to PCI hibernate path
 2026-04-28 22:15 UTC  (5+ messages)

[PATCH v2] mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()
 2026-04-28 22:12 UTC  (2+ messages)

[PATCH v3 00/13] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-04-28 22:12 UTC  (7+ messages)
` [PATCH v3 09/13] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v3 12/13] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()

[PATCH] x86/CPU/AMD: Clear RDRAND CPUID if Built-In-Self-Test failed on boot
 2026-04-28 22:11 UTC  (3+ messages)

[PATCH] Documentation: update deferred_probe_timeout cmdline parameter documentation
 2026-04-28 22:11 UTC  (2+ messages)

[PATCH v1 0/4] SEV re-initialization fixes
 2026-04-28 22:07 UTC  (9+ messages)
` [PATCH v1 1/4] crypto/ccp: Do not initialize SNP for SEV ioctls
` [PATCH v1 2/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_COMMIT)
` [PATCH v1 3/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_VLEK_LOAD)
` [PATCH v1 4/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_CONFIG)

[PATCH] ARM: Kconfig: Disable ARM_VIRT extension if XIP_KERNEL
 2026-04-28 21:58 UTC 

[PATCH v14 0/7] Error recovery for vfio-pci devices on s390x
 2026-04-28 22:01 UTC  (2+ messages)

[PATCH net-next v2 0/5] Reimplement TCP-AO using crypto library
 2026-04-28 22:00 UTC  (7+ messages)
` [PATCH net-next v2 2/5] net/tcp-ao: Use crypto library API instead of crypto_ahash

[PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
 2026-04-28 21:49 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm850-lenovo-yoga-c630: lower PSCI cluster idle
 2026-04-28 21:43 UTC  (3+ messages)

[PATCH v2] EDAC: i7300: disable error reporting if init fails and refactor helper
 2026-04-28 21:41 UTC 

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-28 21:37 UTC  (4+ messages)
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack

[PATCH] usb: typec: mux: ps883x: Power the retimer off when not in use
 2026-04-28 21:35 UTC  (2+ messages)

[PATCH] platform/x86/amd: Introduce Halo Box RGB LED driver
 2026-04-28 21:35 UTC  (4+ messages)

[PATCH v3 0/6] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
 2026-04-28 21:34 UTC  (4+ messages)
` [PATCH v3 1/6] cpu/bugs: Allow forcing Automatic IBRS with SNP active using spectre_v2=eibrs

[PATCH net v2 0/4] Drop in-flight Tx SKBs on MACB close
 2026-04-28 21:30 UTC  (9+ messages)
` [PATCH net v2 1/4] net: macb: give reasons for Tx SKB kfree
` [PATCH net v2 2/4] net: macb: drop in-flight Tx SKBs on close
` [PATCH net v2 3/4] net: macb: increment stats.tx_dropped on tx error
` [PATCH net v2 4/4] net: macb: increment stats.tx_dropped on DMA map error

[PATCH] nvmem: layouts: u-boot-env: remove ethaddr check
 2026-04-28 21:26 UTC 

[PATCH] hv_sock: fix ARM64 support
 2026-04-28 21:24 UTC  (2+ messages)

[syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in hidraw_report_event
 2026-04-28 21:19 UTC  (2+ messages)

[RFC PATCH 0/2] scripts: add kconfirm
 2026-04-28 21:17 UTC  (4+ messages)
` [RFC PATCH 1/2] "

[PATCH v4] platform/x86: dell-dw5826e: Add reset driver for DW5826e
 2026-04-28 21:16 UTC  (2+ messages)

[PATCH v2] pinctrl: qcom: Make important drivers default
 2026-04-28 21:13 UTC  (2+ messages)

[PATCH 0/3] Documentation: security-bugs: new updates covering triage and AI
 2026-04-28 21:13 UTC  (7+ messages)
` [PATCH 2/3] Documentation: security-bugs: explain what is and is not a security bug

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-28 21:12 UTC  (4+ messages)
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH v4 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-28 21:11 UTC  (3+ messages)
` [PATCH v4 02/15] firmware: qcom: Add a generic PAS service

[PATCH 1/2] hv_sock: fix ARM64 support
 2026-04-28 21:07 UTC  (8+ messages)
` [PATCH 2/2] drm/hyperv: use VMBUS_RING_SIZE()

further issues with MGA G200 graphics chipset
 2026-04-28 21:07 UTC  (12+ messages)

Pressing the power button causes the device to freeze completely
 2026-04-28 21:05 UTC  (5+ messages)

[PATCH] lockdep: constify usage of struct lock_class_key where possible
 2026-04-28 21:05 UTC 

[PATCH v2] x86/kexec: Push kjump return address even for non-kjump kexec
 2026-04-28 20:59 UTC 

[PATCH net-next v8 1/7] net: bcmgenet: convert RX path to page_pool
 2026-04-28 20:58 UTC  (7+ messages)
` [PATCH net-next v8 2/7] net: bcmgenet: register xdp_rxq_info for each RX ring
` [PATCH net-next v8 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
` [PATCH net-next v8 4/7] net: bcmgenet: add XDP_TX support
` [PATCH net-next v8 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
` [PATCH net-next v8 6/7] net: bcmgenet: add XDP statistics counters
` [PATCH net-next v8 7/7] net: bcmgenet: reject MTU changes incompatible with XDP

[PATCH v2 0/1] gcov: use -fprofile-update=prefer-atomic to fix concurrent access crashes
 2026-04-28 20:56 UTC  (3+ messages)
` [PATCH v2] gcov: use atomic counter updates "

[PATCH] drm/panel: himax-hx83102: restore MODE_LPM after sending disable cmds
 2026-04-28 20:52 UTC  (8+ messages)

[PATCH] staging: sm750fb: remove double space in fb_ops entries
 2026-04-28 20:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox