linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-22 11:21:49 to 2025-07-23 14:51:36 UTC [more...]

[RFC v2 00/16] Live Update Orchestrator
 2025-07-23 14:51 UTC  (11+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH v2 00/32] Live Update Orchestrator
 2025-07-23 14:46 UTC  (33+ messages)
` [PATCH v2 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v2 02/32] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v2 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v2 04/32] kho: allow to drive kho from within kernel
` [PATCH v2 05/32] kho: make debugfs interface optional
` [PATCH v2 06/32] kho: drop notifiers
` [PATCH v2 07/32] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v2 08/32] kho: don't unpreserve memory during abort
` [PATCH v2 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v2 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v2 11/32] liveupdate: luo_core: integrate with KHO
` [PATCH v2 12/32] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v2 13/32] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v2 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v2 15/32] liveupdate: luo_files: implement file systems callbacks
` [PATCH v2 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v2 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v2 18/32] reboot: call liveupdate_reboot() before kexec
` [PATCH v2 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking
` [PATCH v2 20/32] kho: move kho debugfs directory to liveupdate
` [PATCH v2 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v2 22/32] selftests/liveupdate: add subsystem/state tests
` [PATCH v2 23/32] docs: add luo documentation
` [PATCH v2 24/32] MAINTAINERS: add liveupdate entry
` [PATCH v2 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v2 26/32] mm: shmem: allow freezing inode mapping
` [PATCH v2 27/32] mm: shmem: export some functions to internal.h
` [PATCH v2 28/32] luo: allow preserving memfd
` [PATCH v2 29/32] docs: add documentation for memfd preservation via LUO
` [PATCH v2 30/32] tools: introduce libluo
` [PATCH v2 31/32] libluo: introduce luoctl
` [PATCH v2 32/32] libluo: add tests

[PATCH v1 00/32] Live Update Orchestrator
 2025-07-23 14:39 UTC  (13+ messages)
` [PATCH v1 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags

[PATCH v2 00/15] Add driver for 1Gbe network chips from MUCSE
 2025-07-23 14:38 UTC  (35+ messages)
` [PATCH v2 01/15] net: rnpgbe: Add build support for rnpgbe
` [PATCH v2 02/15] net: rnpgbe: Add n500/n210 chip support
` [PATCH v2 03/15] net: rnpgbe: Add basic mbx ops support
` [PATCH v2 04/15] net: rnpgbe: Add get_capability mbx_fw "
` [PATCH v2 08/15] net: rnpgbe: Add irq support
` [PATCH v2 10/15] net: rnpgbe: Add netdev irq in open
` [PATCH v2 14/15] net: rnpgbe: Add base rx function

[PATCH v4 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-23 13:49 UTC  (23+ messages)
` [PATCH v4 01/20] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v4 02/20] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH v4 03/20] clk: stm32mp25: add firewall grant_access ops
` [PATCH v4 04/20] arm64: dts: st: set rcc as an access-controller
` [PATCH v4 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
` [PATCH v4 06/20] dt-bindings: memory: introduce DDR4
` [PATCH v4 07/20] dt-bindings: memory: factorise LPDDR channel binding into SDRAM channel
` [PATCH v4 08/20] dt-binding: memory: add DDR4 channel compatible
` [PATCH v4 09/20] dt-bindings: memory: SDRAM channel: standardise node name
` [PATCH v4 10/20] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board
` [PATCH v4 11/20] arm64: dts: st: add DDR channel to stm32mp257f-ev1 board
` [PATCH v4 12/20] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v4 13/20] perf: stm32: introduce DDRPERFM driver
` [PATCH v4 14/20] Documentation: perf: stm32: add ddrperfm support
` [PATCH v4 15/20] MAINTAINERS: add myself as STM32 DDR PMU maintainer
` [PATCH v4 16/20] ARM: dts: stm32: add ddrperfm on stm32mp131
` [PATCH v4 17/20] ARM: dts: stm32: add ddrperfm on stm32mp151
` [PATCH v4 18/20] arm64: dts: st: add ddrperfm on stm32mp251
` [PATCH v4 19/20] arm64: dts: st: support ddrperfm on stm32mp257f-dk
` [PATCH v4 20/20] arm64: dts: st: support ddrperfm on stm32mp257f-ev1

[PATCH net-next 0/5] Add RPMSG Ethernet Driver
 2025-07-23 13:49 UTC  (7+ messages)
` [PATCH net-next 1/5] net: rpmsg-eth: Add Documentation for RPMSG-ETH Driver
` [PATCH net-next 2/5] net: rpmsg-eth: Add basic rpmsg skeleton
` [PATCH net-next 3/5] net: rpmsg-eth: Register device as netdev
` [PATCH net-next 4/5] net: rpmsg-eth: Add netdev ops
` [PATCH net-next 5/5] net: rpmsg-eth: Add support for multicast filtering

[PATCH 0/3] fs: Remove old mount API helpers
 2025-07-23 13:21 UTC  (4+ messages)
` [PATCH 1/3] fs: Remove mount_nodev
` [PATCH 2/3] fs: Remove mount_bdev
` [PATCH 3/3] docs/vfs: Remove mentions to the old mount API helpers

[PATCH v15 00/34] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-23 13:14 UTC  (34+ messages)
` [PATCH v15 21/34] x86/resctrl: Refactor resctrl_arch_rmid_read()
` [PATCH v15 22/34] x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()
` [PATCH v15 23/34] fs/resctrl: Support counter read/reset with mbm_event assignment mode
` [PATCH v15 24/34] fs/resctrl: Report 'Unassigned' for MBM events in mbm_event mode
` [PATCH v15 25/34] fs/resctrl: Add definitions for MBM event configuration
` [PATCH v15 26/34] fs/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v15 27/34] fs/resctrl: Provide interface to update the event configurations
` [PATCH v15 29/34] x86,fs/resctrl: Auto assign counters on mkdir and clean up on group removal

[PATCH RESEND] doc: update porting, vfs documentation to describe mmap_prepare()
 2025-07-23 13:09 UTC  (2+ messages)

[PATCH] arm64/sme: Drop inaccurate documentation of streaming mode switches
 2025-07-23 12:27 UTC 

[PATCH 1/1] mm: slub: Introduce one knob to control the track of slub object
 2025-07-23 11:38 UTC  (5+ messages)

[PATCH net-next v10 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-07-23 11:34 UTC  (11+ messages)
` [PATCH net-next v10 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v10 2/8] hinic3: Complete "
` [PATCH net-next v10 6/8] hinic3: Mailbox framework
` [PATCH net-next v10 7/8] hinic3: Mailbox management interfaces

[PATCH v1] docs: fault-injection: drop reference to md-faulty
 2025-07-23 10:28 UTC 

[PATCH 5/5] Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese
 2025-07-23 10:14 UTC  (2+ messages)

[PATCH] Documentation: core-api: entry: Replace deprecated KVM entry/exit functions
 2025-07-23  9:54 UTC  (2+ messages)

[PATCH v3 00/19] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-23  8:18 UTC  (32+ messages)
` [PATCH v3 01/19] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v3 02/19] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH v3 03/19] clk: stm32mp25: add firewall grant_access ops
` [PATCH v3 04/19] arm64: dts: st: set rcc as an access-controller
` [PATCH v3 05/19] dt-bindings: memory: factorise LPDDR props into memory props
` [PATCH v3 06/19] dt-bindings: memory: introduce DDR4
` [PATCH v3 07/19] dt-bindings: memory: factorise LPDDR channel binding into memory channel
` [PATCH v3 08/19] dt-binding: memory: add DDR4 channel compatible
` [PATCH v3 09/19] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board
` [PATCH v3 10/19] arm64: dts: st: add DDR channel to stm32mp257f-ev1 board
` [PATCH v3 11/19] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v3 12/19] perf: stm32: introduce DDRPERFM driver
` [PATCH v3 13/19] Documentation: perf: stm32: add ddrperfm support
` [PATCH v3 14/19] MAINTAINERS: add myself as STM32 DDR PMU maintainer
` [PATCH v3 15/19] ARM: dts: stm32: add ddrperfm on stm32mp131
` [PATCH v3 16/19] ARM: dts: stm32: add ddrperfm on stm32mp151
` [PATCH v3 17/19] arm64: dts: st: add ddrperfm on stm32mp251
` [PATCH v3 18/19] arm64: dts: st: support ddrperfm on stm32mp257f-dk
` [PATCH v3 19/19] arm64: dts: st: support ddrperfm on stm32mp257f-ev1

[PATCH net-next v6 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-07-23  5:00 UTC  (4+ messages)
` [PATCH net-next v6 01/14] dt-bindings: net: Add PPE "

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-23  1:56 UTC  (8+ messages)
` [PATCH v9 02/14] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v9 12/14] khugepaged: improve tracepoints for mTHP orders

[PATCH] rtla: clarify trace option syntax in documentation and usage help
 2025-07-23  1:52 UTC 

[RFC PATCH v2] cgroup: Track time in cgroup v2 freezer
 2025-07-23  1:28 UTC  (16+ messages)
        ` cpu.stat in core or cpu controller (was Re: [RFC PATCH v2] cgroup: Track time in cgroup v2 freezer)

[PATCH RFC v2 0/4] procfs: make reference pidns more user-visible
 2025-07-22 23:18 UTC  (5+ messages)
` [PATCH RFC v2 1/4] pidns: move is-ancestor logic to helper
` [PATCH RFC v2 2/4] procfs: add "pidns" mount option
` [PATCH RFC v2 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
` [PATCH RFC v2 4/4] selftests/proc: add tests for new pidns APIs

[PATCH] Doc:features:scripts: This file was missing shebang line, so added it
 2025-07-22 21:52 UTC 

[PATCH] Doc:features: This file was missing shebang line, so added it
 2025-07-22 21:45 UTC 

[PATCH] Doc:admin-guide:aoe This file was missing shebang line, so added
 2025-07-22 21:28 UTC 

[PATCH] Minor documentation fixes
 2025-07-22 19:11 UTC 

[PATCH v6 0/4] drm: Fix bug in panel driver, update MIPI support macros
 2025-07-22 19:05 UTC  (7+ messages)
` [PATCH v6 1/4] drm: Create mipi_dsi_dual* macros
` [PATCH v6 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v6 3/4] drm: Remove unused MIPI write seq and chatty functions

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-07-22 17:45 UTC  (33+ messages)
` [PATCH hyperv-next v4 01/16] Documentation: hyperv: "
` [PATCH hyperv-next v4 02/16] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v4 03/16] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v4 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v4 05/16] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v4 06/16] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v4 07/16] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v4 08/16] Drivers: hv: remove stale comment
` [PATCH hyperv-next v4 09/16] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v4 10/16] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v4 11/16] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v4 12/16] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v4 13/16] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v4 14/16] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection
` [PATCH hyperv-next v4 16/16] Drivers: hv: Set the default VMBus version to 6.0

[PATCH v5 0/4] drm: Fix bug in panel driver, update MIPI support macros
 2025-07-22 16:22 UTC  (5+ messages)
` [PATCH v5 1/4] drm: Create mipi_dsi_dual* macros

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-22 13:29 UTC  (10+ messages)
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches

[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-07-22 11:42 UTC  (4+ messages)


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).