linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-12 07:56:04 to 2025-07-15 00:39:50 UTC [more...]

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-15  0:39 UTC  (16+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 02/14] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v9 03/14] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v9 04/14] khugepaged: generalize alloc_charge_folio()
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v9 06/14] khugepaged: introduce collapse_scan_bitmap "
` [PATCH v9 07/14] khugepaged: add "
` [PATCH v9 08/14] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v9 09/14] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v9 10/14] khugepaged: allow khugepaged to check all anonymous mTHP orders
` [PATCH v9 11/14] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
` [PATCH v9 12/14] khugepaged: improve tracepoints for mTHP orders
` [PATCH v9 13/14] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v9 14/14] Documentation: mm: update the admin guide for mTHP collapse

[PATCH net-next v09 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-07-15  0:28 UTC  (9+ messages)
` [PATCH net-next v09 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v09 2/8] hinic3: Complete "
` [PATCH net-next v09 3/8] hinic3: Command Queue framework
` [PATCH net-next v09 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v09 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v09 6/8] hinic3: Mailbox framework
` [PATCH net-next v09 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v09 8/8] hinic3: Interrupt request configuration

[PATCH] docs: Fix kernel-doc indentation errors in multiple drivers
 2025-07-15  0:20 UTC  (5+ messages)

[PATCH v4 00/23] ARM64 PMU Partitioning
 2025-07-14 22:59 UTC  (24+ messages)
` [PATCH v4 01/23] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v4 02/23] KVM: arm64: Reorganize PMU includes
` [PATCH v4 03/23] KVM: arm64: Reorganize PMU functions
` [PATCH v4 04/23] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v4 05/23] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v4 06/23] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v4 07/23] KVM: arm64: Account for partitioning in kvm_pmu_get_max_counters()
` [PATCH v4 08/23] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v4 09/23] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v4 10/23] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v4 11/23] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v4 12/23] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v4 13/23] KVM: arm64: Write fast path PMU register handlers
` [PATCH v4 14/23] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v4 15/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v4 16/23] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v4 17/23] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v4 18/23] KVM: arm64: Extract enum debug_owner to enum vcpu_register_owner
` [PATCH v4 19/23] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v4 20/23] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v4 21/23] KVM: arm64: Inject recorded guest interrupts
` [PATCH v4 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v4 23/23] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v6 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-14 22:41 UTC  (8+ messages)
` [PATCH v6 1/7] crypto: ccp - New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v6 2/7] crypto: ccp - Cache SEV platform status and platform state
` [PATCH v6 3/7] crypto: ccp - Add support for SNP_FEATURE_INFO command
` [PATCH v6 4/7] crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature
` [PATCH v6 5/7] crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v6 6/7] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v6 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-07-14 22:15 UTC  (17+ messages)
` [PATCH hyperv-next v4 01/16] Documentation: hyperv: "
` [PATCH hyperv-next v4 02/16] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v4 03/16] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v4 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v4 05/16] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v4 06/16] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v4 07/16] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v4 08/16] Drivers: hv: remove stale comment
` [PATCH hyperv-next v4 09/16] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v4 10/16] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v4 11/16] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v4 12/16] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v4 13/16] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v4 14/16] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection
` [PATCH hyperv-next v4 16/16] Drivers: hv: Set the default VMBus version to 6.0

[PATCH v2 0/3] drm: docs: Remove deprecated MIPI DSI macro
 2025-07-14 21:47 UTC  (7+ messages)
` [PATCH v2 1/3] drm/panel: jdi-lpm102a188a: Update deprecated MIPI function calls
` [PATCH v2 2/3] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v2 3/3] drm: docs: Update task from drm TODO list

[PATCH v2 09/16] perf: stm32: introduce DDRPERFM driver
 2025-07-14 19:39 UTC  (2+ messages)

[PATCH v6 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-07-14 18:49 UTC  (15+ messages)
` [PATCH v6 01/12] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v6 02/12] tee: add close_context to TEE driver operation
` [PATCH v6 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v6 04/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v6 05/12] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v6 06/12] firmware: qcom: scm: add support for object invocation
` [PATCH v6 07/12] firmware: qcom: scm: remove unused arguments to the shm_brige
` [PATCH v6 08/12] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v6 09/12] tee: add Qualcomm TEE driver
` [PATCH v6 10/12] qcomtee: add primordial object
` [PATCH v6 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v6 12/12] Documentation: tee: Add Qualcomm TEE driver

[PATCH v11 0/4] leds: add new LED driver for TI LP5812
 2025-07-14 17:23 UTC  (5+ messages)
` [PATCH v11 1/4] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v11 2/4] leds: add basic support for "
` [PATCH v11 3/4] docs: ABI: Document LP5812 LED sysfs interfaces
` [PATCH v11 4/4] docs: leds: Document TI LP5812 LED driver

[PATCH 0/2] panic: taint flag for recoverable hardware errors
 2025-07-14 17:01 UTC  (5+ messages)

[PATCH net-next V2 0/3] net/mlx5e: Add support for PCIe congestion events
 2025-07-14 15:26 UTC  (5+ messages)
` [PATCH net-next V2 2/3] net/mlx5e: Add device PCIe congestion ethtool stats

[PATCH v2 00/16] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-14 15:24 UTC  (2+ messages)

[PATCH v12 net-next 00/15] AccECN protocol patch series
 2025-07-14 15:12 UTC  (20+ messages)
` [PATCH v12 net-next 04/15] tcp: ecn functions in separated include file
` [PATCH v12 net-next 06/15] tcp: accecn: AccECN negotiation
` [PATCH v12 net-next 07/15] tcp: Add wait_third_ack for ECN negotiation in simultaneous connect
` [PATCH v12 net-next 08/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v12 net-next 09/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v12 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v12 net-next 12/15] tcp: accecn: AccECN option send control
` [PATCH v12 net-next 13/15] tcp: accecn: AccECN option failure handling
` [PATCH v12 net-next 14/15] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics

[PATCH 00/11] HID: Implement haptic forcepad support
 2025-07-14 15:09 UTC  (12+ messages)
` [PATCH 01/11] HID: add haptics page defines
` [PATCH 02/11] Input: add FF_HID effect type
` [PATCH 03/11] Input: add INPUT_PROP_HAPTIC_TOUCHPAD
` [PATCH 04/11] HID: haptic: introduce hid_haptic_device
` [PATCH 05/11] HID: input: allow mapping of haptic output
` [PATCH 06/11] HID: haptic: initialize haptic device
` [PATCH 07/11] HID: input: calculate resolution for pressure
` [PATCH 08/11] HID: haptic: add functions handling events
` [PATCH 09/11] Input: MT - add INPUT_MT_TOTAL_FORCE flags
` [PATCH 10/11] HID: haptic: add hid_haptic_switch_mode
` [PATCH 11/11] HID: multitouch: add haptic multitouch support

[RFC v2 00/16] Live Update Orchestrator
 2025-07-14 14:56 UTC  (13+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
 2025-07-14 14:37 UTC  (3+ messages)

[PATCH v2 net-next 0/2] account for TCP memory pressure signaled by cgroup
 2025-07-14 14:36 UTC 

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-07-14 14:04 UTC  (13+ messages)
` [PATCH v3 01/10] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v3 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v3 03/10] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v3 04/10] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v3 06/10] perf: Add perf_event_attr::config4
` [PATCH v3 07/10] perf: arm_spe: Add support for filtering on data source

[PATCH net-next v2 0/3] Follow-up to RGMII mode clarification: am65-cpsw fix + checkpatch
 2025-07-14 14:02 UTC  (5+ messages)
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay

[PATCH] efi: add API doc entry for ovmf_debug_log
 2025-07-14 13:36 UTC  (2+ messages)

[PATCH v5 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
 2025-07-14 13:32 UTC  (5+ messages)
` [PATCH v5 2/2] perf: Fujitsu: Add the Uncore PCI "

[PATCH] docs: kernel: Clarify printk_ratelimit_burst reset behavior
 2025-07-14 12:06 UTC 

[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-14 12:03 UTC  (4+ messages)
` [PATCH v9 17/29] iommufd: Add mmap interface

[PATCH v1 00/11] Implement support for IBS virtualization
 2025-07-14 11:51 UTC  (2+ messages)

[Performance Regression since v6.15] empty docs build with O= option
 2025-07-14 10:42 UTC 

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-07-14  9:41 UTC  (10+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-14  9:11 UTC  (2+ messages)

refactor the iomap writeback code v5
 2025-07-14  8:52 UTC  (2+ messages)

[PATCH v2] genirq: add support for warning on long-running IRQ handlers
 2025-07-14  8:41 UTC 

[PATCH v3] docs: document linked lists
 2025-07-14  8:14 UTC 

[PATCH v2] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-07-14  8:08 UTC  (5+ messages)

[RFC PATCH v2] cgroup: Track time in cgroup v2 freezer
 2025-07-14  5:00 UTC 

[PATCH v2 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
 2025-07-14  2:45 UTC  (5+ messages)
` [PATCH v2 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
` [PATCH v2 2/3] Documentation: ioctl-number: Extend "Include File" column width
` [PATCH v2 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h

[PATCH RESEND 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
 2025-07-14  1:04 UTC  (4+ messages)
` [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link

[PATCH] scripts: add origin commit identification based on specific patterns
 2025-07-13 16:34 UTC 

[PATCH v2 0/2] Restore kernel-doc support for prehistoric Python
 2025-07-13  9:27 UTC  (7+ messages)
` [PATCH v2 1/2] docs: kernel-doc: emit warnings for ancient versions of Python
` [PATCH v2 2/2] scripts: kdoc: make it backward-compatible with Python 3.7
` [PATCH v2 3/2] docs: changes: better document Python needs

[PATCH v8 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-07-13  8:39 UTC  (11+ messages)
` [PATCH v8 01/10] accel/rocket: Add registers header
` [PATCH v8 02/10] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v8 03/10] accel/rocket: Add IOCTL for BO creation
` [PATCH v8 04/10] accel/rocket: Add job submission IOCTL
` [PATCH v8 05/10] accel/rocket: Add IOCTLs for synchronizing memory accesses
` [PATCH v8 06/10] dt-bindings: npu: rockchip,rknn: Add bindings
` [PATCH v8 07/10] arm64: dts: rockchip: add pd_npu label for RK3588 power domains
` [PATCH v8 08/10] arm64: dts: rockchip: Add nodes for NPU and its MMU to rk3588-base
` [PATCH v8 09/10] arm64: dts: rockchip: Enable the NPU on quartzpro64
` [PATCH v8 10/10] arm64: dts: rockchip: enable NPU on ROCK 5B

[PATCH v2] docs: document linked lists
 2025-07-13  7:08 UTC  (2+ messages)

[PATCH v3 10/14] RDMA/ionic: Register device ops for control path
 2025-07-13  6:27 UTC  (11+ messages)

[PATCH 0/3] platform/x86: Add support for Uniwill laptop features
 2025-07-13  2:56 UTC  (8+ messages)
` [PATCH 1/3] platform/x86: Add Uniwill WMI driver
  ` [External] : "
` [PATCH 2/3] platform/x86: Add Uniwill laptop driver
  ` [External] : "
` [PATCH 3/3] Documentation: laptops: Add documentation for uniwill laptops
  ` [External] : "

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-13  2:42 UTC  (10+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v2 3/6] KVM: arm64: Allow userspace to inject external instruction aborts

[RFC PATCH 0/4] mm/damon/sysfs: support periodic and automated stats update
 2025-07-12 20:46 UTC  (2+ messages)
` [RFC PATCH 3/4] Docs/admin-guide/mm/damon/usage: document refresh_ms file

[PATCH linux next] delaytop: add psi info to show system delay
 2025-07-12 17:33 UTC  (3+ messages)

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-12  9:49 UTC  (3+ messages)
` [PATCH v4 14/15] kunit: uapi: Introduce preinit executable

[PATCH v7 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-07-12  8:10 UTC  (4+ messages)
` [PATCH v7 02/10] accel/rocket: Add a new driver for Rockchip's NPU


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).