public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-06 23:41:27 to 2024-08-14 19:25:37 UTC [more...]

[PATCHv2 0/4] x86: Reduce code duplication on page table initialization
 2024-08-14 19:25 UTC  (9+ 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()

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

[PATCH 0/3] ACPI/video / platform/x86: Add backlight=native quirk for Dell OptiPlex 7760 AIO
 2024-08-14 19:01 UTC  (4+ 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

[PATCH v3] ACPI: PCI: check if the root io space is page aligned
 2024-08-14 16:37 UTC  (2+ messages)

[PATCH v3 0/3] OF support for Surface System Aggregator Module
 2024-08-14 14:06 UTC  (5+ 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 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

ACPI IRQ storm with 6.10
 2024-08-14  6:47 UTC  (2+ messages)

[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: "

[PATCH] ACPI: PCI: check if the io space is page aligned
 2024-08-13 16:24 UTC 

[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 0/8] Initial support for SMMUv3 nested translation
 2024-08-13 14:35 UTC  (22+ messages)
` [PATCH 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH 3/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH 4/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH 5/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH 7/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH 8/8] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user

[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  (9+ messages)
` [PATCH 1/3] dt-bindings: serial: Allow embedded-controller as child node
` [PATCH 2/3] dt-bindings: platform: Add Surface System Aggregator Module
` [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  (15+ messages)
` [PATCH 2/7] dt-bindings: x86: Add ACPI wakeup mailbox
` [PATCH 3/7] x86/dt: Support the ACPI multiprocessor wakeup for device tree
` [PATCH 5/7] x86/hyperv: Mark ACPI wakeup mailbox page as private
` [PATCH 6/7] x86/hyperv: Reserve real mode when ACPI wakeup mailbox is available

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

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

[PATCH] ACPI: ARM64: add acpi_iort.h to MAINTAINERS
 2024-08-09 13:53 UTC  (2+ messages)

[PATCH v1 1/1] ACPI/IORT: Switch to use kmemdup_array()
 2024-08-09 13:46 UTC  (8+ messages)

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

[PATCH 0/3] cleanups for ARM64 ACPI
 2024-08-09 10:45 UTC  (7+ messages)
` [PATCH 1/3] ARM64: ACPI: Remove the leftover acpi_init_cpus()
` [PATCH 2/3] ARM64: ACPI: Remove the leftover arm64_acpi_numa_init()
` [PATCH 3/3] ARM64: ACPI: Move the NUMA code to drivers/acpi/arm64/

[PATCH v3] ACPI: introduce acpi_arch_init
 2024-08-08  9:43 UTC  (2+ messages)

[PATCH v2] ACPI: introduce acpi_arch_init
 2024-08-08  8:46 UTC  (3+ messages)

[PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section
 2024-08-07 20:31 UTC  (4+ messages)

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-08-07 18:53 UTC  (30+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt

[rafael-pm:intel_pstate-testing] [cpufreq] 4a8311d560: WARNING:at_arch/x86/kernel/cpu/aperfmperf.c:#arch_set_cpu_capacity
 2024-08-07 13:41 UTC 

[PATCH] acpi video: force native for Apple MacbookPro9,2
 2024-08-07 10:25 UTC  (2+ messages)

[PATCH v3 0/4] use device_for_each_child_node() to access device child nodes
 2024-08-07  1:10 UTC  (2+ messages)


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