messages from 2025-04-30 14:12:04 to 2025-05-02 17:16:00 UTC [more...]
[PATCH v3 0/3] support FEAT_MTE_TAGGED_FAR feature
2025-05-02 17:15 UTC (7+ messages)
` [PATCH v3 1/3] arm64: add "
` [PATCH v3 2/3] arm64/mm/fault: use original FAR_EL1 value when ARM64_MTE_FAR is supported
` [PATCH v3 3/3] tools/kselftest: add MTE_FAR hwcap test
[PATCH net-next v6 0/8] Add Microchip ZL3073x support (part 1)
2025-05-02 16:54 UTC (5+ messages)
` [PATCH net-next v6 8/8] mfd: zl3073x: Register DPLL sub-device during init
[PATCH v6 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
2025-05-02 15:51 UTC (12+ messages)
` [PATCH v6 3/6] platform/x86: Add Lenovo WMI Events Driver
` [External] : "
` [PATCH v6 4/6] platform/x86: Add Lenovo WMI Capability Data 01 Driver
` [PATCH v6 5/6] platform/x86: Add Lenovo WMI Gamezone Driver
` [PATCH v6 6/6] platform/x86: Add Lenovo WMI Other Mode Driver
[PATCH 0/7] mm/damon: auto-tune DAMOS for NUMA setups including tiered memory
2025-05-02 15:49 UTC (3+ messages)
[PATCH v5 00/12] khugepaged: mTHP support
2025-05-02 15:42 UTC (23+ messages)
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
` [PATCH v5 07/12] khugepaged: add "
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-05-02 13:30 UTC (4+ messages)
[PATCH] vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host ordering
2025-05-02 13:30 UTC (4+ messages)
` [PATCH] checkpatch: remove %p4cn
` [PATCH v3] "
[PATCH net-next v13 0/9] Device memory TCP TX
2025-05-02 11:51 UTC (4+ messages)
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
[PATCH v2] kbuild: make all file references relative to source root
2025-05-02 11:33 UTC (4+ messages)
[PATCH net-next v2 1/1] Documentation: networking: expand and clarify EEE_GET/EEE_SET documentation
2025-05-02 11:06 UTC (3+ messages)
[PATCH v3] sched/numa: add statistics of numa balance task migration
2025-05-02 9:30 UTC (3+ messages)
[PATCH v4 0/8] cxl: support CXL memory RAS features
2025-05-02 8:45 UTC (9+ messages)
` [PATCH v4 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v4 2/8] cxl: Update prototype of function get_support_feature_info()
` [PATCH v4 3/8] cxl/edac: Add CXL memory device patrol scrub control feature
` [PATCH v4 4/8] cxl/edac: Add CXL memory device ECS "
` [PATCH v4 5/8] cxl/edac: Add support for PERFORM_MAINTENANCE command
` [PATCH v4 6/8] cxl/edac: Support for finding memory operation attributes from the current boot
` [PATCH v4 7/8] cxl/edac: Add CXL memory device memory sparing control feature
` [PATCH v4 8/8] cxl/edac: Add CXL memory device soft PPR "
[PATCH] docs/sched: Make the sched-stats documentation consistent
2025-05-02 7:49 UTC (5+ messages)
[PATCH] Documentation: ioctl-number: Update outdated submission info
2025-05-02 7:45 UTC
[PATCH v3 00/23] iommufd: Add vIOMMU infrastructure (Part-4 vQUEUE)
2025-05-02 7:31 UTC (28+ messages)
` [PATCH v3 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v3 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v3 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v3 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v3 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v3 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v3 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v3 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v3 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v3 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_VQUEUE and its related struct
` [PATCH v3 11/23] iommufd/viommu: Add IOMMUFD_CMD_VQUEUE_ALLOC ioctl
` [PATCH v3 12/23] iommufd/driver: Add iommufd_vqueue_depend/undepend() helpers
` [PATCH v3 13/23] iommufd/selftest: Add coverage for IOMMUFD_CMD_VQUEUE_ALLOC
` [PATCH v3 14/23] iommufd: Add mmap interface
` [PATCH v3 15/23] iommufd/selftest: Add coverage for the new "
` [PATCH v3 16/23] Documentation: userspace-api: iommufd: Update vQUEUE
` [PATCH v3 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v3 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v3 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v3 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v3 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v3 22/23] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v3 23/23] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[robh:dt-convert-irq 8/44] htmldocs: Warning: Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml references a file that doesn't exist: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt
2025-05-02 7:07 UTC
[RFC PATCH 00/19] famfs: port into fuse
2025-05-02 5:48 UTC (5+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response
[PATCH 0/3] Export fan control and register fans as cooling devices
2025-05-02 5:35 UTC (12+ messages)
` [PATCH 2/3] hwmon: (cros_ec) add PWM control over fans
` [PATCH 3/3] hwmon: (cros_ec) register fans into thermal framework cooling devices
[PATCH v2 0/3] Export fan control and register fans as cooling devices
2025-05-02 5:34 UTC (4+ messages)
` [PATCH v2 1/3] platform/chrome: update pwm fan control host commands
` [PATCH v2 2/3] hwmon: (cros_ec) add PWM control over fans
` [PATCH v2 3/3] hwmon: (cros_ec) register fans into thermal framework cooling devices
[PATCH] hwmon: (asus-ec-sensors) add ROG MAXIMUS Z90 Formula
2025-05-02 3:05 UTC (2+ messages)
[PATCH] x86/cpu: Add "Old Microcode" docs to hw-vuln toctree
2025-05-02 2:33 UTC
[PATCH] scsi: docs: clean up some style in scsi_mid_low_api
2025-05-02 1:51 UTC
[PATCH v9 2/8] crash_dump: make dm crypt keys persist for the kdump kernel
2025-05-02 1:12 UTC (3+ messages)
` [PATCH v9 4/8] crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging
` [PATCH v9 7/8] x86/crash: pass dm crypt keys to kdump kernel
[PATCH v7 00/18] kexec: introduce Kexec HandOver (KHO)
2025-05-02 0:35 UTC (20+ messages)
` [PATCH v7 01/18] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v7 02/18] memblock: Add support for scratch memory
` [PATCH v7 03/18] memblock: introduce memmap_init_kho_scratch()
` [PATCH v7 04/18] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v7 05/18] kexec: add KHO parsing support
` [PATCH v7 06/18] kexec: include asm/early_ioremap.h
` [PATCH v7 07/18] kexec: enable KHO support for memory preservation
` [PATCH v7 08/18] kexec: add KHO support to kexec file loads
` [PATCH v7 09/18] kexec: add config option for KHO
` [PATCH v7 10/18] arm64: add KHO support
` [PATCH v7 11/18] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v7 12/18] x86/kexec: add support for passing kexec handover (KHO) data
` [PATCH v7 13/18] x86/e820: temporarily enable KHO scratch for memory below 1M
` [PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
` [PATCH v7 15/18] x86/Kconfig: enable kexec handover for 64 bits
` [PATCH v7 16/18] memblock: add KHO support for reserve_mem
` [PATCH v7 17/18] Documentation: add documentation for KHO
` [PATCH v7 18/18] Documentation: KHO: Add memblock bindings
[PATCH v8 6/7] x86/crash: pass dm crypt keys to kdump kernel
2025-05-02 0:13 UTC (5+ messages)
[PATCH v5 0/4] mm: introduce THP deferred setting
2025-05-01 22:53 UTC (12+ messages)
` [PATCH v5 1/4] mm: defer THP insertion to khugepaged
` [PATCH v5 2/4] mm: document (m)THP defer usage
` [PATCH v5 3/4] khugepaged: add defer option to mTHP options
` [PATCH v5 4/4] selftests: mm: add defer to thp setting parser
[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
2025-05-01 21:46 UTC (12+ messages)
` [PATCH v2 03/22] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v2 21/22] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v2 22/22] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH v6 0/2] AMD Zen debugging documentation
2025-05-01 21:41 UTC (3+ messages)
` [PATCH v6 1/2] Documentation: Add AMD Zen debugging document
` [PATCH v6 2/2] x86/CPU/AMD: Print the reason for the last reset
[PATCH 0/5] riscv: misaligned: fix interruptible context and add tests
2025-05-01 20:51 UTC (8+ messages)
` [PATCH 1/5] riscv: misaligned: factorize trap handling
[PATCH v2] docs: fix spelling mistakes in HID documentation
2025-05-01 12:16 UTC
[PATCH v4 0/7] Arm CoreSight: Support AUX pause and resume
2025-05-01 10:11 UTC (2+ messages)
[PATCH v3 0/8] cxl: support CXL memory RAS features
2025-05-01 9:22 UTC (4+ messages)
` [PATCH v3 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
[PATCH v5 0/5] AMD Zen debugging documentation
2025-05-01 8:31 UTC (10+ messages)
` [PATCH v5 5/5] x86/CPU/AMD: Print the reason for the last reset
[PATCH] docs: Makefile: Inherit PYTHONPYCACHEPREFIX setting as env variable
2025-05-01 8:21 UTC
[RFC PATCH] Input: edt-ft5x06 - use per-client debugfs directory
2025-05-01 5:48 UTC (3+ messages)
[PATCH 0/2] Update kunit doc and tool with tips to build errors
2025-05-01 0:40 UTC (7+ messages)
` [PATCH 2/2] kunit: add tips to clean source tree to build help message
[PATCH 0/5] Regulator deadcode cleanups
2025-05-01 0:03 UTC (5+ messages)
[RFC PATCH v2 00/18] CXL Boot to Bash Documentation
2025-04-30 23:15 UTC (20+ messages)
` [RFC PATCH v2 01/18] cxl: update documentation structure in prep for new docs
` [RFC PATCH v2 02/18] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH v2 03/18] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH v2 04/18] cxl: docs/platform/acpi reference documentation
` [RFC PATCH v2 05/18] cxl: docs/platform/example-configs documentation
` [RFC PATCH v2 06/18] cxl: docs/linux - overview
` [RFC PATCH v2 07/18] cxl: docs/linux - early boot configuration
` [RFC PATCH v2 08/18] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH v2 09/18] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH v2 10/18] cxl: docs/linux/dax-driver documentation
` [RFC PATCH v2 11/18] cxl: docs/linux/memory-hotplug
` [RFC PATCH v2 12/18] cxl: docs/allocation/dax
` [RFC PATCH v2 13/18] cxl: docs/allocation/page-allocator
` [RFC PATCH v2 14/18] cxl: docs/allocation/reclaim
` [RFC PATCH v2 15/18] cxl: docs/allocation/hugepages
` [RFC PATCH v2 16/18] cxl: docs/allocation/tiering
` [RFC PATCH v2 17/18] cxl: docs/use-cases
` [RFC PATCH v2 18/18] cxl: docs - add self-referencing cross-links
` [PATCH FIXUP] cxl: docs - fixup cedt.rst reference in access-coordinates
[PATCH v4 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-04-30 23:14 UTC (3+ messages)
[gourryinverse:gourry_cxl_docs 19/19] htmldocs: Warning: Documentation/driver-api/cxl/linux/access-coordinates.rst references a file that doesn't exist: Documentation/driver-api/cxl/platform/acpi/acpi/cedt.rst
2025-04-30 20:36 UTC
[PATCH] nvmem: Remove unused nvmem cell table support
2025-04-30 19:39 UTC (2+ messages)
[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-04-30 18:51 UTC (5+ messages)
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module
[PATCH] docs: debugfs: do not recommend debugfs_remove_recursive
2025-04-30 17:10 UTC (8+ messages)
[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
2025-04-30 16:15 UTC (6+ messages)
` [PATCH net-next 2/4] dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example
` [PATCH net-next 3/4] net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay
[PATCH 0/1] Let Sphinx store cached bytecode under the output dir
2025-04-30 15:42 UTC (5+ messages)
` [PATCH 1/1] docs: Makefile: store __pycache__ at the output directory
[PATCH v4 0/4] Don't create Python bytecode when building the kernel
2025-04-30 15:41 UTC (4+ messages)
` [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files
[Kernel 5.15/Kernle 6.1] About Sphinx Doc
2025-04-30 15:15 UTC (4+ messages)
` [EXT] "
[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
2025-04-30 15:00 UTC (14+ messages)
[PATCH] docs: fix typo in firmware-related section
2025-04-30 14:27 UTC
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).