linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-26 22:52:13 to 2021-06-01 17:31:40 UTC [more...]

[PATCH] pgo: add clang's Profile Guided Optimization infrastructure
 2021-06-01 17:31 UTC  (5+ messages)
` [PATCH v9] "

[PATCH 0/3] x86/setup: always resrve the first 1M of RAM
 2021-06-01 17:19 UTC  (6+ messages)
` [PATCH 1/3] x86/setup: always reserve "
` [PATCH 2/3] x86/setup: remove CONFIG_X86_RESERVE_LOW and reservelow options
` [PATCH 3/3] x86/crash: remove crash_reserve_low_1M()

[RFC v2 0/7] Improve RISC-V Perf support using SBI PMU extension
 2021-06-01 17:08 UTC  (12+ messages)
` [RFC v2 1/7] RISC-V: Remove the current perf implementation
` [RFC v2 2/7] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [RFC v2 3/7] RISC-V: Add a perf core library for pmu drivers
` [RFC v2 4/7] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [RFC v2 5/7] RISC-V: Add RISC-V SBI PMU extension definitions
` [RFC v2 6/7] RISC-V: Add perf platform driver based on SBI PMU extension
` [RFC v2 7/7] Documentation: riscv: Remove the old documentation

[PATCH RFCv2 0/3] make '%pD' print full path for file
 2021-06-01 17:05 UTC  (23+ messages)
` [PATCH RFCv2 1/3] fs: introduce helper d_path_fast()
` [PATCH RFCv2 2/3] lib/vsprintf.c: make %pD print full path for file
` [PATCH RFCv2 3/3] s390/hmcdrv: remove the redundant directory path in debug message

[PATCH v4 0/6] hwmon: (pmbus/pim4328) Add pim4328 PMBus driver
 2021-06-01 16:43 UTC  (6+ messages)
` [PATCH v4 1/5] hwmon: (pmbus/pim4328) Add new pmbus flag NO_WRITE_PROTECT
` [PATCH v4 2/5] hwmon: (pmbus/pim4328) Add support for reading direct mode coefficients
` [PATCH v4 3/5] hwmon: (pmbus/pim4328) Allow phase function even if it's not on page
` [PATCH v4 4/5] hwmon: (pmbus/pim4328) Add PMBus driver for PIM4006, PIM4328 and PIM4820
` [PATCH v4 5/5] hwmon: (pmbus/pim4328) Add documentation for the pim4328 PMBus driver

[PATCH] Documentation PCI: Fix typo in pci-error-recovery.rst
 2021-06-01 16:04 UTC  (3+ messages)

[PATCH v2] docs: Convert the Speakup guide to rst
 2021-06-01 15:51 UTC  (18+ messages)
`  "

[PATCH] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-01 13:11 UTC  (2+ messages)

[PATCH v2 00/12] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec
 2021-06-01 12:36 UTC  (18+ messages)
` [PATCH v2 05/12] ASoC: hdmi-codec: Add a prepare hook
` [PATCH v2 06/12] drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SET
` [PATCH v2 07/12] drm/vc4: hdmi: Set HDMI_MAI_FMT
` [PATCH v2 08/12] drm/vc4: hdmi: Set VC4_HDMI_MAI_CONFIG_FORMAT_REVERSE
` [PATCH v2 09/12] drm/vc4: hdmi: Remove firmware logic for MAI threshold setting
` [PATCH v2 10/12] drm/vc4: hdmi: Register HDMI codec
` [PATCH v2 11/12] drm/vc4: hdmi: Remove redundant variables

[PATCH] docs/zh_CN: add core api cachetlb translation
 2021-06-01 12:31 UTC  (9+ messages)

[PATCH] docs: block: fix stat.rst document error
 2021-06-01  8:51 UTC 

[PATCH] pgo: rename the raw profile file to vmlinux.profraw
 2021-06-01  8:24 UTC  (3+ messages)

[PATCH v3] docs/zh_CN:add core-api padata translation
 2021-06-01  2:52 UTC  (2+ messages)

[PATCH bpf-next 0/2] Autogenerating libbpf API documentation
 2021-05-31 20:05 UTC  (4+ messages)
` [PATCH bpf-next 1/2] Add documentation for libbpf including API autogen
` [PATCH bpf-next 2/2] Remove duplicate README doc from libbpf

[PATCH v2 1/7] docs: firmware-guide: ACPI: Add a PWM example
 2021-05-31 19:49 UTC  (7+ messages)
` [PATCH v2 2/7] pwm: core: Always require PWM flags to be provided
` [PATCH v2 3/7] pwm: core: Convert to use fwnode for matching
` [PATCH v2 4/7] pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
` [PATCH v2 5/7] pwm: core: Unify fwnode checks in the module
` [PATCH v2 6/7] pwm: core: Remove unused devm_pwm_put()
` [PATCH v2 7/7] pwm: core: Simplify some devm_*pwm*() functions

[PATCH] docs: Fix typo in Documentation/arm/marvell.rst
 2021-05-31 13:42 UTC 

[RFC PATCH 00/13] Introduce DAMON-based Proactive Reclamation
 2021-05-31 13:38 UTC  (14+ messages)
` [RFC PATCH 01/13] mm/damon/paddr: Support the pageout scheme
` [RFC PATCH 02/13] mm/damon/damos: Make schemes aggressiveness controllable
` [RFC PATCH 03/13] damon/core/schemes: Skip already charged targets and regions
` [RFC PATCH 04/13] mm/damon/dbgfs: Support schemes speed limit
` [RFC PATCH 05/13] mm/damon/selftests: "
` [RFC PATCH 06/13] mm/damon/schemes: Prioritize regions within "
` [RFC PATCH 07/13] mm/damon/vaddr,paddr: Support pageout prioritization
` [RFC PATCH 08/13] mm/damon/dbgfs: Support prioritization weights
` [RFC PATCH 09/13] tools/selftests/damon: Update for regions prioritization of schemes
` [RFC PATCH 10/13] mm/damon/schemes: Activate schemes based on a watermarks mechanism
` [RFC PATCH 11/13] mm/damon/dbgfs: Support watermarks
` [RFC PATCH 12/13] selftests/damon: "
` [RFC PATCH 13/13] mm/damon: Introduce DAMON-based reclamation

[PATCH] docs: convert dax.txt to rst
 2021-05-31 13:05 UTC 

[PATCH V3 0/2] mm: compaction: proactive compaction trigger by user
 2021-05-31 10:54 UTC  (3+ messages)
` [PATCH v3 1/2] mm: compaction: support triggering of proactive compaction "
` [PATCH v3 2/2] mm: compaction: fix wakeup logic of proactive compaction

[PATCH] docs: Fix typos in Documentation/trace/ftrace.rst
 2021-05-31  8:39 UTC 

[PATCH v4 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-05-31  4:40 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro drivers

[PATCH] docs: kernel-parameters: mark numa=off is supported by a bundle of architectures
 2021-05-29 22:45 UTC  (3+ messages)

[PATCH v2 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-05-29 17:49 UTC  (3+ messages)

[PATCH] docs: pdfdocs: Prevent column squeezing by tabulary
 2021-05-29 15:19 UTC 

[PATCH V3 0/9] hwlat improvements and osnoise/timerlat tracers
 2021-05-29  2:16 UTC  (6+ messages)
` [PATCH V3 4/9] tracing/hwlat: Implement the per-cpu mode

[PATCH] fpga: fix spelling mistakes
 2021-05-28 22:14 UTC  (3+ messages)

[RFC] trace: Add option for polling ring buffers
 2021-05-28 17:32 UTC  (2+ messages)

[PATCH v2 1/3] hwmon: (pmbus) Add driver for Delta DPS-920AB PSU
 2021-05-28 13:28 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: trivial-devices: Add Delta DPS920AB
` [PATCH v2 3/3] MAINTAINERS: Add Delta DPS920AB PSU driver

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-28 13:11 UTC  (11+ messages)
` [PATCH v9 06/10] mm/memory.c: Allow different return codes for copy_nonpresent_pte()
` [PATCH v9 07/10] mm: Device exclusive memory access

[PATCH v2] docs: core-api: Documentation build warning fix
 2021-05-28 10:41 UTC  (2+ messages)

[PATCH v2] docs/zh_CN:add core-api padata translation
 2021-05-28 10:04 UTC  (2+ messages)

[PATCH v2 0/4] kunit: tool: add support for QEMU
 2021-05-28  6:17 UTC  (5+ messages)
` [PATCH v2 1/4] kunit: Add 'kunit_shutdown' option
` [PATCH v2 4/4] Documentation: kunit: document support for QEMU in kunit_tool

[PATCH] docs: zh_CN: update Chinese translations
 2021-05-28  2:42 UTC  (3+ messages)

[PATCH] docs/pinctrl: fix the reference to the u300 platform
 2021-05-28  1:00 UTC  (2+ messages)

[PATCH v5 0/3] Rework CPU capacity asymmetry detection
 2021-05-27 17:07 UTC  (16+ messages)
` [PATCH v5 2/3] sched/topology: "

[PATCH v3 0/2] docs/zh_CN:add core-api refcount-vs-atomic.rst and local_ops.rst translation
 2021-05-27 16:13 UTC  (2+ messages)

[PATCH 0/2] doc: add a couple fixups for IIO ABI files
 2021-05-27 16:09 UTC  (3+ messages)

[PATCH] docs: Activate xeCJK only in CJK chapters
 2021-05-27 16:00 UTC  (3+ messages)
` [PATCH v4] docs: Activate exCJK "

[PATCH v2] Documentation: gpu: Mention the requirements for new properties
 2021-05-27 15:53 UTC  (5+ messages)

[PATCH v6 0/3] Rework CPU capacity asymmetry detection
 2021-05-27 15:38 UTC  (4+ messages)
` [PATCH v6 1/3] sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flag
` [PATCH v6 2/3] sched/topology: Rework CPU capacity asymmetry detection
` [PATCH v6 3/3] sched/doc: Update the CPU capacity asymmetry bits

[PATCH] docs/zh_CN:add core-api padata translation
 2021-05-27 14:55 UTC  (4+ messages)

[PATCH v3 0/6] hwmon: (pmbus/pim4328) Add pim4328 PMBus driver
 2021-05-27 13:58 UTC  (4+ messages)
` [PATCH v3 6/6] hwmon: (pmbus/pim4328) Add documentation for the "

[PATCH] docs: lockdep-design: improve readability of the block matrix
 2021-05-27 13:37 UTC  (4+ messages)

[PATCH v3 00/13] docs: path-lookup: Update pathlookup docs
 2021-05-27  9:16 UTC  (14+ messages)
` [PATCH v3 01/13] docs: path-lookup: update follow_managed() part
` [PATCH v3 02/13] docs: path-lookup: update path_to_nameidata() part
` [PATCH v3 03/13] docs: path-lookup: update path_mountpoint() part
` [PATCH v3 04/13] docs: path-lookup: update do_last() part
` [PATCH v3 05/13] docs: path-lookup: remove filename_mountpoint
` [PATCH v3 06/13] docs: path-lookup: Add macro name to symlink limit description
` [PATCH v3 07/13] docs: path-lookup: i_op->follow_link replaced with i_op->get_link
` [PATCH v3 08/13] docs: path-lookup: update i_op->put_link and cookie description
` [PATCH v3 09/13] docs: path-lookup: no get_link()
` [PATCH v3 10/13] docs: path-lookup: update WALK_GET, WALK_PUT desc
` [PATCH v3 11/13] docs: path-lookup: update get_link() ->follow_link description
` [PATCH v3 12/13] docs: path-lookup: update symlink description
` [PATCH v3 13/13] docs: path-lookup: use bare function() rather than literals

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-27  9:14 UTC  (5+ messages)
` [PATCH RFC 2/3] lib/vsprintf.c: make %pD "

[PATCH v3] docs/zh_CN: add core-api symbol-namespaces.rst translation
 2021-05-27  6:43 UTC 

[PATCH] docs/core-api: Fix a typo in cachetlb
 2021-05-27  4:29 UTC 

[PATCH 1/2] docs/core-api: Fix a typo in cachetlb
 2021-05-27  4:26 UTC  (2+ messages)

[PATCH] Documentation: Add usecases, design and interface for core scheduling
 2021-05-26 22:52 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).