linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 13:17:02 to 2020-11-02 14:43:18 UTC [more...]

[PATCH v2 00/39] ABI: add it to the documentation build system
 2020-11-02 14:42 UTC  (54+ messages)
` [PATCH v2 01/39] scripts: get_abi.pl: change script to allow parsing in ReST mode
` [PATCH v2 02/39] scripts: get_abi.pl: fix parsing on "
` [PATCH v2 03/39] scripts: get_abi.pl: Allow optionally record from where a line came from
` [PATCH v2 04/39] scripts: get_abi.pl: improve its parser to better catch up indentation
` [PATCH v2 05/39] scripts: get_abi.pl: cleanup ABI cross-reference logic
` [PATCH v2 06/39] scripts: get_abi.pl: detect duplicated ABI definitions
` [PATCH v2 07/39] scripts: get_abi.pl: output users in ReST format
` [PATCH v2 08/39] scripts: get_abi.pl: prevent duplicated file names
` [PATCH v2 09/39] scripts: get_abi.pl: use bold font for ABI definitions
` [PATCH v2 10/39] scripts: get_abi.pl: auto-generate cross references
` [PATCH v2 11/39] docs: kernellog.py: add support for info()
` [PATCH v2 12/39] docs: kernel_abi.py: add a script to parse ABI documentation
` [PATCH v2 13/39] docs: kernel_abi.py: fix UTF-8 support
` [PATCH v2 14/39] docs: kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH v2 15/39] docs: kernel_abi.py: use --enable-lineno for get_abi.pl
` [PATCH v2 16/39] docs: kernel_abi.py: Handle with a lazy Sphinx parser
` [PATCH v2 17/39] docs: add ABI documentation to the admin-guide book
` [PATCH v2 18/39] docs: ABI: README: specify that files should be ReST compatible
` [PATCH v2 19/39] docs: ABI: stable: make files "
` [PATCH v2 21/39] docs: ABI: sysfs-uevent: make it compatible with ReST output
` [PATCH v2 22/39] docs: ABI: make it parse ABI/stable as ReST-compatible files
` [PATCH v2 23/39] docs: ABI: create a 2-depth index for ABI
` [PATCH v2 24/39] docs: ABI: don't escape ReST-incompatible chars from obsolete and removed
` [PATCH v2 25/39] docs: abi-testing.rst: enable --rst-sources when building docs
` [PATCH v2 26/39] docs: Kconfig/Makefile: add a check for broken ABI files
` [PATCH v2 27/39] docs: ABI: convert testing/configfs-acpi to ReST
` [PATCH v2 28/39] docs: ABI: fix syntax to be parsed using ReST notation
` [PATCH v2 29/39] docs: ABI: vdso: use the right format for ABI
` [PATCH v2 30/39] docs: ABI: sysfs-bus-nvdimm: "
` [PATCH v2 32/39] docs: ABI: change read/write attributes
` [PATCH v2 33/39] docs: ABI: stable: remove a duplicated documentation
` [PATCH v2 34/39] docs: ABI: unify /sys/class/leds/<led>/brightness documentation
` [PATCH v2 35/39] docs: ABI: sysfs-class-power: unify duplicated properties
` [PATCH v2 36/39] docs: ABI: sysfs-c2port: remove a duplicated entry
` [PATCH v2 37/39] docs: ABI: sysfs-class-backlight: unify ABI documentation
` [PATCH v2 38/39] docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplication
` [PATCH v2 39/39] scripts: get_abi.pl: assume ReST format by default
    ` [PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
  ` [PATCH v2 31/39] docs: ABI: cleanup several ABI documents

[PATCH v3 0/4] Clarify abstract scale usage for power values in Energy Model, EAS and IPA
 2020-11-02 13:54 UTC  (15+ messages)
` [PATCH v3 1/4] PM / EM: Add a flag indicating units of power values in Energy Model
` [PATCH v3 2/4] docs: Clarify abstract scale usage for "
` [PATCH v3 3/4] PM / EM: update the comments related to power scale
` [PATCH v3 4/4] docs: power: Update Energy Model with new flag indicating "

[PATCH 0/5] Some fixes for ABI documentation
 2020-11-02 10:32 UTC  (6+ messages)
  ` [PATCH 1/5] docs: ABI: sysfs-driver-dma-ioatdma: what starts with /sys
  ` [PATCH 2/5] docs: ABI: sysfs-class-net: fix a typo
  ` [PATCH 3/5] docs: leds: index.rst: add a missing file
  ` [PATCH 4/5] scripts: get_abi.pl: Don't let ABI files to create subtitles
  ` [PATCH 5/5] scripts: get_api.pl: Add sub-titles to ABI output

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-02  9:43 UTC  (15+ messages)
` [PATCH v2 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH v2 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH v2 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH v2 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH v2 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH v2 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH v2 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH v2 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH v2 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH v2 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH v2 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH v2 13/13] m68k: deprecate DISCONTIGMEM

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-01 16:55 UTC  (5+ messages)
` [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM

[PATCH] proc: Provide details on indirect branch speculation
 2020-10-31 20:05 UTC  (2+ messages)

[PATCH] Documentation: PM: correct path name
 2020-10-31  9:39 UTC 

[PATCH] Documentation: PM: correct typo
 2020-10-31  9:39 UTC 

[PATCH v13 0/8] support reserving crashkernel above 4G on arm64 kdump
 2020-10-31  7:44 UTC  (9+ messages)
` [PATCH v13 1/8] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v13 2/8] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v13 3/8] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v13 4/8] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v13 5/8] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v13 6/8] arm64: kdump: reimplement crashkernel=X
` [PATCH v13 7/8] arm64: kdump: add memory for devices by DT property linux,usable-memory-range
` [PATCH v13 8/8] kdump: update Documentation about crashkernel

[PATCH] Documentation: tproxy: more gentle intro
 2020-10-30 22:52 UTC  (2+ messages)

[PATCH 10/11 v2] ftrace: Reverse what the RECURSION flag means in the ftrace_ops
 2020-10-30 21:31 UTC  (2+ messages)
` [PATCH 11/11 v2] ftrace: Add recording of functions that caused recursion

[PATCH v6 0/9] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-30 19:16 UTC  (33+ messages)
` [PATCH v6 1/9] mm: add Kernel Electric-Fence infrastructure
` [PATCH v6 2/9] x86, kfence: enable KFENCE for x86
` [PATCH v6 3/9] arm64, kfence: enable KFENCE for ARM64
` [PATCH v6 4/9] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v6 5/9] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v6 6/9] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v6 7/9] kfence, Documentation: add KFENCE documentation
` [PATCH v6 8/9] kfence: add test suite
` [PATCH v6 9/9] MAINTAINERS: Add entry for KFENCE

[PATCH 02/12] mm/mempolicy: convert single preferred_node to full nodemask
 2020-10-30 19:02 UTC  (2+ messages)
` [PATCH 12/12] mm/mempolicy: Advertise new MPOL_PREFERRED_MANY

[PATCH v3 17/56] mtd: rawnand: fix a kernel-doc markup
 2020-10-30 17:27 UTC  (2+ messages)

[PATCH] smp: Add bootcpus parameter to boot subset of CPUs
 2020-10-30 17:45 UTC  (9+ messages)

excess bolding in html
 2020-10-30 17:30 UTC  (8+ messages)
          ` [PATCH RFC] scripts: kernel-doc: better handle spaces after section markups

[PATCH RFC] docs: fix automarkup regression on Python 2
 2020-10-30 16:12 UTC 

[RESEND PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2020-10-30 16:00 UTC  (4+ messages)
` [RESEND PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method

[PATCH RFC] docs: fix automarkup regression on Python 2
 2020-10-30 15:51 UTC 

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-30 15:19 UTC  (15+ messages)
` [PATCH v2 03/19] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v2 04/19] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
  ` [External] Re: [PATCH v2 00/19] Free some vmemmap pages of "

Python 2.7 support and automarkup.py - Was: Re: [PATCH v2 1/5] docs: automarkup.py: Use new C roles in Sphinx 3
 2020-10-30 15:07 UTC 

[PATCH 0/2] kernel-doc: Handle function typedefs
 2020-10-30 14:47 UTC  (3+ messages)
` [PATCH 1/2] kernel-doc: Handle function typedefs that return pointers
` [PATCH 2/2] kernel-doc: Handle function typedefs without asterisks

[PATCH v2 0/5] docs: automarkup.py: Make automarkup ready for Sphinx 3.1+
 2020-10-30 14:39 UTC  (8+ messages)
` [PATCH v2 1/5] docs: automarkup.py: Use new C roles in Sphinx 3
    ` Python 2.7 support and automarkup.py - Was: "

[PATCH v22 00/12] Landlock LSM
 2020-10-30 12:41 UTC  (10+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 08/12] landlock: Add syscall implementations

[PATCH net-next v2 0/3] net: introduce rps_default_mask
 2020-10-30 11:16 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net/sysctl: factor-out netdev_rx_queue_set_rps_mask() helper
` [PATCH net-next v2 2/3] net/core: introduce default_rps_mask netns attribute
` [PATCH net-next v2 3/3] self-tests: introduce self-tests for RPS default mask

[PATCH v3 01/14] docs: Document IO Address Space ID (IOASID) APIs
 2020-10-30 10:18 UTC  (4+ messages)

[PATCH] Documentation: Chinese translation of Documentation/arm64/perf.rst
 2020-10-30  7:44 UTC  (5+ messages)
`  "
    ` [PATCH v2] "

[PATCH 00/33] ABI: add it to the documentation build system
 2020-10-30  7:11 UTC  (8+ messages)
` [PATCH 33/33] docs: ABI: unify /sys/class/leds/<led>/max_brightness documentation
  ` [PATCH 20/33] docs: ABI: testing: make the files compatible with ReST output
  ` [PATCH 30/33] docs: ABI: cleanup several ABI documents

[PATCH v6 0/4] Introduce mini-dump support for remoteproc
 2020-10-29 23:54 UTC  (4+ messages)
` [PATCH v6 2/4] remoteproc: coredump: Add minidump functionality

[PATCH 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2020-10-29 19:13 UTC  (3+ messages)
` [PATCH 4/5] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [PATCH 5/5] MAINTAINERS: Add Synopsys xData IP driver maintainer

[PATCH net-next 0/3] net: introduce rps_default_mask
 2020-10-29 17:38 UTC  (4+ messages)
` [PATCH net-next 2/3] net/core: introduce default_rps_mask netns attribute

[RFC] wimax: move out to staging
 2020-10-29 16:30 UTC  (5+ messages)

[PATCH v3 00/56] Fix several bad kernel-doc markups
 2020-10-29 15:43 UTC  (3+ messages)
` [PATCH v3 45/56] iio: fix a kernel-doc markup

[PATCH v5] x86: add failure injection to get/put/clear_user
 2020-10-29 15:25 UTC 

[PATCH 1/2] w1: w1_therm: Add sysfs entries to control conversion time and driver features
 2020-10-29 14:28 UTC  (12+ messages)
` [PATCH 2/2] w1: w1_therm: Add support for GXCAS GX20MH01 device
                ` Adding ABI to htmldocs - Was: "

[PATCH, net -> staging, v2] wimax: move out to staging
 2020-10-29 14:25 UTC  (2+ messages)


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