linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-15 07:10:28 to 2025-05-15 23:16:13 UTC [more...]

[RFC v2 00/16] Live Update Orchestrator
 2025-05-15 23:15 UTC  (18+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 02/16] kho: allow to drive kho from within kernel
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
` [RFC v2 04/16] luo: luo_core: Live Update Orchestrator
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration
` [RFC v2 07/16] luo: luo_subsystems: implement subsystem callbacks
` [RFC v2 08/16] luo: luo_files: add infrastructure for FDs
` [RFC v2 09/16] luo: luo_files: implement file systems callbacks
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
` [RFC v2 11/16] luo: luo_sysfs: add sysfs state monitoring
` [RFC v2 12/16] reboot: call liveupdate_reboot() before kexec
` [RFC v2 13/16] luo: add selftests for subsystems un/registration
` [RFC v2 14/16] selftests/liveupdate: add subsystem/state tests
` [RFC v2 15/16] docs: add luo documentation
` [RFC v2 16/16] MAINTAINERS: add liveupdate entry

[PATCH v10 00/13] Add support for AMD hardware feedback interface
 2025-05-15 23:13 UTC  (16+ messages)
` [PATCH v10 01/13] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v10 02/13] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
` [PATCH v10 03/13] x86/msr-index: define AMD heterogeneous CPU related MSR
` [PATCH v10 04/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v10 05/13] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v10 06/13] platform/x86: hfi: init per-cpu scores for each class
` [PATCH v10 07/13] platform/x86: hfi: add online and offline callback support
` [PATCH v10 08/13] platform/x86: hfi: add power management callback
` [PATCH v10 09/13] x86/process: Clear hardware feedback history for AMD processors
` [PATCH v10 10/13] cpufreq/amd-pstate: Disable preferred cores on designs with workload classification
` [PATCH v10 11/13] platform/x86/amd: hfi: Set ITMT priority from ranking data
` [PATCH v10 12/13] platform/x86/amd: hfi: Add debugfs support
` [PATCH v10 13/13] x86/itmt: Add debugfs file to show core priorities

[lwn:docs-next 37/72] htmldocs: Warning: Documentation/translations/zh_CN/how-to.rst references a file that doesn't exist: Documentation/xxx/xxx.rst
 2025-05-15 23:04 UTC 

[PATCH v13 00/27] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-05-15 22:52 UTC  (28+ messages)
` [PATCH v13 01/27] x86/cpufeatures: Add support for "
` [PATCH v13 02/27] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v13 03/27] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v13 04/27] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v13 05/27] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v13 06/27] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v13 07/27] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v13 08/27] x86/resctrl: Introduce mbm_cntr_cfg to track assignable counters at domain
` [PATCH v13 09/27] x86/resctrl: Introduce interface to display number of free MBM counters
` [PATCH v13 10/27] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v13 11/27] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v13 12/27] x86/resctrl: Introduce event configuration modes
` [PATCH v13 13/27] x86/resctrl: Add the functionality to assign MBM events
` [PATCH v13 14/27] x86/resctrl: Add the functionality to unassign "
` [PATCH v13 15/27] x86/resctrl: Report 'Unassigned' for MBM events in mbm_cntr_assign mode
` [PATCH v13 16/27] x86/resctrl: Pass entire struct rdtgroup rather than passing individual members
` [PATCH v13 17/27] x86/resctrl: Add the support for reading ABMC counters
` [PATCH v13 18/27] x86/resctrl: Add definitions for MBM event configuration
` [PATCH v13 19/27] x86/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v13 20/27] x86/resctrl: Provide interface to update the event configurations
` [PATCH v13 21/27] x86/resctrl: Introduce mbm_assign_on_mkdir to configure assignments
` [PATCH v13 22/27] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v13 23/27] x86/resctrl: Introduce mbm_L3_assignments to list assignments in a group
` [PATCH v13 24/27] x86/resctrl: Introduce the interface to modify "
` [PATCH v13 25/27] x86/resctrl: Hide the BMEC related files when mbm_cnt_assign is enabled
` [PATCH v13 26/27] x86/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v13 27/27] x86/resctrl: Configure mbm_cntr_assign mode if supported

[PATCH 0/6] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-15 21:04 UTC  (38+ messages)
` [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process
` [PATCH 2/6] prctl: introduce PR_THP_POLICY_DEFAULT_NOHUGE "
` [PATCH 3/6] prctl: introduce PR_THP_POLICY_SYSTEM "
` [PATCH 4/6] selftests: prctl: introduce tests for PR_THP_POLICY_DEFAULT_NOHUGE
` [PATCH 5/6] selftests: prctl: introduce tests for PR_THP_POLICY_DEFAULT_HUGE
` [PATCH 6/6] docs: transhuge: document process level THP controls

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-15 20:32 UTC  (54+ messages)
` [PATCH v4 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v4 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v4 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 12/23] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 16/23] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v4 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v4 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v4 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v4 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v4 22/23] iommu/tegra241-cmdqv: Add user-space use support

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

[PATCH 0/4] Make gcc-8.1 and binutils-2.30 the minimum version
 2025-05-15 18:28 UTC  (3+ messages)
` [PATCH 1/4] kbuild: require gcc-8 and binutils-2.30

[PATCH v10 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
 2025-05-15 18:22 UTC  (7+ messages)
` [PATCH v10 1/6] platform/x86: Add lenovo-wmi-* driver Documentation
` [PATCH v10 2/6] platform/x86: Add lenovo-wmi-helpers
` [PATCH v10 3/6] platform/x86: Add Lenovo WMI Events Driver
` [PATCH v10 4/6] platform/x86: Add Lenovo Capability Data 01 WMI Driver
` [PATCH v10 5/6] platform/x86: Add Lenovo Gamezone "
` [PATCH v10 6/6] platform/x86: Add Lenovo Other Mode "

[PATCH v5 0/8] cxl: support CXL memory RAS features
 2025-05-15 17:23 UTC  (11+ messages)
` [PATCH v5 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v5 2/8] cxl: Update prototype of function get_support_feature_info()
` [PATCH v5 3/8] cxl/edac: Add CXL memory device patrol scrub control feature
` [PATCH v5 4/8] cxl/edac: Add CXL memory device ECS "
` [PATCH v5 5/8] cxl/edac: Add support for PERFORM_MAINTENANCE command
` [PATCH v5 6/8] cxl/edac: Support for finding memory operation attributes from the current boot
` [PATCH v5 7/8] cxl/edac: Add CXL memory device memory sparing control feature
` [PATCH v5 8/8] cxl/edac: Add CXL memory device soft PPR "

[PATCH v3] rtla: Set distinctive exit value for failed tests
 2025-05-15 16:20 UTC 

[PATCH v5 0/1] KVM: Add support for the ERAPS feature
 2025-05-15 15:26 UTC  (2+ messages)
` [PATCH v5 1/1] x86: kvm: svm: set up ERAPS support for guests

[PATCH net-next v4 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-05-15 14:24 UTC  (4+ messages)

[PATCH 0/7] PCI: Remove hybrid-devres region requests
 2025-05-15 13:37 UTC  (13+ messages)
` [PATCH 1/7] PCI: Remove hybrid devres nature from request functions
` [PATCH 2/7] Docu: PCI: Update pcim_enable_device()
` [PATCH 3/7] PCI: Remove pcim_request_region_exclusive()
` [PATCH 4/7] PCI: Remove request_flags relict from devres
` [PATCH 5/7] PCI: Remove redundant set of request funcs
` [PATCH 6/7] PCI: Remove unnecessary prototype from pci.h
` [PATCH 7/7] PCI: Remove hybrid-devres hazzard warnings from doc

[PATCH v4] PCI: rcar-gen4: Add a document about the firmware
 2025-05-15 13:12 UTC  (2+ messages)

[PATCH net-next v5 0/5] eth: fbnic: Add devlink dev flash support
 2025-05-15 11:54 UTC  (4+ messages)
` [PATCH net-next v5 5/5] "

[PATCH v4 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-05-15  9:59 UTC  (5+ messages)
` [PATCH v4 08/11] tee: add Qualcomm TEE driver

[PATCH v7 2/2] hwmon: (pmbus/tps53679) Add support for TPS53685
 2025-05-15  8:45 UTC  (3+ messages)

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-15  8:48 UTC  (7+ 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 v2 0/7] New DRM accel driver for Rockchip's RKNN NPU
 2025-05-15  8:30 UTC  (5+ messages)
` [PATCH v2 1/7] dt-bindings: npu: rockchip,rknn: Add bindings

[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-15  8:22 UTC  (15+ messages)
` [PATCH v7 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v7 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v7 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v7 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v7 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v7 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v7 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v7 08/14] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v7 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v7 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v7 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v7 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v7 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v7 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

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


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