public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 14:03:58 to 2026-02-25 08:59:43 UTC [more...]

[PATCH 0/2] hwmon: Add support for MPS mp2845 chip
 2026-02-25  8:56 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add MPS mp2845
  ` [PATCH 2/2] hwmon: add MP2845 driver

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-25  8:38 UTC  (22+ messages)
` [PATCH v2 01/22] liveupdate: Export symbols needed by modules
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during "
` [PATCH v2 05/22] vfio/pci: Preserve vfio-pci device files across "
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after "
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v2 08/22] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v2 09/22] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device

[RFC PATCH net-next] tcp: Add net.ipv4.tcp_purge_receive_queue sysctl
 2026-02-25  8:31 UTC  (2+ messages)

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-25  8:25 UTC  (5+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists

[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-25  8:08 UTC  (17+ messages)
` [PATCH v4 18/41] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v4 26/41] arm_mpam: resctrl: Add support for 'MB' resource

[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
 2026-02-25  7:20 UTC  (7+ messages)
` [PATCH RFC v2 1/6] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()
` [PATCH RFC v2 3/6] fs: Add .unaccount_folio callback
` [PATCH RFC v2 4/6] KVM: guest_memfd: Track amount of memory allocated on inode
` [PATCH RFC v2 5/6] KVM: selftests: Wrap fstat() to assert success
` [PATCH RFC v2 6/6] KVM: selftests: Test that st_blocks is updated on allocation

[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-25  6:25 UTC  (43+ messages)
` [PATCH v5 01/41] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v5 02/41] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v5 03/41] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v5 04/41] arm64: mpam: Context switch the MPAM registers
` [PATCH v5 05/41] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v5 06/41] arm64: mpam: Drop the CONFIG_EXPERT restriction
` [PATCH v5 07/41] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v5 08/41] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v5 09/41] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v5 10/41] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v5 11/41] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v5 12/41] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v5 13/41] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v5 14/41] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v5 15/41] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v5 16/41] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v5 17/41] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v5 18/41] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks
` [PATCH v5 19/41] arm_mpam: resctrl: Add CDP emulation
` [PATCH v5 20/41] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v5 21/41] arm_mpam: resctrl: Add kunit test for control format conversions
` [PATCH v5 22/41] arm_mpam: resctrl: Add rmid index helpers
` [PATCH v5 23/41] arm_mpam: resctrl: Add kunit test for rmid idx conversions
` [PATCH v5 24/41] arm_mpam: resctrl: Wait for cacheinfo to be ready
` [PATCH v5 25/41] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v5 26/41] arm_mpam: resctrl: Add monitor initialisation and domain boilerplate
` [PATCH v5 27/41] arm_mpam: resctrl: Add support for csu counters
` [PATCH v5 28/41] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v5 29/41] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v5 30/41] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [PATCH v5 31/41] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v5 32/41] arm_mpam: resctrl: Update the rmid reallocation limit
` [PATCH v5 33/41] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [PATCH v5 34/41] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [PATCH v5 35/41] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [PATCH v5 36/41] arm_mpam: Add quirk framework
` [PATCH v5 37/41] arm_mpam: Add workaround for T241-MPAM-1
` [PATCH v5 38/41] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v5 39/41] arm_mpam: Add workaround for T241-MPAM-6
` [PATCH v5 40/41] arm_mpam: Quirk CMN-650's CSU NRDY behaviour
` [PATCH v5 41/41] arm64: mpam: Add initial MPAM documentation

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-25  5:39 UTC  (27+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v3 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2026-02-25  4:31 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v3 2/2] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-02-25  4:04 UTC  (6+ messages)
` [PATCH v3 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v3 2/5] KVM: arm64: Add support to set the DBM attr during memory abort
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH v3 5/5] KVM: arm64: Document HDBSS ioctl

[PATCH v6 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-25  3:15 UTC  (3+ messages)
` [PATCH v6 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr

[PATCH net-next v2] docs: net: document neigh gc_stale_time sysctl
 2026-02-25  1:50 UTC  (3+ messages)

[PATCH v4 0/3] PCI Controller event and LTSSM tracepoint support
 2026-02-25  1:25 UTC  (14+ messages)
` [PATCH v4 1/3] PCI: trace: Add PCI controller LTSSM transition tracepoint
` [PATCH v4 3/3] PCI: dw-rockchip: Add pcie_ltssm_state_transition trace support

[PATCH] Add short author date to Fixes tag
 2026-02-25  0:57 UTC  (2+ messages)

[PATCH net-next] docs: net: document neigh gc_interval and gc_stale_time sysctls
 2026-02-25  0:01 UTC  (5+ messages)

[PATCH v6 0/5] asdf
 2026-02-24 23:45 UTC  (4+ messages)
` [PATCH v6 4/5] slab: Introduce kmalloc_flex() and family

[PATCH v8 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-02-24 22:47 UTC  (35+ messages)
` [PATCH v8 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
                                    ` [EXT] "

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-24 22:40 UTC  (5+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings

[PATCH net-next] net: ethtool: add COALESCE_RX_CQE_FRAMES/NSECS parameters
 2026-02-24 21:38 UTC  (3+ messages)
  ` [EXTERNAL] "

[RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
 2026-02-24 19:37 UTC  (21+ messages)

[PATCH v3 00/13] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-02-24 19:15 UTC  (14+ messages)
` [PATCH v3 01/13] dt-bindings: leds: document Samsung S2M series PMIC flash LED device
` [PATCH v3 02/13] dt-bindings: leds: document Samsung S2M series PMIC RGB "
` [PATCH v3 03/13] dt-bindings: extcon: document Samsung S2M series PMIC extcon device
` [PATCH v3 04/13] dt-bindings: power: supply: document Samsung S2M series PMIC charger device
` [PATCH v3 05/13] dt-bindings: mfd: s2mps11: add documentation for S2MU005 PMIC
` [PATCH v3 06/13] mfd: sec: add support "
` [PATCH v3 07/13] mfd: sec: set DMA coherent mask
` [PATCH v3 08/13] mfd: sec: resolve PMIC revision in S2MU005
` [PATCH v3 09/13] leds: flash: add support for Samsung S2M series PMIC flash LED device
` [PATCH v3 10/13] leds: rgb: add support for Samsung S2M series PMIC RGB "
` [PATCH v3 11/13] Documentation: leds: document pattern behavior of Samsung S2M series PMIC RGB LEDs
` [PATCH v3 12/13] extcon: add support for Samsung S2M series PMIC extcon devices
` [PATCH v3 13/13] power: supply: add support for Samsung S2M series PMIC charger device

[PATCH] docs: dt: unittest: update to current unittest filenames
 2026-02-24 18:40 UTC  (2+ messages)

[PATCH RFC net-next 0/4] tcp: RFC 7323-compliant window retraction handling
 2026-02-24 18:07 UTC  (4+ messages)
` [PATCH RFC net-next 1/4] tcp: implement RFC 7323 window retraction receiver requirements

[PATCH iwl-next v5 00/15] Introduce iXD driver
 2026-02-24 17:49 UTC  (15+ messages)
` [PATCH iwl-next v5 01/15] virtchnl: create 'include/linux/intel' and move necessary header files
  ` [Intel-wired-lan] "
` [PATCH iwl-next v5 03/15] libie: add PCI device initialization helpers to libie
  ` [Intel-wired-lan] "
` [PATCH iwl-next v5 04/15] libeth: allow to create fill queues without NAPI
  ` [Intel-wired-lan] "
` [PATCH iwl-next v5 05/15] libie: add control queue support
  ` [Intel-wired-lan] "
` [PATCH iwl-next v5 06/15] libie: add bookkeeping support for control queue messages
  ` [Intel-wired-lan] "

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-24 16:14 UTC  (7+ messages)
` [PATCH v4 15/17] "

[PATCH v2 00/11] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-02-24 15:55 UTC  (11+ messages)
` [PATCH v2 01/11] ACPI: APEI: GHES: share macros via a private header
` [PATCH v2 02/11] ACPI: APEI: GHES: add ghes_cper.o stub
` [PATCH v2 03/11] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v2 07/11] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v2 11/11] RAS: add DeviceTree firmware-first CPER provider

[PATCH 0/8] Remove the Kontron SMARC-sAM67 board
 2026-02-24 15:25 UTC  (3+ messages)
` [PATCH 3/8] Revert "hwmon: add SMARC-sAM67 support"

[PATCH net v3 0/3] vsock: add write-once semantics to child_ns_mode
 2026-02-24 15:10 UTC  (7+ messages)
` [PATCH net v3 2/3] vsock: lock down child_ns_mode as write-once
` [PATCH net v3 3/3] vsock: document write-once behavior of the child_ns_mode sysctl

[PATCH v5 0/5] iio: accel: adxl345: Implement event scaling and ABI compliance
 2026-02-24 15:03 UTC  (9+ messages)
` [PATCH v5 1/5] docs: iio: adxl345: grammar and formatting cleanups
` [PATCH v5 2/5] iio: core: Add IIO_EV_INFO_SCALE to event info
` [PATCH v5 3/5] iio: accel: adxl345: Expose IIO_EV_INFO_VALUE for double tap
` [PATCH v5 4/5] iio: accel: adxl345: Implement event scaling for ABI compliance
` [PATCH v5 5/5] docs: iio: adxl345: update event attributes and scaling math

[PATCH 1/2] docs/zh_TW: update personal information
 2026-02-24 14:49 UTC  (4+ messages)

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-24 14:41 UTC  (7+ messages)
` [PATCH v8 02/20] drm: "
` [PATCH v8 03/20] drm: Add enum conversions for drm_color_format_enum
` [PATCH v8 05/20] drm/display: hdmi-state-helper: Act on color format DRM property

[PATCH net-next v01 00/15] net: hinic3: Fix code styles
 2026-02-24 14:31 UTC  (3+ messages)
` [PATCH net-next v01 11/15] hinic3: Add ethtool statistic ops


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