linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-18 02:17:25 to 2019-06-21 13:48:46 UTC [more...]

[PATCH v2 00/29] Convert files to ReST - part 2
 2019-06-21 13:48 UTC  (45+ messages)
    ` [PATCH v2 01/29] docs: connector: convert to ReST and rename to connector.rst
    ` [PATCH v2 02/29] docs: lcd-panel-cgram.txt: convert docs to ReST and rename to *.rst
    ` [PATCH v2 03/29] docs: lp855x-driver.txt: convert to ReST and move to kernel-api
    ` [PATCH v2 04/29] docs: m68k: convert docs to ReST and rename to *.rst
    ` [PATCH v2 05/29] docs: cma/debugfs.txt: "
    ` [PATCH v2 06/29] docs: console.txt: "
    ` [PATCH v2 07/29] docs: pti_intel_mid.txt: convert it to pti_intel_mid.rst
    ` [PATCH v2 08/29] docs: early-userspace: convert docs to ReST and rename to *.rst
    ` [PATCH v2 09/29] docs: driver-model: "
    ` [PATCH v2 11/29] docs: memory-devices: convert ti-emif.txt to ReST
    ` [PATCH v2 12/29] docs: xen-tpmfront.txt: convert it to .rst
    ` [PATCH v2 13/29] docs: bus-devices: ti-gpmc.rst: convert it to ReST
    ` [PATCH v2 14/29] docs: nvmem: convert docs to ReST and rename to *.rst
    ` [PATCH v2 15/29] docs: phy: convert samsung-usb2.txt to ReST format
    ` [PATCH v2 16/29] docs: rbtree.txt: fix Sphinx build warnings
    ` [PATCH v2 17/29] docs: DMA-API-HOWTO.txt: fix an unmarked code block
    ` [PATCH v2 18/29] docs: accounting: convert to ReST
    ` [PATCH v2 19/29] docs: ia64: "
    ` [PATCH v2 20/29] docs: leds: "
    ` [PATCH v2 21/29] docs: laptops: "
    ` [PATCH v2 22/29] docs: iio: "
    ` [PATCH v2 23/29] docs: namespaces: "
    ` [PATCH v2 24/29] docs: nfc: "
    ` [PATCH v2 25/29] docs: md: "
    ` [PATCH v2 26/29] docs: mtd: "
    ` [PATCH v2 27/29] docs: nvdimm: "
    ` [PATCH v2 28/29] docs: xtensa: "
    ` [PATCH v2 29/29] docs: mmc: "
    ` [PATCH v1 12/22] docs: driver-api: add .rst files from the main dir

[PATCH RFC 0/6] Produce ABI guide without escaping ReST source files
 2019-06-21 13:04 UTC  (9+ messages)
` [PATCH RFC 1/6] get_abi.pl: fix parsing on ReST mode
` [PATCH RFC 2/6] ABI: sysfs-driver-mlxreg-io: fix the what fields
` [PATCH RFC 3/6] ABI: README: specify that files should be ReST compatible
` [PATCH RFC 4/6] ABI: stable: make files "
` [PATCH RFC 5/6] docs: ABI: make it parse ABI/stable as ReST-compatible files
` [PATCH RFC 6/6] docs: abi: create a 2-depth index for ABI

[PATCH] ABI: sysfs-driver-mlxreg-io: fix the what fields
 2019-06-21 10:33 UTC  (2+ messages)

[PATCH 00/14] Add support to generate ABI documentation at admin-guide
 2019-06-21  9:49 UTC  (23+ messages)
` [PATCH 04/14] ABI: better identificate tables
` [PATCH 12/14] doc-rst: add ABI documentation to the admin-guide book

[PATCH] doc-rst: Add missing newline at end of file
 2019-06-20 20:17 UTC  (2+ messages)

[PATCH 0/4] Documentation: x86: resctrl_ui.txt fixes and clarification
 2019-06-20 20:16 UTC  (2+ messages)

[PATCH 1/6] docs: trace: fix a broken label
 2019-06-20 20:16 UTC  (15+ messages)
` [PATCH 2/6] docs: trace: add a missing blank line
` [PATCH 3/6] lib: list_sort.c: add a blank line to avoid kernel-doc warnings
` [PATCH 4/6] time: hrtimer: use a bullet for the returns bullet list
` [PATCH 5/6] docs: signal: fix a kernel-doc markup
` [PATCH 6/6] drivers: base/node.c: fixes a kernel-doc markups
  ` [PATCH v2 "

[PATCH] docs: fix some broken references due to txt->rst renames
 2019-06-20 20:14 UTC  (4+ messages)

[PATCH] docs: stop suggesting strlcpy
 2019-06-20 20:09 UTC  (2+ messages)

[PATCH] docs: fb: Add TER16x32 to the available font names
 2019-06-20 19:55 UTC  (3+ messages)

[PATCH v2] Documentation: platform: Delete x86-laptop-drivers.txt
 2019-06-20 19:50 UTC  (2+ messages)

[PATCH v2 00/22] Add ABI and features docs to the Kernel documentation
 2019-06-20 18:22 UTC  (25+ messages)
` [PATCH v2 01/22] ABI: sysfs-bus-pci-devices-aer_stats uses an invalid tag
` [PATCH v2 02/22] ABI: Fix KernelVersion tags
` [PATCH v2 03/22] scripts: add an script to parse the ABI files
` [PATCH v2 04/22] scripts/get_abi.pl: parse files with text at beginning
` [PATCH v2 05/22] scripts/get_abi.pl: avoid use literal blocks when not needed
` [PATCH v2 06/22] scripts/get_abi.pl: split label naming from xref logic
` [PATCH v2 07/22] scripts/get_abi.pl: add support for searching for ABI symbols
` [PATCH v2 08/22] scripts/get_abi.pl: represent what in tables
` [PATCH v2 09/22] scripts/get_abi.pl: fix parse issues with some files
` [PATCH v2 10/22] scripts/get_abi.pl: avoid creating duplicate names
` [PATCH v2 11/22] scripts/get_abi.pl: add a handler for invalid "where" tag
` [PATCH v2 12/22] scripts/get_abi.pl: add a validate command
` [PATCH v2 13/22] doc-rst: add ABI documentation to the admin-guide book
` [PATCH v2 14/22] docs: sphinx/kernel_abi.py: fix UTF-8 support
` [PATCH v2 15/22] sphinx/kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH v2 16/22] docs: Kconfig/Makefile: add a check for broken ABI files
` [PATCH v2 17/22] docs: kernel_abi.py: Update copyrights
` [PATCH v2 18/22] doc: ABI scripts: add a SPDX header file
` [PATCH v2 19/22] scripts: add a script to handle Documentation/features
` [PATCH v2 20/22] docs: admin-guide, x86: add a features list
` [PATCH v2 21/22] scripts/get_feat.pl: handle ".." special case
` [PATCH v2 22/22] scripts/get_abi.pl: change script to allow parsing in ReST mode

[PATCH] scripts/sphinx-pre-install: fix out-of-tree build
 2019-06-20 15:20 UTC  (2+ messages)

[PATCH next] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl max_softirq_time_usecs
 2019-06-20 15:14 UTC 

[PATCH] Documentation: platform: convert x86-laptop-drivers.txt to reST
 2019-06-20 13:38 UTC  (7+ messages)
` [Linux-kernel-mentees] "

[PATCH v2] replace timeconst bc script with an sh script
 2019-06-20  8:45 UTC  (4+ messages)

[PATCH v1 00/22] Convert files to ReST - part 3
 2019-06-20  6:14 UTC  (30+ messages)
` [PATCH v1 02/22] docs: ioctl-number.txt: convert it to ReST format
` [PATCH v1 03/22] docs: ioctl: convert to ReST
` [PATCH v1 04/22] docs: thermal: "
` [PATCH v1 05/22] docs: rapidio: "
` [PATCH v1 06/22] docs: blockdev: "
` [PATCH v1 07/22] docs: perf: "
` [PATCH v1 09/22] docs: block: "
` [PATCH v1 10/22] docs: security: move some books to it and update
` [PATCH v1 11/22] docs: admin-guide: add .rst files from the main dir
` [PATCH v1 12/22] docs: driver-api: "
` [PATCH v1 13/22] docs: x86: move two x86-specific files to x86 arch dir
` [PATCH v1 14/22] docs: usb: rename files to .rst and add them to drivers-api
` [PATCH v1 15/22] docs: driver-api: add a chapter for memory-related API
` [PATCH v1 16/22] docs: driver-api: add xilinx driver API documentation
` [PATCH v1 17/22] docs: add arch doc directories to the index
` [PATCH v1 18/22] docs: admin-guide: move sysctl directory to it
` [PATCH v1 19/22] docs: driver-api: add remaining converted dirs "
` [PATCH v1 20/22] docs: extcon: move it to acpi dir and convert it to ReST
` [PATCH v1 21/22] docs: admin-guide: add laptops documentation
` [PATCH v1 22/22] admin-guide: add kdump documentation into it

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-20  1:17 UTC  (4+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core

[PATCH v1] dma-mapping: Fix filename references
 2019-06-19 17:57 UTC  (4+ messages)

[PATCH v2] dma-mapping: Fix filename references
 2019-06-19 14:19 UTC 

[PATCH v5 0/2] fTPM: firmware TPM running in TEE
 2019-06-19 11:05 UTC  (3+ messages)
` [PATCH v5 1/2] "

[PATCH v4 00/28] Convert files to ReST - part 1
 2019-06-19  3:38 UTC  (8+ messages)
` [PATCH v4 19/28] docs: powerpc: convert docs to ReST and rename to *.rst
` [PATCH v4 23/28] docs: target: "

[PATCH] docs/vm: hwpoison.rst: Fix quote formatting
 2019-06-18 20:45 UTC  (4+ messages)

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-18 16:50 UTC  (23+ messages)
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

[PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers
 2019-06-18 15:46 UTC  (2+ messages)

[PATCH 13/15] kbuild: add support for ensuring headers are self-contained
 2019-06-18 15:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 0/2] fTPM: firmware TPM running in TEE
 2019-06-18 15:25 UTC  (3+ messages)
` [PATCH v4 2/2] fTPM: add documentation for ftpm driver

[PATCH v5 0/2] arm64 relaxed ABI
 2019-06-18 13:13 UTC  (4+ messages)
  ` [PATCH v5 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt

[PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding
 2019-06-18  2:18 UTC  (3+ messages)
` [PATCH V15 3/5] thermal: imx_sc: add i.MX system controller thermal support
` [PATCH V15 4/5] defconfig: arm64: "


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