linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-20 01:54:44 to 2025-11-21 10:21:20 UTC [more...]

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-11-21 10:21 UTC  (8+ messages)
` [PATCH v2 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v2 2/5] KVM: arm64: Support set the DBM attr during memory abort
` [PATCH v2 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH v2 5/5] KVM: arm64: Document HDBSS ioctl

[PATCH 0/1] fix rustdoc build detection
 2025-11-21  9:40 UTC  (16+ messages)
` [PATCH 1/1] docs: makefile: move rustdoc check to the build wrapper

[PATCH v2 0/2] Add support for Microchip EMC1812
 2025-11-21  8:48 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: temperature: add support for EMC1812
` [PATCH v2 2/2] "

[PATCH v6 0/5] Fix issues with ARM Processor CPER records
 2025-11-21  8:40 UTC  (3+ messages)

[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-21  7:42 UTC  (20+ messages)
` [PATCH v9 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v9 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v9 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v9 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v9 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v9 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v9 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v9 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v9 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v9 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH v12 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-11-21  4:41 UTC  (5+ messages)
` [PATCH v12 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature

[PATCH net-next 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-11-21  3:39 UTC  (20+ messages)
` [PATCH net-next 01/14] devlink: Reverse locking order for nested instances
` [PATCH net-next 02/14] documentation: networking: add shared devlink documentation
` [PATCH net-next 03/14] devlink: Add helpers to lock nested-in instances
` [PATCH net-next 04/14] devlink: Refactor devlink_rate_nodes_check
` [PATCH net-next 05/14] devlink: Decouple rate storage from associated devlink object
` [PATCH net-next 06/14] devlink: Add parent dev to devlink API
` [PATCH net-next 07/14] devlink: Allow parent dev for rate-set and rate-new
` [PATCH net-next 08/14] devlink: Allow rate node parents from other devlinks
` [PATCH net-next 09/14] net/mlx5: Introduce shared devlink instance for PFs on same chip
` [PATCH net-next 10/14] net/mlx5: Expose a function to clear a vport's parent
` [PATCH net-next 11/14] net/mlx5: Store QoS sched nodes in the sh_devlink
` [PATCH net-next 12/14] net/mlx5: qos: Support cross-device tx scheduling
` [PATCH net-next 13/14] net/mlx5: qos: Enable cross-device scheduling
` [PATCH net-next 14/14] net/mlx5: Document devlink rates

[PATCH net-next v5 0/6] devlink: net/mlx5: implement swp_l4_csum_mode via devlink params
 2025-11-21  3:20 UTC  (2+ messages)

[PATCH v6 0/1] KVM: Add support for the ERAPS feature
 2025-11-21  2:40 UTC  (4+ messages)
` [PATCH v6 1/1] x86: kvm: svm: set up ERAPS support for guests

[PATCH v6 0/3] Add chinese translation for block
 2025-11-21  2:31 UTC  (5+ messages)
` [PATCH v6 1/3] docs/zh_CN: Add block/index.rst translation
` [PATCH v6 2/3] docs/zh_CN: Add blk-mq.rst translation
` [PATCH v6 3/3] docs/zh_CN: Add data-integrity.rst translation

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-11-20 23:51 UTC  (38+ messages)
` [PATCH v4 01/35] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 03/35] compiler-context-analysis: Add test stub
` [PATCH v4 04/35] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v4 05/35] checkpatch: Warn about context_unsafe() without comment
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
  ` [PATCH v4 09/35] compiler-context-analysis: Change __cond_acquires to take return value
  ` [PATCH v4 10/35] locking/mutex: Support Clang's context analysis
  ` [PATCH v4 11/35] locking/seqlock: "
  ` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
  ` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
  ` [PATCH v4 14/35] rcu: "
  ` [PATCH v4 15/35] srcu: "
  ` [PATCH v4 16/35] kref: Add context-analysis annotations
  ` [PATCH v4 17/35] locking/rwsem: Support Clang's context analysis
  ` [PATCH v4 18/35] locking/local_lock: Include missing headers
  ` [PATCH v4 19/35] locking/local_lock: Support Clang's context analysis
  ` [PATCH v4 20/35] locking/ww_mutex: "
  ` [PATCH v4 21/35] debugfs: Make debugfs_cancellation a context guard struct
  ` [PATCH v4 22/35] compiler-context-analysis: Remove Sparse support
  ` [PATCH v4 23/35] compiler-context-analysis: Remove __cond_lock() function-like helper
  ` [PATCH v4 24/35] compiler-context-analysis: Introduce header suppressions
  ` [PATCH v4 25/35] compiler: Let data_race() imply disabled context analysis
  ` [PATCH v4 26/35] MAINTAINERS: Add entry for Context Analysis
  ` [PATCH v4 27/35] kfence: Enable context analysis
  ` [PATCH v4 28/35] kcov: "
  ` [PATCH v4 29/35] kcsan: "
  ` [PATCH v4 30/35] stackdepot: "
  ` [PATCH v4 31/35] rhashtable: "
  ` [PATCH v4 32/35] printk: Move locking annotation to printk.c
  ` [PATCH v4 33/35] security/tomoyo: Enable context analysis
  ` [PATCH v4 34/35] crypto: "
  ` [PATCH v4 35/35] sched: Enable context analysis for core.c and fair.c

[PATCH v4 0/3] initrd: remove half of classic initrd support
 2025-11-20 23:44 UTC  (4+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters

[PATCH 0/3] Documentation: Update the real-time documentation
 2025-11-20 23:40 UTC  (6+ messages)
` [PATCH 1/3] Documentation: Add some hardware hints for real-time
` [PATCH 2/3] Documentation: update config name in real-time architecture support
` [PATCH 3/3] MAINTAINERS: Add doc files on real-time support to Real-time Linux

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-20 22:32 UTC  (7+ messages)
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v12 mm-new 14/15] khugepaged: run khugepaged for all orders

[PATCH v2] x86,fs/resctrl: Factor MBA parse-time conversion to be per-arch
 2025-11-20 22:01 UTC  (11+ messages)

[PATCH] docs: driver-api/thermal/intel_dptf: Add new workload type hint
 2025-11-20 20:34 UTC  (3+ messages)

[PATCH v6 00/20] Live Update Orchestrator
 2025-11-20 20:25 UTC  (22+ messages)
` [PATCH v6 05/20] liveupdate: luo_ioctl: add user interface
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks
` [PATCH v6 08/20] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd

[linkinjeon-ntfs:ntfs-next 12/12] htmldocs: Documentation/filesystems/ntfsplus.rst: WARNING: document isn't included in any toctree [toc.not_included]
 2025-11-20 18:22 UTC 

[PATCH net-next 01/12] ipvlan: Support MACNAT mode
 2025-11-20 17:49 UTC 

[PATCH v6 04/31] docs/dyndbg: explain flags parse 1st
 2025-11-20 16:22 UTC  (5+ messages)
` [PATCH v6 31/31] docs/dyndbg: add classmap info to howto

[PATCH v5 00/13] coresight: Update timestamp attribute to be an interval instead of bool
 2025-11-20 16:10 UTC  (22+ messages)
` [PATCH v5 03/13] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v5 04/13] coresight: Hide unused ETMv3 format attributes
` [PATCH v5 05/13] coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()
` [PATCH v5 06/13] coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()
` [PATCH v5 07/13] coresight: Don't reject unrecognized ETMv3 format attributes
` [PATCH v5 09/13] coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()
` [PATCH v5 10/13] coresight: Remove misleading definitions

[PATCH net-next v7 0/5] net: devmem: improve cpu cost of RX token management
 2025-11-20 15:31 UTC  (8+ messages)
` [PATCH net-next v7 1/5] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v7 2/5] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v7 3/5] net: devmem: implement autorelease token management
` [PATCH net-next v7 4/5] net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute
` [PATCH net-next v7 5/5] selftests: drv-net: devmem: add autorelease tests

[PATCH] lib/rbtree: add missing space after 'if'
 2025-11-20 15:03 UTC 

[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
 2025-11-20 13:51 UTC  (10+ messages)
` [PATCH v5 2/6] net/handshake: Define handshake_sk_destruct_req

[PATCH v5 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-11-20 13:47 UTC  (4+ messages)
` [PATCH v5 05/11] mfd: macsmc: Add new __SMC_KEY macro

[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-20 13:20 UTC  (20+ messages)
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
  ` [Linaro-mm-sig] "

[PATCH v5 iwl-next] ice: add support for unmanaged DPLL on E830 NIC
 2025-11-20 10:52 UTC 

[PATCH 0/2] debugfs: Remove broken no-mount mode
 2025-11-20 10:26 UTC  (3+ messages)
` [PATCH 1/2] debugfs: Remove redundant access mode checks
` [PATCH 2/2] debugfs: Remove broken no-mount mode

[PATCH v9 00/11] drm: Reduce page tables overhead with THP
 2025-11-20  9:39 UTC  (5+ messages)
` [PATCH v9 05/11] drm/i915: Use huge tmpfs mountpoint helpers
` [PATCH v9 06/11] drm/v3d: "

[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-20  9:19 UTC  (3+ messages)

[PATCH -next] Documentation: reset: Remove reset_controller_add_lookup()
 2025-11-20  9:04 UTC  (2+ messages)

[PATCH v2 0/4] hwmon: Add driver for wsen-tids temperature driver
 2025-11-20  8:02 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: Add trivial-devices for WSEN-tids temperature sensor and wsen as vendor-prefix

[PATCH 00/26] Introduce meminspect
 2025-11-20  7:21 UTC  (5+ messages)
` [PATCH 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory

[PATCH v2 0/2] add support in hwmon for MCP998X
 2025-11-20  7:12 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: add support "
` [PATCH v2 2/2] "

[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-20  6:11 UTC  (5+ messages)
` [PATCH v4 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-11-20  5:14 UTC  (7+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH RFC RESEND 0/8] thermal: core: Allow setting the parent device of thermal zone/cooling devices
 2025-11-20  3:41 UTC  (9+ messages)
` [PATCH RFC RESEND 1/8] thermal: core: Allow setting the parent device of cooling devices
` [PATCH RFC RESEND 2/8] thermal: core: Set parent device in thermal_of_cooling_device_register()
` [PATCH RFC RESEND 3/8] ACPI: processor: Stop creating "device" sysfs link
` [PATCH RFC RESEND 4/8] ACPI: fan: "
` [PATCH RFC RESEND 5/8] ACPI: video: "
` [PATCH RFC RESEND 6/8] thermal: core: Set parent device in thermal_cooling_device_register()
` [PATCH RFC RESEND 7/8] ACPI: thermal: Stop creating "device" sysfs link
` [PATCH RFC RESEND 8/8] thermal: core: Allow setting the parent device of thermal zone devices


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