Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-08-06 22:08:08 to 2026-08-07 21:52:52 UTC [more...]

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-07 21:53 UTC  (42+ messages)
` [PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 03/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v10 04/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v10 05/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v10 06/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v10 14/41] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v10 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v10 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v10 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v10 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v10 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v10 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v10 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v10 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v10 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v10 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v10 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v10 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v10 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v10 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v10 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v10 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v10 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v10 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v10 39/41] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v10 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v3 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
 2026-08-07 21:44 UTC  (3+ messages)
` [PATCH v3 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH v3 2/2] selftests/ftrace: Add boot-time tracing test framework

[PATCH] PCI: vgaarb: Remove stale "not implemented" notes from docs
 2026-08-07 20:56 UTC  (2+ messages)

[PATCH net-next v11 00/12] net: pcs: Introduce support for fwnode PCS
 2026-08-07 20:49 UTC  (15+ messages)
` [PATCH net-next v11 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v11 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v11 03/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v11 04/12] net: phylink: save phylink instance fwnode on phylink_create
` [PATCH net-next v11 05/12] net: phylink: support PCS provider release
` [PATCH net-next v11 06/12] net: phylink: support late PCS provider attach
` [PATCH net-next v11 07/12] net: Document PCS subsystem
` [PATCH net-next v11 08/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v11 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v11 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v11 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v11 12/12] net: airoha: add phylink support

[PATCH 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-07 19:14 UTC  (12+ messages)
` [PATCH 01/12] rust: io: add Region::try_subregion
` [PATCH 02/12] rust: num: reject Bounded::shr overshifts at build time
` [PATCH 03/12] rust: num: add Bounded::shr_exact

[PATCH v8 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-08-07 17:24 UTC  (5+ messages)
` [PATCH v8 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v8 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v8 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v8 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH v3 00/11] Virtual Swap Space (Swap Table Edition)
 2026-08-07 16:31 UTC  (8+ messages)
` [PATCH v3 01/11] mm, swap: add virtual swap device infrastructure
` [PATCH v3 08/11] mm, swap: only charge physical swap entries
` [syzbot ci] Re: Virtual Swap Space (Swap Table Edition)

[PATCH] docs: timers: hrtimers: clarify expiry modes and ktimersd on PREEMPT_RT
 2026-08-07 16:19 UTC 

[PATCH v12 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-07 15:35 UTC  (12+ messages)
` [PATCH v12 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v12 02/11] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v12 03/11] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v12 04/11] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v12 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v12 06/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v12 07/11] selftests: tracing: Add syntax "
` [PATCH v12 08/11] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v12 09/11] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v12 10/11] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v12 11/11] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-07 15:05 UTC  (16+ messages)
  ` [PATCH V12 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH V12 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH V12 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH V12 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH V12 12/12] famfs: Add documentation

[PATCH 1/2] docs: python: abi_regex: catch the right exception for a bad regex
 2026-08-07 14:42 UTC  (4+ messages)
` [PATCH 2/2] docs: python: abi_regex: convert adjacent index placeholders

[PATCH v7 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-08-07 13:36 UTC  (17+ messages)
` [PATCH v7 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v7 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v7 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v7 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH v2 00/16] docs/zh_TW: localize terminology and sync process/ documents
 2026-08-07 13:28 UTC  (5+ messages)
` [PATCH v2 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst

[PATCH v3 00/16] docs/zh_TW: localize terminology and sync process/ documents
 2026-08-07 13:15 UTC  (7+ messages)
` [PATCH v3 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst
` [PATCH v3 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst
` [PATCH v3 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations

[PATCH 0/5] hwmon: (pmbus) Add support for MAX20826 and similar devices
 2026-08-07 12:04 UTC  (5+ messages)
` [PATCH 5/5] hwmon: (pmbus) add "

[PATCH v9 0/2] spi: add new_device/delete_device sysfs interface
 2026-08-06 18:14 UTC  (2+ messages)

[PATCH net] hinic3: Fix SKB linearization mismatch and silent TX drops
 2026-08-07 11:11 UTC  (2+ messages)

[PATCH v2 00/18] mtd: spi-nor: Massive QE handling cleanup and Winbond RV chips addition
 2026-08-07 10:14 UTC  (19+ messages)
` [PATCH v2 01/18] mtd: spi-nor: Rename BFPT_DWORD15_QER_SR2_BIT1_BUGGY
` [PATCH v2 02/18] mtd: spi-nor: Create a structure containing the flash opcodes
` [PATCH v2 03/18] mtd: spi-nor: Refactor Read Status/Write Status support
` [PATCH v2 04/18] mtd: spi-nor: Add support for the new JESD216 rev F QER field
` [PATCH v2 05/18] mtd: spi-nor: Move the SFDP header structure to a C header
` [PATCH v2 06/18] mtd: spi-nor: winbond: Drop the .name entry of JV chips
` [PATCH v2 07/18] mtd: spi-nor: winbond: Add support for W25Q32RV-Q/N
` [PATCH v2 08/18] mtd: spi-nor: winbond: Add support for W25Q32RV-M
` [PATCH v2 09/18] mtd: spi-nor: winbond: Add support for W25Q64RV-Q/N
` [PATCH v2 10/18] mtd: spi-nor: winbond: Add support for W25Q64RV-M
` [PATCH v2 11/18] mtd: spi-nor: winbond: Add support for W25Q12RV-Q/N
` [PATCH v2 12/18] mtd: spi-nor: winbond: Add support for W25Q12RV-M
` [PATCH v2 13/18] mtd: spi-nor: winbond: Add support for W25Q51RV-Q/N
` [PATCH v2 14/18] mtd: spi-nor: winbond: Add support for W25Q01RV-Q/N
` [PATCH v2 15/18] mtd: spi-nor: winbond: Add support for W25Q01RV-M
` [PATCH v2 16/18] mtd: spi-nor: winbond: Add support for W25Q02RV-M
` [PATCH v2 17/18] mtd: spi-nor: winbond: W25QxxRV-Q/N/M: Add missing chips
` [PATCH v2 18/18] mtd: spi-nor: debugfs: Expose SR opcodes and QE mask

[PATCH net-next v3 0/2] dpll: use pin owner's dpll ref for pin-level set callbacks
 2026-08-07  9:59 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dpll: zl3073x: update all DPLL channels on ref_sync_set
` [PATCH net-next v3 2/2] dpll: use pin owner's dpll ref for pin-level attribute setting

[PATCH net-next v10 00/11] net: pcs: Introduce support for fwnode PCS
 2026-08-07  9:23 UTC  (5+ messages)
` [PATCH net-next v10 11/11] net: airoha: add phylink support

[PATCH 0/5] virt: Add Bao hypervisor IPC and I/O dispatcher drivers
 2026-08-07  7:51 UTC  (23+ messages)
` [PATCH v2 0/6] "
  ` [PATCH 1/6] dt-bindings: Add Bao IPC shared memory driver binding
  ` [PATCH 2/6] virt: bao: Add Bao IPC shared memory driver
  ` [PATCH 3/6] dt-bindings: Add Bao I/O dispatcher driver binding
  ` [PATCH 4/6] virt: bao: Add Bao I/O dispatcher driver
  ` [PATCH 5/6] virt: bao: Move BAO_IPCSHMEM_HYPERCALL_ID to common header

[RFC PATCH v3 0/6] virt: bao: Add Bao hypervisor IPC and I/O dispatcher drivers
 2026-08-07  7:39 UTC  (7+ messages)
` [RFC PATCH v3 1/6] dt-bindings: bao: add IPC shared-memory device
` [RFC PATCH v3 2/6] virt: bao: add IPC shared-memory driver
` [RFC PATCH v3 3/6] dt-bindings: bao: add I/O dispatcher device
` [RFC PATCH v3 4/6] virt: bao: add I/O dispatcher driver
` [RFC PATCH v3 5/6] virt: bao: consolidate the IPC hypercall ID in include/linux/bao.h
` [RFC PATCH v3 6/6] MAINTAINERS: add Bao hypervisor entry

[PATCH v7] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-07  6:08 UTC  (3+ messages)

[PATCH v3] power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()
 2026-08-07  6:03 UTC  (2+ messages)

[PATCH net-next] ppp: update channel locking comment and doc
 2026-08-07  6:01 UTC 

[PATCH v23 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-08-07  5:59 UTC  (2+ messages)

[PATCH] docs: panic: Disclaimer about console verbosity when using panic_print with pstore
 2026-08-07  5:50 UTC  (2+ messages)

[PATCH v24 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-08-07  4:44 UTC  (12+ messages)
` [PATCH v24 net-next 01/11] net/nebula-matrix: add minimum nbl build framework
` [PATCH v24 net-next 02/11] net/nebula-matrix: add core driver architecture and HW layer initialization
` [PATCH v24 net-next 03/11] net/nebula-matrix: add channel wire opcode enum definitions
` [PATCH v24 net-next 04/11] net/nebula-matrix: add channel layer
` [PATCH v24 net-next 05/11] net/nebula-matrix: add common resource implementation
` [PATCH v24 net-next 06/11] net/nebula-matrix: add intr "
` [PATCH v24 net-next 07/11] net/nebula-matrix: add chip-wide hardware init/deinit implementation
` [PATCH v24 net-next 08/11] net/nebula-matrix: dispatch: add control-level routing core infrastructure
` [PATCH v24 net-next 09/11] net/nebula-matrix: dispatch: add channel RPC framework & shared hw ops mutex
` [PATCH v24 net-next 10/11] net/nebula-matrix: add common/ctrl dev init/remove operation
` [PATCH v24 net-next 11/11] net/nebula-matrix: add common dev start/stop operation

[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-07  3:18 UTC  (7+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe

[RFC PATCH 0/1] hwmon: Add Minisforum UM780 XTX EC monitoring and fan control
 2026-08-07  1:59 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH v2 0/7] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-08-07  0:28 UTC  (5+ messages)
` [PATCH v2 4/7] iio: adc: Add AD7768 IIO Driver support
` [PATCH v2 5/7] gpio: regmap: Add runtime PM and read_output_reg_set support

[PATCH 0/3] hwmon: Add ASUS ROG Ryujin III support
 2026-08-07  0:01 UTC  (4+ messages)
` [PATCH 1/3] hwmon: (asus_rog_ryujin) Add per-device configuration
` [PATCH 2/3] hwmon: (asus_rog_ryujin) Add ROG Ryujin III support
` [PATCH 3/3] hwmon: (asus_rog_ryujin) Add ROG Ryujin III White Edition

[PATCH v9 00/11] Dynamic PAMT
 2026-08-06 23:48 UTC  (16+ messages)
` [PATCH v9 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v9 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v9 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v9 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v9 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v9 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH v4 0/2] mm/zswap: Fixes and improves the zswap shrink
 2026-08-06 22:47 UTC  (3+ messages)

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-06 22:18 UTC  (4+ messages)
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC

[PATCH] Documentation/process: maintainer-soc: Mention expectation about dt-check-style
 2026-08-06 22:07 UTC  (2+ messages)


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