linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-10 10:46:25 to 2025-06-11 15:05:05 UTC [more...]

[PATCH v4 00/11] iio: accel: adxl313: add power-save on activity/inactivity
 2025-06-11 15:04 UTC  (19+ messages)
` [PATCH v4 02/11] iio: accel: adxl313: introduce channel buffer
` [PATCH v4 03/11] iio: accel: adxl313: make use of regmap cache
` [PATCH v4 04/11] iio: accel: adxl313: add function to enable measurement
` [PATCH v4 05/11] iio: accel: adxl313: prepare interrupt handling
` [PATCH v4 07/11] iio: accel: adxl313: add activity sensing

[PATCH net-next 0/5] netconsole: Add support for msgid in sysdata
 2025-06-11 14:36 UTC  (6+ messages)
` [PATCH net-next 1/5] netconsole: introduce 'msgid' as a new sysdata field
` [PATCH net-next 2/5] netconsole: implement configfs for msgid_enabled
` [PATCH net-next 3/5] netconsole: append msgid to sysdata
` [PATCH net-next 4/5] selftests: netconsole: Add tests for 'msgid' feature in sysdata
` [PATCH net-next 5/5] docs: netconsole: document msgid feature

[PATCH v3 00/16] kunit: Introduce UAPI testing framework
 2025-06-11 14:09 UTC  (21+ messages)
` [PATCH v3 01/16] kbuild: userprogs: avoid duplicating of flags inherited from kernel
` [PATCH v3 02/16] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v3 03/16] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v3 04/16] kbuild: userprogs: add nolibc support
` [PATCH v3 05/16] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC
` [PATCH v3 06/16] kbuild: doc: add label for userprogs section
` [PATCH v3 07/16] kbuild: introduce blob framework
` [PATCH v3 08/16] kunit: tool: Add test for nested test result reporting
` [PATCH v3 09/16] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v3 10/16] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v3 11/16] kunit: Always descend into kunit directory during build
` [PATCH v3 12/16] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v3 13/16] kunit: Introduce UAPI testing framework
` [PATCH v3 14/16] kunit: uapi: Add example for UAPI tests
` [PATCH v3 15/16] kunit: uapi: Introduce preinit executable
` [PATCH v3 16/16] kunit: uapi: Validate usability of /proc

[PATCH v7 0/9] support FEAT_MTE_TAGGED_FAR feature
 2025-06-11 13:58 UTC  (10+ messages)
` [PATCH v7 1/9] arm64/cpufeature: add "
` [PATCH v7 2/9] arm64: report address tag when FEAT_MTE_TAGGED_FAR is supported
` [PATCH v7 3/9] tools/kselftest: add MTE_FAR hwcap test
` [PATCH v7 4/9] kselftest/arm64/mte: register mte signal handler with SA_EXPOSE_TAGBITS
` [PATCH v7 5/9] kselftest/arm64/mte: check MTE_FAR feature is supported
` [PATCH v7 6/9] kselftest/arm64/mte: add address tag related macro and function
` [PATCH v7 7/9] kselftest/arm64/mte: add verification for address tag in signal handler
` [PATCH v7 8/9] kselftest/arm64/mte: refactor check_mmap_option test
` [PATCH v7 9/9] kselftest/arm64/mte: add mtefar tests on check_mmap_options

[PATCH net-next v12 00/13] Add support for PSE budget evaluation strategy
 2025-06-11 13:35 UTC  (10+ messages)

[PATCH v6 0/9] support FEAT_MTE_TAGGED_FAR feature
 2025-06-11 13:34 UTC  (26+ messages)
` [PATCH v6 1/9] arm64/cpufeature: add "
` [PATCH v6 2/9] arm64: report address tag when FEAT_MTE_TAGGED_FAR is supported
` [PATCH v6 3/9] tools/kselftest: add MTE_FAR hwcap test
` [PATCH v6 4/9] kselftest/arm64/mte: register mte signal handler with SA_EXPOSE_TAGBITS
` [PATCH v6 5/9] kselftest/arm64/mte: check MTE_FAR feature is supported
` [PATCH v6 6/9] kselftest/arm64/mte: add address tag related macro and function
` [PATCH v6 7/9] kselftest/arm64/mte: add verification for address tag in signal handler
` [PATCH v6 8/9] kselftest/arm64/mte: refactor check_mmap_option test
` [PATCH v6 9/9] kselftest/arm64/mte: add mtefar tests on check_mmap_options

[PATCH] Documentation: fix typo in CXL driver documentation
 2025-06-11 13:29 UTC  (4+ messages)

[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-06-11 13:02 UTC  (3+ messages)
` [PATCH v5 05/12] tee: increase TEE_MAX_ARG_SIZE to 4096

[PATCH 0/4] Don't generate netlink .rst files inside $(srctree)
 2025-06-11 11:36 UTC  (8+ messages)
` [PATCH 3/4] docs: netlink: don't ignore generated rst files
` [PATCH 4/4] docs: netlink: store generated .rst files at Documentation/output

[PATCH] Documentation: kunit: fix argument of MODULE_IMPORT_NS()
 2025-06-11  9:36 UTC 

[PATCH v5 0/6] support FEAT_MTE_TAGGED_FAR feature
 2025-06-11  9:34 UTC  (11+ messages)
` [PATCH v5 1/6] arm64/cpufeature: add "
` [PATCH v5 2/6] arm64: report address tag when FEAT_MTE_TAGGED_FAR is supported
` [PATCH v5 3/6] tools/kselftest: add MTE_FAR hwcap test
` [PATCH v5 4/6] kselftest/arm64/mte: preparation for mtefar test
` [PATCH v5 5/6] kselftest/arm64/mte: refactor check_mmap_option test
` [PATCH v5 6/6] kselftest/arm64/mte: add mtefar test on check_mmap_option

[PATCH v9 0/4] leds: add new LED driver for TI LP5812
 2025-06-11  8:24 UTC  (11+ messages)
` [PATCH v9 1/4] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v5] test
` [PATCH v9 2/4] leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v9 3/4] docs: ABI: Document LP5812 LED sysfs interfaces
` [PATCH v9 4/4] docs: leds: Document TI LP5812 LED driver

[PATCH] Documentation: treewide: Replace remaining spinics links with lore
 2025-06-11  6:52 UTC 

[PATCH] docs/zh_CN: improve formatting and content clarity
 2025-06-11  4:36 UTC 

[PATCH] alloc_tag: add per-NUMA node stats
 2025-06-11  3:47 UTC  (5+ messages)

[PATCH v2] Documentation: nouveau: Update GSP message queue kernel-doc reference
 2025-06-11  2:31 UTC  (2+ messages)

[PATCH 0/5] update the translation of files in the process
 2025-06-11  2:29 UTC  (7+ messages)
` [PATCH 1/5] docs/zh_CN: update the translation of process/1.Intro.rst
` [PATCH 2/5] docs/zh_CN: update the translation of process/6.Followthrough.rst
` [PATCH 3/5] docs/zh_CN: update the translation of process/7.AdvancedTopics.rst
` [PATCH 4/5] docs/zh_CN: update the translation of process/2.Process.rst
` [PATCH 5/5] docs/zh_CN: update the translation of process/5.Posting.rst

[PATCH v1 7/7] HID: Intel-thc-hid: Intel-quicki2c: Add two new features to PTL
 2025-06-11  0:35 UTC  (4+ messages)
  ` [PATCH] HID: intel-thc: make ptl_ddata static

[net-next PATCH v6 00/10] Add PCS core support
 2025-06-11  0:24 UTC  (3+ messages)
` [net-next PATCH v6 03/10] net: pcs: Add subsystem

[PATCH v1 0/7] Add two new features for QuickI2C
 2025-06-11  0:09 UTC  (3+ messages)

[PATCH] mm: slub: Wrap krealloc() __GFP_ZERO semantics diagram in literal code block
 2025-06-10 23:51 UTC  (4+ messages)

[PATCH v13 00/27] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-06-10 23:19 UTC  (13+ messages)

[PATCH RESEND] doc: fuse: Add max_background and congestion_threshold
 2025-06-10 22:50 UTC  (2+ messages)

[PATCH v9 00/11] iio: accel: adxl345: add interrupt based sensor events
 2025-06-10 21:59 UTC  (12+ messages)
` [PATCH v9 01/11] iio: accel: adxl345: apply scale factor to tap threshold
` [PATCH v9 02/11] iio: accel: adxl345: make data struct variable irq function local
` [PATCH v9 03/11] iio: accel: adxl345: simplify measure enable
` [PATCH v9 04/11] iio: accel: adxl345: simplify interrupt mapping
` [PATCH v9 05/11] iio: accel: adxl345: simplify reading the FIFO
` [PATCH v9 06/11] iio: accel: adxl345: replace magic numbers by unit expressions
` [PATCH v9 07/11] iio: accel: adxl345: add activity event feature
` [PATCH v9 08/11] iio: accel: adxl345: add inactivity feature
` [PATCH v9 09/11] iio: accel: adxl345: add coupling detection for activity/inactivity
` [PATCH v9 10/11] iio: accel: adxl345: extend inactivity time for less than 1s
` [PATCH v9 11/11] docs: iio: add documentation for adxl345 driver

[PATCH 0/8] Fix bcache regression with equality-aware heap APIs
 2025-06-10 21:55 UTC  (9+ messages)
` [PATCH 1/8] lib min_heap: Add equal-elements-aware sift_down variant
` [PATCH 2/8] lib min_heap: Add typedef for sift_down function pointer
` [PATCH 3/8] lib min_heap: add eqaware variant of min_heapify_all()
` [PATCH 4/8] lib min_heap: add eqaware variant of min_heap_pop()
` [PATCH 5/8] lib min_heap: add eqaware variant of min_heap_pop_push()
` [PATCH 6/8] lib min_heap: add eqaware variant of min_heap_del()
` [PATCH 7/8] Documentation/core-api: min_heap: Document _eqaware variants of min-heap APIs
` [PATCH 8/8] bcache: Fix the tail IO latency regression by using equality-aware min heap API

[PATCH iwl-next v4 00/15] Introduce iXD driver
 2025-06-10 21:53 UTC  (11+ messages)
` [PATCH iwl-next v4 07/15] idpf: remove 'vport_params_reqd' field
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 08/15] idpf: refactor idpf to use libie_pci APIs
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 09/15] idpf: refactor idpf to use libie control queues
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 10/15] idpf: make mbx_task queueing and cancelling more consistent
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 11/15] idpf: print a debug message and bail in case of non-event ctlq message
  ` [Intel-wired-lan] "

[PATCH v5 0/5] AMD Zen debugging documentation
 2025-06-10 18:52 UTC  (9+ messages)
` [PATCH v5 2/5] i2c: piix4: Depends on X86

[PATCH v2 00/12] riscv: Add vendor extensions support for SiFive
 2025-06-10 16:28 UTC  (2+ messages)

[RFC] mm: khugepaged: use largest enabled hugepage order for min_free_kbytes
 2025-06-10 15:16 UTC  (13+ messages)

WTS Available laptops and Memory
 2025-06-10 14:50 UTC 

[PATCH net-next v01 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2025-06-10 14:31 UTC  (2+ messages)
` [PATCH net-next v01 1/1] hinic3: management interfaces

[PATCH] docs: kdoc: Make body_with_blank_line parsing more flexible
 2025-06-10 14:19 UTC 

[PATCH v3 1/2] platform/x86: Move Lenovo files into lenovo subdir
 2025-06-10 13:33 UTC  (5+ messages)
` [PATCH v3 2/2] platform/x86: thinklmi: improved DMI handling

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-10 12:53 UTC  (16+ messages)
` [PATCH v8 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v8 net-next 02/15] tcp: fast path functions later
` [PATCH v8 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v8 net-next 04/15] tcp: AccECN core
` [PATCH v8 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v8 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v8 net-next 07/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v8 net-next 08/15] tcp: sack option handling improvements
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v8 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v8 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v8 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v8 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v8 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v8 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH v8 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-06-10 12:37 UTC  (3+ messages)
` [PATCH v8 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v8 2/2] ras: mem: Add memory "

[PATCH] docs: arm64: Fix ICC_SRE_EL2 register typo in booting.rst
 2025-06-10 12:09 UTC 

[PATCH v4 0/2] Loongarch irq-redirect supprot
 2025-06-10 12:07 UTC  (5+ messages)
` [PATCH v4 1/2] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v4 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support


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