linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-30 02:45:55 to 2025-10-02 14:27:36 UTC [more...]

[PATCH v3 0/7] Add chinese translation for scsi
 2025-10-02 14:26 UTC  (2+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02 13:53 UTC  (54+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-02 13:33 UTC  (2+ messages)

[PATCH] docs/zh_CN: Update Rust index translation and add reference label
 2025-10-02 13:29 UTC  (3+ messages)

[PATCH v2] docs/zh_CN: Add security SCTP Chinese translation
 2025-10-02 13:23 UTC  (2+ messages)

[PATCH iwl-next v2] ice: add support for unmanaged dpll on E830 NIC
 2025-10-02 13:23 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] docs/zh_CN: Add trace debugging Chinese translation
 2025-10-02 12:44 UTC  (2+ messages)

[PATCH] docs: reorganize kernel documentation overview for clarity
 2025-10-02 12:26 UTC  (6+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-10-02 11:45 UTC  (12+ messages)

[PATCH v3 0/5] coresight: Add format attribute for setting the timestamp interval
 2025-10-02 11:45 UTC  (7+ messages)
` [PATCH v3 1/5] coresight: Change syncfreq to be a u8
` [PATCH v3 2/5] coresight: Repack struct etmv4_drvdata
` [PATCH v3 3/5] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v3 4/5] coresight: Add format attribute for setting the timestamp interval
` [PATCH v3 5/5] coresight: docs: Document etm4x ts_interval

[PATCH 0/6] coresight: Add format attribute for setting the timestamp interval
 2025-10-02 10:11 UTC  (4+ messages)
` [PATCH 2/6] coresight: Fix holes in struct etmv4_config

[PATCH v2 04/20] Documentation/rv: Adapt documentation after da_monitor refactoring
 2025-10-02  9:26 UTC  (2+ messages)

[syzbot] [cgroups?] WARNING in cgroup_freeze
 2025-10-02  5:18 UTC 

[PATCH v3 0/8] Enhanced autonomous selection and improvements
 2025-10-01 17:03 UTC  (10+ messages)
` [PATCH v3 1/8] cpufreq: CPPC: Add generic helpers for sysfs show/store
` [PATCH v3 2/8] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v3 3/8] ACPI: CPPC: extend APIs to support auto_sel and epp
` [PATCH v3 4/8] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v3 5/8] ACPI: CPPC: add APIs and sysfs interface for perf_limited register
` [PATCH v3 6/8] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v3 7/8] cpufreq: CPPC: update policy min/max when toggling auto_select
` [PATCH v3 8/8] cpufreq: CPPC: add autonomous mode boot parameter support

[PATCH] fs: doc: Fix typos
 2025-10-01 16:53 UTC  (5+ messages)

[PATCH v2 0/3] Some patches against build-script
 2025-10-01 15:05 UTC  (5+ messages)
` [PATCH v2 1/3] docs: Makefile: avoid a warning when using without texlive
` [PATCH v2 2/3] tools/docs: sphinx-build-wrapper: pdflatex is needed only for pdf
` [PATCH v2 3/3] docs: Makefile: use PYTHONPYCACHEPREFIX

[PATCH 0/1] man pages: Add a SEE ALSO pointing to Kernel source
 2025-10-01 15:06 UTC  (3+ messages)
` [PATCH 1/1] kernel-doc: output source file name at SEE ALSO

[PATCH 00/23] Fix media uAPI cross references
 2025-10-01 14:49 UTC  (24+ messages)
` [PATCH 01/23] tools: docs: parse_data_structs.py: drop contents header
` [PATCH 02/23] tools: docs: parse_data_structs.py: output a line number
` [PATCH 03/23] docs: kernel_include.py: fix line numbers for TOC
` [PATCH 04/23] docs: kernel_include.py: propose alternatives
` [PATCH 05/23] tools: docs: parse_data_structs: make process_exceptions two stages
` [PATCH 06/23] tools: docs: parse_data_structs.py: get rid of process_exceptions()
` [PATCH 07/23] tools: docs: parse_data_structs.py: add namespace support
` [PATCH 08/23] tools: docs: parse_data_structs.py: accept more reftypes
` [PATCH 09/23] docs: media: dvb: use TOC instead of file contents at headers
` [PATCH 10/23] docs: media: dvb: enable warnings for most headers
` [PATCH 11/23] docs: media: rc: use TOC instead of file contents for LIRC header
` [PATCH 12/23] docs: media: mediactl: use TOC instead of file contents
` [PATCH 13/23] docs: kernel_include.py: use get_close_matches() to propose alternatives
` [PATCH 14/23] docs: media: add missing c namespace to V4L headers
` [PATCH 15/23] docs: media: videodev2.h.rst.exceptions: fix namespace on refs
` [PATCH 16/23] media: docs: add a missing reference for VIDIOC_QUERY_CTRL
` [PATCH 17/23] media: docs: videodev2.h.rst.exceptions: ignore struct __kernel_v4l2_timeval
` [PATCH 18/23] media: docs: add some C domain missing references
` [PATCH 19/23] docs: cec: cec.h.rst.exceptions: fix broken references from cec.h
` [PATCH 20/23] docs: cec: show broken xrefs and show TOC instead of cec.h content
` [PATCH 21/23] docs: media: dmx_types: place kerneldoc at the right namespace
` [PATCH 22/23] docs: media: dvb: headers: warn about broken cross references
` [PATCH 23/23] docs: media: dvb: fix dmx.h.rst.exceptions

kernel-doc.py errata: doesn't detect struct name typo
 2025-10-01 14:25 UTC 

[PATCH v4 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-01 14:23 UTC  (4+ messages)
` [PATCH v4 5/7] revocable: Add fops replacement

[PATCH 0/3] some patches against build-script
 2025-10-01 14:12 UTC  (4+ messages)
` [PATCH 3/3] docs: Makefile: use PYTHONPYCACHEPREFIX

[PATCH v2 0/6] coresight: Add format attribute for setting the timestamp interval
 2025-10-01 13:55 UTC  (13+ messages)
` [PATCH v2 3/6] coresight: Repack struct etmv4_drvdata
` [PATCH v2 4/6] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v2 5/6] coresight: Add format attribute for setting the timestamp interval

[PATCH 0/2] some fixes for docs Makefile
 2025-10-01 13:14 UTC  (3+ messages)

[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
 2025-10-01 12:13 UTC  (16+ messages)

[PATCH v3 0/8] Add SPI offload support to AD4030
 2025-10-01 11:55 UTC  (9+ messages)
` [PATCH v3 7/8] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224

[PATCH net-next v5 0/2] net/smc: make wr buffer count configurable
 2025-10-01 10:29 UTC  (8+ messages)
` [PATCH net-next v5 1/2] "
` [PATCH net-next v5 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully

[PATCH] ALSA: emu10k1: Fix typo in docs
 2025-10-01  9:07 UTC 

[PATCH 0/2] Add support for MAX17616/MAX17616A hwmon device
 2025-10-01  8:17 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: add max17616
` [PATCH 2/2] hwmon: (pmbus/max17616): add driver for max17616

[PATCH 0/2] Update ADPM12160 and Add support for ADPM12200
 2025-10-01  0:37 UTC  (3+ messages)
` [PATCH 1/2] hwmon: (pmbus/max34440): Update adpm12160 coeff due to latest FW
` [PATCH 2/2] hwmon: (pmbus/max34440): add support adpm12200

[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-10-01  0:30 UTC  (3+ messages)
` [PATCH v5 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint

[PATCH hyperv-next v5 00/16] Confidential VMBus
 2025-09-30 21:59 UTC  (4+ messages)
` [PATCH hyperv-next v5 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs

[PATCH v2 0/3] framebuffer docs toctree index refactoring
 2025-09-30 19:37 UTC  (3+ messages)
` [PATCH v2 1/3] Documentation: fb: ep93xx: Demote section headings

[PATCH v4 0/2] Add support for Uniwill laptop features
 2025-09-30 13:43 UTC  (4+ messages)
` [PATCH v4 1/2] platform/x86: Add Uniwill laptop driver

[GIT PULL] Documentation for 6.18
 2025-09-30 11:39 UTC 

[PATCH v3 net-next 00/12] AccECN protocol case handling series
 2025-09-30 11:34 UTC  (3+ messages)

[PATCH RFC v4 00/12] clk: add support for v1 / v2 clock rate negotiation and kunit tests
 2025-09-30 11:28 UTC  (4+ messages)

[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-30  8:33 UTC  (8+ messages)
` [PATCH v6 19/23] mm/ksw: add recursive depth test
` [PATCH v6 20/23] mm/ksw: add multi-thread corruption test cases
` [PATCH v6 21/23] tools/ksw: add test script
` [PATCH v6 22/23] docs: add KStackWatch document
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch

[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
 2025-09-30  5:58 UTC  (12+ messages)
` [PATCH v9 mm-new 01/11] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v9 mm-new 02/11] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [PATCH v9 mm-new 03/11] mm: thp: add support for BPF based THP order selection
` [PATCH v9 mm-new 04/11] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v9 mm-new 05/11] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v9 mm-new 06/11] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v9 mm-new 07/11] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [PATCH v9 mm-new 08/11] selftests/bpf: add a simple BPF based THP policy
` [PATCH v9 mm-new 09/11] selftests/bpf: add test case to update "
` [PATCH v9 mm-new 10/11] selftests/bpf: add test cases for invalid thp_adjust usage
` [PATCH v9 mm-new 11/11] Documentation: add BPF-based THP policy management

[PATCH v1] Documentation/admin-guide/perf: Fix indentation and formatting in fujitsu_uncore_pmu.rst
 2025-09-30 10:07 UTC  (2+ messages)

[sean-jc:x86/gmem_default_shared 2/10] htmldocs: Documentation/virt/kvm/api.rst:6430: WARNING: Literal block ends without a blank line; unexpected unindent. [docutils]
 2025-09-30  4:02 UTC 

[sean-jc:x86/gmem_default_shared 1/10] htmldocs: Documentation/virt/kvm/api.rst:6424: WARNING: Literal block expected; none found. [docutils]
 2025-09-30  3:11 UTC 


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