messages from 2022-01-07 12:09:43 to 2022-01-12 01:46:35 UTC [more...]
[PATCH v6 0/9] Multigenerational LRU Framework
2022-01-12 1:46 UTC (59+ messages)
` [PATCH v6 1/9] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v6 4/9] mm: multigenerational lru: groundwork
` [PATCH v6 5/9] mm: multigenerational lru: mm_struct list
` [PATCH v6 6/9] mm: multigenerational lru: aging
` [PATCH v6 7/9] mm: multigenerational lru: eviction
` [PATCH v6 8/9] mm: multigenerational lru: user interface
[PATCH v2 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled
2022-01-11 23:37 UTC (9+ messages)
[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
2022-01-11 23:35 UTC (5+ messages)
[PATCH v3 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled
2022-01-11 23:23 UTC
[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
2022-01-11 18:19 UTC (30+ messages)
[PATCH v5 2/3] hwmon: (asus-ec-sensors) update documentation
2022-01-11 18:03 UTC
[GIT PULL] Documentation for 5.17
2022-01-11 18:03 UTC (3+ messages)
[PATCH v4 2/3] hwmon: (asus-ec-sensors) update documentation
2022-01-11 16:56 UTC
[PATCH 2/3] hwmon: (asus-ec-sensors) update documentation
2022-01-11 16:08 UTC
[PATCH v19 00/13] support reserving crashkernel above 4G on arm64 kdump
2022-01-11 15:06 UTC (13+ messages)
` [PATCH v19 01/13] kdump: add helper parse_crashkernel_high_low()
` [PATCH v19 02/13] x86/setup: Use parse_crashkernel_high_low() to simplify code
` [PATCH v19 03/13] kdump: make parse_crashkernel_{high|low}() static
` [PATCH v19 04/13] kdump: reduce unnecessary parameters of parse_crashkernel_{high|low}()
` [PATCH v19 05/13] x86/setup: Add and use CRASH_BASE_ALIGN
` [PATCH v19 06/13] kexec: move crashk[_low]_res to crash_core module
Add a few more FAQs to the [kernel.org] releases page
2022-01-11 14:50 UTC (2+ messages)
[PATCH 0/4] Add four translated documents for KSM
2022-01-11 13:00 UTC (9+ messages)
` [PATCH 1/4] Add zh_CN/admin-guide/mm/ksm.rst
` [PATCH 2/4] docs/zh_CN: Add zh_CN/admin-guide/mm/index.rst
` [PATCH 3/4] docs/zh_CN: Add zh_CN/vm/index.rst
` [PATCH 4/4] docs/zh_CN: Add zh_CN/vm/ksm.rst
[PATCH v3 00/10] drm: Make drivers to honour the nomodeset parameter
2022-01-11 8:52 UTC (2+ messages)
[PATCH] docs/virt: add a blank line and some - to kvm api
2022-01-11 7:37 UTC (2+ messages)
[PATCH 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled
2022-01-11 7:16 UTC (5+ messages)
[PATCH] mm/debug_vm_pgtable: Update comments regarding migration swap entries
2022-01-11 5:53 UTC
[PATCH] docs: ftrace: fix ambiguous sentence
2022-01-11 5:20 UTC
[ammarfaizi2-block:google/android/kernel/common/android13-5.15 2564/2575] arch/arm64/kvm/hyp/nvhe/iommu/s2mpu.c:104: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-01-11 4:10 UTC
[PATCH V3 0/7] coresight: trbe: Workaround Cortex-A510 erratas
2022-01-11 3:39 UTC (8+ messages)
` [PATCH V3 1/7] arm64: Add Cortex-A510 CPU part definition
` [PATCH V3 2/7] arm64: errata: Add detection for TRBE ignored system register writes
` [PATCH V3 3/7] arm64: errata: Add detection for TRBE invalid prohibited states
` [PATCH V3 4/7] arm64: errata: Add detection for TRBE trace data corruption
` [PATCH V3 5/7] coresight: trbe: Work around the ignored system register writes
` [PATCH V3 6/7] coresight: trbe: Work around the invalid prohibited states
` [PATCH V3 7/7] coresight: trbe: Work around the trace data corruption
[PATCH] bcache: make stripe_size configurable and persistent for hardware raid5/6
2022-01-11 2:55 UTC (11+ messages)
[PATCH v3 0/3] docs/zh_CN: add active_mm and balance translation
2022-01-11 2:13 UTC (4+ messages)
` [PATCH v3 1/3] docs/zh_CN: add vm/index translation
` [PATCH v3 2/3] docs_zh_CN: add active_mm translation
` [PATCH v3 3/3] docs/zh_CN: add balance translation
[ammarfaizi2-block:google/android/kernel/common/android13-5.15 2562/2575] arch/arm64/kvm/iommu/s2mpu.c:129: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-01-11 1:17 UTC
[PATCH v3 0/8] docs: consolidate sysfs-block into Documentation/ABI/
2022-01-11 0:37 UTC (10+ messages)
[PATCH v3 0/2] hwmon: Add "label" attribute v3
2022-01-10 18:22 UTC (3+ messages)
` [PATCH v3 1/2] ABI: hwmon: Document "label" sysfs attribute
` [PATCH v3 2/2] hwmon: Add "label" attribute
[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
2022-01-10 16:04 UTC (10+ messages)
[PATCH] docs: scheduler: Fix outdated parameter of rebalance_domains
2022-01-10 12:38 UTC (2+ messages)
[RFC PATCH v2 0/2] docs: add a text about regressions to the Linux kernel's documentation
2022-01-10 12:13 UTC (11+ messages)
` [RFC PATCH v2 1/2] docs: add a document about regression handling
` [RFC PATCH v2 2/2] docs: regressions.rst: rules of thumb for handling regressions
[PATCH V2 0/7] coresight: trbe: Workaround Cortex-A510 erratas
2022-01-10 12:04 UTC (8+ messages)
` [PATCH V2 5/7] coresight: trbe: Work around the ignored system register writes
` [PATCH V2 6/7] coresight: trbe: Work around the invalid prohibited states
` [PATCH V2 7/7] coresight: trbe: Work around the trace data corruption
[PATCH v2 0/2] hwmon: Add "label" attribute v2
2022-01-10 10:48 UTC (5+ messages)
` [PATCH v2 2/2] hwmon: Add "label" attribute
[PATCH] Documentation: kgdb: Replace deprecated remotebaud
2022-01-10 8:26 UTC (4+ messages)
` [PATCHv2] "
` [PATCHv3] "
[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
2022-01-10 8:03 UTC (3+ messages)
` [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions
[PATCH v2 0/3] docs/zh_CN: add active_mm and balance translation
2022-01-10 3:53 UTC (9+ messages)
` [PATCH v2 1/3] docs/zh_CN: add vm/index translation
` [PATCH v2 2/3] docs_zh_CN: add active_mm translation
` [PATCH v2 3/3] docs/zh_CN: add balance translation
[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
2022-01-09 22:59 UTC (7+ messages)
[PATCH v3 0/3] Documenation: Update documentation regarding dell_smm_hwmon
2022-01-09 21:50 UTC (5+ messages)
` [PATCH v3 1/3] Documentation: admin-guide: Update i8k driver name
` [PATCH v3 2/3] Documentation: admin-guide: Add Documentation for undocumented dell_smm_hwmon parameters
` [PATCH v3 3/3] Documentation: ABI: Add ABI file for legacy /proc/i8k interface
[PATCH RESEND v2 0/3] Documenation: Update documentation regarding dell_smm_hwmon
2022-01-09 20:12 UTC (5+ messages)
` [PATCH RESEND v2 1/3] Documentation: admin-guide: Update i8k driver name
` [PATCH RESEND v2 2/3] Documentation: admin-guide: Add Documentation for undocumented dell_smm_hwmon parameters
` [PATCH RESEND v2 3/3] Documentation: ABI: Add ABI file for legacy /proc/i8k interface
[PATCH 1/1] scripts: sphinx-pre-install: add required ctex dependency
2022-01-09 7:48 UTC (6+ messages)
` [PATCH v2] scripts: sphinx-pre-install: Fix ctex support on Debian
[PATCH V3] notifier/panic: Introduce panic_notifier_filter
2022-01-08 15:36 UTC (2+ messages)
` [PATCH] "
[PATCH V4] notifier/panic: Introduce panic_notifier_filter
2022-01-08 15:34 UTC
[PATCH 0/3] docs/zh_CN: add active_mm and balance translation
2022-01-08 11:15 UTC (9+ messages)
` [PATCH 2/3] docs_zh_CN: add active_mm translation
` [PATCH 3/3] docs/zh_CN: add balance translation
[PATCH v4 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
2022-01-08 3:47 UTC (8+ messages)
` [PATCH v4 1/7] x86/Documentation: Describe the Intel Hardware Feedback Interface
` [PATCH v4 2/7] x86/cpu: Add definitions for "
` [PATCH v4 3/7] thermal: intel: hfi: Minimally initialize the "
` [PATCH v4 4/7] thermal: intel: hfi: Handle CPU hotplug events
` [PATCH v4 5/7] thermal: intel: hfi: Enable notification interrupt
` [PATCH v4 6/7] thermal: netlink: Add a new event to notify CPU capabilities change
` [PATCH v4 7/7] thermal: intel: hfi: Notify user space for HFI events
[PATCH v3 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
2022-01-08 1:30 UTC (4+ messages)
` [PATCH v3 4/7] thermal: intel: hfi: Handle CPU hotplug events
[RFC PATCH 0/2] Add the first documentation for a CAN driver
2022-01-07 19:20 UTC (2+ messages)
[PATCH RESEND] drm/doc: Fix TTM acronym
2022-01-07 18:02 UTC
[PATCH v2 0/1] docs: automarkup.py: Fix invalid HTML link output and broken URI fragments
2022-01-07 16:33 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH 0/2] arm64: booting.rst: Clarify EL2 and cover v8-R64
2022-01-07 16:27 UTC (5+ messages)
` [PATCH 1/2] arm64: booting.rst: Clarify on requiring non-secure EL2
` [PATCH 2/2] arm64: booting.rst: Cover Armv8-R64
[PATCH V2] notifier/panic: Introduce panic_notifier_filter
2022-01-07 14:39 UTC (3+ messages)
[PATCH v2 0/4] docs: sphinx/kfigure.py: Improve conversion to PDF
2022-01-07 13:45 UTC (2+ messages)
[PATCH v18 00/17] support reserving crashkernel above 4G on arm64 kdump
2022-01-07 13:09 UTC (7+ messages)
` [PATCH v18 02/17] x86/setup: Move xen_pv_domain() check and insert_resource() to setup_arch()
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).