linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-04 10:38:11 to 2025-07-07 12:56:26 UTC [more...]

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

[PATCH net-next] tcp: account for memory pressure signaled by cgroup
 2025-07-07 12:48 UTC  (2+ messages)

[PATCH v2] docs: document linked lists
 2025-07-07 12:30 UTC  (5+ messages)

[PATCH v4 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-07 12:26 UTC  (8+ messages)
` [PATCH v4 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v4 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v4 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v4 4/5] mm/filemap: add write_begin_get_folio() helper function
` [PATCH v4 5/5] ext4: support uncached buffered I/O

[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-07-07 12:19 UTC  (7+ messages)
` [PATCH v5 09/12] tee: add Qualcomm TEE driver
` [PATCH v5 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v5 12/12] Documentation: tee: Add Qualcomm TEE driver

[PATCH 00/15] Add driver for 1Gbe network chips from MUCSE
 2025-07-07 12:09 UTC  (15+ messages)
` [PATCH 02/15] net: rnpgbe: Add n500/n210 chip support
` [PATCH 03/15] net: rnpgbe: Add basic mbx ops support
` [PATCH 04/15] net: rnpgbe: Add get_capability mbx_fw "
` [PATCH 05/15] net: rnpgbe: Add download firmware for n210 chip

[PATCH v3 0/7] Documentation for nova-core
 2025-07-07 12:09 UTC  (8+ messages)
` [PATCH v3 1/7] gpu: nova-core: Add code comments related to devinit
` [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations
` [PATCH v3 3/7] gpu: nova-core: Clarify falcon code

[PATCH net-next v13 00/12] Add Microchip ZL3073x support (part 1)
 2025-07-07 10:45 UTC  (19+ messages)
` [PATCH net-next v13 01/12] dt-bindings: dpll: Add DPLL device and pin
` [PATCH net-next v13 02/12] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH net-next v13 03/12] devlink: Add support for u64 parameters
` [PATCH net-next v13 04/12] devlink: Add new "clock_id" generic device param
` [PATCH net-next v13 05/12] dpll: Add basic Microchip ZL3073x support
` [PATCH net-next v13 06/12] dpll: zl3073x: Fetch invariants during probe
` [PATCH net-next v13 07/12] dpll: zl3073x: Read DPLL types and pin properties from system firmware
` [PATCH net-next v13 08/12] dpll: zl3073x: Register DPLL devices and pins
` [PATCH net-next v13 09/12] dpll: zl3073x: Implement input pin selection in manual mode
` [PATCH net-next v13 10/12] dpll: zl3073x: Add support to get/set priority on input pins
` [PATCH net-next v13 11/12] dpll: zl3073x: Implement input pin state setting in automatic mode
` [PATCH net-next v13 12/12] dpll: zl3073x: Add support to get/set frequency on pins

[PATCH net-next v5] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-07  9:43 UTC 

[PATCHv8 00/17] x86: Enable Linear Address Space Separation support
 2025-07-07  9:33 UTC  (15+ messages)
` [PATCHv8 02/17] x86/asm: Introduce inline memcpy and memset
` [PATCHv8 04/17] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS

[PATCH v8 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-07  8:05 UTC  (34+ messages)
` [PATCH v8 01/29] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v8 02/29] iommufd: Correct virt_id kdoc at struct iommu_vdevice_alloc
` [PATCH v8 03/29] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v8 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v8 05/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v8 06/29] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v8 07/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v8 08/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v8 09/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v8 10/29] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v8 11/29] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v8 12/29] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v8 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v8 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v8 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v8 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v8 17/29] iommufd: Add mmap interface
` [PATCH v8 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v8 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v8 20/29] iommu: Allow an input type in hw_info op
` [PATCH v8 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v8 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v8 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v8 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v8 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v8 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v8 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v8 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v8 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCHv9 00/16] x86: Enable Linear Address Space Separation support
 2025-07-07  8:03 UTC  (17+ messages)
` [PATCHv9 01/16] x86/cpu: Enumerate the LASS feature bits
` [PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv9 03/16] x86/cpu: Set LASS CR4 bit as pinning sensitive
` [PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall
` [PATCHv9 05/16] efi: Disable LASS around set_virtual_address_map() EFI call
` [PATCHv9 06/16] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
` [PATCHv9 07/16] x86/vsyscall: Reorganize the #PF emulation code
` [PATCHv9 08/16] x86/traps: Consolidate user fixups in exc_general_protection()
` [PATCHv9 09/16] x86/vsyscall: Add vsyscall emulation for #GP
` [PATCHv9 10/16] x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE
` [PATCHv9 11/16] x86/traps: Communicate a LASS violation in #GP message
` [PATCHv9 12/16] x86/traps: Generalize #GP address decode and hint code
` [PATCHv9 13/16] x86/traps: Handle LASS thrown #SS
` [PATCHv9 14/16] x86/cpu: Enable LASS during CPU initialization
` [PATCHv9 15/16] x86/cpu: Make LAM depend on LASS
` [PATCHv9 16/16] x86: Re-enable Linear Address Masking

[PATCH 0/3] drm: docs: Remove deprecated MIPI DSI macro
 2025-07-07  7:56 UTC  (4+ messages)
` [PATCH 1/3] drm: panel: Replace usage of deprecated MIPI macro
` [PATCH 2/3] drm: Remove unused MIPI write seq and chatty functions
` [PATCH 3/3] drm: docs: Remove completed task from drm TODO list

[PATCH] gpio: sim: allow to mark simulated lines as invalid
 2025-07-07  7:25 UTC  (2+ messages)

[PATCH v3 00/14] Introduce AMD Pensando RDMA driver
 2025-07-07  7:21 UTC  (14+ messages)
` [PATCH v3 09/14] RDMA/ionic: Create device queues to support admin operations
` [PATCH v3 10/14] RDMA/ionic: Register device ops for control path

[PATCH v5 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-07  6:16 UTC  (5+ messages)
` [PATCH v5 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCH -next] docs: kdoc: various fixes for grammar, spelling, punctuation
 2025-07-07  5:01 UTC 

[PATCH] rcu: Document concurrent quiescent state reporting for offline CPUs
 2025-07-07  3:32 UTC 

[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-07  2:39 UTC  (4+ messages)
` [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()

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

[PATCH 1/2] rcu: Document GP initialization vs hotplug ordering requirements
 2025-07-06 17:19 UTC  (2+ messages)
` [PATCH 2/2] rcu: Document separation of rcu_state and rnp's gp_seq

[RFC V2 00/18] famfs: port into fuse
 2025-07-06 17:07 UTC  (37+ messages)
` [RFC V2 02/18] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC V2 03/18] dev_dax_iomap: Save the kva from memremap
` [RFC V2 04/18] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 13/18] famfs_fuse: Create files with famfs fmaps
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC V2 15/18] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC V2 18/18] famfs_fuse: Add documentation

[PATCH v11 0/8] iio: accel: adxl345: add interrupt based sensor events
 2025-07-06 16:16 UTC  (15+ messages)
` [PATCH v11 1/8] iio: accel: adxl345: simplify interrupt mapping
` [PATCH v11 2/8] iio: accel: adxl345: simplify reading the FIFO
` [PATCH v11 3/8] iio: accel: adxl345: add activity event feature
` [PATCH v11 4/8] iio: accel: adxl345: add inactivity feature
` [PATCH v11 8/8] docs: iio: describe inactivity and free-fall detection on the ADXL345

[PATCH RFC] Documentation: typography refresh
 2025-07-06 16:14 UTC  (7+ messages)

[PATCH v5 0/3 linux next] Docs/zh_CN: Translate networking docs to Simplified Chinese
 2025-07-06 13:16 UTC  (5+ messages)
` [PATCH v5 1/3] Docs/zh_CN: Translate netif-msg.rst "
` [PATCH v5 2/3] Docs/zh_CN: Translate xfrm_proc.rst "
` [PATCH v5 3/3] Docs/zh_CN: Translate netmem.rst "

[PATCH v2] Docs/zh_CN: Translate alias.rst to Simplified Chinese
 2025-07-06 13:16 UTC  (3+ messages)

[PATCH v7 0/8] iio: accel: adxl313: add power-save on activity/inactivity
 2025-07-06 12:03 UTC  (3+ messages)

[PATCH v10 2/4] leds: add TI/National Semiconductor LP5812 LED Driver
 2025-07-06 10:28 UTC  (2+ messages)

[PATCH v6 net-next 4/9] vhost-net: allow configuring extended features
 2025-07-06  7:33 UTC  (10+ messages)

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-06  6:00 UTC  (4+ messages)

[PATCH 0/6] mm/damon: misc cleanups
 2025-07-05 17:50 UTC  (2+ messages)
` [PATCH 6/6] Docs/mm/damon/maintainer-profile: update for mm-new tree

[PATCH] Documentation: Remove duplicate word size in bootconfig
 2025-07-05 15:16 UTC 

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-04 21:55 UTC  (13+ messages)
` [PATCH v4 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v4 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v4 03/15] kbuild: doc: add label for userprogs section
` [PATCH v4 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v4 08/15] kunit: tool: Don't overwrite test status based on subtest counts

[PATCH v1 00/32] Live Update Orchestrator
 2025-07-04 21:27 UTC  (5+ messages)

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-04 21:14 UTC  (4+ messages)
` [PATCH v8 11/15] khugepaged: allow madvise_collapse to check all anonymous mTHP orders

[PATCH net-next v4] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-04 18:08 UTC  (4+ messages)

[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
 2025-07-04 17:20 UTC  (4+ messages)
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH 0/6] HID: Add Legion Go S Driver
 2025-07-04 16:08 UTC  (4+ messages)

[PATCH v2 0/7] Further kernel-doc tweakery
 2025-07-04 14:59 UTC  (6+ messages)
` [PATCH v2 2/7] docs: kdoc: micro-optimize KernRe

[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-04 13:33 UTC  (12+ messages)
` [PATCH v7 01/28] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v7 03/28] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v7 09/28] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v7 13/28] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[PATCH 0/2] panic: taint flag for recoverable hardware errors
 2025-07-04 13:25 UTC  (6+ messages)
` [PATCH 1/2] panic: add "
` [PATCH 2/2] acpi/ghes: taint kernel on recovered "

[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-07-04 13:11 UTC  (3+ messages)

[PATCH v2 0/3] hwmon: add Microchip EMC2101 driver
 2025-07-04 13:00 UTC  (7+ messages)
` [PATCH] drivers: hwmon: add "

[PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
 2025-07-04 12:50 UTC  (11+ messages)

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-04 11:38 UTC  (6+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[PATCH v2] arm64: errata: Add Ampere erratum AC03_CPU_50 workaround alternative
 2025-07-04 10:38 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 NNTP newsgroup(s).