linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 18:07:47 to 2025-06-25 16:59:29 UTC [more...]

[RFC v2 00/16] Live Update Orchestrator
 2025-06-25 16:58 UTC  (7+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-06-25 16:53 UTC  (40+ messages)
` [PATCH v14 02/32] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v14 05/32] x86,fs/resctrl: Prepare for more monitor events
` [PATCH v14 06/32] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)
` [PATCH v14 08/32] x86,fs/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v14 09/32] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v14 10/32] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v14 11/32] fs/resctrl: Introduce the interface to display monitoring modes
` [PATCH v14 12/32] fs/resctrl: Introduce interface to display number of assignable counter IDs
` [PATCH v14 13/32] fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain
` [PATCH v14 14/32] fs/resctrl: Introduce interface to display number of free MBM counters
` [PATCH v14 16/32] x86,fs/resctrl: Introduce event configuration field in struct mon_evt
` [PATCH v14 17/32] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v14 18/32] fs/resctrl: Add the functionality to assign MBM events
` [PATCH v14 19/32] fs/resctrl: Add the functionality to unassign "
` [PATCH v14 20/32] fs/resctrl: Report 'Unassigned' for MBM events in mbm_event mode
` [PATCH v14 21/32] fs/resctrl: Pass entire struct rdtgroup rather than passing individual members
` [PATCH v14 23/32] fs/resctrl: Add definitions for MBM event configuration

[PATCH v3 13/16] fuse: use iomap for writeback
 2025-06-25 16:48 UTC  (3+ messages)

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-25 16:37 UTC  (10+ messages)
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[PATCH 1/4] scripts: sphinx-pre-install: Add --interactive flag
 2025-06-25 16:22 UTC  (4+ messages)
` [PATCH 2/4] scripts: sphinx-pre-install: add a helper subroutine
` [PATCH 3/4] scripts: sphinx-pre-install: add fallback to distro detection
` [PATCH 4/4] scripts: sphinx-pre-install: Integrate interactive mode

[PATCH] irqchip: riscv-imsic: Add kernel parameter to disable IPIs
 2025-06-25 16:17 UTC 

[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
 2025-06-25 15:59 UTC  (5+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver

[PATCH] mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
 2025-06-25 15:51 UTC 

[PATCH] MAINTAINERS: replace git protocol for github
 2025-06-25 15:02 UTC 

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-25 14:36 UTC  (14+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE

[PATCH] ipv6: add `do_forwarding` sysctl to enable per-interface forwarding
 2025-06-25 14:26 UTC 

[PATCH v4 0/7] riscv: Add support for xmipsexectl
 2025-06-25 14:21 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: riscv: Add xmipsexectl ISA extension description
` [PATCH v4 2/7] riscv: Add xmipsexectl as a vendor extension
` [PATCH v4 3/7] riscv: Add xmipsexectl PAUSE instruction
` [PATCH v4 4/7] riscv: hwprobe: Add MIPS vendor extension probing
` [PATCH v4 5/7] riscv: hwprobe: Document MIPS xmipsexectl vendor extension
` [PATCH v4 6/7] riscv: Add tools support for xmipsexectl
` [PATCH v4 7/7] riscv: errata: Fix the PAUSE Opcode for MIPS P8700

[PATCH] MAINTAINERS: standardize git.kernel.org URLs
 2025-06-25 14:20 UTC 

[PATCH next] Documentation: KVM: fix reference for kvm_ppc_resize_hpt and various typos
 2025-06-25 14:15 UTC  (4+ messages)

[RFC v2 05/16] luo: luo_core: integrate with KHO
 2025-06-25 13:46 UTC  (17+ messages)

[PATCH 2/2] fbdev: remove metronomefb
 2025-06-25 13:26 UTC  (2+ messages)

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-06-25 13:19 UTC  (9+ messages)
` [PATCH 1/8] dma-debug: refactor to use physical addresses for page mapping
` [PATCH 2/8] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH 3/8] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH 4/8] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
` [PATCH 7/8] dma-mapping: export new dma_*map_phys() interface
` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API

[PATCH 1/2] hwmon: (pmbus) Add support for MPS multi-phase mp2869a/mp29612a controllers
 2025-06-25 13:11 UTC  (6+ messages)

[PATCH] Documentation: kbuild: note CONFIG_DEBUG_EFI in reproducible builds
 2025-06-25 12:57 UTC 

[PATCHv7 00/16] x86: Enable Linear Address Space Separation support
 2025-06-25 12:55 UTC  (19+ messages)
` [PATCHv7 01/16] x86/cpu: Enumerate the LASS feature bits
` [PATCH] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
` [PATCHv7 02/16] x86/asm: Introduce inline memcpy and memset
` [PATCHv7 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv7 04/16] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCHv7 05/16] efi: Disable LASS around set_virtual_address_map() EFI call
` [PATCHv7 06/16] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
` [PATCHv7 07/16] x86/vsyscall: Reorganize the #PF emulation code
` [PATCHv7 08/16] x86/traps: Consolidate user fixups in exc_general_protection()
` [PATCHv7 09/16] x86/vsyscall: Add vsyscall emulation for #GP
` [PATCHv7 10/16] x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE
` [PATCHv7 11/16] x86/cpu: Set LASS CR4 bit as pinning sensitive
` [PATCHv7 12/16] x86/traps: Communicate a LASS violation in #GP message
` [PATCHv7 13/16] x86/traps: Handle LASS thrown #SS
` [PATCHv7 14/16] x86/cpu: Make LAM depend on LASS
` [PATCHv7 15/16] x86/cpu: Enable LASS during CPU initialization
` [PATCHv7 16/16] x86: Re-enable Linear Address Masking

[PATCH v2] sched/numa: Introduce per cgroup numa balance control
 2025-06-25 12:19 UTC  (2+ messages)

[PATCH net-next 0/5] net/mlx5e: Add support for PCIe congestion events
 2025-06-25 11:37 UTC  (2+ messages)

[PATCH v6 00/28] KVM: arm64: Implement support for SME
 2025-06-25 10:48 UTC  (29+ messages)
` [PATCH v6 01/28] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v6 02/28] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v6 03/28] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v6 04/28] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v6 05/28] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v6 06/28] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v6 07/28] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v6 08/28] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v6 09/28] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v6 10/28] KVM: arm64: Document the KVM ABI for SME
` [PATCH v6 11/28] KVM: arm64: Define internal features "
` [PATCH v6 12/28] KVM: arm64: Rename sve_state_reg_region
` [PATCH v6 13/28] KVM: arm64: Store vector lengths in an array
` [PATCH v6 14/28] KVM: arm64: Implement SME vector length configuration
` [PATCH v6 15/28] KVM: arm64: Support SME control registers
` [PATCH v6 16/28] KVM: arm64: Support TPIDR2_EL0
` [PATCH v6 17/28] KVM: arm64: Support SME identification registers for guests
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers
` [PATCH v6 19/28] KVM: arm64: Provide assembly for SME register access
` [PATCH v6 20/28] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v6 21/28] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v6 22/28] KVM: arm64: Expose SME specific state to userspace
` [PATCH v6 23/28] KVM: arm64: Context switch SME state for guests
` [PATCH v6 24/28] KVM: arm64: Handle SME exceptions
` [PATCH v6 25/28] KVM: arm64: Expose SME to nested guests
` [PATCH v6 26/28] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v6 27/28] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v6 28/28] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-25 11:10 UTC  (8+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 12/16] fuse: use iomap for buffered writes

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-06-25 10:55 UTC  (4+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave

[PATCH v9 net-next 00/15] AccECN protocol patch series
 2025-06-25  9:33 UTC  (11+ messages)
` [PATCH v9 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v9 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v9 net-next 08/15] tcp: sack option handling improvements
` [PATCH v9 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v9 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK

[PATCH 00/13] Introduce STM32 DDR PMU for STM32MP platforms
 2025-06-25  9:09 UTC  (8+ messages)
` [PATCH 06/13] perf: stm32: introduce DDRPERFM driver

[PATCH v5 0/8] iio: accel: adxl313: add power-save on activity/inactivity
 2025-06-25  8:15 UTC  (3+ messages)

[PATCH 0/4] hwmon: Add support for MPS mp2869,mp29502 chip
 2025-06-25  8:04 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: hwmon: Add MPS mp2869 series
  ` [PATCH 2/4] hwmon: add MP2869 series driver
  ` [PATCH 4/4] hwmon: add MP29502 driver
` [PATCH 3/4] dt-bindings: hwmon: Add MPS mp29502

[PATCH 0/8] update DMA API documentation
 2025-06-25  6:41 UTC  (6+ messages)
` [PATCH 1/8] docs: dma-api: use "DMA API" consistently throughout the document
` [PATCH 5/8] docs: dma-api: remove duplicate description of the DMA pool API

[PATCH net-next v6] docs: net: sysctl documentation cleanup
 2025-06-25  6:36 UTC  (2+ messages)

[PATCH v2 0/5] nvme: typo and minor cleanup fixes across host and target driver
 2025-06-25  6:34 UTC  (8+ messages)
` [PATCH v2 1/5] nvme: Fix multiple spelling and grammar issues in host drivers
` [PATCH v2 2/5] nvme: Fix incorrect variable in io cqes error message
` [PATCH v2 3/5] nvmet: Remove redundant assignment of error code in nvmet_ns_enable()
` [PATCH v2 4/5] nvme: Fix typo in status code constant for self-test in progress
` [PATCH v2 5/5] docs: nvme: fix grammar in nvme-pci-endpoint-target.rst

[PATCH net-next v05 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-06-25  3:41 UTC  (9+ messages)
` [PATCH net-next v05 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v05 2/8] hinic3: Complete "
` [PATCH net-next v05 3/8] hinic3: Command Queue framework
` [PATCH net-next v05 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v05 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v05 6/8] hinic3: Mailbox framework
` [PATCH net-next v05 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v05 8/8] hinic3: Interrupt request configuration

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-06-25  1:09 UTC  (5+ messages)
` [PATCH v2 10/14] loongarch: Handle KCOV __init vs inline mismatches

[PATCH net-next v04 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-06-25  1:04 UTC  (3+ messages)
` [PATCH net-next v04 1/8] hinic3: Async Event Queue interfaces

[PATCH RFC] Documentation: typography refresh
 2025-06-25  0:35 UTC  (5+ messages)

[PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
 2025-06-24 20:05 UTC  (2+ messages)

[PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
 2025-06-24 20:05 UTC  (2+ messages)

[RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
 2025-06-24 19:31 UTC  (5+ messages)

[PATCH v4 00/19] Enable FRED with KVM VMX
 2025-06-24 18:40 UTC  (7+ messages)

[PATCH] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
 2025-06-24 18:13 UTC 

[RFC v2 00/22] Kernel API specification framework
 2025-06-24 18:07 UTC  (23+ messages)
` [RFC v2 01/22] kernel/api: introduce kernel "
` [RFC v2 02/22] eventpoll: add API specification for epoll_create1
` [RFC v2 03/22] eventpoll: add API specification for epoll_create
` [RFC v2 04/22] eventpoll: add API specification for epoll_ctl
` [RFC v2 05/22] eventpoll: add API specification for epoll_wait
` [RFC v2 06/22] eventpoll: add API specification for epoll_pwait
` [RFC v2 07/22] eventpoll: add API specification for epoll_pwait2
` [RFC v2 08/22] exec: add API specification for execve
` [RFC v2 09/22] exec: add API specification for execveat
` [RFC v2 10/22] mm/mlock: add API specification for mlock
` [RFC v2 11/22] mm/mlock: add API specification for mlock2
` [RFC v2 12/22] mm/mlock: add API specification for mlockall
` [RFC v2 13/22] mm/mlock: add API specification for munlock
` [RFC v2 14/22] mm/mlock: add API specification for munlockall
` [RFC v2 15/22] kernel/api: add debugfs interface for kernel API specifications
` [RFC v2 16/22] kernel/api: add IOCTL specification infrastructure
` [RFC v2 17/22] fwctl: add detailed IOCTL API specifications
` [RFC v2 18/22] binder: "
` [RFC v2 19/22] kernel/api: Add sysfs validation support to kernel API specification framework
` [RFC v2 20/22] block: sysfs API specifications
` [RFC v2 21/22] net/socket: add API specification for socket()
` [RFC v2 22/22] tools/kapi: Add kernel API specification extraction tool


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).