linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-16 10:55:20 to 2025-05-18 21:17:03 UTC [more...]

[PATCH hyperv-next v2 0/4] Confidential VMBus
 2025-05-18 21:17 UTC  (9+ messages)
` [PATCH hyperv-next v2 1/4] Documentation: hyperv: "
` [PATCH hyperv-next v2 2/4] drivers: hyperv: VMBus protocol version 6.0
` [PATCH hyperv-next v2 3/4] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v2 4/4] arch: x86, drivers: hyperv: Enable confidential VMBus

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

[PATCH] docs: admin-guide: fix typos in reporting-issues.rst
 2025-05-18 18:44 UTC  (3+ messages)

[PATCH net-next v15 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2025-05-18 18:06 UTC  (3+ messages)
` [PATCH net-next v15 1/1] hinic3: module initialization and tx/rx logic

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-18 15:52 UTC  (13+ messages)

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-18 15:19 UTC  (35+ messages)
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-05-18 14:42 UTC  (5+ messages)

[PATCH] Fix spelling error for 'parallel'
 2025-05-18 14:01 UTC 

[PATCH v1 00/12] iio: accel: adxl313: add power-save on activity/inactivity
 2025-05-18 11:13 UTC  (13+ messages)
` [PATCH v1 01/12] iio: accel: adxl313: add debug register
` [PATCH v1 02/12] iio: accel: adxl313: introduce channel scan_index
` [PATCH v1 03/12] iio: accel: adxl313: configure scan type for buffer
` [PATCH v1 04/12] iio: accel: adxl313: make use of regmap cache
` [PATCH v1 05/12] iio: accel: adxl313: add function to enable measurement
` [PATCH v1 06/12] iio: accel: adxl313: prepare interrupt handling
` [PATCH v1 07/12] iio: accel: adxl313: add basic "
` [PATCH v1 08/12] iio: accel: adxl313: add FIFO watermark
` [PATCH v1 09/12] iio: accel: adxl313: add activity sensing
` [PATCH v1 10/12] iio: accel: adxl313: add inactivity sensing
` [PATCH v1 11/12] iio: accel: adxl313: implement power-save on inactivity
` [PATCH v1 12/12] docs: iio: add ADXL313 accelerometer

[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-18  3:21 UTC  (30+ messages)
` [PATCH v5 01/29] iommufd: Apply obvious cosmetic fixes
` [PATCH v5 02/29] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v5 03/29] iommu: Apply the new "
` [PATCH v5 04/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v5 05/29] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v5 06/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v5 07/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v5 08/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v5 09/29] iommufd: Do not unmap an owned iopt_area
` [PATCH v5 10/29] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v5 11/29] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v5 12/29] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v5 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v5 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v5 17/29] iommufd: Add mmap interface
` [PATCH v5 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v5 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v5 20/29] iommu: Allow an input type in hw_info op
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v5 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v5 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v5 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v5 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v5 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v5 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v5 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v5 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-18  3:04 UTC  (13+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "

[PATCH] docs: powerpc: Add htm.rst to table of contents
 2025-05-17 21:07 UTC 

[PATCH 0/6] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-17 20:25 UTC  (20+ messages)
` [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process
                        ` Is number of process_madvise()-able ranges limited to 8? (was Re: [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process)

[PATCH v2 0/6] PCI: Remove hybrid-devres region requests
 2025-05-17 17:13 UTC  (15+ messages)
` [PATCH v2 1/6] PCI: Remove hybrid devres nature from request functions
` [PATCH v2 2/6] Documentation/driver-api: Update pcim_enable_device()
` [PATCH v2 3/6] PCI: Remove pcim_request_region_exclusive()
` [PATCH v2 4/6] PCI: Remove request_flags relict from devres
` [PATCH v2 5/6] PCI: Remove redundant set of request funcs
` [PATCH v2 6/6] PCI: Remove hybrid-devres hazzard warnings from doc

[PATCH 0/7] PCI: Remove hybrid-devres region requests
 2025-05-17 16:32 UTC  (8+ messages)
` [PATCH 2/7] Docu: PCI: Update pcim_enable_device()

[PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
 2025-05-17 16:28 UTC  (3+ messages)

[PATCH v10 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
 2025-05-17 16:16 UTC  (2+ messages)

[PATCHv3 0/4] x86: Make 5-level paging support unconditional for x86-64
 2025-05-17  9:59 UTC  (20+ messages)
` [PATCHv3 1/4] x86/64/mm: Always use dynamic memory layout
` [PATCHv3 2/4] x86/64/mm: Make SPARSEMEM_VMEMMAP the only memory model
` [PATCHv3 3/4] x86/64/mm: Make 5-level paging support unconditional
` [PATCHv3 4/4] x86/paravirt: Restrict PARAVIRT_XXL to 64-bit only

[PATCHv2 0/3] x86: Make 5-level paging support unconditional for x86-64
 2025-05-17  8:44 UTC  (12+ messages)
` [PATCHv2 3/3] x86/64/mm: Make 5-level paging support unconditional

[PATCH] docs: hid: Fix typo in intel-thc-hid.rst
 2025-05-17  8:33 UTC 

[PATCH v1 7/7] HID: Intel-thc-hid: Intel-quicki2c: Add two new features to PTL
 2025-05-17  7:53 UTC  (2+ messages)

[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-16 23:57 UTC  (3+ messages)
` [PATCH v7 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
 2025-05-16 23:17 UTC  (11+ messages)

[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
 2025-05-16 20:39 UTC  (7+ messages)
` [PATCH v2 03/15] iommupt: Add the basic structure of the iommu implementation

[PATCH v6 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-16 19:04 UTC  (4+ messages)
` [PATCH v6 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v6 2/2] ras: mem: Add memory "

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-16 18:09 UTC  (2+ messages)

[net v1] net: wwan: t7xx: Fix napi rx poll issue
 2025-05-16 15:48 UTC  (3+ messages)

[net-next v1] net: wwan: t7xx: Parameterize data plane RX BAT and FAG count
 2025-05-16 15:43 UTC  (3+ messages)

[PATCH v7 0/2] drm/bridge: add docs and kunit test for devm_drm_bridge_alloc()
 2025-05-16 15:38 UTC  (6+ messages)
` [PATCH v7 2/2] drm/tests: bridge: add a KUnit "

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-16 15:34 UTC  (9+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-16 15:33 UTC  (5+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v1 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid

[PATCH iwl-next v4 00/15] Introduce iXD driver
 2025-05-16 14:58 UTC  (16+ messages)
` [PATCH iwl-next v4 01/15] virtchnl: create 'include/linux/intel' and move necessary header files
` [PATCH iwl-next v4 02/15] virtchnl: introduce control plane version fields
` [PATCH iwl-next v4 03/15] libie: add PCI device initialization helpers to libie
` [PATCH iwl-next v4 04/15] libeth: allow to create fill queues without NAPI
` [PATCH iwl-next v4 05/15] libie: add control queue support
` [PATCH iwl-next v4 06/15] libie: add bookkeeping support for control queue messages
` [PATCH iwl-next v4 07/15] idpf: remove 'vport_params_reqd' field
` [PATCH iwl-next v4 08/15] idpf: refactor idpf to use libie_pci APIs
` [PATCH iwl-next v4 09/15] idpf: refactor idpf to use libie control queues
` [PATCH iwl-next v4 10/15] idpf: make mbx_task queueing and cancelling more consistent
` [PATCH iwl-next v4 11/15] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH iwl-next v4 12/15] ixd: add basic driver framework for Intel(R) Control Plane Function
` [PATCH iwl-next v4 13/15] ixd: add reset checks and initialize the mailbox
` [PATCH iwl-next v4 14/15] ixd: add the core initialization
` [PATCH iwl-next v4 15/15] ixd: add devlink support

[PATCH 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-05-16 14:38 UTC  (3+ messages)
` [PATCH 01/10] arm64: sysreg: Add new PMSIDR_EL1 and PMSFCR_EL1 fields

[PATCH v5 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-16 13:36 UTC  (6+ messages)
` [PATCH v5 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v2 04/15] iommupt: Add the AMD IOMMU v1 page table format
 2025-05-16 11:57 UTC  (3+ messages)

[PATCH v6 00/12] khugepaged: mTHP support
 2025-05-16 11:54 UTC  (4+ messages)

[PATCH net-next v4 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-05-16 10:59 UTC  (5+ messages)

[PATCH v2 0/7] New DRM accel driver for Rockchip's RKNN NPU
 2025-05-16 10:56 UTC  (5+ messages)
` [PATCH v2 1/7] dt-bindings: npu: rockchip,rknn: Add bindings

[PATCH RFC 2/2] staging: vc04_services: Document VCHIQ character device
 2025-05-16 10:55 UTC 


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