messages from 2019-06-18 20:55:55 to 2019-06-22 17:47:51 UTC [more...]
[PATCH] docs: zh_CN: submitting-drivers.rst: Remove a duplicated Documentation/
2019-06-22 17:47 UTC
[PATCH 0/3 v2] docs: function automarkup, now with 80% fewer regexes!
2019-06-22 17:46 UTC (7+ messages)
` [PATCH 1/3] Docs: An initial automarkup extension for sphinx
` [PATCH 2/3] docs: remove :c:func: annotations from xarray.rst
` [PATCH 3/3] kernel-doc: Don't try to mark up function names
[RFC v2 0/8]Produce ABI guide without escaping ReST source files
2019-06-22 17:31 UTC (8+ messages)
` [RFC v2 1/8] docs: ABI: README: specify that files should be ReST compatible
` [RFC v2 2/8] docs: ABI: stable: make files "
` [RFC v2 4/8] docs: ABI: make it parse ABI/stable as ReST-compatible files
` [RFC v2 5/8] docs: ABI: create a 2-depth index for ABI
` [RFC v2 6/8] docs: ABI: don't escape ReST-incompatible chars from obsolete and removed
` [RFC v2 7/8] docs: abi-testing.rst: enable --rst-sources when building docs
` [RFC v2 8/8] docs: Kconfig/Makefile: add a check for broken ABI files
[PATCH 0/4] Add Documentation/features to admin-guide and x86
2019-06-22 17:17 UTC (5+ messages)
` [PATCH 1/4] scripts/get_feat.pl: add a script to handle Documentation/features
` [PATCH 2/4] scripts/get_feat.pl: handle ".." special case
` [PATCH 3/4] sphinx/kernel_feat.py: add a script to parse feature files
` [PATCH 4/4] docs: admin-guide, x86: add a features list
[PATCH 00/12] Add the ABI documentation to the admin guide
2019-06-22 16:58 UTC (13+ messages)
` [PATCH 01/12] scripts/get_abi.pl: change script to allow parsing in ReST mode
` [PATCH 02/12] scripts/get_abi.pl: fix parsing on "
` [PATCH 03/12] scripts/get_abi.pl: Allow optionally record from where a line came from
` [PATCH 04/12] docs: kernellog.py: add support for info()
` [PATCH 05/12] docs: kernel_abi.py: add a script to parse ABI documentation
` [PATCH 06/12] docs: kernel_abi.py: fix UTF-8 support
` [PATCH 07/12] docs: kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH 08/12] docs: kernel_abi.py: Update copyrights
` [PATCH 09/12] docs: kernel_abi.py: add a SPDX header file
` [PATCH 10/12] docs: kernel_abi.py: use --enable-lineno for get_abi.pl
` [PATCH 11/12] docs: kernel_abi.py: Handle with a lazy Sphinx parser
` [PATCH 12/12] docs: add ABI documentation to the admin-guide book
From:Miss: Fatima Yusuf
2019-06-22 16:28 UTC
Ingenic Timer/Counter Unit (TCU) patchset v12
2019-06-22 12:23 UTC (7+ messages)
` [PATCH v12 04/13] mfd: Add Ingenic TCU driver
` [PATCH v12 06/13] irqchip: Add irq-ingenic-tcu driver
` [PATCH v12 07/13] clocksource: Add a new timer-ingenic driver
[PATCH v2 00/29] Convert files to ReST - part 2
2019-06-22 9:43 UTC (37+ 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 08/29] docs: early-userspace: "
` [PATCH v2 09/29] docs: driver-model: "
` [PATCH v2 11/29] docs: memory-devices: convert ti-emif.txt to ReST
` [PATCH v2 13/29] docs: bus-devices: ti-gpmc.rst: convert it "
` [PATCH v2 14/29] docs: nvmem: convert docs to ReST and rename to *.rst
` [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 20/29] docs: leds: "
` [PATCH v2 22/29] docs: iio: "
` [PATCH v2 23/29] docs: namespaces: "
` [PATCH v2 27/29] docs: nvdimm: "
` [PATCH v2 29/29] docs: mmc: "
` [PATCH v1 12/22] docs: driver-api: add .rst files from the main dir
[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-06-22 0:54 UTC (9+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
[PATCH net-next] doc: phy: document some PHY_INTERFACE_MODE_xxx settings
2019-06-21 20:11 UTC (2+ messages)
[PATCH v2 00/22] Add ABI and features docs to the Kernel documentation
2019-06-21 18:15 UTC (27+ 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 RFC 0/6] Produce ABI guide without escaping ReST source files
2019-06-21 15:37 UTC (10+ 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 0/2] Report warnings to the file they belong
2019-06-21 15:28 UTC (3+ messages)
` [PATCH 1/2] get_abi.pl: Allow optionally record from where a line came from
` [PATCH 2/2] docs: kernel_abi.py: use --enable-lineno for get_abi.pl
[PATCH v5 0/2] arm64 relaxed ABI
2019-06-21 15:16 UTC (4+ messages)
` [PATCH v5 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt
[PATCH 00/14] Add support to generate ABI documentation at admin-guide
2019-06-21 14:27 UTC (24+ messages)
` [PATCH 04/14] ABI: better identificate tables
` [PATCH 12/14] doc-rst: add ABI documentation to the admin-guide book
[PATCH] ABI: sysfs-driver-mlxreg-io: fix the what fields
2019-06-21 10:33 UTC (2+ messages)
[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 (11+ 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] docs: fix some broken references due to txt->rst renames
2019-06-20 20:14 UTC (2+ 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] 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 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 (3+ messages)
` [PATCH v4 23/28] docs: target: convert docs to ReST and rename to *.rst
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).