linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-20 03:23:23 to 2020-01-23 21:13:09 UTC [more...]

[RFC PATCH 0/5] Introduce Data Access MONitor (DAMON)
 2020-01-23 21:12 UTC  (3+ messages)
` [RFC PATCH 5/5] mm/damon: Add kunit tests

[PATCH] Documentation: changes.rst: update several outdated project URLs
 2020-01-23 19:55 UTC  (2+ messages)

[PATCH v2 kunit-next 0/3] kunit: add debugfs representation to show results/run tests
 2020-01-23 18:47 UTC  (4+ messages)
` [PATCH v2 kunit-next 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v2 kunit-next 2/3] kunit: add "run" debugfs file to run suites, display results
` [PATCH v2 kunit-next 3/3] kunit: update documentation to describe debugfs representation

[PATCH v2 0/6] arm64: ARMv8.4 Activity Monitors support
 2020-01-23 18:32 UTC  (10+ messages)
` [PATCH v2 1/6] arm64: add support for the AMU extension v1
` [PATCH v2 2/6] arm64: trap to EL1 accesses to AMU counters from EL0
` [PATCH v2 6/6] arm64: use activity monitors for frequency invariance

[PATCH 01/16] docs: Add documentation for MHI bus
 2020-01-23 16:41 UTC  (7+ messages)

[PATCH v2 00/28] docs: i2c: rework I2C documentation, part I
 2020-01-23 14:56 UTC  (29+ messages)
` [PATCH v2 01/28] docs: i2c: sort index logically
` [PATCH v2 02/28] docs: i2c: summary: extend introduction
` [PATCH v2 03/28] docs: i2c: summary: rewrite the "terminology" section
` [PATCH v2 04/28] docs: i2c: call it "I2C" consistently
` [PATCH v2 05/28] docs: i2c: fix typo
` [PATCH v2 06/28] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
` [PATCH v2 07/28] docs: i2c: i2c-protocol: fix kernel-doc function syntax
` [PATCH v2 08/28] docs: i2c: i2c-protocol: properly name start and stop conditions
` [PATCH v2 09/28] docs: i2c: i2c-protocol: remove unneeded colons from table
` [PATCH v2 10/28] docs: i2c: i2c-protocol: use proper names for ACK and NACK
` [PATCH v2 11/28] docs: i2c: smbus: fix link syntax
` [PATCH v2 12/28] docs: i2c: smbus-protocol: properly name start and stop conditions
` [PATCH v2 13/28] docs: i2c: smbus-protocol: remove unneeded colons from table
` [PATCH v2 14/28] docs: i2c: smbus-protocol: use proper names for ACK and NACK
  ` [PATCH v2 15/28] docs: i2c: smbus-protocol: enable kernel-doc function syntax
  ` [PATCH v2 16/28] docs: i2c: smbus-protocol: fix "
  ` [PATCH v2 17/28] docs: i2c: smbus-protocol: fix typo
  ` [PATCH v2 18/28] docs: i2c: smbus-protocol: fix punctuation
  ` [PATCH v2 19/28] docs: i2c: smbus-protocol: improve I2C Block transactions description
  ` [PATCH v2 20/28] docs: i2c: instantiating-devices: fix internal hyperlink
  ` [PATCH v2 21/28] docs: i2c: instantiating-devices: rearrange static instatiation
  ` [PATCH v2 22/28] docs: i2c: instantiating-devices: use monospace for sysfs attributes
  ` [PATCH v2 23/28] docs: i2c: old-module-parameters: fix internal hyperlink
  ` [PATCH v2 24/28] docs: i2c: old-module-parameters: clarify this is for obsolete kernels
  ` [PATCH v2 25/28] docs: i2c: old-module-parameters: use monospace instead of ""
  ` [PATCH v2 26/28] docs: i2c: rename sections so the overall picture is clearer
  ` [PATCH v2 27/28] docs: i2c: i2c-protocol: use same wording as smbus-protocol
  ` [PATCH v2 28/28] docs: i2c: writing-clients: properly name the stop condition

[PATCH kunit 0/3] kunit: add debugfs representation to show results/run tests
 2020-01-23 14:55 UTC  (6+ messages)
` [PATCH kunit 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH kunit 2/3] kunit: add "run" debugfs file to run suites, display results
` [PATCH kunit 3/3] kunit: update documentation to describe debugfs representation

[PATCH] Add a document on how to contribute to the documentation
 2020-01-23 10:03 UTC  (8+ messages)

[PATCH 00/26] docs: i2c: rework I2C documentation, part I
 2020-01-23  9:51 UTC  (59+ messages)
` [PATCH 01/26] docs: i2c: sort index logically
  ` [PATCH 02/26] docs: i2c: summary: extend introduction
  ` [PATCH 03/26] docs: i2c: summary: rewrite the "terminology" section
  ` [PATCH 06/26] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
  ` [PATCH 07/26] docs: i2c: i2c-protocol: fix kernel-doc function syntax
  ` [PATCH 08/26] docs: i2c: i2c-protocol: properly name start and stop conditions
  ` [PATCH 09/26] docs: i2c: i2c-protocol: remove unneeded colons from table
  ` [PATCH 10/26] docs: i2c: i2c-protocol: use proper names for ACK and NACK
  ` [PATCH 11/26] docs: i2c: smbus: fix link syntax
  ` [PATCH 12/26] docs: i2c: smbus-protocol: properly name start and stop conditions
  ` [PATCH 13/26] docs: i2c: smbus-protocol: remove unneeded colons from table
  ` [PATCH 14/26] docs: i2c: smbus-protocol: use proper names for ACK and NACK
  ` [PATCH 15/26] docs: i2c: smbus-protocol: enable kernel-doc function syntax
  ` [PATCH 16/26] docs: i2c: smbus-protocol: fix "
  ` [PATCH 17/26] docs: i2c: i2c-protocol: fix typo
  ` [PATCH 18/26] docs: i2c: i2c-protocol: fix punctuation
  ` [PATCH 19/26] docs: i2c: smbus-protocol: improve I2C Block transactions description
  ` [PATCH 20/26] docs: i2c: instantiating-devices: fix internal hyperlink
  ` [PATCH 21/26] docs: i2c: instantiating-devices: rearrange static instatiation
  ` [PATCH 22/26] docs: i2c: instantiating-devices: use monospace for filenames
  ` [PATCH 23/26] docs: i2c: old-module-parameters: fix internal hyperlink
` [PATCH 24/26] docs: i2c: old-module-parameters: clarify this is for obsolete kernels
` [PATCH 25/26] docs: i2c: old-module-parameters: use monospace for filenames

[PATCH v1 00/11] pstore: support crash log to block and mtd device
 2020-01-23  7:03 UTC  (17+ messages)
` [PATCH v1 06/11] Documentation: pstore/blk: blkoops: create document for pstore_blk
` [PATCH v1 11/11] mtd: new support oops logger based on pstore/blk

WARNING in bpf_warn_invalid_xdp_action
 2020-01-23  6:19 UTC  (3+ messages)

[PATCH] Add a maintainer entry profile for Documentation/
 2020-01-23  5:55 UTC  (4+ messages)

[PATCH] zram: correct documentation about sysfs node of huge page writeback
 2020-01-23  1:55 UTC  (2+ messages)

[PATCH] Documentation: zram: various fixes in zram.rst
 2020-01-23  1:48 UTC  (2+ messages)

[PATCH] docs: Keep up with the location of NoUri
 2020-01-22 23:22 UTC 

[PATCH v4] drm/trace: Buffer DRM logs in a ringbuffer accessible via debugfs
 2020-01-22 15:39 UTC  (5+ messages)

[PATCH 0/8] Introduce Data Access MONitor (DAMON)
 2020-01-22  8:15 UTC  (12+ messages)
` [PATCH 1/8] mm: "
` [PATCH 2/8] mm/damon: Implement region based sampling
` [PATCH 3/8] mm/damon: Adaptively adjust regions
` [PATCH 4/8] mm/damon: Apply dynamic memory mapping changes
` [PATCH 5/8] mm/damon: Add debugfs interface
  ` [PATCH 6/8] mm/damon: Add minimal user-space tools
  ` [PATCH 7/8] Documentation/admin-guide/mm: Add a document for DAMON
  ` [PATCH 8/8] mm/damon: Add kunit tests
  ` Re: [PATCH 0/8] Introduce Data Access MONitor (DAMON)

[PATCH v2] kconfig: fix documentation typos
 2020-01-21 15:54 UTC  (2+ messages)

[PATCH v11 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-01-21 11:10 UTC  (6+ messages)
` [PATCH v11 02/10] efi: Add embedded peripheral firmware support

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2020-01-21  2:08 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v7 2/2] sched/numa: documentation for per-cgroup numa, statistics
            ` [PATCH v8 0/2] sched/numa: introduce numa locality
              ` [PATCH v8 1/2] sched/numa: introduce per-cgroup NUMA locality info
              ` [PATCH v8 2/2] sched/numa: documentation for per-cgroup numa, statistics

[PATCH 0/3] bootconfig: tracing: Fix documentations of bootconfig and boot-time tracing
 2020-01-20 23:54 UTC  (4+ messages)
` [PATCH 2/3] Documentation: bootconfig: Fix typos in bootconfig documentation
` [PATCH 3/3] Documentation: tracing: Fix typos in boot-time tracing documentation

[PATCH -next] Documentation: cpu-idle-cooling: fix a SEVERE docs build failure
 2020-01-20 22:33 UTC 

[PATCH v3 0/9] Support for Casefolding and Encryption
 2020-01-20 22:10 UTC  (3+ messages)

[PATCH v3 0/8] KVM: arm64: vCPU preempted check support
 2020-01-20 16:20 UTC  (3+ messages)
` [PATCH v3 1/8] KVM: arm64: Document PV-lock interface

[PATCH v3 1/3] lib/vsprintf: add two device node flags for %pOF
 2020-01-20 14:47 UTC  (10+ messages)
` [PATCH v3 2/3] lib/vsprintf: introduce OF_DEVICE_NODE_FLAG_MAX
  ` [PATCH v3 3/3] lib/vsprintf: add two device node flags

[PATCH] x86/tsc: Add tsc_tuned_baseclk flag disabling CPUID.16h use for tsc calibration
 2020-01-20 14:20 UTC  (5+ messages)

[PATCH v12 00/10] Support ROHM BD71828 PMIC
 2020-01-20 13:41 UTC  (13+ messages)
` [PATCH v12 01/10] dt-bindings: leds: ROHM BD71282 PMIC LED driver
` [PATCH v12 02/10] dt-bindings: mfd: Document ROHM BD71828 bindings
` [PATCH v12 03/10] mfd: rohm PMICs - use platform_device_id to match MFD sub-devices
` [PATCH v12 04/10] mfd: bd718x7: Add compatible for BD71850
` [PATCH v12 05/10] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [PATCH v12 06/10] mfd: bd71828: Add power-key support
` [PATCH v12 07/10] clk: bd718x7: Support ROHM BD71828 clk block
` [PATCH v12 08/10] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [PATCH v12 09/10] mfd: bd70528: Fix hour register mask
` [PATCH v12 10/10] rtc: bd70528: add BD71828 support

[PATCH v4 0/5] gpio: Add GPIO Aggregator
 2020-01-20 13:26 UTC  (2+ messages)

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2020-01-20 12:14 UTC  (4+ messages)

[PATCH v11 00/13] Support ROHM BD71828 PMIC
 2020-01-20  8:59 UTC  (17+ messages)
` [PATCH v11 01/13] dt-bindings: leds: ROHM BD71282 PMIC LED driver
` [PATCH v11 02/13] dt-bindings: mfd: Document ROHM BD71828 bindings
` [PATCH v11 03/13] mfd: rohm PMICs - use platform_device_id to match MFD sub-devices
` [PATCH v11 04/13] mfd: bd718x7: Add compatible for BD71850
` [PATCH v11 05/13] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [PATCH v11 06/13] mfd: input: bd71828: Add power-key support
` [PATCH v11 07/13] clk: bd718x7: Support ROHM BD71828 clk block
` [PATCH v11 08/13] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [PATCH v11 09/13] mfd: bd70528: Fix hour register mask
` [PATCH v11 10/13] rtc: bd70528: add BD71828 support
` [PATCH v11 11/13] gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs
` [PATCH v11 12/13] leds: Add common LED binding parsing support to LED class/core
` [PATCH v11 13/13] led: bd71828: Support LED outputs on ROHM BD71828 PMIC


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