Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-08-25 16:01:43 to 2026-08-26 21:12:00 UTC [more...]

[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-08-26 21:11 UTC  (12+ messages)
` [PATCH v4 02/27] cxl/regs: Skip sub-block region request for BAR-owning drivers
` [PATCH v4 04/27] cxl: Establish media readiness in cxl_mem_probe()
` [PATCH v4 05/27] cxl: Add a function-scoped reset entry for vfio-pci
` [PATCH v4 06/27] vfio/pci: Add CXL ops registration interface
` [PATCH v4 27/27] selftests/vfio: Add CXL Type-2 passthrough corner-case tests

[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
 2026-08-26 20:31 UTC  (14+ messages)

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

[PATCH v5 00/16] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-08-26 19:32 UTC  (17+ messages)
` [PATCH v5 01/16] x86/cpufeatures: Support Privilege Level Zero Association (PLZA)
` [PATCH v5 02/16] x86/resctrl: Add PLZA support to command-line options
` [PATCH v5 03/16] x86/resctrl: Add PLZA configuration definitions and data structures
` [PATCH v5 04/16] fs/resctrl: Introduce kernel mode policy enum
` [PATCH v5 05/16] x86,fs/resctrl: Introduce architecture hooks to program kernel mode
` [PATCH v5 06/16] fs/resctrl: Introduce kernel mode states for resctrl
` [PATCH v5 07/16] fs/resctrl: Introduce resctrl_set_kmode_support() to register supported modes
` [PATCH v5 08/16] x86/resctrl: Expose assign_global_enable_per_cpu when PLZA is available
` [PATCH v5 09/16] fs/resctrl: Add interface to display supported and active kernel modes
` [PATCH v5 10/16] fs/resctrl: Add support for hidden resource group files
` [PATCH v5 11/16] fs/resctrl: Introduce kmode_cpus/kmode_cpus_list per rdtgroup
` [PATCH v5 12/16] fs/resctrl: Program kernel mode assignments on CPU hotplug
` [PATCH v5 13/16] fs/resctrl: Deactivate the kernel mode association when a group is removed
` [PATCH v5 14/16] fs/resctrl: Add interface to modify kernel mode via info/kernel_mode
` [PATCH v5 15/16] fs/resctrl: Allow user space to write kmode_cpus/kmode_cpus_list
` [PATCH v5 16/16] fs/resctrl: Add documentation on kernel_mode with example

[PATCH v2 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
 2026-08-26 19:06 UTC  (9+ messages)
` [PATCH v2 01/14] perf cs-etm: Fix nVHE per-thread decoding
` [PATCH v2 02/14] perf cs-etm: Warn for invalid timestamp option
` [PATCH v2 03/14] perf cs-etm: Turn on context packet timestamps in per-thread mode
` [PATCH v2 04/14] perf cs-etm: Use per-CPU queues for "

[GIT PULL] Documentation stragglers for 7.3
 2026-08-26 18:39 UTC  (2+ messages)

[PATCH v15 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-08-26 18:36 UTC  (4+ messages)
` [PATCH v15 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support

[PATCH 0/2] x86/mce: Rate-limit storm notices and add a corrected error ceiling
 2026-08-26 17:32 UTC  (16+ messages)
` [PATCH 2/2] x86/mce: Add mce=panic_on_ce_count to panic on a corrected error flood

[PATCH v3 13/13] Documentation/gpu: document the Vino driver
 2026-08-26 17:28 UTC  (2+ messages)

[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-08-26 17:09 UTC  (14+ messages)
` [PATCH 1/2] module: pull out add_taint_module() to be public
` [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[PATCH v1] docs: sysctl: timer_migration is for hrtimer only
 2026-08-26 17:04 UTC  (2+ messages)

[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
 2026-08-26 17:02 UTC  (21+ messages)
` [PATCH v4 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v4 02/19] crypto: cmh - add core platform driver
` [PATCH v4 03/19] crypto: cmh - add key provisioning and management
` [PATCH v4 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH v4 05/19] crypto: cmh - add HMAC ahash
` [PATCH v4 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH v4 07/19] crypto: cmh - add SM3 ahash
` [PATCH v4 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH v4 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH v4 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH v4 11/19] crypto: cmh - add DRBG hwrng
` [PATCH v4 12/19] crypto: cmh - add RSA akcipher
` [PATCH v4 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH v4 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH v4 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH v4 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH v4 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH v4 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH v4 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-08-26 17:00 UTC  (19+ messages)
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration

[PATCH 0/3] binfmt_misc: only let punctuation delimit a register string
 2026-08-26 15:55 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/exec: test delimiter restrictions
` [PATCH 3/3] binfmt_misc: document the field delimiter

[RFC PATCH 0/12] drm/fabric: vendor-neutral topology infrastructure for scale-up accelerator interconnects
 2026-08-26 15:38 UTC  (3+ messages)

[PATCH v42 0/7] firmware: imx: driver for NXP secure-enclave
 2026-08-26 15:05 UTC  (4+ messages)
` [PATCH v42 5/7] firmware: imx: adds miscdev

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-26 14:14 UTC  (14+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN

[PATCH 0/2] Document the DMA-buf mapping lifetime negotiation
 2026-08-26 14:02 UTC  (9+ messages)
` [PATCH 1/2] PCI/P2PDMA: Update DMABUF lifecycle docs after move_notify() rename
` [PATCH 2/2] dma-buf: Document how exporters and importers agree on mapping lifetime

[PATCH] docs/zh_TW: replace 接口 with 介面 in stable-api-nonsense.rst
 2026-08-26 13:55 UTC  (2+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-26 13:53 UTC  (19+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating

[PATCH] platform/x86: bitland-mifs-wmi: add TM2424 thin-ultrabook perf-mode quirk
 2026-08-26 13:29 UTC  (3+ messages)

[PATCH] platform/x86: bitland-mifs-wmi: add TM2424 ops and hotkeys
 2026-08-26 13:29 UTC  (2+ messages)

[PATCH v2 00/15] drm/drm_simple: remove drm_simple_encoder_init
 2026-08-26 12:21 UTC  (4+ messages)

[PATCH v2] docs: pt_BR: process: Translate development process and programming language
 2026-08-26 11:49 UTC  (2+ messages)

[PATCH v5] docs: real-time: mention the hrtimer sleeper HARD path
 2026-08-26  8:26 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v3] power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()
 2026-08-26  8:09 UTC  (2+ messages)

[RFC PATCH 0/2] sched: Document WF_SYNC wakeup placement semantics
 2026-08-25 22:46 UTC  (3+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] sched/wait: Clarify WF_SYNC wakeup semantics

[PATCH 1/2] sched/fair: Reset incompatible burst on quota change
 2026-08-26  3:00 UTC  (2+ messages)

[PATCH] docs: pt_BR: process: Translate development process and programming language
 2026-08-26  2:22 UTC 

[PATCH] docs: pt_BR: process: Translate stable API nonsense
 2026-08-25 22:18 UTC  (2+ messages)

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-25 22:08 UTC  (10+ messages)
  ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-08-25 21:27 UTC  (4+ messages)

[PATCH v4 00/18] PCI/P2PDMA: Fix ACS egress control handling
 2026-08-25 20:02 UTC  (11+ messages)
` [PATCH v4 11/18] PCI/P2PDMA: Derive peer-to-peer routing from ACS control bits
` [PATCH v4 12/18] PCI/P2PDMA: Honor ACS egress control vectors
` [PATCH v4 13/18] PCI/P2PDMA: Document ACS egress control handling
` [PATCH v4 14/18] PCI/P2PDMA: Extract pure ACS routing decision helpers
` [PATCH v4 18/18] PCI/P2PDMA: Log detailed ACS routing diagnostics

[PATCH v4 00/14] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-08-25 19:40 UTC  (5+ messages)
` [PATCH v4 13/14] gpio: ad7768: Add AD7768 GPIO auxiliary driver

[RFC PATCH 0/3] platform/x86: lenovo: Add Legion Go fan controls
 2026-08-25 19:34 UTC  (3+ messages)
` [RFC PATCH 3/3] platform/x86: lenovo: Add Legion Go Fan Method curve driver

[PATCH v4] platform/x86: thinkpad-acpi: Add X1 Fold keyboard attachment detection
 2026-08-25 19:12 UTC 

[PATCH] docs: pt_BR: process: Translate patch submission checklist
 2026-08-25 19:03 UTC 

[PATCH v3 0/1] hwmon: Add Minisforum UM780 XTX EC monitoring and fan control
 2026-08-25 18:41 UTC  (2+ messages)
` [PATCH v3 1/1] "

[RFC PATCH v2 0/3] arm64: expose CPU prefetch and cache modulation controls
 2026-08-25 18:17 UTC  (4+ messages)
` [RFC PATCH v2 1/3] arm64: add CPU prefetch and cache modulation sysfs interface
` [RFC PATCH v2 2/3] Documentation/arch/arm64: document arm_cpumod
` [RFC PATCH v2 3/3] selftests: arm64: add arm_cpumod kselftest

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-08-25 16:00 UTC  (5+ messages)
` [PATCH 5/8] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY
` [PATCH 6/8] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH 7/8] KVM: selftests: Add option for different backing in pre-fault tests
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test for arm64


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