messages from 2022-01-13 09:11:33 to 2022-01-24 08:49:16 UTC [more...]
[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
2022-01-24 8:47 UTC (5+ messages)
` [PATCH v20 1/5] arm64: Use insert_resource() to simplify code
` [PATCH v20 2/5] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v20 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v20 4/5] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
[PATCH RFC 0/3] Add a module parameter to adjust kfence objects
2022-01-24 8:25 UTC (7+ messages)
` [PATCH RFC 1/3] kfence: "
` [PATCH RFC 2/3] kfence: Optimize branches prediction when sample interval is zero
` [PATCH RFC 3/3] kfence: Make test case compatible with run time set sample interval
[PATCH] docs: fix typo in Documentation/kernel-hacking/locking.rst
2022-01-24 8:14 UTC
[ASUS EC Sensors v8 2/3] hwmon: (asus-ec-sensors) update documentation
2022-01-24 1:56 UTC
[PATCH v6 0/9] Multigenerational LRU Framework
2022-01-23 21:40 UTC (44+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging
` [PATCH v6 8/9] mm: multigenerational lru: user interface
[PATCH V4] notifier/panic: Introduce panic_notifier_filter
2022-01-23 13:07 UTC (9+ messages)
[PATCH 1/2] usb: gadget: f_uac1: allow changing interface name via configfs
2022-01-22 11:24 UTC (2+ messages)
` [PATCH 2/2] usb: gadget: f_uac2: "
[GIT PULL] Documentation fixes
2022-01-22 8:06 UTC (2+ messages)
[RFC v4 00/11] Intro to Hardware timestamping engine
2022-01-22 2:22 UTC (15+ 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 v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
2022-01-21 21:39 UTC (5+ messages)
[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
2022-01-21 12:50 UTC (13+ 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] Documentation: arm: marvell: Extend Avanta list
2022-01-21 11:58 UTC
[PATCH] docs/zh_CN: add PCI acpi-info translation
2022-01-21 2:58 UTC
[PATCH -next v2] Documentation: fix firewire.rst ABI file path error
2022-01-21 0:01 UTC (2+ messages)
[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
2022-01-20 17:13 UTC (13+ messages)
[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
2022-01-20 10:05 UTC (4+ messages)
[PATCH] docs: Update the preferred line size to 100 characters
2022-01-20 9:55 UTC (4+ messages)
Podwyżka rachunku za prąd
2022-01-20 9:15 UTC
[PATCH v2 0/3] Add Chinese translations for KSM documents
2022-01-20 2:25 UTC (9+ 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 v3 00/10] drm: Make drivers to honour the nomodeset parameter
2022-01-19 18:49 UTC (3+ messages)
[RFC 0/6] Proposal for a GPU cgroup controller
2022-01-19 18:24 UTC (14+ 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 RESEND] drm/doc: Fix TTM acronym
2022-01-19 15:11 UTC (2+ messages)
[PATCH v3 00/19] Rust support
2022-01-19 13:58 UTC (19+ 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
[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 -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 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 v2 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled
2022-01-18 6:58 UTC (2+ 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
[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 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 (5+ messages)
` [PATCH v5 05/13] peci: Add peci-aspeed controller driver
[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 (5+ messages)
` [PATCH v4 5/7] thermal: intel: hfi: Enable notification interrupt
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).