linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-19 15:46:03 to 2025-11-20 15:13:49 UTC [more...]

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-11-20 15:09 UTC  (30+ 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] lib/rbtree: add missing space after 'if'
 2025-11-20 15:03 UTC 

[PATCH net-next 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-11-20 14:55 UTC  (19+ 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 v5 00/13] coresight: Update timestamp attribute to be an interval instead of bool
 2025-11-20 14:48 UTC  (16+ messages)
` [PATCH v5 03/13] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v5 04/13] coresight: Hide unused ETMv3 format attributes
` [PATCH v5 07/13] coresight: Don't reject unrecognized "
` [PATCH v5 10/13] coresight: Remove misleading definitions

[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  (34+ messages)
` [PATCH v8 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
  ` [Linaro-mm-sig] "
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH net-next v7 0/5] net: devmem: improve cpu cost of RX token management
 2025-11-20 12:19 UTC  (7+ 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 0/3] Documentation: Update the real-time documentation
 2025-11-20 11:37 UTC  (4+ 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 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] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-20 10:03 UTC  (14+ 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 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 v6 04/31] docs/dyndbg: explain flags parse 1st
 2025-11-20  9:30 UTC  (4+ messages)
` [PATCH v6 31/31] docs/dyndbg: add classmap info to howto

[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 v4 0/3] initrd: remove half of classic initrd support
 2025-11-20  8:20 UTC  (5+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v4 3/3] init: remove /proc/sys/kernel/real-root-dev

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

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

[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 v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-20  6:37 UTC  (4+ messages)
` [PATCH v12 mm-new 14/15] khugepaged: run khugepaged for all orders

[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-20  6:11 UTC  (8+ 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 v4 3/9] mm: update vma_modify_flags() to handle residual flags, document

[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 v6 0/3] Add chinese translation for block
 2025-11-20  2:27 UTC  (4+ 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 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

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

[PATCH] security: sctp: Format type and permission checks tables
 2025-11-20  1:39 UTC  (3+ messages)

[PATCH] Documentation/protection-keys: Mark as available on AMD
 2025-11-20  1:08 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v4] README: restructure with role-based documentation and guidelines
 2025-11-19 22:34 UTC  (4+ messages)

[PATCH v6 00/20] Live Update Orchestrator
 2025-11-19 22:12 UTC  (7+ messages)
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle

[PATCH v3] Documentation/admin-guide: fix typo and comment in cscope example
 2025-11-19 21:29 UTC  (2+ messages)

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-11-19 19:55 UTC  (6+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader

[PATCH] Documentation/kernel-parameters: Move the kernel build options
 2025-11-19 19:09 UTC  (5+ messages)

[PATCH v2 0/3] iio: adc: Add AD4134 minimum I/O support
 2025-11-19 18:38 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: iio: adc: Add AD4134

[PATCH 00/19] mtd: spi-nor: Enhance software protection
 2025-11-19 17:43 UTC  (11+ messages)
` [PATCH 15/19] mtd: spi-nor: debugfs: Add locking support
` [PATCH 16/19] mtd: spi-nor: Add steps for testing "

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-11-19 16:40 UTC  (4+ messages)
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi

[PATCH v6 00/13] coresight: Update timestamp attribute to be an interval instead of bool
 2025-11-19 16:18 UTC  (14+ messages)
` [PATCH v6 01/13] coresight: Change syncfreq to be a u8
` [PATCH v6 02/13] coresight: Repack struct etmv4_drvdata
` [PATCH v6 03/13] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v6 04/13] coresight: Hide unused ETMv3 format attributes
` [PATCH v6 05/13] coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()
` [PATCH v6 06/13] coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()
` [PATCH v6 07/13] coresight: Don't reject unrecognized ETMv3 format attributes
` [PATCH v6 08/13] coresight: Interpret perf config with ATTR_CFG_GET_FLD()
` [PATCH v6 09/13] coresight: Interpret ETMv4 "
` [PATCH v6 10/13] coresight: Remove misleading definitions
` [PATCH v6 11/13] coresight: Extend width of timestamp format attribute
` [PATCH v6 12/13] coresight: Allow setting the timestamp interval
` [PATCH v6 13/13] coresight: docs: Document etm4x timestamp interval option

[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
 2025-11-19 15:57 UTC  (4+ messages)

[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-19 15:49 UTC  (3+ messages)
` [PATCH v3 15/21] PCI: epf-test: Switch to use %ptSp


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