linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 19:45:44 to 2025-07-09 21:27:17 UTC [more...]

[RFC v2 00/16] Live Update Orchestrator
 2025-07-09 21:27 UTC  (5+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
 2025-07-09 19:49 UTC  (7+ messages)
` [PATCH v3 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v3 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH] alloc_tag: add per-NUMA node stats
 2025-07-09 19:14 UTC  (6+ messages)

[PATCH v8 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-09 19:02 UTC  (9+ messages)
` [PATCH v8 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v8 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

refactor the iomap writeback code v4
 2025-07-09 17:53 UTC  (13+ messages)
` [PATCH 01/14] iomap: header diet
` [PATCH 08/14] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 12/14] iomap: improve argument passing to iomap_read_folio_sync
` [PATCH 14/14] iomap: build the writeback code without CONFIG_BLOCK

[PATCH v2] Documentation: dma-buf: heaps: Add naming guidelines
 2025-07-09 17:39 UTC  (2+ messages)

[PATCHv9 00/16] x86: Enable Linear Address Space Separation support
 2025-07-09 17:00 UTC  (24+ messages)
` [PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall
` [PATCHv9 05/16] efi: Disable LASS around set_virtual_address_map() EFI call
` [PATCHv9 11/16] x86/traps: Communicate a LASS violation in #GP message
` [PATCHv9 12/16] x86/traps: Generalize #GP address decode and hint code
` [PATCHv9 13/16] x86/traps: Handle LASS thrown #SS
` [PATCHv9 16/16] x86: Re-enable Linear Address Masking

[PATCH v3 0/3] hwmon: add Microchip EMC2101 driver
 2025-07-09 16:48 UTC  (4+ messages)
` [PATCH v3 1/3] docs: hwmon: add emc2101.rst to docs
` [PATCH v3 2/3] dt-bindings: hwmon: Add Microchip EMC2101 support
` [PATCH v3 3/3] drivers: hwmon: add EMC2101 driver

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-09 16:29 UTC  (9+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[PATCH 00/12] [PATCH 00/11] Thrash up the parser/output interface
 2025-07-09 16:27 UTC  (5+ messages)
` [PATCH 03/12] docs: kdoc: drop "sectionlist"

[PATCH v9 00/13] Don't generate netlink .rst files inside $(srctree)
 2025-07-09 15:58 UTC  (14+ messages)
` [PATCH v9 01/13] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v9 02/13] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v9 03/13] docs: netlink: index.rst: add a netlink index file
` [PATCH v9 04/13] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v9 05/13] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v9 06/13] docs: use parser_yaml extension to handle "
` [PATCH v9 07/13] docs: uapi: netlink: update netlink specs link
` [PATCH v9 08/13] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v9 09/13] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v9 10/13] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v9 11/13] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v9 12/13] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v9 13/13] docs: parser_yaml.py: fix backward compatibility with old docutils

[PATCH v3] PM: add kernel parameter to disable asynchronous suspend/resume
 2025-07-09 15:47 UTC  (2+ messages)

[PATCH v8 00/13] Don't generate netlink .rst files inside $(srctree)
 2025-07-09 15:44 UTC  (12+ messages)
` [PATCH v8 06/13] docs: use parser_yaml extension to handle Netlink specs
` [PATCH v8 11/13] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v8 13/13] docs: parser_yaml.py: fix backward compatibility with old docutils

[PATCH] gpio: sim: allow to mark simulated lines as invalid
 2025-07-09 14:49 UTC  (2+ messages)

[PATCH v4 00/13] mm/damon/vaddr: Allow interleaving in migrate_{hot,cold} actions
 2025-07-09 14:07 UTC  (16+ messages)
` [PATCH v4 01/13] mm/damon: add struct damos_migrate_dests
` [PATCH v4 02/13] mm/damon/core: add damos->migrate_dests field
` [PATCH v4 03/13] mm/damon/sysfs-schemes: implement DAMOS action destinations directory
` [PATCH v4 04/13] mm/damon/sysfs-schemes: set damos->migrate_dests
` [PATCH v4 05/13] Docs/ABI/damon: document schemes dests directory
` [PATCH v4 06/13] Docs/admin-guide/mm/damon/usage: document "
` [PATCH v4 07/13] mm/damon/core: Commit damos->migrate_dests
` [PATCH v4 08/13] mm/damon: Move migration helpers from paddr to ops-common
` [PATCH v4 09/13] mm/damon/vaddr: Add vaddr versions of migrate_{hot,cold}
` [PATCH v4 10/13] Docs/mm/damon/design: Document vaddr support for migrate_{hot,cold}
` [PATCH v4 11/13] mm/damon/vaddr: Use damos->migrate_dests in migrate_{hot,cold}
` [PATCH v4 12/13] mm/damon: Move folio filtering from paddr to ops-common
` [PATCH v4 13/13] mm/damon/vaddr: Apply filters in migrate_{hot/cold}

[PATCH v4 6/7] riscv: Add tools support for xmipsexectl
 2025-07-09 14:04 UTC  (2+ messages)

[PATCH v2 00/39] Translate sphinx-pre-install to Python
 2025-07-09 13:52 UTC  (40+ messages)
` [PATCH v2 01/39] scripts: sphinx-pre-install: fix version check for Fedora
` [PATCH v2 02/39] scripts: sphinx-pre-install: rename it to scripts/sphinx-pre-install.pl
` [PATCH v2 03/39] scripts: sphinx-pre-install: Convert script to Python
` [PATCH v2 04/39] scripts: sphinx-pre-install: Make it compatible with Python 3.6
` [PATCH v2 05/39] scripts: sphinx-pre-install: run on a supported version
` [PATCH v2 06/39] scripts: sphinx-pre-install: drop obsolete routines
` [PATCH v2 07/39] scripts: sphinx-pre-install: drop support for old virtualenv
` [PATCH v2 08/39] scripts: sphinx-pre-install: Address issues with OpenSUSE Leap 15.x
` [PATCH v2 09/39] scripts: sphinx-pre-install: fix opensuse Leap hint for PyYAML
` [PATCH v2 10/39] scripts: sphinx-pre-install: fix support for gentoo
` [PATCH v2 11/39] scripts: sphinx-pre-install: Address issues with OpenSUSE Tumbleweed
` [PATCH v2 12/39] scripts: sphinx-pre-install: only show portage hints once
` [PATCH v2 13/39] scripts: sphinx-pre-install: cleanup rhel support
` [PATCH v2 14/39] scripts: sphinx-pre-install: output Python and docutils version
` [PATCH v2 15/39] scripts: sphinx-pre-install: add a missing f-string marker
` [PATCH v2 16/39] scripts: sphinx-pre-install: fix Leap support for rsvg-convert
` [PATCH v2 17/39] scripts: sphinx-pre-install: fix rhel recomendations
` [PATCH v2 18/39] scripts: sphinx-pre-install: remove Scientific Linux
` [PATCH v2 19/39] scripts: sphinx-pre-install: improve Gentoo package deps logic
` [PATCH v2 20/39] scripts: sphinx-pre-install: fix OpenMandriva support
` [PATCH v2 21/39] scripts: sphinx-pre-install: move package instructions to a new func
` [PATCH v2 22/39] scripts: sphinx-pre-install: adjust a warning message
` [PATCH v2 23/39] scripts: sphinx-pre-install: better handle Python min version
` [PATCH v2 24/39] scripts: sphinx-pre-install: convert is_optional to a class
` [PATCH v2 25/39] scripts: sphinx-pre-install: better handle RHEL-based distros
` [PATCH v2 26/39] scripts: sphinx-pre-install: move missing logic to a separate class
` [PATCH v2 27/39] scripts: sphinx-pre-install: move ancillary checkers "
` [PATCH v2 28/39] scripts: sphinx-pre-install: add more generic checkers on a class
` [PATCH v2 29/39] scripts: sphinx-pre-install: move get_system_release()
` [PATCH v2 30/39] scripts: sphinx-pre-install: add documentation for the ancillary classes
` [PATCH v2 31/39] scripts: sphinx-pre-install: add docstring documentation
` [PATCH v2 32/39] scripts: sphinx-pre-install: fix several codingstyle issues
` [PATCH v2 33/39] scripts: sphinx-pre-install: rework install command logic
` [PATCH v2 34/39] scripts: sphinx-pre-install: update mandatory system deps
` [PATCH v2 35/39] scripts: sphinx-pre-install: add support for RHEL8-based distros
` [PATCH v2 36/39] scripts: sphinx-pre-install: add a warning for Debian-based distros
` [PATCH v2 37/39] scripts: sphinx-pre-install: some adjustments related to venv
` [PATCH v2 38/39] docs: Makefile: switch to the new scripts/sphinx-pre-install.py
` [PATCH v2 39/39] scripts: sphinx-pre-install.pl: get rid of the old script

[PATCH net-next v06 5/8] hinic3: TX & RX Queue coalesce interfaces
 2025-07-09 13:20 UTC  (4+ messages)

[PATCH net-next v07 7/8] hinic3: Mailbox management interfaces
 2025-07-09 13:15 UTC  (3+ messages)

[lwn:docs-next 81/89] Warning: drivers/memory/omap-gpmc.c:441 Excess function parameter 'cs' description in 'get_gpmc_timing_reg'
 2025-07-09 10:44 UTC 

[PATCH v17 0/7] firmware: imx: driver for NXP secure-enclave
 2025-07-09 10:23 UTC  (6+ messages)
  ` [EXT] "

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-07-09 10:18 UTC  (9+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-07-09  9:53 UTC  (3+ messages)
` [PATCH v3 05/10] KVM: arm64: Add trap configs for PMSDSFR_EL1

[PATCH v3 0/2] hwmon: Add support for MPS mp2869,mp29502 chip
 2025-07-09  9:34 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp2869 series and mp29502
  ` [PATCH v3 2/2] hwmon: add MP2869 series and MP29502 driver

[PATCH 00/15] Translate sphinx-pre-install to Python
 2025-07-09  9:17 UTC  (8+ messages)

[PATCH v7 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-07-09  9:02 UTC  (9+ messages)

[PATCH] drm/gpuvm: Wrap drm_gpuvm_sm_map_exec_lock() expected usage in literal code block
 2025-07-09  8:40 UTC  (4+ messages)

[PATCH v5 0/3] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A
 2025-07-09  5:43 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800
` [PATCH v5 2/3] hwmon: (pmbus/adp1050): Add support for "
` [PATCH v5 3/3] hwmon: (pmbus/adp1050): Add regulator support for ltp8800

[RFC V2 00/18] famfs: port into fuse
 2025-07-09  4:27 UTC  (13+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response

[PATCH 2/7] docs/zh_CN: add scsi.rst translation
 2025-07-09  1:39 UTC  (2+ messages)

[PATCH 1/7] docs/zh_CN: update subsystem-apis.rst translation
 2025-07-09  1:33 UTC  (2+ messages)

[PATCH 0/7] docs/zh_CN: add chinese translation for scsi
 2025-07-09  1:31 UTC  (2+ messages)

[PATCH v4 0/8] Documentation for nova-core
 2025-07-09  1:31 UTC  (3+ messages)

[PATCH v2 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
 2025-07-08 22:59 UTC  (2+ messages)

[PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
 2025-07-08 22:41 UTC  (3+ messages)

[PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks
 2025-07-08 22:38 UTC  (2+ messages)

[PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
 2025-07-08 22:37 UTC  (2+ messages)

[PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
 2025-07-08 22:34 UTC  (2+ messages)

[PATCH v15 00/34] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-08 22:17 UTC  (35+ messages)
` [PATCH v15 01/34] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v15 02/34] x86,fs/resctrl: Replace architecture event enabled checks
` [PATCH v15 03/34] x86/resctrl: Remove 'rdt_mon_features' global variable
` [PATCH v15 04/34] x86,fs/resctrl: Prepare for more monitor events
` [PATCH v15 05/34] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)
` [PATCH v15 06/34] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v15 07/34] x86,fs/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v15 08/34] x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v15 09/34] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v15 10/34] fs/resctrl: Introduce the interface to display monitoring modes
` [PATCH v15 11/34] fs/resctrl: Add resctrl file to display number of assignable counters
` [PATCH v15 12/34] fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain
` [PATCH v15 13/34] fs/resctrl: Introduce interface to display number of free MBM counters
` [PATCH v15 14/34] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v15 15/34] fs/resctrl: Introduce event configuration field in struct mon_evt
` [PATCH v15 16/34] x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v15 17/34] fs/resctrl: Add the functionality to assign MBM events
` [PATCH v15 18/34] fs/resctrl: Add the functionality to unassign "
` [PATCH v15 19/34] fs/resctrl: Pass struct rdtgroup instead of individual members
` [PATCH v15 20/34] fs/resctrl: Introduce counter read, reset calls in mbm_event mode
` [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 28/34] fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir
` [PATCH v15 29/34] x86,fs/resctrl: Auto assign counters on mkdir and clean up on group removal
` [PATCH v15 30/34] fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group
` [PATCH v15 31/34] fs/resctrl: Introduce the interface to modify "
` [PATCH v15 32/34] fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled
` [PATCH v15 33/34] fs/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v15 34/34] x86/resctrl: Configure mbm_event mode if supported

[PATCH net-next v7 0/4] net: phy: bcm54811: PHY initialization
 2025-07-08 21:15 UTC  (3+ messages)
` [PATCH net-next v7 2/4] dt-bindings: ethernet-phy: add MII-Lite phy interface type


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