Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-28 01:40:50 to 2023-06-29 19:24:09 UTC [more...]

[PATCH v25 00/10] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-29 19:21 UTC  (8+ messages)
` [PATCH v25 01/10] drivers/base: refactor cpu.c to use .is_visible()
` [PATCH v25 03/10] crash: move a few code bits to setup support of crash hotplug
` [PATCH v25 04/10] crash: add generic infrastructure for crash hotplug support
` [PATCH v25 05/10] kexec: exclude elfcorehdr from the segment digest
` [PATCH v25 06/10] crash: memory and CPU hotplug sysfs attributes
` [PATCH v25 09/10] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v25 10/10] x86/crash: optimize CPU changes

[PATCH v2 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-29 18:36 UTC  (7+ messages)
` [PATCH v2 1/1] Add a new "

[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-06-29 17:26 UTC  (4+ messages)
` [RESEND PATCH v9 2/2] "

add a new dma_alloc_noncontiguous API v3
 2023-06-29 17:20 UTC  (3+ messages)
` [PATCH 3/6] dma-mapping: add a dma_alloc_noncontiguous API

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-06-29 16:25 UTC  (21+ messages)
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature

[PATCH v2 0/7] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
 2023-06-29 16:05 UTC  (11+ messages)
` [PATCH v2 5/7] x86/resctrl: Add package scoped resource
` [PATCH v2 7/7] x86/resctrl: Determine if Sub-NUMA Cluster is enabled and initialize

[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
 2023-06-29 16:07 UTC  (11+ messages)

[PATCH 0/2] RISC-V: Probe for misaligned access speed
 2023-06-29 14:03 UTC  (8+ messages)
` [PATCH 1/2] RISC-V: Probe for unaligned "

[PATCH v24 00/10] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-29 13:25 UTC  (13+ messages)
` [PATCH v24 01/10] drivers/base: refactor cpu.c to use .is_visible()
` [PATCH v24 02/10] drivers/base: refactor memory.c "
` [PATCH v24 03/10] crash: move a few code bits to setup support of crash hotplug
` [PATCH v24 04/10] crash: add generic infrastructure for crash hotplug support
` [PATCH v24 05/10] kexec: exclude elfcorehdr from the segment digest
` [PATCH v24 06/10] crash: memory and CPU hotplug sysfs attributes
` [PATCH v24 07/10] x86/crash: add x86 crash hotplug support
` [PATCH v24 08/10] crash: hotplug support for kexec_load()
` [PATCH v24 09/10] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v24 10/10] x86/crash: optimize CPU changes

[PATCH v5 RFC 5/6] page_pool: update document about frag API
 2023-06-29 12:02 UTC 

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-29 10:03 UTC  (3+ messages)

[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
 2023-06-29  9:20 UTC  (50+ messages)
` [PATCH v4 01/21] docs: qcom: Add qualcomm minidump guide
` [PATCH v4 02/21] kallsyms: Export kallsyms_lookup_name
` [PATCH v4 03/21] soc: qcom: Add qcom_minidump_smem module
` [PATCH v4 04/21] soc: qcom: Add Qualcomm APSS minidump (frontend) feature support
` [PATCH v4 05/21] soc: qcom: Add linux minidump smem backend driver support
` [PATCH v4 06/21] soc: qcom: minidump: Add pending region registration support
` [PATCH v4 07/21] soc: qcom: minidump: Add update region support
` [PATCH v4 08/21] dt-bindings: reserved-memory: Add qcom,ramoops binding
` [PATCH v4 09/21] pstore/ram : Export ramoops_parse_dt() symbol
` [PATCH v4 10/21] soc: qcom: Add qcom's pstore minidump driver support
` [PATCH v4 11/21] soc: qcom: Register pstore frontend region with minidump
` [PATCH v4 12/21] remoteproc: qcom: Expand MD_* as MINIDUMP_*
` [PATCH v4 13/21] remoterproc: qcom: refactor to leverage exported minidump symbol
` [PATCH v4 14/21] MAINTAINERS: Add entry for minidump driver related support
` [PATCH v4 15/21] arm64: defconfig: Enable Qualcomm Minidump related drivers
` [PATCH v4 16/21] arm64: dts: qcom: sm8450: Add Qualcomm ramoops minidump node
` [PATCH v4 17/21] firmware: qcom_scm: provide a read-modify-write function
` [PATCH v4 18/21] pinctrl: qcom: Use qcom_scm_io_update_field()
` [PATCH v4 19/21] firmware: scm: Modify only the download bits in TCSR register
` [PATCH v4 20/21] firmware: qcom_scm: Refactor code to support multiple download mode
` [PATCH v4 21/21] firmware: qcom_scm: Add multiple download mode support

[PATCH v13 0/9] Implement copy offload support
 2023-06-29  8:33 UTC  (21+ messages)
    ` [PATCH v13 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v13 2/9] block: Add copy offload support infrastructure
    ` [PATCH v13 3/9] block: add emulation for copy
    ` [PATCH v13 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v13 5/9] nvme: add copy offload support
    ` [PATCH v13 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v13 7/9] dm: Add support for copy offload
    ` [PATCH v13 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v13 9/9] null_blk: add support for copy offload

[RFC PATCH v9 00/10] Create common DPLL configuration API
 2023-06-29  8:13 UTC  (13+ messages)
` [RFC PATCH v9 01/10] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v9 03/10] dpll: core: Add DPLL framework base functions

[PATCH] mm/slub: disable slab merging in the default configuration
 2023-06-29  7:21 UTC  (7+ messages)

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-29  6:14 UTC  (6+ messages)
` [RFC PATCH v8 08/10] ice: implement dpll interface to control cgu

[PATCH v4 0/4] x86/speculation: Disable IBRS when idle
 2023-06-29  3:03 UTC  (8+ messages)
` [PATCH v4 1/4] x86/speculation: Add __update_spec_ctrl() helper
` [PATCH v4 2/4] x86/idle: Disable IBRS when cpu is offline
` [PATCH v4 3/4] intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()
` [PATCH v4 4/4] intel_idle: Add ibrs_off module parameter to force disable IBRS

[PATCH v3] docs: target: Remove useless tcm_mod_builder.py
 2023-06-29  2:01 UTC  (2+ messages)

[PATCH] dma-contiguous: support per-numa CMA for all architectures
 2023-06-29  1:41 UTC  (8+ messages)

[PATCH 0/2] Make SV39 the default address space
 2023-06-29  1:38 UTC  (8+ messages)
` [PATCH 1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH 2/2] RISC-V: mm: Update documentation and include test

[PATCH] docs: networking: Update codeaurora references for rmnet
 2023-06-28 21:27 UTC  (2+ messages)

[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-06-28 21:09 UTC  (18+ messages)
` [RFC PATCH v10 01/17] security: add ipe lsm
` [RFC PATCH v10 02/17] ipe: add policy parser
` [RFC PATCH v10 03/17] ipe: add evaluation loop
` [RFC PATCH v10 04/17] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v10 05/17] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v10 06/17] security: add new securityfs delete function
` [RFC PATCH v10 07/17] ipe: add userspace interface
` [RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v10 09/17] ipe: add permissive toggle
` [RFC PATCH v10 10/17] block|security: add LSM blob to block_device
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v10 12/17] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v10 13/17] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v10 14/17] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v10 15/17] scripts: add boot policy generation program
` [RFC PATCH v10 16/17] ipe: kunit test for parser
` [RFC PATCH v10 17/17] documentation: add ipe documentation

[PATCH 0/7] thermal: enhancements on thermal stats
 2023-06-28 20:00 UTC  (6+ messages)
` [PATCH 5/7] thermal: stats: introduce tz time in trip

[PATCH 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-28 15:59 UTC  (10+ messages)
` [PATCH 1/1] Add a new "

[PATCH] Documentation: networking: add UPF (User Plane Function in 5GC) description
 2023-06-28 15:40 UTC  (2+ messages)

[PATCH v2] HID: Add introduction about HID for non-kernel programmers
 2023-06-28 13:37 UTC  (3+ messages)

Hello Dear
 2023-06-28 12:03 UTC 

[PATCH v2 00/27] locking/atomic: restructuring + kerneldoc
 2023-06-28 11:42 UTC  (4+ messages)
` [PATCH v2 04/27] locking/atomic: make atomic*_{cmp,}xchg optional

[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
 2023-06-28 10:29 UTC  (13+ messages)
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test

[PATCH 0/2] update ocfs2-devel mailing list addresses
 2023-06-28  8:48 UTC  (7+ messages)
` [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address
` [PATCH 2/2] docs: update "

[PATCH] Documentation: networking: add UPF (User Plane Function in 5GC) description
 2023-06-28  8:50 UTC 

[PATCH 1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57
 2023-06-28  7:44 UTC  (2+ messages)

[GIT PULL] Move arm64 documentation under Documentation/arch
 2023-06-28  5:40 UTC  (2+ messages)

[PATCH v5 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-06-28  2:13 UTC  (2+ messages)

[PATCH v2 4/6] drm/vkms: Add ConfigFS scaffolding to VKMS
 2023-06-28  2:00 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 read-only IMAP folder(s) and NNTP newsgroup(s).