public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-09 12:29:16 to 2024-08-19 12:44:47 UTC [more...]

[PATCH v5 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
 2024-08-19 12:44 UTC  (3+ messages)
` [PATCH v5 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges

[PATCHv3 0/4] x86: Reduce code duplication on page table initialization
 2024-08-19 12:39 UTC  (8+ messages)
` [PATCHv3 1/4] x86/mm/ident_map: Fix virtual address wrap to zero
` [PATCHv3 2/4] x86/acpi: Replace manual page table initialization with kernel_ident_mapping_init()
` [PATCHv3 3/4] x86/64/kexec: Map original relocate_kernel() in init_transition_pgtable()
` [PATCHv3 4/4] x86/64/kexec: Rewrite init_transition_pgtable() with kernel_ident_mapping_init()

[PATCH v3 0/3] OF support for Surface System Aggregator Module
 2024-08-19 11:57 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: serial: Allow embedded-controller as child node
` [PATCH v3 2/3] dt-bindings: platform: Add Surface System Aggregator Module
` [PATCH v3 3/3] platform/surface: Add OF support

[PATCH -next 7/8] acpi/ghes: Make cxl_cper_fifo and cxl_cper_work static
 2024-08-19 12:00 UTC 

ACPI IRQ storm with 6.10
 2024-08-19  5:23 UTC  (7+ messages)

[PATCH] cpufreq: CPPC: Return desired perf in ->get() if feedback counters are 0
 2024-08-19  3:51 UTC 

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-08-19  0:29 UTC  (20+ messages)
` [PATCH v11 01/14] EDAC: Add support for EDAC device feature's control
` [PATCH v11 02/14] EDAC: Add EDAC scrub control driver
` [PATCH v11 03/14] EDAC: Add EDAC ECS "
` [PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v11 05/14] cxl/mbox: Add GET_FEATURE "
` [PATCH v11 06/14] cxl/mbox: Add SET_FEATURE "
` [PATCH v11 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v11 08/14] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v11 09/14] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v11 10/14] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v11 11/14] ras: mem: Add memory "
` [PATCH v11 12/14] EDAC: Add EDAC PPR control driver
` [PATCH v11 13/14] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v11 14/14] cxl/memfeature: Add CXL memory device PPR control feature

issue with Asus Vivobook keyboard
 2024-08-18 15:55 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 413e2254b7a67f21e05791073f95ad41e0a54593
 2024-08-17 11:04 UTC 

[GIT PULL] ACPI fix for v6.11-rc4
 2024-08-16 18:53 UTC  (2+ messages)

[PATCH] ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11
 2024-08-16 15:16 UTC  (2+ messages)

[PATCH] ACPI: ARM64: add acpi_iort.h to MAINTAINERS
 2024-08-16 15:15 UTC  (3+ messages)

[PATCH v1 1/1] ACPI/IORT: Switch to use kmemdup_array()
 2024-08-16 15:15 UTC  (9+ messages)

[PATCH] ACPI: PCI: check if the io space is page aligned
 2024-08-16 12:44 UTC  (3+ messages)

[RFC PATCH 0/6] rust: cpufreq: Add cppc_cpufreq driver implementation
 2024-08-16  7:06 UTC  (11+ messages)
` [RFC PATCH 1/6] ACPI: CPPC: Move struct cppc_cpudata to cppc_cpufreq driver
` [RFC PATCH 2/6] cpufreq: cppc: Remove perf_fb_ctrs field from struct cppc_cpudata
` [RFC PATCH 3/6] rust: module: Allow modules to specify initcall section
` [RFC PATCH 4/6] rust: cpufreq: Add methods to struct Cpufreq
` [RFC PATCH 5/6] rust: bindings: Add bindings for rcppc_cpufreq driver
` [RFC PATCH 6/6] rust: cpufreq: Add rust implementation of cppc_cpufreq driver

[PATCH v4 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-08-15 21:16 UTC  (5+ messages)
` [PATCH v4 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v4 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v4 3/4] x86/mce/apei: Handle variable register array size
` [PATCH v4 4/4] EDAC/mce_amd: Add support for FRU Text in MCA

[rafael-pm:bleeding-edge] BUILD SUCCESS 952e74cd01acff951b2373c9cd27cf34e79000af
 2024-08-15 19:47 UTC 

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-15 16:18 UTC  (11+ messages)
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH 3/8] ACPI/IORT: Support CANWBS memory access flag

[PATCHv2 0/4] x86: Reduce code duplication on page table initialization
 2024-08-15 10:57 UTC  (13+ messages)
` [PATCHv2 1/4] x86/mm/ident_map: Fix virtual address wrap to zero
` [PATCHv2 2/4] x86/acpi: Replace manual page table initialization with kernel_ident_mapping_init()
` [PATCHv2 3/4] x86/64/kexec: Map original relocate_kernel() in init_transition_pgtable()
` [PATCHv2 4/4] x86/64/kexec: Rewrite init_transition_pgtable() with kernel_ident_mapping_init()

[PATCH v3] ACPI: PCI: check if the root io space is page aligned
 2024-08-15  4:28 UTC  (3+ messages)

[PATCH 0/3] ACPI/video / platform/x86: Add backlight=native quirk for Dell OptiPlex 7760 AIO
 2024-08-14 20:09 UTC  (5+ messages)
` [PATCH 1/3] ACPI: video: Add Dell UART backlight controller detection
` [PATCH 2/3] platform/x86: dell-uart-backlight: Use acpi_video_get_backlight_type()
` [PATCH 3/3] ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIO

[rafael-pm:bleeding-edge] BUILD SUCCESS 6b6b6fb5ac6f22cb7858ab79e7d93106efaf72a6
 2024-08-14 19:17 UTC 

[PATCH v2] ACPI: PCI: check if the io space is page aligned
 2024-08-14 11:30 UTC  (2+ messages)

[PATCH v2 0/3] OF support for Surface System Aggregator Module
 2024-08-14 10:25 UTC  (13+ messages)
` [PATCH v2 1/3] dt-bindings: serial: Allow embedded-controller as child node
` [PATCH v2 2/3] dt-bindings: platform: Add Surface System Aggregator Module
` [PATCH v2 3/3] platform/surface: Add OF support

[PATCH v8 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-08-14  5:32 UTC  (21+ messages)
` [PATCH v8 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [PATCH v8 02/17] ACPI: scan: Add a weak arch_sort_irqchip_probe() to order the IRQCHIP probe
` [PATCH v8 03/17] ACPI: bus: Add acpi_riscv_init() function
` [PATCH v8 04/17] ACPI: scan: Refactor dependency creation
` [PATCH v8 05/17] ACPI: scan: Add RISC-V interrupt controllers to honor list
` [PATCH v8 06/17] ACPI: scan: Define weak function to populate dependencies
` [PATCH v8 07/17] ACPI: bus: Add RINTC IRQ model for RISC-V
` [PATCH v8 08/17] ACPI: pci_link: Clear the dependencies after probe
` [PATCH v8 09/17] ACPI: RISC-V: Implement PCI related functionality
` [PATCH v8 10/17] ACPI: RISC-V: Implement function to reorder irqchip probe entries
` [PATCH v8 11/17] ACPI: RISC-V: Initialize GSI mapping structures
` [PATCH v8 12/17] ACPI: RISC-V: Implement function to add implicit dependencies
` [PATCH v8 13/17] irqchip/riscv-intc: Add ACPI support for AIA
` [PATCH v8 14/17] irqchip/riscv-imsic-state: Create separate function for DT
` [PATCH v8 15/17] irqchip/riscv-imsic: Add ACPI support
` [PATCH v8 16/17] irqchip/riscv-aplic: "
` [PATCH v8 17/17] irqchip/sifive-plic: "

[rafael-pm:bleeding-edge 84/99] drivers/thermal/thermal_core.c:1012:13: error: invalid storage class for function 'thermal_zone_cdev_binding'
 2024-08-13 15:30 UTC 

[PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
 2024-08-13 14:35 UTC  (5+ messages)

[rafael-pm:bleeding-edge 81/99] drivers/thermal/thermal_core.c:862:37: error: 'struct thermal_instance' has no member named 'tz_node'; did you mean 'trip_node'?
 2024-08-13 14:28 UTC 

[PATCH] ACPI: RISCV: Make acpi_numa_get_nid() to be static
 2024-08-13 12:58 UTC  (2+ messages)

[PATCH][next] ACPI: align slab for improved memory performance
 2024-08-13 12:21 UTC  (6+ messages)

"EC: Install address space handler at the namespace root" causing issues for some users
 2024-08-13 10:53 UTC  (14+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 808a033fe41be80da178cbe47a1b013eb6d048a6
 2024-08-12 22:38 UTC 

[PATCH v1 12/17] platform/x86: acerhdf: Use the .should_bind() thermal zone callback
 2024-08-12 18:09 UTC  (7+ messages)

[PATCH v2] ACPI: APD: Add AMDI0015 as platform device
 2024-08-12 17:24 UTC  (2+ messages)

[PATCH v1 0/3] ACPI: EC: Avoid evaluating _REG for non-functional operation regions
 2024-08-12 13:16 UTC  (4+ messages)
` [PATCH v1 1/3] Revert "ACPI: EC: Evaluate orphan _REG under EC device"
` [PATCH v1 2/3] ACPICA: Add a depth argument to acpi_execute_reg_methods()
` [PATCH v1 3/3] ACPI: EC: Evaluate _REG outside the EC scope more carefully

[PATCH v2 0/2] S3 wakeup support for hardware reduced model
 2024-08-12  5:46 UTC  (3+ messages)
` [PATCH v2 1/2] ACPICA: Detect FACS in reduced hardware build
` [PATCH v2 2/2] ACPICA: Allow setting waking vector on reduced hardware platforms

[PATCH v2 0/4] Cleanups for ARM64 ACPI
 2024-08-12  3:46 UTC  (7+ messages)
` [PATCH v2 1/4] ARM64: ACPI: Remove the leftover acpi_init_cpus()
` [PATCH v2 2/4] ARM64: ACPI: Remove the leftover arm64_acpi_numa_init()
` [PATCH v2 3/4] ARM64: ACPI: Make acpi_numa_get_nid() invisible to kernel/smp.c
` [PATCH v2 4/4] ARM64: ACPI: Move the NUMA code to drivers/acpi/arm64/

[rafael-pm:bleeding-edge] BUILD SUCCESS a809d5e5c7b50d2c56470e10c7ef27cfef23a374
 2024-08-10 11:06 UTC 

[PATCH 0/3] OF support for Surface System Aggregator Module
 2024-08-10  1:17 UTC  (7+ messages)
` [PATCH 3/3] platform/surface: Add OF support

[PATCH 0/7] x86/acpi: Move ACPI MADT wakeup to generic code
 2024-08-09 23:29 UTC  (9+ messages)
` [PATCH 2/7] dt-bindings: x86: Add ACPI wakeup mailbox
` [PATCH 5/7] x86/hyperv: Mark ACPI wakeup mailbox page as private

[PATCH v2 1/1] power: reset: pwr-mlxbf: support graceful shutdown
 2024-08-09 20:21 UTC  (2+ messages)

[PATCH 7/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
 2024-08-09 18:03 UTC  (3+ messages)

[PATCH v1] ACPI: APD: Add AMDI0015 as platform device
 2024-08-09 15:59 UTC  (3+ messages)

[PATCH] gpiolib: put gpio_suffixes in a single compilation unit
 2024-08-09 12:29 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox