linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-07 17:20:39 to 2020-09-10 18:12:37 UTC [more...]

[PATCH 0/6] tracing/boot: Start boot-time tracing in earlier stage
 2020-09-10 12:39 UTC  (5+ messages)
` [PATCH 3/6] tracing: Enable adding dynamic events early stage
` [PATCH 4/6] tracing: Enable creating new instance early boot
` [PATCH 5/6] tracing/boot,kprobe,synth: Initialize boot-time tracing earlier
` [PATCH 6/6] Documentation: tracing: Add the startup timing of boot-time tracing

[PATCH RFC 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-10 17:41 UTC  (35+ messages)
` [PATCH RFC 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH RFC 02/10] x86, kfence: enable KFENCE for x86
` [PATCH RFC 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH RFC 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH RFC 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH RFC 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH RFC 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH RFC 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH RFC 10/10] kfence: add test suite

[PATCH 00/14] get rid of the remaining kernel-doc warnings when building the docs
 2020-09-10 18:12 UTC  (17+ messages)
` [PATCH 01/14] locking/refcount: document the new "oldp" pointer value
` [PATCH 02/14] usb: docs: document altmode register/unregister functions
` [PATCH 03/14] XArray: docs: add missing kernel-doc parameters for xas_split_alloc()
` [PATCH 04/14] blk-mq: docs: add kernel-doc description for a new struct member
` [PATCH 05/14] iio: docs: add description for a new function member
` [PATCH 06/14] nl80211: docs: add a description for s1g_cap parameter
` [PATCH 07/14] IB/srpt: docs: add a description for cq_size member
` [PATCH 08/14] rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpu
` [PATCH 09/14] Input: sparse-keymap: add a description for @sw
` [PATCH 10/14] drm: amdgpu: kernel-doc: update some adev parameters
` [PATCH 11/14] drm/amd/display: kernel-doc: document force_timing_sync
` [PATCH 12/14] drm: kernel-doc: document drm_dp_set_subconnector_property() params
` [PATCH 13/14] drm: kernel-doc: drm_dp_helper.h: fix a typo
` [PATCH 14/14] gpu: docs: amdgpu.rst: get rid of wrong kernel-doc markups

[PATCH] build: Fix documentation checking
 2020-09-10 18:03 UTC 

[PATCH] mm/doc: add usage description for migrate_vma_*()
 2020-09-10 17:25 UTC  (3+ messages)

patch "driver core: platform: Document return type of more functions" added to driver-core-testing
 2020-09-10 16:36 UTC 

[PATCH 0/3] Documentation/admin-guide: kernel-parameters: parameter cleanups
 2020-09-10 17:04 UTC  (5+ messages)
` [PATCH 1/3] Documentation/admin-guide: kernel-parameters: update CMA entries
` [PATCH 2/3] Documentation/admin-guide: kernel-parameters: hyphenate comma-separated
` [PATCH 3/3] Documentation/admin-guide: kernel-parameters: add early_param() to list of types of boot parameters

[PATCH] doc:it_IT: align Italian documentation
 2020-09-10 16:58 UTC  (2+ messages)

[PATCH 00/30] docs: fix documentation build parsing errors
 2020-09-10 16:53 UTC  (34+ messages)
` [PATCH 01/30] .gitignore: docs: ignore sphinx_*/ directories
` [PATCH 02/30] kernel-doc: include line numbers for function prototypes
` [PATCH 03/30] dt-bindings: fix references to files converted to yaml
` [PATCH 04/30] docs: hwmon: adm1266.rst: fix a broken reference
` [PATCH 05/30] docs: scheduler: fix the directory name on two files
` [PATCH 06/30] docs: trace: fix the location of kprobes.rst
` [PATCH 07/30] MAINTAINERS: fix location of qlogic/LICENSE.qla3xxx
` [PATCH 08/30] docs: fix location of nommu-mmap.rst file
` [PATCH 09/30] net: appletalk: Kconfig: Fix docs location
` [PATCH 10/30] drivers: net: hamradio: fix document location
` [PATCH 11/30] tools: docs: memory-model: fix references for some files
` [PATCH 12/30] scripts: device_attr_show.cocci: update location of sysfs doc
` [PATCH 13/30] docs: SafeSetID: fix a warning
` [PATCH 14/30] docs: add some new files to their respective index.rst files
` [PATCH 15/30] docs: powerpc: syscall64-abi.rst: fix a malformed table
` [PATCH 16/30] docs: watch_queue: fix some warnings
` [PATCH 17/30] docs: kvm: api.rst: add missing spaces
` [PATCH 18/30] block: bio: fix a warning at the kernel-doc markups
` [PATCH 19/30] docs: soundwire: fix some identation at stream.rst
` [PATCH 20/30] docs: dma-buf: fix some warnings
` [PATCH 21/30] iio: industrialio-core.c: solve a kernel-doc warning
` [PATCH 22/30] kunit: test.h: solve kernel-doc warnings
` [PATCH 23/30] docs: submitting-patches: use :doc: for references
` [PATCH 24/30] docs: lockdep-design: fix some warning issues
` [PATCH 25/30] docs: admin-guide: net.rst: add a missing blank line
` [PATCH 26/30] iio: iio.h: fix a warning at the kernel-doc markup
` [PATCH 27/30] docs: bio: fix a kerneldoc markup
` [PATCH 28/30] drivers: core: fix kernel-doc markup for dev_err_probe()
` [PATCH 29/30] kunit: test.h: fix a bad kernel-doc markup
` [PATCH 30/30] docs: amdgpu: fix a warning when building the documentation

[PATCH v3 1/2] idr: Document calling context for IDA APIs mustn't use locks
 2020-09-10 16:19 UTC  (3+ messages)
` [PATCH v3 2/2] idr: Document that ida_simple_{get,remove}() are deprecated

dma-mapping cleanups
 2020-09-10 13:26 UTC  (16+ messages)
` [PATCH 01/12] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 02/12] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 03/12] MIPS/jazzdma: decouple from dma-direct
` [PATCH 04/12] dma-mapping: fix DMA_OPS dependencies
` [PATCH 05/12] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 06/12] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 07/12] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 08/12] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 09/12] dma-direct: remove __dma_to_phys
` [PATCH 10/12] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 11/12] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 12/12] dma-mapping: move the dma_declare_coherent_memory documentation

[PATCH v3 0/8] tracing/boot: Add new options for tracing specific period
 2020-09-10  8:56 UTC  (9+ messages)
` [PATCH v3 1/8] kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
` [PATCH v3 2/8] tracing/boot: Add per-instance tracing_on option support
` [PATCH v3 3/8] Documentation: tracing: Add tracing_on option to boot-time tracer
` [PATCH v3 4/8] tracing/kprobes: Support perf-style return probe
` [PATCH v3 5/8] tracing/uprobes: "
` [PATCH v3 6/8] Documentation: tracing: Add %return suffix description
` [PATCH v3 7/8] Documentation: tracing: boot: Add an example of tracing function-calls
` [PATCH v3 8/8] selftests/ftrace: Add %return suffix tests

[PATCH] driver core: platform: Document return type of more functions
 2020-09-10  6:04 UTC 

[PATCH v3 0/3] Introduce mini-dump support for remoteproc
 2020-09-10  0:02 UTC 

[PATCH v3 1/3] remoteproc: core: Add ops to enable custom coredump functionality
 2020-09-10  0:02 UTC  (3+ messages)
` [PATCH v3 3/3] remoteproc: qcom: Add minidump id for sm8150 modem remoteproc
` [PATCH v3 2/3] remoteproc: qcom: Add capability to collect minidumps

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2020-09-09 23:45 UTC  (23+ messages)

[PATCH] doc: fix file references
 2020-09-10  0:33 UTC 

[PATCH v2 0/6] tracing/boot: Add new options for tracing specific period
 2020-09-10  0:49 UTC  (3+ messages)
` [PATCH v2 4/6] tracing/kprobes: Support perf-style return probe

[RFC PATCHv2] selftests/run_kselftest.sh: make each test individually selectable
 2020-09-10  1:20 UTC  (2+ messages)

[PATCH] docs: add a new User Mode Linux HowTo
 2020-09-09 19:40 UTC  (5+ messages)

[PATCH v2] docs: add a new User Mode Linux HowTo
 2020-09-09 18:57 UTC  (3+ messages)

[PATCH v2 0/2] ubifs: Fixes around ubifs-authentication.rst
 2020-09-09 17:53 UTC  (2+ messages)

[PATCH] Documentation: core-api/cpu_hotplug: fix a typo
 2020-09-09 17:42 UTC  (2+ messages)

[PATCH] Documentation: iio: fix a typo
 2020-09-09 17:41 UTC  (2+ messages)

[PATCH v2] mm/doc: editorial pass on page migration
 2020-09-09 17:40 UTC  (2+ messages)

[PATCH] docs: deprecated.rst: Update zero-length/one-element arrays section
 2020-09-09 17:38 UTC  (3+ messages)

[PATCH v2] Documentation: submit-checklist: add clean builds for new Documentation
 2020-09-09 17:36 UTC  (2+ messages)

[PATCH] docs: filesystems: replace to_dev() with kobj_to_dev()
 2020-09-09 17:36 UTC  (2+ messages)

[PATCH] Documentation: remove current_security() reference
 2020-09-09 17:34 UTC  (2+ messages)

[PATCH v4] docs: trusted-encrypted.rst: update parameters for command examples
 2020-09-09 17:30 UTC  (2+ messages)

[PATCH] docs: kvm: fix referenced ioctl symbol
 2020-09-09 17:20 UTC  (2+ messages)

[PATCH v2] media: camera-sensor.rst: fix a doc build warning
 2020-09-09 13:55 UTC 

[PATCH v2] Documentation: kunit: Add naming guidelines
 2020-09-09 15:51 UTC  (3+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-09-09 11:53 UTC  (10+ messages)

[RFC PATCH v8 0/3] Add scheduler overview documentation
 2020-09-09 11:23 UTC  (6+ messages)
` [RFC PATCH v8 1/3] docs: scheduler: Restructure scheduler documentation
` [RFC PATCH v8 2/3] docs: scheduler: Add scheduler overview documentation

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-09  8:41 UTC  (16+ messages)

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)
 2020-09-09  8:27 UTC  (2+ messages)

[PATCH] docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section
 2020-09-09  6:53 UTC 

[PATCH] docs: stable-ABI: Document /sys/kernel/notes
 2020-09-09  6:37 UTC 

[PATCH v3 0/2] use SPDX also for GFDL documents
 2020-09-09  5:14 UTC  (3+ messages)
` [PATCH v3 1/2] LICENSE: add GFDL deprecated licenses
` [PATCH v3 2/2] docs: trace: ring-buffer-design.rst: use the new SPDX tag

[PATCH 00/29] treewide: Convert comma separated statements
 2020-09-09  2:09 UTC  (2+ messages)

[PATCH] scsi: docs: Remove obsolete scsi typedef text from scsi_mid_low_api
 2020-09-09  2:05 UTC  (2+ messages)

clean up is partition checks
 2020-09-09  0:55 UTC  (5+ messages)
` [PATCH 3/9] md: compare bd_disk instead of bd_contains
` [PATCH 4/9] md: don't detour through bd_contains for the gendisk

[PATCH 00/23] gpio: mockup: support dynamically created and removed chips
 2020-09-08 17:03 UTC  (29+ messages)
` [PATCH 03/23] lib: uaccess: provide getline_from_user()
` [PATCH 10/23] gpio: mockup: fix resource leak in error path
` [PATCH 13/23] gpio: mockup: pass the chip label as device property
` [PATCH 15/23] gpio: mockup: use dynamic device IDs
` [PATCH 16/23] gpio: mockup: refactor the module init function
` [PATCH 23/23] Documentation: gpio: add documentation for gpio-mockup

[PATCH] dt-bindings: mfd: ab8500: Remove weird Unicode characters
 2020-09-08 13:54 UTC  (2+ messages)

[PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option
 2020-09-08 11:37 UTC  (2+ messages)

[PATCH] fbdev: remove mbx framebuffer driver
 2020-09-08 11:37 UTC  (2+ messages)

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-09-08  3:19 UTC  (9+ messages)
` [PATCH v12 1/9] x86: kdump: move CRASH_ALIGN to 2M
` [PATCH v12 2/9] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v12 3/9] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel[_low]()
` [PATCH v12 5/9] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v12 7/9] kdump: add threshold for the required memory
` [PATCH v12 9/9] kdump: update Documentation about crashkernel

[PATCH v2 0/2] use SPDX also for GFDL documents
 2020-09-07 13:18 UTC  (3+ messages)
` [PATCH v2 1/2] LICENSE: add GFDL deprecated licenses


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