public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-21 18:10:44 to 2023-09-27 15:31:23 UTC [more...]

[PATCH v5 0/3] CXL, ACPI, APEI, EINJ: Update EINJ for CXL 1.1 error types
 2023-09-27 15:31 UTC  (17+ messages)
` [PATCH v5 1/3] CXL, PCIE: Add cxl_rcrb_addr file to dport_dev
` [PATCH v5 2/3] ACPI, APEI, EINJ: Add CXL 1.1 EINJ error type support
` [PATCH v5 3/3] ACPI, APEI, EINJ: Update EINJ documentation

[PATCH v1 00/13] thermal: ACPI: More ACPI thermal improvements and modification of thermal instances
 2023-09-27 15:27 UTC  (27+ messages)
` [PATCH v1 01/13] ACPI: thermal: Add device list to struct acpi_thermal_trip
` [PATCH v1 02/13] ACPI: thermal: Collapse trip devices update functions
` [PATCH v1 03/13] ACPI: thermal: Collapse trip devices update function wrappers
` [PATCH v1 04/13] ACPI: thermal: Merge trip initialization functions
` [PATCH v1 05/13] thermal: core: Store trip pointer in struct thermal_instance
` [PATCH v1 06/13] thermal: gov_fair_share: Rearrange get_trip_level()
` [PATCH v1 07/13] thermal: gov_power_allocator: Use trip pointers instead of trip indices
` [PATCH v1 08/13] thermal: gov_step_wise: Fold update_passive_instance() into its caller
` [PATCH v1 09/13] thermal: core: Rename trip point index function arguments in governors
` [PATCH v1 10/13] thermal: core: Allow trip pointers to be used for cooling device binding
` [PATCH v1 11/13] ACPI: thermal: Do not use trip indices "
` [PATCH v1 12/13] ACPI: thermal: Drop critical_valid and hot_valid trip flags
` [PATCH v1 13/13] ACPI: thermal: Rename structure fields holding temperature in deci-Kelvin

[PATCH 0/3] ACPI: PCC: Define and use the common PCC shared memory regions related macros
 2023-09-27 15:07 UTC  (13+ messages)
` [PATCH 1/3] ACPI: PCC: Add PCC shared memory region command and status bitfields
` [PATCH 2/3] i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros
` [PATCH 3/3] hwmon: (xgene) "

[PATCH v4 00/11] gpiolib: work towards removing gpiochip_find()
 2023-09-27 14:29 UTC  (12+ messages)
` [PATCH v4 01/11] gpiolib: make gpio_device_get() and gpio_device_put() public
` [PATCH v4 02/11] gpiolib: add support for scope-based management to gpio_device
` [PATCH v4 03/11] gpiolib: provide gpio_device_find()
` [PATCH v4 04/11] gpiolib: provide gpio_device_find_by_label()
` [PATCH v4 05/11] gpiolib: provide gpio_device_get_desc()
` [PATCH v4 06/11] gpiolib: reluctantly provide gpio_device_get_chip()
` [PATCH v4 07/11] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
` [PATCH v4 08/11] gpio: of: replace gpiochip_find_* with gpio_device_find_*
` [PATCH v4 09/11] gpio: acpi: replace gpiochip_find() with gpio_device_find()
` [PATCH v4 10/11] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()
` [PATCH v4 11/11] gpio: sysfs: drop the mention of gpiochip_find() from sysfs code

[PATCH v3 00/11] gpiolib: work towards removing gpiochip_find()
 2023-09-27 13:57 UTC  (8+ messages)
` [PATCH v3 04/11] gpiolib: provide gpio_device_find_by_label()

[RFT PATCH 0/4] platform/x86: int3472: don't use gpiod_toggle_active_low()
 2023-09-27 13:17 UTC  (22+ messages)
` [RFT PATCH 1/4] platform/x86: int3472: provide a helper for getting GPIOs from lookups
` [RFT PATCH 2/4] platform/x86: int3472: led: don't use gpiod_toggle_active_low()
` [RFT PATCH 3/4] platform/x86: int3472: clk_and_regulator: use GPIO lookup tables
` [RFT PATCH 4/4] gpio: acpi: remove acpi_get_and_request_gpiod()

[rafael-pm:bleeding-edge] BUILD SUCCESS 0b334e02fdc2ca86498f87bd3deb568002de027f
 2023-09-27 13:08 UTC 

[PATCH] ACPI: thermal: Fix a small leak in acpi_thermal_add()
 2023-09-27 13:00 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-09-27  8:11 UTC 

[PATCH] pnp: Clean up errors in pnp.h
 2023-09-27  5:56 UTC 

Questions: Should kernel panic when PCIe fatal error occurs?
 2023-09-27  4:03 UTC  (12+ messages)

[PATCH] ACPI: FPDT: break out of the loop if record length is zero
 2023-09-27  1:47 UTC  (3+ messages)

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-09-26 19:42 UTC  (2+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH v1 0/2] Fix memory leak and move to modern scope based rollback
 2023-09-26 18:52 UTC  (5+ messages)
` [PATCH v1 1/2] ACPI: NFIT: Fix memory leak, and local use of devm_*()
` [PATCH v1 2/2] ACPI: NFIT: Use modern scope based rollback

[RFC] ACPI Code First ECR: Support for resetting the Multiprocessor Wakeup Mailbox
 2023-09-26 17:58 UTC  (2+ messages)

[PATCH v1 0/9] ACPI: thermal: Removal of redundant data and cleanup
 2023-09-26 13:47 UTC  (20+ messages)
` [PATCH v1 1/9] ACPI: thermal: Simplify initialization of critical and hot trips
` [PATCH v1 2/9] ACPI: thermal: Fold acpi_thermal_get_info() into its caller
` [PATCH v1 3/9] ACPI: thermal: Determine the number of trip points earlier
` [PATCH v1 4/9] ACPI: thermal: Create and populate trip points table earlier
` [PATCH v1 5/9] ACPI: thermal: Simplify critical and hot trips representation
` [PATCH v1 6/9] ACPI: thermal: Untangle initialization and updates of the passive trip
` [PATCH v1 7/9] ACPI: thermal: Untangle initialization and updates of active trips
` [PATCH v1 8/9] ACPI: thermal: Drop redundant trip point flags
` [PATCH v1 9/9] ACPI: thermal: Drop valid flag from struct acpi_thermal_trip

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-26 13:16 UTC  (2+ messages)

[RFC PATCH v2 0/9] Use ERST for persistent storage of MCE and APEI errors
 2023-09-26  6:47 UTC  (12+ messages)
` [RFC PATCH v2 1/9] pstore: move pstore creator id, section type and record struct to common header
` [RFC PATCH v2 2/9] ACPI: APEI: Use common ERST struct to read/write serialized MCE record
` [RFC PATCH v2 3/9] ACPI: APEI: ERST: Emit the mce_record tracepoint
` [RFC PATCH v2 4/9] ACPI: tables: change section_type of generic error data as guid_t
` [RFC PATCH v2 5/9] ACPI: APEI: GHES: Use ERST to serialize APEI generic error before panic
` [RFC PATCH v2 6/9] ACPI: APEI: GHES: export ghes_report_chain
` [RFC PATCH v2 7/9] ACPI: APEI: ESRT: kick ghes_report_chain notifier to report serialized memory errors
` [RFC PATCH v2 8/9] ACPI: APEI: ESRT: print AER to report serialized PCIe errors
` [RFC PATCH v2 9/9] ACPI: APEI: ESRT: log ARM processor error

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2023-09-26  6:38 UTC  (7+ messages)
` [RESEND PATCH v8 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [RESEND PATCH v8 2/2] ACPI: APEI: handle synchronous exceptions in task work

Fwd: [Regression] S3 Sleep Mode failures since Linux 6.x on Dell Inspiron 15 5593
 2023-09-26  0:25 UTC 

[PATCH] cpu-hotplug: provide prototypes for arch CPU registration
 2023-09-25 23:17 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS fc7ab893b258a5b44bb70afc6c622eedf9fbc868
 2023-09-25 23:03 UTC 

[PATCH] acpi: Use access_width over register_width for system memory accesses
 2023-09-25 18:05 UTC 

[PATCH RFC v2] cpu-hotplug: provide prototypes for arch CPU registration
 2023-09-25 16:28 UTC  (4+ messages)

[PATCH v1 0/9] Replace acpi_driver with platform_driver
 2023-09-25 16:11 UTC  (12+ messages)
` [PATCH v1 1/9] ACPI: bus: Make notify wrappers more generic
` [PATCH v1 2/9] docs: firmware-guide: ACPI: Clarify ACPI bus concepts
` [PATCH v1 3/9] ACPI: AC: Remove unnecessary checks
` [PATCH v1 4/9] ACPI: AC: Use string_choices API instead of ternary operator
` [PATCH v1 5/9] ACPI: AC: Replace acpi_driver with platform_driver
` [PATCH v1 6/9] ACPI: AC: Rename ACPI device from device to adev
` [PATCH v1 7/9] ACPI: NFIT: Replace acpi_driver with platform_driver
` [PATCH v1 8/9] ACPI: NFIT: Remove redundant call to to_acpi_dev()
` [PATCH v1 9/9] ACPI: NFIT: Don't use KBUILD_MODNAME for driver name

[RFC PATCH 0/2] Add a test to verify device probing on ACPI platforms
 2023-09-25 15:58 UTC  (3+ messages)
` [RFC PATCH 1/2] acpi: Add script to extract ACPI device ids in the kernel
` [RFC PATCH 2/2] kselftest: Add test to detect unprobed devices on ACPI platforms

[PATCH v6 1/2] schemas: Add some common reserved-memory usages
 2023-09-25 15:04 UTC  (6+ messages)

WARNING at drivers/acpi/platform_profile.c:74 in platform_profile_show()
 2023-09-25 12:58 UTC  (8+ messages)

[PATCH] ACPI: video: Fix a null-pointer-dereference in acpi_video_bus_add
 2023-09-25  9:54 UTC  (2+ messages)

TOTO JE VÁŠ DAROVACÍ KÓD: [DFDW43034RW2023]
 2023-09-24  2:28 UTC 

[PATCH] ACPI: PRM: Annotate struct prm_module_info with __counted_by
 2023-09-23 16:36 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.6-rc3
 2023-09-22 20:28 UTC  (2+ messages)

[PATCH v1 1/1] amba: bus: balance firmware node reference counting
 2023-09-22 14:31 UTC  (5+ messages)

[RFC PATCH 0/9] ACPI:RASF: Add support for ACPI RASF, ACPI RAS2 and configure scrubbers
 2023-09-22 10:20 UTC  (4+ messages)
` [RFC PATCH 2/9] memory: scrub: sysfs: Add Documentation entries for set of scrub attributes

[rafael-pm:bleeding-edge] BUILD SUCCESS 30c38047562cc1ee0ba3440e4a4ff9df136be7e1
 2023-09-22  8:40 UTC 

[BUG?] Weird battery detection issue triggered by extra PCIe slot/port
 2023-09-22  4:08 UTC 

[PATCH v3 1/1] ACPICA: utdebug: use spinlocks to fix the data-races reported by the KCSAN
 2023-09-21 19:11 UTC  (3+ messages)

[PATCH] ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx
 2023-09-21 19:00 UTC  (2+ messages)

[PATCH] ACPI: OSI: refactor deprecated strncpy
 2023-09-21 18:57 UTC  (3+ messages)

[PATCH 2/2] ACPI: OSL: add __printf format attribute to acpi_os_vprintf
 2023-09-21 18:52 UTC  (2+ messages)

[PATCH v3 1/1] ACPI / APEI: Fix for overwriting AER info when error status data has multiple sections
 2023-09-21 18:45 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS c2e684e12cb78b7509bbd71b9bf9d842e7ffb31a
 2023-09-21  8:36 UTC 

[PATCH v1] ACPI: processor: Provide empty stub of acpi_proc_quirk_mwait_check()
 2023-09-21 14:00 UTC  (3+ messages)

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-09-21 13:52 UTC  (3+ messages)
` [PATCH RESEND v4 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt


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