linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-02 22:16:30 to 2020-10-06 19:20:00 UTC [more...]

[PATCH v5 00/52] Fix html build with Sphinx 3.1 and above
 2020-10-06 19:19 UTC  (56+ messages)
` [PATCH v5 01/52] docs: cdomain.py: add support for a new Sphinx 3.1+ tag
` [PATCH v5 02/52] docs: cdomain.py: extend it to handle new Sphinx 3.x tags
` [PATCH v5 03/52] docs: conf.py: disable automarkup for Sphinx 3.x
` [PATCH v5 04/52] scripts: kernel-doc: make it more compatible with "
` [PATCH v5 05/52] scripts: kernel-doc: use a less pedantic markup for funcs on "
` [PATCH v5 06/52] scripts: kernel-doc: fix troubles with line counts
` [PATCH v5 07/52] scripts: kernel-doc: reimplement -nofunction argument
` [PATCH v5 08/52] scripts: kernel-doc: fix typedef identification
` [PATCH v5 09/52] scripts: kernel-doc: don't mangle with parameter list
` [PATCH v5 10/52] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
` [PATCH v5 11/52] docs: kerneldoc.py: append the name of the parsed doc file
` [PATCH v5 12/52] docs: kerneldoc.py: add support for kerneldoc -nosymbol
` [PATCH v5 13/52] media: docs: make CEC documents compatible with Sphinx 3.1+
` [PATCH v5 16/52] media: docs: make MC documents more "
` [PATCH v5 17/52] media: docs: make RC "
` [PATCH v5 18/52] media: cec-core.rst: don't use c:type for structs
` [PATCH v5 19/52] math64.h: kernel-docs: Convert some markups into normal comments
` [PATCH v5 20/52] memblock: get rid of a :c:type leftover
` [PATCH v5 21/52] docs: remove some replace macros like |struct foo|
` [PATCH v5 22/52] docs: get rid of :c:type explicit declarations for structs
` [PATCH v5 23/52] docs: trace-uses.rst: remove bogus c-domain tags
` [PATCH v5 24/52] docs: it_IT: fix namespace collisions at locking.rst
` [PATCH v5 25/52] docs: net: ieee802154.rst: fix C expressions
` [PATCH v5 26/52] docs: genericirq.rst: don't document chip.c functions twice
` [PATCH v5 27/52] docs: kernel-api.rst: drop kernel/irq/manage.c kernel-doc tag
` [PATCH v5 28/52] docs: remove sound API duplication
` [PATCH v5 29/52] docs: basics.rst: move kernel-doc workqueue markups to workqueue.rst
` [PATCH v5 30/52] docs: scsi: target.rst: remove iSCSI transport class kernel-doc markup
` [PATCH v5 31/52] docs: device_link.rst: remove duplicated kernel-doc include
` [PATCH v5 32/52] docs: basics.rst: get rid of rcu kernel-doc macros
` [PATCH v5 33/52] docs: net: statistics.rst: remove a duplicated kernel-doc
` [PATCH v5 34/52] docs: pstore-blk.rst: fix kernel-doc tags
` [PATCH v5 35/52] docs: fs: fscrypt.rst: get rid of :c:type: tags
` [PATCH v5 36/52] docs: devices.rst: get rid of :c:type macros
` [PATCH v5 37/52] docs: sound: writing-an-alsa-driver.rst: get rid of :c:type
` [PATCH v5 38/52] docs: block: blk-mq.rst: "
` [PATCH v5 39/52] docs: writing-an-alsa-driver.rst: fix some bad c:func: markups
` [PATCH v5 40/52] docs: fpga: replace :c:member: macros
` [PATCH v5 41/52] docs: kgdb.rst: fix :c:type: usages
` [PATCH v5 42/52] docs: libata.rst: fix a wrong usage of :c:type: tag
` [PATCH v5 43/52] docs: infrastructure.rst: don't include firmware kernel-doc
` [PATCH v5 44/52] docs: gpu: i915.rst: Fix several C duplication warnings
` [PATCH v5 45/52] docs: devices.rst: fix a C reference markup
` [PATCH v5 46/52] docs: it_IT: hacking.rst: fix a typo on a markup
` [PATCH v5 47/52] docs: mei.rst: fix a C expression markup
` [PATCH v5 48/52] docs: basics.rst: avoid duplicated C function declaration
` [PATCH v5 49/52] workqueue: fix a kernel-doc warning
` [PATCH v5 50/52] scripts: kernel-doc: try to use c:function if possible
` [PATCH v5 51/52] docs: conf.py: fix c:function support with Sphinx 3.x
` [PATCH v5 52/52] docs: conf.py: change the Sphinx 3.x+ text

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-10-06 19:09 UTC  (14+ messages)

[PATCH 0/2 v2] Improve Coccinelle Parallelisation
 2020-10-06 19:06 UTC  (3+ messages)
` [PATCH 1/2 V2] scripts: coccicheck: Change default value for parallelism
` [PATCH 2/2 V2] Documentation: Coccinelle: Modify parallelisation information in docs

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-10-06 18:00 UTC  (20+ messages)
` [PATCH v12 3/9] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel[_low]()
` [PATCH v12 6/9] arm64: kdump: reimplement crashkernel=X
` [PATCH v12 7/9] kdump: add threshold for the required memory
` [PATCH v12 9/9] kdump: update Documentation about crashkernel

[PATCH] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
 2020-10-06 16:53 UTC  (6+ messages)

[PATCH 0/4] linu-next next-20201006 document build fixes
 2020-10-06 16:36 UTC  (6+ messages)
` [PATCH 1/4] docs: infrastructure.rst: exclude device_link_state from device.h
` [PATCH 2/4] docs: zh_CN: amu.rst: fix document title markup
` [PATCH 3/4] docs: RCU: Requirements.rst: fix a list block
` [PATCH 4/4] firmware_loader: fix a kernel-doc markup

[PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-10-06 15:21 UTC  (5+ messages)

[PATCH 1/2] w1: w1_therm: Add sysfs entries to control conversion time and driver features
 2020-10-06 13:19 UTC  (3+ messages)
` [PATCH 2/2] w1: w1_therm: Add support for GXCAS GX20MH01 device

[RFC v15 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-10-06 12:39 UTC  (9+ messages)
` [RFC v15 1/8] mm/damon/core: Account age of target regions
` [RFC v15 2/8] mm/damon/core: Implement DAMON-based Operation Schemes (DAMOS)
` [RFC v15 3/8] mm/damon/primitives: Support DAMON-based Operation Schemes
` [RFC v15 4/8] mm/damon/dbgfs: "
` [RFC v15 5/8] mm/damon/schemes: Implement statistics feature
` [RFC v15 6/8] selftests/damon: Add 'schemes' debugfs tests
` [RFC v15 7/8] tools/damon: Support more human friendly 'schemes' control
` [RFC v15 8/8] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes

[PATCH 00/14] get rid of the remaining kernel-doc warnings when building the docs
 2020-10-06 12:13 UTC  (6+ messages)
      ` [PATCH RFC] script: add a script for checking doc problems with external functions

[PATCH v4 00/52] Fix html build with Sphinx 3.1 and above
 2020-10-06  8:23 UTC  (8+ messages)
` [PATCH v4 35/52] docs: fs: fscrypt.rst: get rid of :c:type: tags

[PATCH 0/1] docs: fix kernel-driver-statement rendering
 2020-10-06  7:34 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-10-05 18:43 UTC  (4+ messages)
` [PATCH v8 6/8] KVM: x86: VMX: Prevent MSR passthrough when MSR access is denied

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-05 18:59 UTC  (14+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure
` [PATCH v4 05/11] mm, kfence: insert KFENCE hooks for SLUB

[RESEND][PATCH v2 3/3] dt-bindings: thermal: update sustainable-power with abstract scale
 2020-10-05 17:43 UTC  (2+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-05 16:49 UTC  (7+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure

[PATCH v2 0/3] Clarify abstract scale usage for power values in Energy Model, EAS and IPA
 2020-10-05 16:14 UTC  (4+ messages)
` [PATCH v2 3/3] dt-bindings: thermal: update sustainable-power with abstract scale

[PATCH] docs: programming-languages: refresh blurb on clang support
 2020-10-05 15:45 UTC  (2+ messages)

[PATCH RFC v2] Opportunistic memory reclaim
 2020-10-05 15:39 UTC  (9+ messages)
` [PATCH RFC v2 1/2] mm: memcontrol: make shrink_all_memory() memcg aware
` [PATCH RFC v2 2/2] mm: memcontrol: introduce opportunistic memory reclaim

[PATCH] Documentation: kvm: fix a typo
 2020-10-05 15:38 UTC  (2+ messages)

[PATCH] docs: hwmon: (ltc2945): update datasheet link
 2020-10-05 15:11 UTC  (2+ messages)

[PATCH v21 00/18] Introduce Data Access MONitor (DAMON)
 2020-10-05 10:55 UTC  (19+ messages)
` [PATCH v21 01/18] mm: "
` [PATCH v21 02/18] mm/damon: Implement region based sampling
` [PATCH v21 03/18] mm/damon: Adaptively adjust regions
` [PATCH v21 04/18] mm/damon: Track dynamic monitoring target regions update
` [PATCH v21 05/18] mm/idle_page_tracking: Make PG_(idle|young) reusable
` [PATCH v21 06/18] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v21 07/18] mm/page_idle: Avoid interferences from concurrent users
` [PATCH v21 08/18] mm/damon/primitives: Make coexistable with Idle Page Tracking
` [PATCH v21 09/18] mm/damon: Add a tracepoint
` [PATCH v21 10/18] mm/damon: Implement a debugfs-based user space interface
` [PATCH v21 11/18] mm/damon/dbgfs: Implement recording feature
` [PATCH v21 12/18] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v21 13/18] mm/damon/dbgfs: Support multiple contexts
` [PATCH v21 14/18] tools: Introduce a minimal user-space tool for DAMON
` [PATCH v21 15/18] Documentation: Add documents "
` [PATCH v21 16/18] mm/damon: Add kunit tests
` [PATCH v21 17/18] mm/damon: Add user space selftests
` [PATCH v21 18/18] MAINTAINERS: Update for DAMON

[PATCH] docs: net: 80211: reduce docs build time
 2020-10-05  9:38 UTC 

[PATCH] mm,kmemleak-test.c: move kmemleak-test.c to samples dir
 2020-10-05  8:56 UTC  (2+ messages)

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-10-05  8:26 UTC  (4+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

[PATCH v7 00/18] Implement NTB Controller using multiple PCI EP
 2020-10-05  5:57 UTC  (2+ messages)

[PATCH 0/6] add ima_arch support for ARM64
 2020-10-05  2:20 UTC  (5+ messages)
` [PATCH 1/6] efistub: pass uefi secureboot flag via fdt params

[PATCH 1/4] media: zoran: move documentation file to the right place
 2020-10-04 17:46 UTC  (2+ messages)

[PATCH v2 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-10-04  8:17 UTC  (4+ messages)
` [PATCH v2 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[RFC PATCH v1 00/26] Make reporting-bugs easier to grasp and yet more detailed
 2020-10-04  6:36 UTC  (46+ messages)
` [RFC PATCH v1 02/26] docs: reporting-bugs: Create a TLDR how to report issues
` [RFC PATCH v1 03/26] docs: reporting-bugs: step-by-step guide on "
` [RFC PATCH v1 04/26] docs: reporting-bugs: step-by-step guide for issues in stable & longterm
` [RFC PATCH v1 05/26] docs: reporting-bugs: begin reference section providing details
` [RFC PATCH v1 07/26] docs: reporting-bugs: let users classify their issue
` [RFC PATCH v1 08/26] docs: reporting-bugs: make readers check the taint flag
` [RFC PATCH v1 09/26] docs: reporting-bugs: help users find the proper place for their report
` [RFC PATCH v1 10/26] docs: reporting-bugs: remind people to look for existing reports
` [RFC PATCH v1 12/26] docs: reporting-bugs: tell users to disable DKMS et al
` [RFC PATCH v1 13/26] docs: reporting-bugs: point out the environment might be causing issue
` [RFC PATCH v1 14/26] docs: reporting-bugs: make users write notes, one for each issue
` [RFC PATCH v1 15/26] docs: reporting-bugs: make readers test mainline, but leave a loophole
` [RFC PATCH v1 20/26] docs: reporting-bugs: instructions for handling regressions
` [RFC PATCH v1 24/26] docs: reporting-bugs: explain why users might get neither reply nor fix
` [RFC PATCH v1 25/26] docs: reporting-bugs: explain things could be easier

[PATCH V3 0/8] sysfs: drivers core: Add and use sysfs_emit and sysfs_emit_at
 2020-10-03 22:15 UTC  (11+ messages)
` [PATCH V3 1/8] sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output

[PATCH v2 0/2] docs: admin-guide: EFI Boot Stub
 2020-10-03 17:16 UTC  (6+ messages)
` [PATCH v2 1/2] docs: admin-guide: fdt and initrd load in EFI stub
` [PATCH v2 2/2] docs: admin-guide: EFI stub to main Linux handoff

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-10-03  9:52 UTC  (6+ messages)
` [RFC PATCH 3/6] security/fbfam: Use the api to manage statistics

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-03  7:24 UTC  (8+ messages)
` [PATCH 1/6] net: core: document two new elements of struct net_device
` [PATCH 5/6] scripts: kernel-doc: add support for typedef enum
` [PATCH 6/6] docs: gpio: add a new document to its index.rst

[PATCH v39 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-10-03  4:50 UTC 

[PATCH v6 0/4] Introduce mini-dump support for remoteproc
 2020-10-03  2:05 UTC  (5+ messages)
` [PATCH v6 1/4] remoteproc: core: Add ops to enable custom coredump functionality
` [PATCH v6 2/4] remoteproc: coredump: Add minidump functionality
` [PATCH v6 3/4] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v6 4/4] remoteproc: qcom: Add minidump id for sm8150 modem

[PATCH 1/1] docs: admin-guide: fdt and initrd load in EFI stub
 2020-10-02 23:26 UTC  (6+ messages)

[PATCH 1/2] rcu/tree: Add a warning if CPU being onlined did not report QS already
 2020-10-02 23:14 UTC  (5+ messages)
` [PATCH 2/2] docs: Update RCU's hotplug requirements with a bit about design

[PATCH v13 19/26] mm: Re-introduce do_mmap_pgoff()
 2020-10-02 22:57 UTC  (5+ 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).