messages from 2025-03-13 15:29:17 to 2025-03-21 19:12:41 UTC [more...]
[PATCH v6 00/10] Introduce /dev/mshv root partition driver
2025-03-21 19:12 UTC (20+ messages)
` [PATCH v6 01/10] hyperv: Log hypercall status codes as strings
` [PATCH v6 02/10] x86/mshyperv: Add support for extended Hyper-V features
` [PATCH v6 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v6 04/10] hyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v6 05/10] acpi: numa: Export node_to_pxm()
` [PATCH v6 06/10] Drivers: hv: Export some functions for use by root partition module
` [PATCH v6 07/10] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v6 08/10] x86: hyperv: Add mshv_handler() irq handler and setup function
` [PATCH v6 09/10] hyperv: Add definitions for root partition driver to hv headers
` [PATCH v6 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
[PATCH v2 0/4] iommu: Fix the longstanding probe issues
2025-03-21 16:48 UTC (14+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path
[PATCH] net: remove sb1000 cable modem driver
2025-03-21 16:20 UTC (4+ messages)
[PATCH v3 00/13] mailbox: pcc: Fixes and cleanup/refactoring
2025-03-21 13:57 UTC (15+ messages)
` [PATCH v3 04/13] mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
` [PATCH v3 05/13] mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
` [PATCH v3 06/13] mailbox: pcc: Refactor error handling in irq handler into separate function
` [PATCH v3 07/13] mailbox: pcc: Always map the shared memory communication address
` [PATCH v3 08/13] mailbox: pcc: Refactor and simplify check_and_ack()
` [PATCH v3 09/13] soc: hisilicon: kunpeng_hccs: Simplify PCC shared memory region handling
` [PATCH v3 10/13] i2c: xgene-slimpro: "
` [PATCH v3 11/13] hwmon: (xgene-hwmon) "
` [PATCH v3 12/13] ACPI: PCC: "
` [PATCH v3 13/13] ACPI: CPPC: "
[RFC PATCH v3 0/2] ACPI: NUMA: debug invalid unused PXM value for CFMWs
2025-03-21 11:51 UTC (4+ messages)
` [RFC PATCH v3 1/2] mm: numa_memblks: introduce numa_add_reserved_memblk
` [RFC PATCH v3 2/2] ACPI: NUMA: debug invalid unused PXM value for CFMWs
[PATCH v1 0/4] leds: Introduce and use fwnode_get_child_node_count()
2025-03-21 11:03 UTC (8+ messages)
` [PATCH v1 1/4] device property: Split fwnode_get_child_node_count()
[PATCH v2 0/8] cxl: support CXL memory RAS features
2025-03-21 10:03 UTC (11+ messages)
` [PATCH v2 1/8] cxl: Add helper function to retrieve a feature entry
` [PATCH v2 2/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v2 3/8] cxl/edac: Add CXL memory device "
` [PATCH v2 4/8] cxl/edac: Add CXL memory device ECS "
` [PATCH v2 5/8] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v2 6/8] cxl: Support for finding memory operation attributes from the current boot
` [PATCH v2 7/8] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v2 8/8] cxl/memfeature: Add CXL memory device memory sparing "
[RFC PATCH 0/6] Cache coherency management subsystem
2025-03-21 9:38 UTC (9+ messages)
` [RFC PATCH 1/6] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [RFC PATCH 2/6] arm64: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [RFC PATCH 3/6] cache: coherency device class
` [RFC PATCH 4/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
` [RFC PATCH 5/6] acpi: PoC of Cache control via ACPI0019 and _DSM
` [RFC PATCH 6/6] Hack: Pretend we have PSCI 1.2
[PATCH v5 0/8] Support for autonomous selection in cppc_cpufreq
2025-03-21 1:45 UTC (6+ messages)
` [PATCH v5 3/8] ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val()
[PATCH v6] PCI: Allow PCI bridges to go to D3Hot on all non-x86
2025-03-20 21:38 UTC (2+ messages)
[PATCH v2 0/9] x86/hyperv: Support wakeup mailbox for VTL2 TDX guest
2025-03-20 20:34 UTC (13+ messages)
` [PATCH v2 2/9] dt-bindings: x86: Add a binding for x86 wakeup mailbox
[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-20 18:47 UTC (25+ messages)
` [PATCH hyperv-next v6 01/11] arm64: kvm, smccc: Introduce and use API for detecting hypervisor presence
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect "
` [PATCH hyperv-next v6 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v6 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v6 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v6 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v6 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v6 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v6 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[PATCH v5] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
2025-03-20 17:57 UTC (6+ messages)
[PATCH] ACPICA: Adjust the position of code lines
2025-03-20 9:29 UTC
[PATCH v9 0/8] Support ROHM BD79124 ADC
2025-03-20 8:22 UTC (4+ messages)
` [PATCH v9 2/8] property: Add functions to iterate named child
` [PATCH v9 3/8] iio: adc: add helpers for parsing ADC nodes
` [PATCH v9 7/8] MAINTAINERS: Add IIO ADC helpers
[PATCH v8 00/10] Support ROHM BD79124 ADC
2025-03-20 6:43 UTC (12+ messages)
` [PATCH v8 02/10] property: Add functions to iterate named child
` [PATCH v8 03/10] iio: adc: add helpers for parsing ADC nodes
` [PATCH v8 07/10] MAINTAINERS: Add IIO ADC helpers
` [PATCH net-next v8 09/10] net: gianfar: Use device_get_child_node_count_named()
PCI: hotplug_event: PCIe PLDA Device BAR Reset
2025-03-19 21:41 UTC (4+ messages)
[PATCH v3 00/15] Prepare for new Intel Family numbers
2025-03-19 19:46 UTC (7+ messages)
[PATCH v5 00/10] Introduce /dev/mshv root partition driver
2025-03-19 18:04 UTC (21+ messages)
` [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
[PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes
2025-03-19 14:54 UTC (6+ messages)
[PATCH] ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP
2025-03-19 12:50 UTC (3+ messages)
ACPI Error: AE_AML_LOOP_TIMEOUT in \_SB.PCI0.SBUS.RDWD & \_SB.PCI0.SBRG.ADP1._PSR
2025-03-19 11:29 UTC
[PATCH v2 0/8] drivers: Transition to the faux device interface
2025-03-18 17:01 UTC (2+ messages)
` [PATCH v2 7/8] ACPI: APEI: EINJ: "
PCI: hotplug_event: PCIe PLDA Device BAR Reset
2025-03-18 14:07 UTC (6+ messages)
Warnings `Could not retrieve perf counters (-19)` and `amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled` (Dell PowerEdge R7625, AMD EPYC 9174F)
2025-03-18 1:29 UTC (5+ messages)
[PATCH 0/9] drivers: Transition to the faux device interface
2025-03-17 18:10 UTC (6+ messages)
` [PATCH 8/9] ACPI: APEI: EINJ: "
` (subset) [PATCH 0/9] drivers: "
[PATCH v3 0/2] Add driver for Intel Over-Clocking Watchdog
2025-03-17 10:55 UTC (3+ messages)
` [PATCH v3 1/2] watchdog: Add driver for Intel OC WDT
` [PATCH v3 2/2] ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
[PATCH v3 0/2] ACPI: NUMA: debug invalid unused PXM value for CFMWs
2025-03-17 10:15 UTC (3+ messages)
` [PATCH v3 1/2] mm: numa_memblks: introduce numa_add_reserved_memblk
` [PATCH v3 2/2] ACPI: NUMA: debug invalid unused PXM value for CFMWs
[PATCH v7 00/10] Support ROHM BD79124 ADC
2025-03-17 8:22 UTC (6+ messages)
` [PATCH v7 02/10] property: Add functions to iterate named child
` [PATCH v7 03/10] iio: adc: add helpers for parsing ADC nodes
[PATCH] ACPICA: Replace deprecated strncpy() with strscpy()
2025-03-17 8:19 UTC (2+ messages)
[PATCH v6 00/10] Support ROHM BD79124 ADC
2025-03-15 18:28 UTC (4+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 1fe6dd9309d02a2f3487b5495bea602d9e057548
2025-03-15 15:40 UTC
[PATCH v2] ACPI: NUMA: debug invalid unused PXM value for CFMWs
2025-03-14 16:55 UTC (8+ messages)
tFrom 1dc5533382b9951c70b1a38f02065b41453b175a Mon Sep 17 00:00:00 2001
2025-03-14 15:02 UTC (3+ messages)
` [PATCH v8 1/5] tpm_crb: ffa_tpm: implement driver compliant to CRB over FF-A
[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
2025-03-14 13:11 UTC (13+ messages)
` [Patch 3/5] ACPI: CPPC: support updating epp, auto_sel and {min|max_perf} from sysfs
6.14.0-rc debug kernel is slow, kacpi_notify high cpu usage
2025-03-14 10:40 UTC (4+ messages)
Regression on linux-next (next-20250312)
2025-03-14 9:48 UTC (3+ messages)
[PATCH v4 0/9] Enable EINJv2 Support
2025-03-14 9:27 UTC (5+ messages)
` [PATCH v4 6/9] ACPI: APEI: EINJ: Add einjv2 extension struct
[PATCH v2 0/2] Add driver for Intel Over-Clocking Watchdog
2025-03-13 21:15 UTC (8+ messages)
` [PATCH v2 1/2] watchdog: Add driver for Intel OC WDT
` [PATCH v2 2/2] ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
[PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-13 18:46 UTC (4+ messages)
` [PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
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).