messages from 2023-12-01 12:38:37 to 2023-12-11 13:21:34 UTC [more...]
[PATCH 00/21] Initial cleanups for vCPU hotplug
2023-12-11 13:21 UTC (8+ messages)
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()
[PATCH v1 1/1] ACPI: LPSS: Fix the fractional clock divider flags
2023-12-11 11:14 UTC
[PATCH v7 0/7] consolidate and cleanup CPU capacity
2023-12-11 10:48 UTC (8+ messages)
` [PATCH v7 1/7] topology: Add a new arch_scale_freq_reference
` [PATCH v7 2/7] cpufreq: Use the fixed and coherent frequency for scaling capacity
` [PATCH v7 3/7] cpufreq/schedutil: Use a fixed reference frequency
` [PATCH v7 4/7] energy_model: "
` [PATCH v7 5/7] cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v7 6/7] cpufreq/cppc: Set the frequency used for computing the capacity
` [PATCH v7 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio
[PATCH V3 00/10] coresight: Move remaining AMBA ACPI devices into platform driver
2023-12-11 10:12 UTC (16+ messages)
` [PATCH V3 01/10] coresight: stm: Extract device name from AMBA pid based table lookup
` [PATCH V3 02/10] coresight: tmc: Extract device properties "
` [PATCH V3 03/10] coresight: Add helpers registering/removing both AMBA and platform drivers
` [PATCH V3 04/10] coresight: replicator: Move ACPI support from AMBA driver to platform driver
` [PATCH V3 05/10] coresight: funnel: "
` [PATCH V3 06/10] coresight: catu: "
` [PATCH V3 07/10] coresight: tpiu: "
` [PATCH V3 08/10] coresight: tmc: "
` [PATCH V3 09/10] coresight: stm: "
` [PATCH V3 10/10] coresight: debug: "
SCSI hotplug issues with UEFI VM with guest kernel >= 6.5
2023-12-11 7:46 UTC (4+ messages)
[RFC KERNEL PATCH v3 0/3] Support device passthrough when dom0 is PVH on Xen
2023-12-10 16:15 UTC (4+ messages)
` [RFC KERNEL PATCH v3 1/3] xen/pci: Add xen_reset_device_state function
` [RFC KERNEL PATCH v3 2/3] xen/pvh: Setup gsi and map pirq for passthrough device
` [RFC KERNEL PATCH v3 3/3] PCI/sysfs: Add gsi sysfs for pci_dev
[PATCH] x86/acpi: Do strict X2APIC ID check only when LAPIC contains enabled CPUs
2023-12-10 14:39 UTC
[PATCH v3 0/5] Support _UID matching for integer types
2023-12-09 8:48 UTC (6+ messages)
` [PATCH v3 5/5] perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()
[PATCH v7 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
2023-12-09 0:07 UTC (15+ 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
[rafael-pm:bleeding-edge] BUILD SUCCESS 169769cb3761a9d80809ad64ed85e9b1f5b3a810
2023-12-08 21:50 UTC
[PATCH v1 0/4] ACPI: utils: Improvements related to struct acpi_handle_list
2023-12-08 20:07 UTC (5+ messages)
` [PATCH v1 1/4] ACPI: utils: Rearrange in acpi_evaluate_reference()
` [PATCH v1 2/4] ACPI: utils: Return bool from acpi_evaluate_reference()
` [PATCH v1 3/4] ACPI: utils: Refine acpi_handle_list_equal() slightly
` [PATCH v1 4/4] ACPI: utils: Fix white space in struct acpi_handle_list definition
[GIT PULL] ACPI fix for v6.7-rc5
2023-12-08 20:00 UTC (3+ messages)
[PATCH v1 0/3] thermal: core: Remove thermal zones during unregistration
2023-12-08 19:20 UTC (4+ messages)
` [PATCH v1 1/3] thermal: core: Make thermal_zone_device_unregister() return after freeing the zone
` [PATCH v1 2/3] thermal: Drop redundant and confusing device_is_registered() checks
` [PATCH v1 3/3] thermal: core: Rework thermal zone availability check
[PATCH v4 00/11] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
2023-12-08 13:48 UTC (3+ messages)
[PATCH] drivers: acpi: arm64: thermal_cpufreq: export module
2023-12-08 10:33 UTC
[RFC KERNEL PATCH v2 0/3] Support device passthrough when dom0 is PVH on Xen
2023-12-08 5:53 UTC (32+ 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
[PATCH v1] ACPI: utils: Fix error path in acpi_evaluate_reference()
2023-12-07 18:28 UTC
[PATCH v2 0/7] IOMMU related FW parsing cleanup
2023-12-07 18:03 UTC (8+ messages)
` [PATCH v2 1/7] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH v2 2/7] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH v2 3/7] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH v2 4/7] iommu: Mark dev_iommu_get() with lockdep
` [PATCH v2 5/7] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH v2 6/7] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH v2 7/7] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
SCSI hotplug issues with UEFI VM with guest kernel >= 6.5
2023-12-07 14:55 UTC (3+ messages)
[PATCH v1 0/3] gpio: mmio: Make driver agnostic
2023-12-07 14:19 UTC (9+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()
[PATCH 1/3] PCI: Call PCI ACPI _DSM with consistent revision argument
2023-12-07 2:02 UTC (4+ messages)
[PATCH 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
2023-12-06 23:08 UTC (2+ messages)
[PATCH V12 0/7] amd-pstate preferred core
2023-12-06 21:13 UTC (10+ messages)
` [PATCH V12 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V12 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V12 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
` [PATCH V12 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V12 5/7] cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
` [PATCH V12 6/7] Documentation: amd-pstate: introduce amd-pstate preferred core
` [PATCH V12 7/7] Documentation: introduce amd-pstate preferrd core mode kernel command line options
[PATCH] ACPI: extlog fix null dereference check
2023-12-06 20:22 UTC (3+ messages)
[PATCH] [ACPI] sbshc: Add error handling for acpi_driver_data
2023-12-06 20:10 UTC (2+ messages)
[PATCH] [ACPI] fan_core: Add error handling for acpi_driver_data
2023-12-06 20:07 UTC (2+ messages)
[PATCH] [ACPI] fan_core: Add error handling in fan_set_state_acpi4
2023-12-06 20:06 UTC (2+ messages)
[PATCH] pnp: acpi: fix fortify warning
2023-12-06 20:03 UTC (4+ messages)
` [PATCH] [v2] "
[PATCH] acpi/video: Add quirk for the Colorful X15 AT 23 Laptop
2023-12-06 20:00 UTC (2+ messages)
[Patch v7] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241
2023-12-06 19:55 UTC (5+ messages)
[PATCH] ACPICA: Remove unused struct field and incorrect comments
2023-12-06 19:49 UTC (2+ messages)
[PATCH] ACPI: Correct and clean up the logic of acpi_parse_entries_array()
2023-12-06 19:47 UTC (4+ messages)
[PATCH] ACPICA: debugger: check status of acpi_evaluate_object in acpi_db_walk_for_fields
2023-12-06 16:39 UTC (2+ messages)
[PATCH 1/1] ACPI: XSDT: struct acpi_table_xsdt must be packed
2023-12-06 16:37 UTC (3+ messages)
[PATCH 0/3] Parse the HEST PCIe AER and set to relevant registers
2023-12-06 16:35 UTC (3+ messages)
` [PATCH 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
[PATCH v1] thermal: trip: Send trip change notifications on all trip updates
2023-12-06 16:01 UTC (3+ messages)
warning in drivers/acpi/platform_profile.c, line 74
2023-12-06 12:43 UTC
[PATCH 0/3] ACPI/NUMA: A few fixes and cleanups in drivers/acpi/numa/srat.c
2023-12-06 10:43 UTC (4+ messages)
` [PATCH 1/3] ACPI/NUMA: Remove unnecessary check in acpi_parse_gi_affinity()
` [PATCH 2/3] ACPI/NUMA: Optimize the check for the availability of node values
` [PATCH 3/3] ACPI/NUMA: Fix the logic of getting the fake_pxm value
[PATCH AUTOSEL 6.6 02/17] x86/acpi: Ignore invalid x2APIC entries
2023-12-06 7:04 UTC (2+ messages)
[PATCH] ACPI: watchdog: fix kernel-doc warnings
2023-12-05 22:50 UTC
[PATCH] x86/pci: Stop requiring MMCONFIG to be declared in E820, ACPI or EFI for newer systems
2023-12-05 22:17 UTC (6+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS ded74510ac4ba22b6c9d4731a869c22b4eb31acc
2023-12-05 15:59 UTC
[PATCH V2 0/7] coresight: Move remaining AMBA ACPI devices into platform driver
2023-12-05 10:18 UTC (28+ messages)
` [PATCH V2 1/7] coresight: replicator: Move ACPI support from AMBA driver to "
` [PATCH V2 3/7] coresight: catu: "
` [PATCH V2 5/7] coresight: tmc: "
` [PATCH V2 6/7] coresight: stm: "
` [PATCH V2 7/7] coresight: debug: "
[PATCH v3] ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check Architecture
2023-12-04 19:25 UTC
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-12-04 18:23 UTC (3+ messages)
[PATCH v1 0/4] ACPI: OSL: acpi_os_execute() improvements
2023-12-04 16:35 UTC (7+ messages)
` [PATCH v1 4/4] ACPI: OSL: Use GFP_KERNEL for work item allocations
[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
2023-12-04 15:55 UTC (9+ messages)
` [PATCH v2 2/4] mm: Add poison error check in fixup_user_fault() for mapped pfn
` [PATCH v2 3/4] mm: Change ghes code to allow poison of non-struct pfn
[PATCH v2 0/4] Add support for drivers to decide bridge D3 policy
2023-12-04 14:08 UTC (6+ messages)
` [PATCH v2 1/4] PCI: Make d3cold_allowed sysfs attribute read only
` [PATCH v2 2/4] PCI: Refresh root ports in pci_bridge_d3_update()
` [PATCH v2 3/4] ACPI: x86: s2idle: Export symbol for fetching constraints for module use
` [PATCH v2 4/4] platform/x86/amd: pmc: Add support for using constraints to decide D3 policy
[PATCH 0/7] dma-mapping: Clean up arch_setup_dma_ops()
2023-12-04 12:54 UTC (9+ messages)
` [PATCH 4/7] dma-mapping: Add helpers for dma_range_map bounds
` [PATCH 7/7] dma-mapping: Simplify arch_setup_dma_ops()
[syzbot] [net?] INFO: rcu detected stall in ip_list_rcv (6)
2023-12-04 9:45 UTC
[PATCH v1 0/6] Replace acpi_driver with platform_driver
2023-12-02 13:20 UTC (4+ messages)
` [PATCH v1 4/6] ACPI: acpi_video: "
[GIT PULL] ACPI fixes for v6.7-rc4
2023-12-02 0:05 UTC (2+ messages)
[PATCH] acpi: Use access_width over register_width for system memory accesses
2023-12-01 23:52 UTC (3+ messages)
` [PATCH v2] "
[rafael-pm:bleeding-edge] BUILD SUCCESS 6e8a583bdee5da9bc9eb72d08ee2348dfff36f27
2023-12-01 20:40 UTC
[PATCH v2] PCI/ACPI: Add extra slot register check for non-ACPI device
2023-12-01 20:02 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).