linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-12 17:49:16 to 2022-01-19 13:48:25 UTC [more...]

[PATCH v2 0/3] mm: support huge vmalloc mapping on arm64/x86
 2022-01-19 13:48 UTC  (23+ messages)
` [PATCH v2 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior
` [PATCH v2 2/3] arm64: Support huge vmalloc mappings
` [PATCH v2 3/3] x86: "

[PATCH v3 1/4] hwmon: (max6639) Update Datasheet URL
 2022-01-19  9:53 UTC 

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-19  9:44 UTC  (41+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging
` [PATCH v6 8/9] mm: multigenerational lru: user interface

[PATCH v3 00/10] drm: Make drivers to honour the nomodeset parameter
 2022-01-19  9:09 UTC  (2+ messages)

[PATCH -next] Documentation: fix firewire.rst ABI file path error
 2022-01-19  7:09 UTC  (5+ messages)

[PATCH] docs/zh_CN: Update zh_CN/accounting/delay-accounting.rst
 2022-01-19  3:41 UTC  (6+ messages)

[PATCH -next v2] Documentation: fix firewire.rst ABI file path error
 2022-01-19  3:39 UTC 

[PATCH v3 00/19] Rust support
 2022-01-18 22:33 UTC  (18+ messages)
` [PATCH v3 01/19] kallsyms: support "big" kernel symbols
` [PATCH v3 02/19] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v3 03/19] kallsyms: use the correct buffer size for symbols
` [PATCH v3 04/19] rust: add C helpers
` [PATCH v3 05/19] rust: add `compiler_builtins` crate
` [PATCH v3 07/19] rust: add `build_error` crate
` [PATCH v3 08/19] rust: add `macros` crate
` [PATCH v3 10/19] rust: export generated symbols
` [PATCH v3 11/19] vsprintf: add new `%pA` format specifier
` [PATCH v3 12/19] scripts: add `generate_rust_analyzer.py`
` [PATCH v3 13/19] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v3 14/19] docs: add Rust documentation
` [PATCH v3 15/19] Kbuild: add Rust support
` [PATCH v3 16/19] samples: add Rust examples
` [PATCH v3 17/19] MAINTAINERS: Rust
` [RFC PATCH v3 18/19] drivers: gpio: PrimeCell PL061 in Rust

[RFC 0/6] Proposal for a GPU cgroup controller
 2022-01-18 18:54 UTC  (9+ messages)
` [RFC 1/6] gpu: rfc: "
` [RFC 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
` [RFC 3/6] dmabuf: heaps: Use the GPU cgroup charge/uncharge APIs
` [RFC 4/6] dma-buf: Add DMA-BUF exporter op to charge a DMA-BUF to a cgroup
` [RFC 5/6] dmabuf: system_heap: implement dma-buf op for GPU cgroup charge transfer
` [RFC 6/6] android: binder: Add a buffer flag to relinquish ownership of fds

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-01-18 18:26 UTC 

[ASUS EC Sensors v7 2/3] hwmon: (asus-ec-sensors) update documentation
 2022-01-18 16:53 UTC 

[PATCH V4] notifier/panic: Introduce panic_notifier_filter
 2022-01-18 13:22 UTC  (5+ messages)

[PATCH v2 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled
 2022-01-18  6:58 UTC  (2+ messages)

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-01-18  6:46 UTC  (12+ messages)

[PATCH AUTOSEL 5.10 114/116] scripts: sphinx-pre-install: Fix ctex support on Debian
 2022-01-18  2:40 UTC 

[PATCH AUTOSEL 5.15 183/188] scripts: sphinx-pre-install: Fix ctex support on Debian
 2022-01-18  2:31 UTC 

[PATCH AUTOSEL 5.16 212/217] scripts: sphinx-pre-install: Fix ctex support on Debian
 2022-01-18  2:19 UTC 

[RFC v4 00/11] Intro to Hardware timestamping engine
 2022-01-18  0:22 UTC  (12+ messages)
` [RFC v4 01/11] Documentation: Add HTE subsystem guide
` [RFC v4 02/11] drivers: Add hardware timestamp engine (HTE)
` [RFC v4 03/11] hte: Add tegra194 HTE kernel provider
` [RFC v4 04/11] dt-bindings: Add HTE bindings
` [RFC v4 05/11] hte: Add Tegra194 IRQ HTE test driver
` [RFC v4 06/11] gpiolib: Add HTE support
` [RFC v4 07/11] gpio: tegra186: Add HTE in gpio-tegra186 driver
` [RFC v4 08/11] gpiolib: cdev: Add hardware timestamp clock type
` [RFC v4 09/11] tools: gpio: Add new hardware "
` [RFC v4 10/11] hte: Add tegra GPIO HTE test driver
` [RFC v4 11/11] MAINTAINERS: Added HTE Subsystem

[PATCH] docs: process/2.Process.rst: fixes five general grammatical errors
 2022-01-17 23:15 UTC  (2+ messages)

[PATCH] docs: ftrace: fix ambiguous sentence
 2022-01-17 21:56 UTC  (3+ messages)

[PATCH] docs: staging/tee.rst: fix two typos found while reading
 2022-01-17 21:55 UTC  (4+ messages)

[PATCH] docs/vm: Fix typo in *harden*
 2022-01-17 11:13 UTC 

[PATCH v2 1/4] hwmon: (max6639) Update Datasheet URL
 2022-01-17 10:40 UTC 

[PATCH v2 0/3] Add Chinese translations for KSM documents
 2022-01-17  5:10 UTC  (7+ messages)
` [PATCH v2 1/3] zh_CN: Add Chinese translation for vm/ksm.rst
` [PATCH v2 2/3] zh_CN: Add translations for admin-guide/mm/ksm.rst
` [PATCH v2 3/3] zh_CN: Add translation for admin-guide/mm/index.rst

[PATCH 00/19] Rust support
 2022-01-17  4:45 UTC  (4+ messages)
` [PATCH 15/19] Kbuild: add "

[PATCH v2 1/3] zh_CN: Add Chinese translation for vm/ksm.rst
 2022-01-17  4:35 UTC 

[ASUS EC Sensors V6 v6 2/3] hwmon: (asus-ec-sensors) update documentation
 2022-01-16 20:18 UTC 

[PATCH v2 0/4] docs: sphinx/kfigure.py: Improve conversion to PDF
 2022-01-15 21:17 UTC  (5+ messages)

[PATCH v2 0/4] docs/zh_CN: add vm damon translation
 2022-01-15  7:15 UTC  (5+ messages)
` [PATCH v2 1/4] docs/zh_CN: add damon index tronslation
` [PATCH v2 2/4] docs/zh_CN: add damon faq translation
` [PATCH v2 3/4] docs/zh_CN: add damon design translation
` [PATCH v2 4/4] docs/zh_CN: add damon api translation

[PATCH v3 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2022-01-14 19:35 UTC  (5+ messages)
` [PATCH v3 6/7] thermal: netlink: Add a new event to notify CPU capabilities change

Magics 0x12560953 and 0x96744668 for nbd.h
 2022-01-14 17:05 UTC 

[PATCH v3 0/3] Documenation: Update documentation regarding dell_smm_hwmon
 2022-01-14 16:52 UTC  (3+ messages)
` [PATCH v3 1/3] Documentation: admin-guide: Update i8k driver name

[PATCH v3 0/2] hwmon: Add "label" attribute v3
 2022-01-14 16:41 UTC  (5+ messages)
` [PATCH v3 1/2] ABI: hwmon: Document "label" sysfs attribute
` [PATCH v3 2/2] hwmon: Add "label" attribute

[PATCH 0/4] docs/zh_CN: add vm damon translation
 2022-01-14  2:53 UTC  (9+ messages)
` [PATCH 1/4] docs/zh_CN: add damon index tronslation
` [PATCH 2/4] docs/zh_CN: add damon faq translation
` [PATCH 3/4] docs/zh_CN: add damon design translation
` [PATCH 4/4] docs/zh_CN: add damon api translation

[PATCH v5 00/13] Introduce PECI subsystem
 2022-01-13 21:02 UTC  (22+ messages)
` [PATCH v5 01/13] dt-bindings: Add generic bindings for PECI
` [PATCH v5 02/13] dt-bindings: Add bindings for peci-aspeed
` [PATCH v5 03/13] ARM: dts: aspeed: Add PECI controller nodes
` [PATCH v5 04/13] peci: Add core infrastructure
` [PATCH v5 05/13] peci: Add peci-aspeed controller driver
` [PATCH v5 06/13] peci: Add device detection
` [PATCH v5 07/13] peci: Add sysfs interface for PECI bus
` [PATCH v5 08/13] peci: Add support for PECI device drivers
` [PATCH v5 09/13] peci: Add peci-cpu driver
` [PATCH v5 10/13] hwmon: peci: Add cputemp driver
` [PATCH v5 11/13] hwmon: peci: Add dimmtemp driver
` [PATCH v5 12/13] docs: hwmon: Document PECI drivers
` [PATCH v5 13/13] docs: Add PECI documentation

[PATCH v6 6/9] mm: multigenerational lru: aging
 2022-01-13 17:00 UTC  (2+ messages)

[PATCH v3 00/15] Transform documentation into POD
 2022-01-13 16:19 UTC  (3+ messages)

[PATCH 1/2] ata: Add module parameter `debounce_delay_ms`
 2022-01-13 15:46 UTC 

[PATCH] um: Document dtb command line option
 2022-01-13 15:09 UTC  (2+ messages)

[PATCH v4 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2022-01-13 13:48 UTC  (9+ messages)
` [PATCH v4 5/7] thermal: intel: hfi: Enable notification interrupt
` [PATCH v4 7/7] thermal: intel: hfi: Notify user space for HFI events

[PATCH 0/3] Some improvements on panic_print
 2022-01-13 13:00 UTC  (6+ messages)
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-01-13  9:10 UTC  (7+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] coresight: Fail to open with return stacks if they are unavailable
` [PATCH v2 3/6] perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcast
` [PATCH v2 4/6] Documentation: coresight: Turn numbered subsections into real subsections
` [PATCH v2 5/6] Documentation: coresight: Link config options to existing documentation
` [PATCH v2 6/6] Documentation: coresight: Expand branch broadcast documentation

[PATCH v19 00/13] support reserving crashkernel above 4G on arm64 kdump
 2022-01-13  1:17 UTC  (4+ messages)
` [PATCH v19 11/13] arm64: kdump: reimplement crashkernel=X

[PATCH v9 1/7] cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
 2022-01-12 21:25 UTC  (3+ messages)
` [PATCH] cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchy

[PATCH v9 0/7] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2022-01-12 21:23 UTC  (12+ messages)
` [PATCH v9 4/7] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v9 6/7] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v5 01/12] Documentation/x86: Document Key Locker
 2022-01-12 21:12 UTC  (2+ messages)
` [PATCH v5 09/12] x86/cpu: Add a configuration and command line option for "

[PATCH v3 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled
 2022-01-12 19:49 UTC  (13+ 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).