linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 05:35:34 to 2020-03-02 20:04:25 UTC [more...]

[PATCH v4 1/2] Documentation: Converted the `kobject.txt` to rst format
 2020-03-02 20:04 UTC  (2+ messages)

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-02 20:03 UTC  (8+ messages)
` [PATCH v3 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v3 4/7] init: main: add KUnit to kernel init

[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-03-02 20:00 UTC  (3+ messages)
` [PATCH v2 4/7] init: main: add KUnit to kernel init

[PATCH doc 0/5] doc: cgroup: improve formatting
 2020-03-02 19:57 UTC  (2+ messages)

[PATCH v5 kunit-next 0/4] kunit: add debugfs representation to show results
 2020-03-02 19:53 UTC  (5+ messages)
` [PATCH v5 kunit-next 1/4] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v5 kunit-next 4/4] kunit: update documentation to describe debugfs representation

[PATCH] docs: kernel-docs: Remove "Here is its" at the end of lines
 2020-03-02 19:53 UTC  (2+ messages)

[PATCH] docs: admin-guide: kernel-parameters: Document earlycon options for i.MX UARTs
 2020-03-02 19:51 UTC  (2+ messages)

[PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-03-02 19:44 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] docs: dev-tools: gcov: Remove a stray single-quote
 2020-03-02 19:51 UTC  (2+ messages)

[PATCH v3 0/1] Documentation: bootconfig: Documentaiton updates
 2020-03-02 19:50 UTC  (5+ messages)
` [PATCH v3] Documentation: bootconfig: Update boot configuration documentation
` [v3 0/1] Documentation: bootconfig: Documentation updates

[PATCH v2 00/12] Convert some DT documentation files to ReST
 2020-03-02 19:35 UTC  (15+ messages)
` [PATCH v2 01/12] docs: dt: add an index.rst file for devicetree
` [PATCH v2 02/12] docs: dt: convert usage-model.txt to ReST
` [PATCH v2 03/12] docs: dt: usage_model.rst: fix link for DT usage
` [PATCH v2 04/12] docs: dt: convert booting-without-of.txt to ReST format
` [PATCH v2 05/12] docs: dt: convert changesets to ReST
` [PATCH v2 06/12] docs: dt: convert dynamic-resolution-notes.txt "
` [PATCH v2 07/12] docs: dt: convert of_unittest.txt "
` [PATCH v2 08/12] docs: dt: convert overlay-notes.txt to ReST format
` [PATCH v2 09/12] docs: dt: minor adjustments at writing-schema.rst
` [PATCH v2 10/12] docs: dt: convert ABI.txt to ReST format
` [PATCH v2 11/12] docs: dt: convert submitting-patches.txt "
` [PATCH v2 12/12] docs: dt: convert writing-bindings.txt to ReST

[PATCH 0/2] Documentation: Add two new rst files
 2020-03-02 18:43 UTC  (8+ messages)
` [PATCH 1/2] Documentation: Add a new .rst file under Documentation
    ` [PATCH v2 0/2] Documentation: Add files to driver-api manual
      ` [PATCH v2 1/2] Documentation: Add io-mapping.rst "
      ` [PATCH v2 2/2] Documentation: Add io_ordering.rst "
` [PATCH 2/2] Documentation: Add a new .rst file under Documentation

[PATCH 1/3] PCI: Make PCIE_RESET_READY_POLL_MS configurable
 2020-03-02 18:30 UTC  (6+ messages)

[PATCH] cgroup-v1: freezer: optionally killable freezer
 2020-03-02 18:27 UTC  (7+ messages)

[PATCH] exec: Fix a deadlock in ptrace
 2020-03-02 18:08 UTC  (26+ messages)
      ` [PATCHv2] "

[PATCH v4] Documentation: kunit: Make the KUnit documentation less UML-specific
 2020-03-02 16:50 UTC  (2+ messages)

[PATCH 1/2] kconfig: allow symbols implied by y to become m
 2020-03-02 15:33 UTC  (4+ messages)
` [PATCH 2/2] kconfig: make 'imply' obey the direct dependency

[PATCH 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-03-02 14:53 UTC  (3+ messages)
  ` [PATCH 3/3] docs: mips: remove no longer needed au1xxx_ide.rst documentation

[PATCH v5 0/7] arm64: ARMv8.4 Activity Monitors support
 2020-03-02 14:32 UTC  (9+ messages)
` [PATCH v5 1/7] arm64: add support for the AMU extension v1
` [PATCH v5 2/7] arm64: trap to EL1 accesses to AMU counters from EL0
` [PATCH v5 3/7] arm64/kvm: disable access to AMU registers from kvm guests

[PATCH] kconfig: make 'imply' obey the direct dependency
 2020-03-02 13:21 UTC  (6+ messages)

[PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-02 11:35 UTC  (2+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-02 10:03 UTC  (4+ messages)
` [RFC PATCH v14 10/10] landlock: Add user and kernel documentation

[PATCH v4 0/5] remoteproc: Add elf64 support
 2020-03-02  9:39 UTC  (10+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] remoteproc: Use size_t type for len in da_to_va
  ` [PATCH v5 2/8] remoteproc: Use size_t instead of int for rproc_mem_entry len
  ` [PATCH v5 3/8] remoteproc: Use u64 type for boot_addr
  ` [PATCH v5 4/8] remoteproc: Add elf helpers to access elf64 and elf32 fields
  ` [PATCH v5 5/8] remoteproc: Rename rproc_elf_sanity_check for elf32
  ` [PATCH v5 6/8] remoteproc: Add elf64 support in elf loader
  ` [PATCH v5 7/8] remoteproc: Allow overriding only sanity_check
  ` [PATCH v5 8/8] remoteproc: Adapt coredump to generate correct elf type

[PATCH 03/51] drm: add managed resources tied to drm_device
 2020-03-02  9:36 UTC 

[PATCH v2 0/1] Documentation: bootconfig: Documentaiton updates
 2020-03-02  8:23 UTC  (13+ messages)
` [PATCH v2] Documentation: bootconfig: Update boot configuration documentation
  ` [v2] "
` [v2 0/1] Documentation: bootconfig: Documentation updates

[PATCH 00/42] Manually convert SCSI documentation to ReST format
 2020-03-02  8:16 UTC  (42+ messages)
` [PATCH 01/42] Add an empty index file for SCSI documents
` [PATCH 02/42] docs: scsi: include SCSI Transport SRP diagram at the doc body
` [PATCH 03/42] docs: scsi: convert 53c700.txt to ReST
` [PATCH 04/42] docs: scsi: convert aacraid.txt "
` [PATCH 05/42] docs: scsi: convert advansys.txt "
` [PATCH 06/42] docs: scsi: convert aha152x.txt "
` [PATCH 07/42] docs: scsi: convert aic79xx.txt "
` [PATCH 08/42] docs: scsi: convert aic7xxx.txt "
` [PATCH 09/42] docs: scsi: convert bfa.txt "
` [PATCH 10/42] docs: scsi: convert bnx2fc.txt "
` [PATCH 11/42] docs: scsi: convert BusLogic.txt "
` [PATCH 12/42] docs: scsi: convert cxgb3i.txt "
` [PATCH 13/42] docs: scsi: convert dc395x.txt "
` [PATCH 14/42] docs: scsi: convert dpti.txt "
` [PATCH 15/42] docs: scsi: convert FlashPoint.txt "
` [PATCH 16/42] docs: scsi: convert g_NCR5380.txt "
` [PATCH 17/42] docs: scsi: convert hpsa.txt "
` [PATCH 18/42] docs: scsi: convert hptiop.txt "
` [PATCH 19/42] docs: scsi: convert libsas.txt "
` [PATCH 20/42] docs: scsi: convert link_power_management_policy.txt "
` [PATCH 21/42] docs: scsi: convert lpfc.txt "
` [PATCH 22/42] docs: scsi: convert megaraid.txt "
` [PATCH 24/42] docs: scsi: convert NinjaSCSI.txt "
` [PATCH 25/42] docs: scsi: convert ppa.txt "
` [PATCH 26/42] docs: scsi: convert qlogicfas.txt "
` [PATCH 27/42] docs: scsi: convert scsi-changer.txt "
` [PATCH 28/42] docs: scsi: convert scsi_eh.txt "
` [PATCH 29/42] docs: scsi: convert scsi_fc_transport.txt "
` [PATCH 30/42] docs: scsi: convert scsi-generic.txt "
` [PATCH 31/42] docs: scsi: convert scsi_mid_low_api.txt "
` [PATCH 32/42] docs: scsi: convert scsi-parameters.txt "
` [PATCH 33/42] docs: scsi: convert scsi.txt "
` [PATCH 34/42] docs: scsi: convert sd-parameters.txt "
` [PATCH 35/42] docs: scsi: convert smartpqi.txt "
` [PATCH 36/42] docs: scsi: convert st.txt "
` [PATCH 37/42] docs: scsi: convert sym53c500_cs.txt "
` [PATCH 38/42] docs: scsi: convert sym53c8xx_2.txt "
` [PATCH 39/42] docs: scsi: convert tcm_qla2xxx.txt "
` [PATCH 40/42] docs: scsi: convert ufs.txt "
` [PATCH 41/42] docs: scsi: convert wd719x.txt "
` [PATCH 42/42] docs: scsi: convert arcmsr_spec.txt "

[PATCH 00/12] Convert some DT documentation files to ReST
 2020-03-02  7:49 UTC  (14+ messages)
` [PATCH 01/12] docs: dt: add an index.rst file for devicetree
` [PATCH 02/12] docs: dt: convert usage-model.txt to ReST
` [PATCH 03/12] docs: dt: usage_model.rst: fix link for DT usage
` [PATCH 04/12] docs: dt: convert booting-without-of.txt to ReST format
` [PATCH 05/12] docs: dt: convert changesets to ReST
` [PATCH 06/12] docs: dt: convert dynamic-resolution-notes.txt "
` [PATCH 07/12] docs: dt: convert of_unittest.txt "
` [PATCH 08/12] docs: dt: convert overlay-notes.txt to ReST format
` [PATCH 09/12] docs: dt: minor adjustments at writing-schema.rst
` [PATCH 10/12] docs: dt: convert ABI.txt to ReST format
` [PATCH 11/12] docs: dt: convert submitting-patches.txt "
` [PATCH 12/12] docs: dt: convert writing-bindings.txt to ReST

[PATCH v7 0/4] support reserving crashkernel above 4G on arm64 kdump
 2020-03-02  1:29 UTC  (9+ messages)
` [PATCH v7 1/4] x86: kdump: move reserve_crashkernel_low() into crash_core.c

[PATCH] Documentation: RCU: lockdep.txt: Convert to lockdep.rst
 2020-02-29 21:06 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v3] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-29 16:36 UTC  (3+ messages)

[PATCH 0/2] Documentation: bootconfig: Documentaiton updates
 2020-02-29  9:00 UTC  (12+ messages)
` [PATCH 1/2] Documentation: bootconfig: Update boot configuration documentation
      ` [1/2] "
` [PATCH 2/2] Documentation: bootconfig: Add EBNF syntax file

[PATCH 00/11] fs/dcache: Limit # of negative dentries
 2020-02-28 19:32 UTC  (10+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-28 15:55 UTC  (4+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description

[PATCH v7 0/3] arm64: implement KPROBES_ON_FTRACE
 2020-02-28 15:31 UTC  (3+ messages)
` [PATCH v7 3/3] "

[PATCH 00/28] Manually convert network text files to ReST (part 1)
 2020-02-28 13:53 UTC  (4+ messages)
` [PATCH 02/28] docs: networking: convert 6lowpan.txt to ReST

[PATCH v2 00/24] Manually convert thermal, crypto and misc devices to ReST
 2020-02-28  9:33 UTC  (5+ messages)
` [PATCH v2 14/24] docs: cpu-freq: convert index.txt "

[PATCH v3 2/5] Documentation/locking/atomic: Fix atomic-set litmus test
 2020-02-28  6:30 UTC  (3+ messages)

[PATCH v3 0/5] Documentation/locking/atomic: Add litmus tests for atomic APIs
 2020-02-28  6:12 UTC  (3+ 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).