public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-23 05:46:28 to 2024-02-02 12:17:16 UTC [more...]

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-02-02 12:17 UTC  (5+ messages)

[PATCH v2 0/6] ubsan: Introduce wrap-around sanitizers
 2024-02-02 12:17 UTC  (9+ messages)
` [PATCH v2 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH v2 3/6] ubsan: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH v2 4/6] ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
` [PATCH v2 5/6] ubsan: Split wrapping sanitizer Makefile rules
` [PATCH v2 6/6] ubsan: Get x86_64 booting with unsigned wrap-around sanitizer

[PATCH v3 0/5] Add support for fetching EDID from ACPI _DDC
 2024-02-02 10:29 UTC  (9+ messages)
` [PATCH v3 1/5] ACPI: video: Handle fetching EDID that is longer than 256 bytes
` [PATCH v3 2/5] drm: Add drm_get_acpi_edid() helper
` [PATCH v3 3/5] drm/amd: Fetch the EDID from _DDC if available for eDP
` [PATCH v3 4/5] drm/nouveau: Use drm_get_acpi_edid() helper
` [PATCH v3 5/5] drm: Drop unneeded selects in DRM drivers

[RFC PATCH v2 00/21] RISC-V: ACPI: Add external interrupt controller support
 2024-02-02  8:48 UTC  (4+ messages)
` [RFC PATCH v2 05/21] pnp.h: Return -EPROBE_DEFER for disabled IRQ resource in pnp_irq()

[PATCH] ACPICA: Use swap() instead of open coding it
 2024-02-02  8:14 UTC 

[PATCH] cpufreq: CPPC: Resolve the large frequency discrepancy from cpuinfo_cur_freq
 2024-02-02  8:08 UTC  (6+ messages)

[PATCH v3] ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check Architecture
 2024-02-01 20:45 UTC  (5+ messages)

[PATCH 0/2] cxl/cper: Fixes for CXL CPER event processing
 2024-02-01 16:16 UTC  (9+ messages)
` [PATCH 1/2] cxl/cper: Fix errant CPER prints for CXL events
` [PATCH 2/2] cxl/trace: Remove unnecessary memcpy's

[RFC PATCH 0/5] of: automate of_node_put() - new approach to loops
 2024-02-01 15:21 UTC  (21+ messages)
` [RFC PATCH 1/5] of: Add cleanup.h based auto release via __free(device_node) markings
` [RFC PATCH 2/5] of: Introduce for_each_child_of_node_scoped() to automate of_node_put() handling
` [RFC PATCH 3/5] of: unittest: Use for_each_child_of_node_scoped()
` [RFC PATCH 4/5] iio: adc: fsl-imx25-gcq: Use for_each_child_node_scoped()
` [RFC PATCH 5/5] iio: adc: rcar-gyroadc: use for_each_child_node_scoped()

[RFC KERNEL PATCH v4 3/3] PCI/sysfs: Add gsi sysfs for pci_dev
 2024-02-01  8:39 UTC  (10+ messages)

[PATCH 0/4] Add ACPI NUMA support for RISC-V
 2024-02-01  5:52 UTC  (8+ messages)
` [PATCH 1/4] ACPICA: SRAT: Add RISC-V RINTC affinity structure
` [PATCH 2/4] ACPI: NUMA: Add handler for SRAT "
` [PATCH 3/4] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
` [PATCH 4/4] ACPI: RISCV: Enable ACPI based NUMA

[rafael-pm:bleeding-edge] BUILD REGRESSION bd0e3c391ff3c3c5c9b41227d6b7433fcf4d9c61
 2024-02-01  3:35 UTC 

[bug report] system panic after "ACPI: PM: Preparing to enter system sleep state S5"
 2024-02-01  2:25 UTC 

[rafael-pm:bleeding-edge 8/30] drivers/char/apm-emulation.c:91:9: error: redeclaration of enumerator 'SUSPEND_NONE'
 2024-01-31 22:15 UTC 

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-31 17:25 UTC  (17+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v4 00/11] cxl: Add support to report region access coordinates to numa nodes
 2024-01-31 15:56 UTC  (4+ messages)
  ` [PATCH v4 08/11] cxl/region: Calculate performance data for a region

[PATCH v2 0/4] Add support for fetching EDID from ACPI _DDC
 2024-01-31 15:00 UTC  (10+ messages)
` [PATCH v2 1/4] ACPI: video: Handle fetching EDID that is longer than 256 bytes
` [PATCH v2 2/4] drm: Add drm_get_acpi_edid() helper
` [PATCH v2 3/4] drm/amd: Fetch the EDID from _DDC if available for eDP
` [PATCH v2 4/4] drm/nouveau: Use drm_get_acpi_edid() helper

[PATCH V14 0/7] amd-pstate preferred core
 2024-01-31 13:58 UTC  (4+ messages)

[PATCH] ACPI/HMAT: Move HMAT messages to pr_debug()
 2024-01-31 11:54 UTC  (2+ messages)

[PATCH 0/3] Add Zhaoxin preferred core support in acpi-cpufreq
 2024-01-31 10:55 UTC  (7+ messages)
` [PATCH 1/3] ACPI: CPPC: Add get the highest perf register value support
` [PATCH 3/3] ACPI: cpufreq: Add ITMT support when CPPC enabled for Zhaoxin CPUs

[PATCH v2 0/4] PCI/AER: Handle Advisory Non-Fatal properly
 2024-01-31  8:04 UTC  (7+ messages)
` [PATCH v2 1/4] PCI/AER: Store more information in aer_err_info
` [PATCH v2 2/4] PCI/AER: Handle Advisory Non-Fatal properly
` [PATCH v2 3/4] PCI/AER: Fetch information for FTrace
` [PATCH v2 4/4] RAS: Trace more information in aer_event

[bug report] acpi/ghes: Process CXL Component Events
 2024-01-31  7:37 UTC 

[PATCH] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CVA
 2024-01-30  9:57 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS f7bf5c4cd6282b68d40436df305ceaae1349858c
 2024-01-30  3:38 UTC 

[PATCH 0/2] Fetch EDID from ACPI _DDC method if available
 2024-01-29 16:54 UTC  (9+ messages)
` [PATCH 1/2] ACPI: video: Handle fetching EDID that is longer than 256 bytes
` [PATCH 2/2] drm/amd: Fetch the EDID from _DDC if available for eDP

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 15:34 UTC  (61+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

hp-wmi: info hotkey has no keycode or scancode
 2024-01-29 13:00 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 87a1cb515445f16607b157c5899aaaefb9ba283b
 2024-01-27 21:41 UTC 

[PATCH v2] x86/pci: Stop requiring ECAM to be declared in E820, ACPI or EFI
 2024-01-26 19:47 UTC  (5+ messages)

[PATCH v2 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()
 2024-01-26 16:46 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 125aa3731deca288f8e5ff0043a3f2402d74760b
 2024-01-25 17:37 UTC 

[ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel VI edition (OSPM-summit 2024)
 2024-01-25 11:35 UTC 

[PATCH 35/82] ACPI: custom_method: Refactor intentional wrap-around test
 2024-01-24 20:16 UTC  (3+ messages)

[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
 2024-01-24 15:18 UTC  (6+ messages)
` [PATCH 19/21] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()

[PATCH AUTOSEL 6.7 08/13] ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA and E1504GAB
 2024-01-24 14:28 UTC  (2+ messages)
` [PATCH AUTOSEL 6.7 09/13] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CGA

[RFT][PATCH v1] ACPI: OSL: Use a threaded interrupt handler for SCI
 2024-01-23 17:51 UTC  (5+ messages)
    `  "

[PATCH v7 0/7] consolidate and cleanup CPU capacity
 2024-01-23 15:14 UTC  (5+ messages)
` [PATCH v7 3/7] cpufreq/schedutil: Use a fixed reference frequency

[PATCH v5 0/1] irqchip/gic-v3: Enable non-coherent GIC designs probing
 2024-01-23 13:36 UTC  (3+ messages)
` [PATCH v5 1/1] irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probing

[PATCH V4 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
 2024-01-23  5:46 UTC  (12+ messages)
` [PATCH V4 01/11] coresight: etm4x: Fix unbalanced pm_runtime_enable()
` [PATCH V4 02/11] coresight: stm: Extract device name from AMBA pid based table lookup
` [PATCH V4 03/11] coresight: tmc: Extract device properties "
` [PATCH V4 04/11] coresight: Add helpers registering/removing both AMBA and platform drivers
` [PATCH V4 05/11] coresight: replicator: Move ACPI support from AMBA driver to platform driver
` [PATCH V4 06/11] coresight: funnel: "
` [PATCH V4 07/11] coresight: catu: "
` [PATCH V4 08/11] coresight: tpiu: "
` [PATCH V4 09/11] coresight: tmc: "
` [PATCH V4 10/11] coresight: stm: "
` [PATCH V4 11/11] coresight: debug: "


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