Linux ACPI
 help / color / mirror / Atom feed
 messages from 2026-05-26 02:51:36 to 2026-06-01 20:41:54 UTC [more...]

[PATCH v4 00/24] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-06-01 20:41 UTC  (6+ messages)
` [PATCH v4 18/24] iommu/arm-smmu-v3: Introduce master->ats_broken flag

[PATCH RFC v6 00/18] riscv: add Ssqosid and CBQRI resctrl support
 2026-06-01 20:36 UTC  (19+ messages)
` [PATCH RFC v6 01/18] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH RFC v6 02/18] riscv: detect the Ssqosid extension
` [PATCH RFC v6 03/18] riscv: add support for srmcfg CSR from "
` [PATCH RFC v6 04/18] fs/resctrl: Add resctrl_is_membw() helper
` [PATCH RFC v6 05/18] fs/resctrl: Add RDT_RESOURCE_MB_MIN and RDT_RESOURCE_MB_WGHT
` [PATCH RFC v6 06/18] fs/resctrl: Let bandwidth resources default to min_bw at reset
` [PATCH RFC v6 07/18] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH RFC v6 08/18] riscv_cbqri: Add capacity controller monitoring "
` [PATCH RFC v6 09/18] riscv_cbqri: Add bandwidth controller probe and allocation "
` [PATCH RFC v6 10/18] riscv_cbqri: Add bandwidth controller monitoring "
` [PATCH RFC v6 11/18] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH RFC v6 12/18] riscv_cbqri: resctrl: Add L3 cache occupancy monitoring
` [PATCH RFC v6 13/18] riscv_cbqri: resctrl: Add MB_MIN bandwidth allocation via Rbwb
` [PATCH RFC v6 14/18] riscv_cbqri: resctrl: Add MB_WGHT bandwidth allocation via Mweight
` [PATCH RFC v6 15/18] riscv_cbqri: resctrl: Add mbm_total_bytes bandwidth monitoring
` [PATCH RFC v6 16/18] ACPI: RISC-V: Parse RISC-V Quality of Service Controller (RQSC) table
` [PATCH RFC v6 17/18] ACPI: RISC-V: Add support for RISC-V Quality of Service Controller (RQSC)
` [PATCH RFC v6 18/18] riscv: enable resctrl filesystem for Ssqosid

[REGRESSION] ACPI: threaded SCI handler causes soft lockup in kdump capture kernel
 2026-06-01 20:29 UTC 

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-06-01 20:23 UTC  (6+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer

[PATCH] ACPI: scan: Honor _DEP for Intel CVS devices
 2026-06-01 19:40 UTC 

Open source social media project from Salzburg
 2026-06-01 18:09 UTC 

[PATCH v4 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-06-01 18:11 UTC  (9+ messages)
` [PATCH v4 1/2] ACPI: CPPC: Add support for CPPC v4
` [PATCH v4 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-01 17:57 UTC  (29+ messages)
` [PATCH 01/16] psci: simplify hotplug_tests()
` [PATCH 02/16] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH 03/16] powerpc: "
` [PATCH 04/16] x86/events: "
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 06/16] cpu: Use sysfs_emit() for cpumask show callback
` [PATCH 07/16] devfreq: Use sysfs_emit() for cpumask show callbacks
` [PATCH 08/16] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
` [PATCH 09/16] hwtracing: hisi_ptt: "
` [PATCH 10/16] RDMA/hfi1: Use sysfs_emit() for cpumask show helper
` [PATCH 11/16] nvdimm: Use sysfs_emit() for cpumask show callback
` [PATCH 12/16] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
` [PATCH 13/16] perf: "
` [PATCH 14/16] powercap: intel_rapl: Use sysfs_emit() for cpumask show
` [PATCH 15/16] thermal: intel: Use sysfs_emit() for powerclamp cpumask
` [PATCH 16/16] lib/bitmap-str: get rid of cpumap_print_to_pagebuf()

[PATCH 0/2] ACPI: battery: Do not generate too much pressure on ACPI methods
 2026-06-01 17:31 UTC  (4+ messages)
` [PATCH 1/2] ACPI: battery: Synchronize get_property() callback
` [PATCH 2/2] ACPI: battery: Merge consecutive battery notifications

[PATCH 0/2] ACPI/PCI/CXL: Enforce _DEP ordering between ACPI0016 and ACPI0017
 2026-06-01 17:27 UTC  (7+ messages)
` [PATCH 1/2] ACPI: PCI: Clear _DEP dependencies after PCI root bridge attach
` [PATCH 2/2] ACPI: scan: Honor _DEP for ACPI0016 PCI/CXL host bridge

[PATCH v1 00/15] ACPI: button: Cleanups and conversion to using devm
 2026-06-01 17:12 UTC  (16+ messages)
` [PATCH v1 01/15] ACPI: button: Fix lid_device value leak past driver removal
` [PATCH v1 02/15] ACPI: button: Pass ACPI handle to acpi_lid_evaluate_state()
` [PATCH v1 03/15] ACPI: button: Improve warning message regarding lid state
` [PATCH v1 04/15] ACPI: button: Use bool for representing boolean values
` [PATCH v1 05/15] ACPI: button: Eliminate ternary operator from acpi_lid_evaluate_state()
` [PATCH v1 06/15] ACPI: button: Change return type of two functions to void
` [PATCH v1 07/15] ACPI: button: Eliminate redundant conditional statement
` [PATCH v1 08/15] ACPI: button: Use local pointer to platform device dev field in probe
` [PATCH v1 09/15] ACPI: button: Rework device verification during probe
` [PATCH v1 10/15] ACPI: button: Drop redundant variable from acpi_button_probe()
` [PATCH v1 11/15] ACPI: button: Merge two switch () statements in acpi_button_probe()
` [PATCH v1 12/15] ACPI: button: Clean up adding and removing lid procfs interface
` [PATCH v1 13/15] ACPI: button: Use string literals for generating netlink messages
` [PATCH v1 14/15] ACPI: button: Reorganize installing and removing event handlers
` [PATCH v1 15/15] ACPI: button: Switch over to devres-based resource management

Regression in ACPI battery charging state handling on GLK MRD / Gemini Lake ODM devices
 2026-06-01 15:36 UTC  (2+ messages)

[PATCH v4 0/4] gpiolib: acpi: Consolidated fixes and bounds checking
 2026-06-01 13:03 UTC  (7+ messages)
` [PATCH v4 1/4] gpiolib: acpi: Add robust bounds-checking for GPIO pin resources
` [PATCH v4 2/4] gpiolib: acpi: fix resource leak in OpRegion
` [PATCH v4 3/4] gpiolib: acpi: prevent address truncation in OperationRegion handler
` [PATCH v4 4/4] gpiolib: acpi: fix out-of-bounds pointer arithmetic in acpi_gpio_package_count

[REGRESSION] Toshiba Fn keys + lidswitch
 2026-06-01 12:12 UTC  (9+ messages)

[PATCH 0/2] gpiolib: acpi: fix bounds-checking bugs in GPIO ACPI core
 2026-06-01  7:53 UTC  (9+ messages)
` [PATCH 1/2] gpiolib: acpi: prevent address truncation in OperationRegion handler
` [PATCH 2/2] gpiolib: acpi: fix out-of-bounds pointer arithmetic in acpi_gpio_package_count

[PATCH] ACPI: CPPC: Add helper to get effective guaranteed performance
 2026-06-01  2:31 UTC  (3+ messages)

[PATCH RFC v5 00/18] riscv: add Ssqosid and CBQRI resctrl support
 2026-05-31  1:51 UTC  (4+ messages)
` [PATCH RFC v5 16/18] ACPI: RISC-V: Parse RISC-V Quality of Service Controller (RQSC) table

[rafael-pm:bleeding-edge] BUILD SUCCESS 16cccafcb48707a9a3c0aa3e56c2e790d4e41d7c
 2026-05-30 12:27 UTC 

[PATCH v5 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-05-29 17:06 UTC  (22+ messages)
` [PATCH v5 01/10] ACPI: APEI: GHES: share macros via a private header
` [PATCH v5 02/10] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v5 03/10] ACPI: APEI: GHES: move GHESv2 ack and alloc helpers
` [PATCH v5 04/10] ACPI: APEI: GHES: move estatus cache helpers
` [PATCH v5 05/10] ACPI: APEI: GHES: move vendor record helpers
` [PATCH v5 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v5 07/10] ACPI: APEI: introduce GHES helper
` [PATCH v5 08/10] ACPI: APEI: share GHES CPER helpers
` [PATCH v5 09/10] dt-bindings: firmware: add arm,ras-cper
` [PATCH v5 10/10] RAS: add firmware-first CPER provider

[PATCH] ACPICA: Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy()
 2026-05-29  7:24 UTC  (4+ messages)

[PATCH v3 00/17] arm64: Use EL2 virtual timer when running VHE
 2026-05-28 23:29 UTC  (7+ messages)
` [PATCH v3 01/17] ACPI: GTDT: Account for GTDTv3 size when walking the platform timer descriptors
` [PATCH v3 14/17] arm64: dts: realtek: Add EL2 virtual timer interrupt
` (subset) [PATCH v3 00/17] arm64: Use EL2 virtual timer when running VHE

[PATCH] i2c: designware: Add ACPI ID LECA0003 for LECARC SoCs
 2026-05-28 23:07 UTC  (2+ messages)

[GIT PULL] ACPI support fixes for v7.1-rc6
 2026-05-28 20:58 UTC  (2+ messages)

[PATCH v3 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-05-28 12:07 UTC  (9+ messages)
` [PATCH v3 1/2] ACPI: CPPC: Add support for CPPC v4
` [PATCH v3 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[PATCH] ACPI: processor: Add cpuidle driver check in acpi_processor_register_idle_driver
 2026-05-28  9:35 UTC  (2+ messages)

[PATCH v2] ACPI: APEI: Handle repeated SEA error storms
 2026-05-28  1:48 UTC  (2+ messages)

(no subject)
 2026-05-27 20:34 UTC  (2+ messages)
` 

[PATCH v1 00/27] ACPI: ACPICA 20260408
 2026-05-27 18:10 UTC  (28+ messages)
` [PATCH v1 01/27] ACPICA: actypes: Distinguish between D3hot/cold
` [PATCH v1 02/27] ACPICA: actbl2.h: ACPI 6.6: Updates for MADT MPWakeup
` [PATCH v1 03/27] ACPICA: Fix condition check in acpi_ps_parse_loop()
` [PATCH v1 04/27] ACPICA: Add alias node support in namespace handling
` [PATCH v1 05/27] ACPICA: Add modern standby DSM GUIDs
` [PATCH v1 06/27] ACPICA: Fix FADT 32/64X length mismatch warning
` [PATCH v1 07/27] ACPICA: Add LVR to acrestyp.h
` [PATCH v1 08/27] ACPICA: Fetch LVR I2C resource descriptor
` [PATCH v1 09/27] ACPICA: Change LVR to 8 bit value
` [PATCH v1 10/27] ACPICA: Mention the LVR bits
` [PATCH v1 11/27] ACPICA: fix I2C LVR item count in the conversion table
` [PATCH v1 12/27] ACPICA: Fix use-after-free in acpi_ds_terminate_control_method()
` [PATCH v1 13/27] ACPICA: validate byte_count in acpi_ps_get_next_package_length()
` [PATCH v1 14/27] ACPICA: add boundary checks in acpi_ps_get_next_field()
` [PATCH v1 15/27] ACPICA: Prevent adding invalid references
` [PATCH v1 16/27] ACPICA: Fix integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_op)
` [PATCH v1 17/27] ACPICA: Improve argument parsing in acpi_ps_get_next_simple_arg()
` [PATCH v1 18/27] ACPICA: validate handler object type in two places
` [PATCH v1 19/27] ACPICA: Add validation for node in acpi_ns_build_normalized_path()
` [PATCH v1 20/27] ACPICA: Enhance buffer validation in acpi_ut_walk_aml_resources()
` [PATCH v1 21/27] ACPICA: Fix NULL pointer dereference in acpi_ns_custom_package()
` [PATCH v1 22/27] ACPICA: Enhance OEM ID and Table ID validation in acpi_ex_load_table_op()
` [PATCH v1 23/27] ACPICA: Remove spurious precision from format used to dump parse trees
` [PATCH v1 24/27] ACPICA: Update the copyright year to 2026
` [PATCH v1 25/27] ACPICA: Update version to 20260408
` [PATCH v1 26/27] ACPICA: Add package limit checks in parser functions
` [PATCH v1 27/27] ACPICA: add boundary checks in two places

[rafael-pm:fixes] BUILD SUCCESS 1b504fc632399a915b94541d2915825687c524cb
 2026-05-27 17:54 UTC 

[PATCH v3 0/4] Add CPPC HighestFreq support
 2026-05-27 15:19 UTC  (2+ messages)

[PATCH 0/4] ACPI: video: checkpatch cleanups
 2026-05-27 12:07 UTC  (3+ messages)
` [PATCH 1/4] ACPI: video: Do not initialise device_id_scheme

[PATCH v7 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-05-27  8:03 UTC  (2+ messages)

[PATCH] driver core: platform: Setup device MSI domain just before driver probe
 2026-05-26 15:22 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 44d6101d610303d64d51b8366de0de0034cac61f
 2026-05-26  8:43 UTC 

[rafael-pm:fixes] BUILD SUCCESS 73c61caeee9538d702f458bbccc03849db673fab
 2026-05-26  7:51 UTC 

[PATCH] mailbox: pcc: Fix probabilistic command execution timeout
 2026-05-26  6:28 UTC  (4+ messages)

[PATCH v02] mailbox: pcc: report errors for PCC clients
 2026-05-26  3:53 UTC  (7+ messages)


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