messages from 2023-11-23 17:44:11 to 2023-11-30 14:47:11 UTC [more...]
[PATCH 0/7] dma-mapping: Clean up arch_setup_dma_ops()
2023-11-30 14:46 UTC (15+ messages)
` [PATCH 1/7] OF: Retire dma-ranges mask workaround
` [PATCH 2/7] OF: Simplify DMA range calculations
` [PATCH 3/7] ACPI/IORT: Handle memory address size limits as limits
` [PATCH 4/7] dma-mapping: Add helpers for dma_range_map bounds
` [PATCH 5/7] iommu/dma: Make limit checks self-contained
` [PATCH 6/7] iommu/dma: Centralise iommu_setup_dma_ops()
` [PATCH 7/7] dma-mapping: Simplify arch_setup_dma_ops()
[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
2023-11-30 14:40 UTC (9+ messages)
` [PATCH v9 0/2] ACPI: APEI: handle synchronous errors in task work with proper si_code
[PATCH V11 0/7] amd-pstate preferred core
2023-11-30 14:35 UTC (15+ messages)
` [PATCH V11 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V11 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V11 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
` [PATCH V11 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V11 5/7] cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
` [PATCH V11 6/7] Documentation: amd-pstate: introduce amd-pstate preferred core
` [PATCH V11 7/7] Documentation: introduce amd-pstate preferrd core mode kernel command line options
[PATCH 00/10] IOMMU related FW parsing cleanup
2023-11-30 14:10 UTC (28+ messages)
` [PATCH 01/10] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH 02/10] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH 03/10] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH 04/10] iommu: Mark dev_iommu_get() with lockdep
` [PATCH 05/10] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
` [PATCH 07/10] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 09/10] ACPI: IORT: Cast from ULL to phys_addr_t
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT
[PATCH 0/3] Add API for missing PCI firmware specification funcs
2023-11-30 13:34 UTC (3+ messages)
` [PATCH 1/3] PCI: Call PCI ACPI _DSM with consistent revision argument
[RFT][PATCH v1] ACPI: OSL: Use a threaded interrupt handler for SCI
2023-11-30 13:28 UTC (4+ messages)
[PATCH 00/30] Make a new API for drivers to use to get their FW
2023-11-30 13:23 UTC (34+ messages)
` [PATCH 01/30] iommu/of: Make a of_iommu_for_each_id()
` [PATCH 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH 05/30] iommu: Add iommu_probe_info
` [PATCH 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH 07/30] iommu/of: Call of_iommu_get_resv_regions() directly
` [PATCH 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH 09/30] iommu/rockchip: Move to iommu_of_get_single_iommu()
` [PATCH 10/30] iommu/sprd: "
` [PATCH 11/30] iommu/sun50i: "
` [PATCH 12/30] iommu/of: Add iommu_of_xlate()
` [PATCH 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH 14/30] iommu/exynos: "
` [PATCH 15/30] iommu/msm: "
` [PATCH 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH 17/30] iommu: Add iommu_fw_alloc_per_device_ids()
` [PATCH 18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 19/30] iommu/mtk: "
` [PATCH 20/30] iommu/ipmmu-vmsa: "
` [PATCH 21/30] iommu/mtk_v1: "
` [PATCH 22/30] iommu/qcom: "
` [PATCH 23/30] iommu/viot: Add iommu_viot_get_single_iommu()
` [PATCH 24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 25/30] iommu/iort: Add iommu_iort_get_single_iommu()
` [PATCH 26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers
` [PATCH 30/30] iommu: Remove fwspec and related
[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
2023-11-30 12:17 UTC (47+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 22/22] riscv: "
[RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
2023-11-30 7:26 UTC (5+ messages)
[RFC KERNEL PATCH v2 0/3] Support device passthrough when dom0 is PVH on Xen
2023-11-30 7:03 UTC (7+ messages)
` [RFC KERNEL PATCH v2 1/3] xen/pci: Add xen_reset_device_state function
` [RFC KERNEL PATCH v2 2/3] xen/pvh: Unmask irq for passthrough device in PVH dom0
` [RFC KERNEL PATCH v2 3/3] xen/privcmd: Add new syscall to get gsi from irq
[linus:master] [x86/acpi] ec9aedb2aa: aim9.exec_test.ops_per_sec 2.4% improvement
2023-11-30 5:49 UTC
[RESEND v2] ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check Architecture
2023-11-29 18:52 UTC (3+ messages)
SCSI hotplug issues with UEFI VM with guest kernel >= 6.5
2023-11-29 15:22 UTC
[PATCH v1 0/4] ACPI: OSL: acpi_os_execute() improvements
2023-11-29 15:17 UTC (10+ messages)
` [PATCH v1 1/4] ACPI: OSL: Rework error handling in acpi_os_execute()
` [PATCH v1 2/4] ACPI: OSL: Rearrange workqueue selection "
` [PATCH v1 3/4] ACPI: OSL: Allow Notify () handlers to run on all CPUs
` [PATCH v1 4/4] ACPI: OSL: Use GFP_KERNEL for work item allocations
[PATCH v6 0/7] consolidate and cleanup CPU capacity
2023-11-29 14:57 UTC (5+ messages)
` [PATCH v6 1/7] topology: Add a new arch_scale_freq_reference
[PATCH v1 0/6] Replace acpi_driver with platform_driver
2023-11-29 14:19 UTC (3+ messages)
` [PATCH v1 4/6] ACPI: acpi_video: "
[PATCH] [ACPI] sbshc: Add error handling for acpi_driver_data
2023-11-29 8:42 UTC
[PATCH] [ACPI] fan_core: Add error handling for acpi_driver_data
2023-11-29 8:13 UTC
[PATCH] [ACPI] fan_core: Add error handling in fan_set_state_acpi4
2023-11-29 7:15 UTC
[PATCH v7 1/2] schemas: memory: Add ECC properties
2023-11-28 20:30 UTC (11+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages
[PATCH v7 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
2023-11-28 16:06 UTC (6+ messages)
` [PATCH v7 1/5] cxl/port: Add EINJ debugfs files and callback support
` [PATCH v7 2/5] ACPI: Add CXL protocol error defines
` [PATCH v7 3/5] EINJ: Separate CXL errors from other EINJ errors
` [PATCH v7 4/5] cxl/port, EINJ: Add CXL EINJ callback functions
` [PATCH v7 5/5] EINJ: Update EINJ documentation
[PATCH v2] PCI/ACPI: Add extra slot register check for non-ACPI device
2023-11-28 12:25 UTC
[PATCH 0/7] Subject: coresight: Move remaining AMBA ACPI devices into platform driver
2023-11-28 7:09 UTC (4+ messages)
` [PATCH 5/7] coresight: tmc: Move ACPI support from AMBA driver to "
[PATCH] pnp: acpi: fix fortify warning
2023-11-28 2:52 UTC (3+ messages)
` [PATCH] [v2] "
[PATCH] dma-mapping: Don't store redundant offsets
2023-11-27 21:41 UTC (3+ messages)
[6.6 regression-fix 0/1] ACPI: video: Use acpi_video_device for cooling-dev driver data
2023-11-27 20:31 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] PCI/ACPI: Add extra slot register check for non-ACPI device
2023-11-27 15:22 UTC (2+ messages)
[PATCH] iommu: Avoid more races around device probe
2023-11-27 9:57 UTC (4+ messages)
[PATCH] ACPICA: Remove unused struct field and incorrect comments
2023-11-27 5:58 UTC
[PATCH] acpi/video: Add quirk for the Colorful X15 AT 23 Laptop
2023-11-26 13:59 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS 9795b7a7c21ef0f9dca1ace3954513e2b1e58c96
2023-11-25 19:38 UTC
[GIT PULL] ACPI fixes for v6.7-rc3
2023-11-24 21:30 UTC (2+ messages)
[PATCH] ACPI: thermal_lib: include "internal.h" for function prototypes
2023-11-24 18:28 UTC (2+ messages)
[PATCH v3 01/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
2023-11-24 16:05 UTC (3+ messages)
[RFC PATCH 0/2] Add a test to verify device probing on ACPI platforms
2023-11-24 16:04 UTC (2+ messages)
[PATCH v1] ACPI: processor: Provide empty stub of acpi_proc_quirk_mwait_check()
2023-11-24 15:54 UTC (5+ messages)
[PATCH v3 02/11] cxl/mbox: Add GET_FEATURE mailbox command
2023-11-24 15:23 UTC (2+ messages)
[PATCH v3 00/11] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
2023-11-24 14:39 UTC (8+ messages)
` [PATCH v3 06/11] memory: scrub: Add scrub driver supports configuring memory scrubs in the system
` [PATCH v3 07/11] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [PATCH v3 08/11] memory: scrub: Add scrub control attributes for the DDR5 ECS
` [PATCH v3 09/11] cxl/memscrub: Register CXL device DDR5 ECS with scrub configure driver
` [PATCH v3 10/11] memory: scrub: sysfs: Add Documentation for set of common scrub attributes
` [PATCH v3 11/11] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes
[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING accf6bb711d6819cce89a122ccde4811c58c160e
2023-11-24 10:45 UTC
[PATCH v4 0/3] Make fwnode_property_get_reference_args accept NULL args
2023-11-24 9:25 UTC (6+ messages)
` [PATCH v4 1/3] acpi: property: Let args be NULL in __acpi_node_get_property_reference
Fwd: kernel 6.6.x and higher , apci reboot problems
2023-11-24 0:24 UTC (2+ messages)
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