linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-30 02:12:34 to 2022-07-04 12:55:26 UTC [more...]

[PATCH 00/12] Fix several documentation build warnings with Sphinx 2.4.4
 2022-07-04 12:54 UTC  (16+ messages)
` [PATCH 01/12] docs: ext4: blockmap.rst: fix a broken table
` [PATCH 02/12] docs: tegra194-hte.rst: don't include gpiolib.c twice
` [PATCH 03/12] docs: device-mapper: add a blank line at writecache.rst
` [PATCH 04/12] docs: PCI: pci-vntb-function.rst: Properly include ascii artwork
` [PATCH 05/12] docs: PCI: pci-vntb-howto.rst: fix a title markup
` [PATCH 06/12] docs: virt: kvm: fix a title markup at api.rst
` [PATCH 07/12] docs: ABI: sysfs-bus-nvdimm
` [PATCH 08/12] kunit: test.h: fix a kernel-doc markup
` [PATCH 09/12] net: mac80211: "
` [PATCH 10/12] docs: alsa: alsa-driver-api.rst: remove a kernel-doc file
` [PATCH 11/12] docs: arm: index.rst: add google/chromebook-boot-flow
` [PATCH 12/12] docs: leds: index.rst: add leds-qcom-lpg to it

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-07-04 12:41 UTC  (12+ messages)
` [PATCH V4 01/20] rv: Add "
` [PATCH V4 18/20] rv/monitor: Add safe watchdog monitor

[PATCH 00/11] docs: remove submitting-drivers.rst
 2022-07-04 12:25 UTC  (12+ messages)
` [PATCH 01/11] docs: kernel-docs: order reference from newest to oldest
` [PATCH 02/11] docs: kernel-docs: shorten the lengthy doc title
` [PATCH 03/11] docs: kernel-docs: reflect that it is community-maintained
` [PATCH 04/11] docs: kernel-docs: add a reference mentioned in submitting-drivers.rst
` [PATCH 05/11] docs: admin: devices: drop confusing outdated statement on Latex
` [PATCH 06/11] docs: process: remove outdated submitting-drivers.rst
` [PATCH 07/11] docs: it_IT: align to submitting-drivers removal
` [PATCH 08/11] docs: ja_JP: howto: remove reference to removed submitting-drivers
` [PATCH 09/11] docs: ko_KR: "
` [PATCH 10/11] docs: zh_CN: align to submitting-drivers removal
` [PATCH 11/11] docs: zh_TW: "

[PATCH v4 bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
 2022-07-04 10:39 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
` [PATCH v4 bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[RFC PATCH 00/11] docs: remove submitting-drivers.rst
 2022-07-04 10:59 UTC  (6+ messages)
` [RFC PATCH 07/11] docs: it_IT: align to submitting-drivers removal

[PATCH] docs/kselftest: Fix build commands in guidelines
 2022-07-04  8:34 UTC 

[PATCH net-next] eth: remove neterion/vxge
 2022-07-04  8:24 UTC  (8+ messages)

[PATCH v3 0/3] Improve vfio-pci primary GPU assignment behavior
 2022-07-04  7:10 UTC  (2+ messages)

[xilinx-xlnx:master 356/605] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-pix-fmt-x403 (if the link has no caption the label must precede a section header)
 2022-07-04  4:45 UTC 

[PATCH v2] Documentation: bno055: separate SPDX identifier and page title
 2022-07-04  3:40 UTC 

[PATCH V2] docs/zh_CN: core-api: Add watch_queue Chinese translation
 2022-07-04  2:18 UTC  (2+ messages)

htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation
 2022-07-04  1:26 UTC  (6+ messages)
  ` [PATCH] iio: proximity: sx9324: add empty line in front of bullet list

[PATCH v2 net-next] Documentation: update networking/page_pool.rst with ethtool APIs
 2022-07-03 22:47 UTC  (2+ messages)

[xilinx-xlnx:release-2020.2.2_k26 129/241] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-ctrl-type-hdr (if the link has no caption the label must precede a section header)
 2022-07-03 21:46 UTC 

htmldocs: Documentation/dev-tools/kunit/api/test:9: include/kunit/test.h:318: WARNING: Inline interpreted text or phrase reference start-string without end-string
 2022-07-03 21:36 UTC 

[PATCH v2] Documentation: KUnit: Fix example with compilation error
 2022-07-03 21:16 UTC 

[PATCH v5 1/4] panic: Taint kernel if tests are run
 2022-07-03 15:32 UTC  (7+ messages)
` [PATCH v5 2/4] module: panic: Taint the kernel when selftest modules load
` [PATCH v5 3/4] kunit: Taint the kernel when KUnit tests are run
` [PATCH v5 4/4] selftest: Taint kernel when test module loaded

htmldocs: Documentation/ABI/testing/sysfs-bus-nvdimm:11: WARNING: Unexpected indentation
 2022-07-03 14:36 UTC 

[sj:damon/next 17/20] htmldocs: Documentation/admin-guide/mm/damon/guide.rst:173: WARNING: unknown document: /vm/damon/api
 2022-07-03 13:15 UTC 

[sj:damon/next 16/20] htmldocs: Documentation/PCI/index.rst: WARNING: document isn't included in any toctree
 2022-07-03  6:36 UTC 

[linux-next:master 4541/7282] htmldocs: Documentation/virt/kvm/api.rst:8210: WARNING: Title underline too short
 2022-07-03  6:16 UTC 

[PATCH 0/8] lib: cleanup bitmap-related headers
 2022-07-02 22:06 UTC  (16+ messages)
` [PATCH 1/8] arm: align find_bit declarations with generic kernel
` [PATCH 2/8] lib/bitmap: change return types to bool where appropriate
` [PATCH 3/8] lib/bitmap: change type of bitmap_weight to unsigned int
` [PATCH 4/8] cpumask: change return types to bool where appropriate
` [PATCH 5/8] lib/cpumask: change return types to unsigned "
` [PATCH 6/8] lib/cpumask: move trivial wrappers around find_bit to the header
` [PATCH 7/8] mm: split include/linux/gfp.h
` [PATCH 8/8] lib/cpumask: move some one-line wrappers to header file

[PATCH v2] doc:it_IT: align Italian documentation
 2022-07-02 21:08 UTC 

[PATCH] Documentation: Kunit: Fix example with compilation error
 2022-07-02 14:36 UTC  (4+ messages)

[linux-next:master 3548/7282] htmldocs: Documentation/driver-api/80211/mac80211:32: include/net/mac80211.h:4036: WARNING: Inline strong start-string without end-string
 2022-07-02 12:48 UTC 

Sphinx pre v3 -- removing support
 2022-07-02 11:23 UTC  (4+ messages)

[PATCH 0/4] Address some issues with sphinx detection
 2022-07-02 10:11 UTC  (11+ messages)
  ` [PATCH 1/4] scripts: sphinx-pre-install: fix venv version check logic
  ` [PATCH 2/4] scripts: sphinx-pre-install: report broken venv
  ` [PATCH 3/4] scripts: sphinx-pre-install: check for PDF min version later on
  ` [PATCH 4/4] scripts: sphinx-pre-install: provide both venv and package installs
` [PATCH v2 0/5] Address some issues with sphinx detection
  ` [PATCH v2 1/5] scripts: sphinx-pre-install: fix venv version check logic
  ` [PATCH v2 2/5] scripts: sphinx-pre-install: report broken venv
  ` [PATCH v2 3/5] scripts: sphinx-pre-install: check for PDF min version later on
  ` [PATCH v2 4/5] scripts: sphinx-pre-install: provide both venv and package installs
  ` [PATCH v2 5/5] scripts: sphinx-pre-install: place a warning for Sphinx >= 3.0

[linux-next:master 4541/7282] htmldocs: Documentation/virt/kvm/api.rst:8217: WARNING: Unexpected indentation
 2022-07-02  7:40 UTC  (2+ messages)

[PATCH v4 1/4] panic: Taint kernel if tests are run
 2022-07-02  5:15 UTC  (14+ messages)
` [PATCH v4 2/4] module: panic: Taint the kernel when selftest modules load
` [PATCH v4 3/4] kunit: Taint the kernel when KUnit tests are run
` [PATCH v4 4/4] selftest: Taint kernel when test module loaded

[PATCH] kunit: Documentation: Fix a kernel-doc reference
 2022-07-02  5:12 UTC 

[PATCH 0/2] Documentation: dm writecache: documentation fixes
 2022-07-02  4:23 UTC  (3+ messages)
` [PATCH 1/2] Documentation: dm writecache: Add missing blank line before optional parameters
` [PATCH 2/2] Documentation: dm writecache: Render status list as list

[PATCH 0/2] docs: A couple of automarkup improvements
 2022-07-02  3:27 UTC  (4+ messages)
` [PATCH 1/2] docs: automarkup: track failed cross-reference attempts
` [PATCH 2/2] docs: automarkup: do not look up symbols twice

[PATCH 14/14] perf test: Add relevant documentation about CoreSight testing
 2022-07-02  3:02 UTC 

htmldocs: Documentation/admin-guide/device-mapper/writecache.rst:23: WARNING: Unexpected indentation
 2022-07-02  0:22 UTC 

[PATCH] treewide: fix "interruptible" misspellings
 2022-07-01 23:44 UTC  (2+ messages)

[PATCH] doc/checkpatch: Add description to MACRO_ARG_REUSE
 2022-07-01 22:28 UTC  (2+ messages)

[PATCH v1] module: Add support for default value for module async_probe
 2022-07-01 22:15 UTC  (4+ messages)

[PATCH v2] module: Add support for default value for module async_probe
 2022-07-01 21:54 UTC  (2+ messages)

[PATCH] doc: module: update file references
 2022-07-01 21:49 UTC  (3+ messages)

[PATCH net-next v2 00/35] [RFT] net: dpaa: Convert to phylink
 2022-07-01 21:04 UTC  (7+ messages)
` [PATCH net-next v2 04/35] [RFC] phy: fsl: Add Lynx 10G SerDes driver

[PATCH net 0/3] docs: netdev: document more of our rules
 2022-07-01 16:16 UTC  (6+ messages)
` [PATCH net 1/3] docs: netdev: document that patch series length limit
` [PATCH net 2/3] docs: netdev: document reverse xmas tree
` [PATCH net 3/3] docs: netdev: add a cheat sheet for the rules

[PATCH] USB: hub: add module parameters to usbcore for port init retries
 2022-07-01 10:35 UTC  (4+ messages)

[PATCH -next] docs/zh_CN: add vm transhuge translation
 2022-07-01  9:24 UTC  (6+ messages)

[PATCH v5 0/5] DMA mapping changes for SCSI core
 2022-07-01  8:46 UTC  (10+ messages)
` [PATCH v5 1/5] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v5 2/5] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v5 3/5] scsi: core: Cap shost max_sectors according to DMA limits only once
` [PATCH v5 4/5] scsi: scsi_transport_sas: Cap shost max_sectors according to DMA optimal limit
` [PATCH v5 5/5] ata: libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH] doc:it_IT: align Italian documentation
 2022-07-01  7:53 UTC  (4+ messages)

[PATCH v2] dt-bindings: power: reset: qcom-pon: update "reg" property details
 2022-07-01  7:23 UTC  (4+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-01  1:21 UTC  (7+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v2 00/20] Update Documentation/ cross-references
 2022-06-30 23:14 UTC  (3+ messages)
` [PATCH v2 18/20] dt-bindings: mfd: update dlg,da9063.yaml reference

[PATCH v11 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
 2022-06-30 22:53 UTC  (12+ messages)

[PATCH v2 0/2] procfs: Add file path and size to /proc/<pid>/fdinfo
 2022-06-30 21:30 UTC  (9+ messages)
` [PATCH v2 1/2] procfs: Add 'size' to /proc/<pid>/fdinfo/

[PATCH v2] docs/doc-guide: Mention make variable SPHINXDIRS
 2022-06-30 18:24 UTC  (2+ messages)

[PATCH v2 0/2] Add mutex-design Chinese translation
 2022-06-30 17:33 UTC  (2+ messages)

[PATCH next] Documentation: coresight: escape coresight bindings file wildcard
 2022-06-30 17:06 UTC  (2+ messages)

[PATCH 0/2] swiotlb: Split up single swiotlb lock
 2022-06-30 17:02 UTC  (4+ messages)
` [PATCH 2/2] x86/ACPI: Set swiotlb area according to the number of lapic entry in MADT

[PATCH V2 1/1] swiotlb: Split up single swiotlb lock
 2022-06-30 17:00 UTC 

[PATCH v2 0/1] Documentation/x86: Update the dynamic XSTATE doc
 2022-06-30 16:17 UTC  (8+ messages)
` [PATCH v2 1/1] Documentation/x86: Add the AMX enabling example

[PATCH] docs: fix 'make htmldocs' warning in leds
 2022-06-30 16:09 UTC  (3+ messages)

[PATCH] ASoC: doc: Update dead links
 2022-06-30 11:46 UTC  (2+ messages)

[PATCH v1 0/3] swiotlb performance optimizations
 2022-06-30  2:42 UTC  (3+ messages)
` [PATCH v1 3/3] swiotlb: Split up single swiotlb lock


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