linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-07 16:05:13 to 2025-07-08 22:22:25 UTC [more...]

[PATCH v15 00/34] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-08 22:17 UTC  (31+ 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] alloc_tag: add per-NUMA node stats
 2025-07-08 21:52 UTC  (3+ messages)

refactor the iomap writeback code v4
 2025-07-08 21:30 UTC  (25+ messages)
` [PATCH 01/14] iomap: header diet
` [PATCH 02/14] iomap: pass more arguments using the iomap writeback context
` [PATCH 03/14] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 04/14] iomap: refactor the writeback interface
` [PATCH 05/14] iomap: hide ioends from the generic writeback code
` [PATCH 06/14] iomap: add public helpers for uptodate state manipulation
` [PATCH 07/14] iomap: move all ioend handling to ioend.c
` [PATCH 08/14] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/14] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 10/14] iomap: export iomap_writeback_folio
` [PATCH 11/14] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/14] iomap: improve argument passing to iomap_read_folio_sync
` [PATCH 13/14] iomap: add read_folio_range() handler for buffered writes
` [PATCH 14/14] iomap: build the writeback code without CONFIG_BLOCK

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

[PATCH v7 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-07-08 19:50 UTC  (17+ messages)
` [PATCH v7 net-next 1/9] scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
` [PATCH v7 net-next 2/9] virtio: introduce extended features
` [PATCH v7 net-next 3/9] virtio_pci_modern: allow configuring "
` [PATCH v7 net-next 4/9] vhost-net: "
` [PATCH v7 net-next 5/9] virtio_net: add supports for extended offloads
` [PATCH v7 net-next 6/9] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH v7 net-next 7/9] virtio_net: enable gso over UDP tunnel support
` [PATCH v7 net-next 8/9] tun: "
` [PATCH v7 net-next 9/9] vhost/net: "

[PATCH 0/2] Restrict module namespace to in-tree modules and rename macro
 2025-07-08 19:22 UTC  (13+ messages)
` [PATCH 1/2] module: Restrict module namespace access to in-tree modules
` [PATCH 2/2] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES

[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
 2025-07-08 18:02 UTC  (2+ messages)

[RFC PATCH v3 07/13] mm/damon/core: Commit damos->target_nid/migrate_dests
 2025-07-08 17:32 UTC  (4+ messages)

[PATCH v2] PM: add kernel parameter to disable asynchronous suspend/resume
 2025-07-08 16:31 UTC  (4+ messages)

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-08 16:23 UTC  (15+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v8 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v8 11/15] khugepaged: allow madvise_collapse to check all anonymous mTHP orders
` [PATCH v8 14/15] khugepaged: add per-order mTHP khugepaged stats

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-08 15:57 UTC  (10+ messages)

[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-08 15:43 UTC  (11+ messages)
` [PATCH v14 30/32] fs/resctrl: Hide the BMEC related files when mbm_event mode is enabled

[PATCH -next] docs: kdoc: various fixes for grammar, spelling, punctuation
 2025-07-08 15:28 UTC  (3+ messages)

[PATCH] PM: add kernel parameter to disable asynchronous suspend/resume
 2025-07-08 14:58 UTC  (3+ messages)

[PATCH 00/15] Translate sphinx-pre-install to Python
 2025-07-08 14:56 UTC  (4+ messages)

[PATCH -rcu -next 5/7] rcu: Document GP init vs hotplug-scan ordering requirements
 2025-07-08 14:22 UTC  (3+ messages)
` [PATCH -rcu -next 6/7] rcu: Document separation of rcu_state and rnp's gp_seq
` [PATCH -rcu -next 7/7] rcu: Document concurrent quiescent state reporting for offline CPUs

[PATCH v2] tracing: doc: fix "for a while" typo
 2025-07-08 14:14 UTC  (2+ messages)

[PATCH] Documentation: Remove duplicate word size in bootconfig
 2025-07-08 14:11 UTC  (2+ messages)

[RFC V2 00/18] famfs: port into fuse
 2025-07-08 12:02 UTC  (8+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs

[PATCH v3 00/14] Introduce AMD Pensando RDMA driver
 2025-07-08 10:05 UTC  (12+ messages)
` [PATCH v3 10/14] RDMA/ionic: Register device ops for control path

[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-07-08 10:02 UTC  (5+ messages)
` [PATCH v5 08/12] firmware: qcom: tzmem: export shm_bridge create/delete

[PATCH net-next] tcp: account for memory pressure signaled by cgroup
 2025-07-08  9:08 UTC  (5+ messages)

[PATCH net v6 0/4] net: phy: bcm54811: Fix the PHY initialization
 2025-07-08  9:01 UTC  (3+ messages)

[PATCH v2 0/7] Further kernel-doc tweakery
 2025-07-08  8:13 UTC  (7+ messages)
` [PATCH v2 2/7] docs: kdoc: micro-optimize KernRe

[PATCH v2 0/3] drm: docs: Remove deprecated MIPI DSI macro
 2025-07-08  7:39 UTC  (4+ messages)
` [PATCH v2 1/3] drm/panel: jdi-lpm102a188a: Update deprecated MIPI function calls
` [PATCH v2 2/3] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v2 3/3] drm: docs: Update task from drm TODO list

[PATCH v6 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-07-08  7:12 UTC  (2+ messages)

[PATCH v4 0/8] Documentation for nova-core
 2025-07-08  6:49 UTC  (9+ messages)
` [PATCH v4 1/8] gpu: nova-core: Add code comments related to devinit
` [PATCH v4 2/8] gpu: nova-core: Clarify sysmembar operations
` [PATCH v4 3/8] gpu: nova-core: Clarify falcon code
` [PATCH v4 4/8] gpu: nova-core: convert `/*` comments to `//`
` [PATCH v4 5/8] Documentation: gpu: nova-core: Document vbios layout
` [PATCH v4 6/8] Documentation: gpu: nova-core: Document devinit process
` [PATCH v4 7/8] Documentation: gpu: nova-core: Document fwsec operation and layout
` [PATCH v4 8/8] Documentation: gpu: nova-core: Document basics of the Falcon

[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
 2025-07-08  6:36 UTC  (3+ messages)
` [PATCH v3 03/15] iommupt: Add the basic structure of the iommu implementation

[PATCH RESEND 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
 2025-07-08  6:26 UTC  (7+ messages)
` [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
` [PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width
` [PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-08  5:51 UTC  (3+ messages)

[PATCH 7/7] docs/zh_CN: add sd-parameters.rst translation
 2025-07-08  2:41 UTC 

[PATCH 6/7] docs/zh_CN: add scsi_eh.rst translation
 2025-07-08  2:41 UTC 

[PATCH 4/7] docs/zh_CN: add scsi-parameters.rst translation
 2025-07-08  2:41 UTC 

[PATCH 1/7] docs/zh_CN: update subsystem-apis.rst translation
 2025-07-08  2:41 UTC 

[PATCH 3/7] docs/zh_CN: add link_power_management_policy.rst translation
 2025-07-08  2:41 UTC 

[PATCH 0/7] docs/zh_CN: add chinese translation for scsi
 2025-07-08  2:41 UTC 

[PATCH 5/7] docs/zh_CN: add scsi_mid_low_api.rst translation
 2025-07-08  2:41 UTC 

[PATCH 2/7] docs/zh_CN: add scsi.rst translation
 2025-07-08  2:41 UTC 

[PATCH v4 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-08  2:40 UTC  (4+ messages)
` [PATCH v4 4/5] mm/filemap: add write_begin_get_folio() helper function

[PATCH bpf-next 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-08  2:32 UTC  (7+ messages)

[PATCH 00/15] Add driver for 1Gbe network chips from MUCSE
 2025-07-08  2:01 UTC  (11+ messages)
` [PATCH 03/15] net: rnpgbe: Add basic mbx ops support
` [PATCH 04/15] net: rnpgbe: Add get_capability mbx_fw "

[PATCH v5 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-07 21:32 UTC  (13+ messages)
` [PATCH v5 4/7] crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature
` [PATCH v5 5/7] crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v5 6/7] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v5 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-07-07 19:55 UTC  (5+ messages)

[PATCH v3 00/22] ARM64 PMU Partitioning
 2025-07-07 19:07 UTC  (12+ messages)
` [PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
` [PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks

[PATCH 0/3] drm: docs: Remove deprecated MIPI DSI macro
 2025-07-07 17:05 UTC  (5+ messages)
` [PATCH 1/3] drm: panel: Replace usage of deprecated MIPI macro
` [PATCH 3/3] drm: docs: Remove completed task from drm TODO list


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