linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-26 02:32:37 to 2021-07-04 21:05:40 UTC [more...]

[PATCH 00/17] Rust support
 2021-07-04 21:04 UTC  (17+ messages)
` [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
` [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
` [PATCH 03/17] Makefile: generate `CLANG_FLAGS` even in GCC builds
` [PATCH 04/17] vsprintf: add new `%pA` format specifier
` [PATCH 05/17] rust: add C helpers
` [PATCH 06/17] rust: add `compiler_builtins` crate
` [PATCH 08/17] rust: add `build_error` crate
` [PATCH 09/17] rust: add `macros` crate
` [PATCH 11/17] rust: export generated symbols
` [PATCH 12/17] Kbuild: add Rust support
` [PATCH 13/17] docs: add Rust documentation
` [PATCH 14/17] samples: add Rust examples
` [PATCH 15/17] scripts: add `generate_rust_analyzer.py`
` [PATCH 16/17] MAINTAINERS: Rust

[RFC 00/11] Intro to Hardware timestamping engine
 2021-07-04 20:45 UTC  (30+ messages)
` [RFC 01/11] Documentation: Add HTE subsystem guide
` [RFC 02/11] drivers: Add HTE subsystem
` [RFC 03/11] hte: Add tegra194 HTE kernel provider
` [RFC 04/11] dt-bindings: Add HTE bindings
` [RFC 05/11] hte: Add Tegra194 IRQ HTE test driver
` [RFC 06/11] gpiolib: Add HTE support
` [RFC 08/11] gpiolib: cdev: Add hardware timestamp clock type
` [RFC 09/11] tools: gpio: Add new hardware "
` [RFC 10/11] hte: Add tegra GPIO HTE test driver

drivers/pci/controller/pcie-iproc-msi.c:52: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-07-04 18:40 UTC 

[PATCH] Documentation: arm: marvell: Add link to Orion Functional Errata document
 2021-07-04 18:11 UTC 

[ogabbay:next 11/13] drivers/misc/habanalabs/common/state_dump.c:12: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-07-04 14:30 UTC 

[PATCH v8 3/8] security/brute: Detect a brute force attack
 2021-07-04 14:01 UTC  (5+ messages)

[PATCH 00/12] Fix broken docs references at next-20210602
 2021-07-04 13:52 UTC  (8+ messages)
` [PATCH 07/12] docs: accounting: update delay-accounting.rst reference

[PATCH] docs/zh_CN: Remove the Microsoft rhetoric
 2021-07-04  2:54 UTC  (2+ messages)

[Patch v2 2/3] Drivers: hv: add Azure Blob driver
 2021-07-03 14:37 UTC  (21+ messages)

[PATCH v3 3/4] docs/zh_TW: fix an issue while building
 2021-07-03 14:31 UTC  (2+ messages)
` [PATCH v3 4/4] docs/zh_TW: add SPDX-License-Identifiers for translations in zh_TW/process

[PATCH V4,0/3] mm: compaction: proactive compaction trigger by user
 2021-07-03 10:22 UTC  (2+ messages)

[PATCH v2 1/2] drivers: gpio: put virtual gpio device into their own submenu
 2021-07-03  8:05 UTC  (6+ messages)
` [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver

I would like to contribute to Kernel documents (Korean translation)
 2021-07-02 21:01 UTC 

[linux-audit/audit-kernel] BUG: audit_classify_syscall() fails to properly handle 64-bit syscalls when executing as 32-bit application on ARM (#131)
 2021-07-02 18:19 UTC  (2+ messages)

[PATCH v6 0/2] hwmon: (pmbus) Add support for MPS MP2949A
 2021-07-02 14:59 UTC  (5+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] hwmon: (pmbus) Try use read_status() to read status register

[PATCH v2 6/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-07-02 12:33 UTC  (5+ messages)

[PATCH v2 0/4] make '%pD' print the full path of file
 2021-07-02  6:36 UTC  (5+ messages)
` [PATCH v2 1/4] fs: introduce helper d_path_unsafe()

[PATCH v2] Documentation: PCI: pci-error-recovery: swap sequence between MMIO Enabled and Link Reset
 2021-07-02  3:22 UTC 

[PATCH] Documentation: PCI: pci-error-recovery: rearrange the general sequence
 2021-07-02  2:41 UTC  (5+ messages)

[PATCH 0/3] x86/setup: always resrve the first 1M of RAM
 2021-07-01 19:45 UTC  (4+ messages)
` [PATCH 1/3] x86/setup: always reserve "

[PATCH 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-07-01 15:41 UTC  (3+ messages)
` [PATCH 3/6] x86/kvm: add boot parameter for maximum vcpu-id
` [PATCH 6/6] x86/kvm: add boot parameter for setting max number of vcpus per guest

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-07-01  2:59 UTC  (2+ messages)

[PATCH v32 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-01  0:19 UTC  (16+ messages)
` [PATCH v32 01/13] mm: "
` [PATCH v32 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v32 03/13] mm/damon: Adaptively adjust regions
` [PATCH v32 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v32 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v32 06/13] mm/damon: Add a tracepoint
` [PATCH v32 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v32 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v32 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v32 10/13] Documentation: Add documents for DAMON
` [PATCH v32 11/13] mm/damon: Add kunit tests
` [PATCH v32 12/13] mm/damon: Add user space selftests
` [PATCH v32 13/13] MAINTAINERS: Update for DAMON

[PATCH v31 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-01  0:19 UTC  (4+ messages)
` [PATCH v31 05/13] mm/damon: Implement primitives for the virtual memory address spaces

[PATCH 0/6] docs/zh_CN: add core-api Memory management translation
 2021-06-30 10:23 UTC  (7+ messages)
` [PATCH 1/6] docs/zh_CN: add core-api memory-allocation translation
` [PATCH 2/6] docs/zh_CN: add core-api unaligned-memory-access translation
` [PATCH 3/6] docs/zh_CN: add core-api mm-api translation
` [PATCH 4/6] docs/zh_CN: add core-api genalloc translation
` [PATCH 5/6] docs/zh_CN: add core-api boot-time-mm translation
` [PATCH 6/6] docs/zh_CN: add core-api gfp_mask-from-fs-io translation

[PATCH v2 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-06-30  9:50 UTC  (8+ messages)
` [PATCH v2 12/12] iommu: Do not allow IOMMU passthrough with Secure Launch

[PATCH v4] mm: introduce reference pages
 2021-06-29 18:28 UTC  (11+ messages)

[PATCH] Documentation: sysrq: convert to third person
 2021-06-29 14:15 UTC 

[atishp04:sbi_pmu_v3 13/16] drivers/perf/riscv_pmu_legacy.c:74: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-06-29 13:44 UTC 

[PATCH] kfence: show cpu and timestamp in alloc/free info
 2021-06-29 11:40 UTC  (3+ messages)

[PATCH v7 00/10] CoreSight configuration management; ETM strobing
 2021-06-29  9:37 UTC  (9+ messages)
` [PATCH v7 05/10] coresight: syscfg: Add API to activate and enable configurations

[PATCH 2/2] cpufreq: Remove ->resolve_freq()
 2021-06-29  6:27 UTC 

[PATCH v5] hwmon: (pmbus) Add support for MPS MP2949A
 2021-06-29  2:48 UTC  (7+ messages)

[GIT PULL] Documentation for 5.14
 2021-06-29  0:01 UTC  (2+ messages)

[PATCH] pgo: rectify comment to proper kernel-doc syntax
 2021-06-28 19:29 UTC  (2+ messages)

[PATCHSET] d_path cleanups
 2021-06-28 17:10 UTC  (18+ messages)
` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
  ` [PATCH 07/14] d_path: lift -ENAMETOOLONG handling into callers of prepend_path()
  ` [PATCH 09/14] d_path: introduce struct prepend_buffer
  ` [PATCH 13/14] d_path: prepend_path() is unlikely to return non-zero

[PATCH v2 0/2] hwmon: Add StarFive JH7100 temperature sensor
 2021-06-28 15:13 UTC  (4+ messages)
` [PATCH v2 2/2] hwmon: (sfctemp) "

arch/mips/cavium-octeon/flash_setup.c:66: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-06-28 15:15 UTC 

[PATCH v2 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-06-28 13:06 UTC  (4+ messages)
` [PATCH v2 2/6] cgroup/cpuset: Clarify the use of invalid partition root

Projects
 2021-06-28 10:13 UTC 

[RFC][PATCH 00/12] Huawei Digest Lists
 2021-06-28  9:51 UTC  (14+ messages)
` [RFC][PATCH 03/12] digest_lists: Basic definitions
` [RFC][PATCH 04/12] digest_lists: Objects

[PATCH 0/4] trace: osnoise tracer fixes
 2021-06-28  9:45 UTC  (5+ messages)
` [PATCH 1/4] trace/osnoise: Fix 'no previous prototype' warnings
` [PATCH 2/4] trace/osnoise: Make interval u64 on osnoise_main
` [PATCH 3/4] trace/osnoise: Fix return value on osnoise_init_hotplug_support
` [PATCH 4/4] Documentation: Fix a typo on trace/osnoise-tracer

[PATCH 4/4] drivers: net: mediatek: initial implementation of ccmni
 2021-06-28  9:30 UTC  (3+ messages)

[PATCH v6 0/7] Add SR-IOV support in PCIe Endpoint Core
 2021-06-28  4:09 UTC  (4+ messages)

arch/mips/netlogic/xlr/fmn-config.c:106: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-06-27 11:36 UTC 

[for-next][PATCH 11/24] trace/hwlat: Fix Clarks email
 2021-06-26 13:04 UTC  (13+ messages)
` [for-next][PATCH 12/24] trace/hwlat: Implement the mode config option
` [for-next][PATCH 13/24] trace/hwlat: Switch disable_migrate to mode none
` [for-next][PATCH 14/24] trace/hwlat: Implement the per-cpu mode
` [for-next][PATCH 15/24] trace: Add a generic function to read/write u64 values from tracefs
` [for-next][PATCH 16/24] trace/hwlat: Use trace_min_max_param for width and window params
` [for-next][PATCH 17/24] trace/hwlat: Remove printk from sampling loop
` [for-next][PATCH 18/24] trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpers
` [for-next][PATCH 20/24] trace: Add osnoise tracer
` [for-next][PATCH 21/24] trace: Add timerlat tracer
` [for-next][PATCH 22/24] trace/hwlat: Protect kdata->kthread with get/put_online_cpus
` [for-next][PATCH 23/24] trace/hwlat: Support hotplug operations
` [for-next][PATCH 24/24] trace/osnoise: "

[RFC PATCH 0/3] docs: pdfdocs: Improve alignment of CJK ascii-art
 2021-06-26  2:32 UTC  (7+ 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).