public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-12 10:58:49 to 2022-08-22 11:21:21 UTC [more...]

[PATCH 0/3] iommu/dma: Some housekeeping
 2022-08-22 11:21 UTC  (6+ messages)
` [PATCH 1/3] iommu/dma: Clean up Kconfig
` [PATCH 2/3] iommu/dma: Move public interfaces to linux/iommu.h
` [PATCH 3/3] iommu/dma: Make header private

[RFC PATCH 0/2] x86: allow to notify host about guest entering s2idle
 2022-08-22  9:26 UTC  (5+ messages)
` [RFC PATCH 1/2] suspend: extend S2Idle ops by new notify handler

[PATCH] power/acpi: Remove unnecessary return in acpi_os_** function;
 2022-08-22  9:14 UTC 

[PATCH v3] ACPI: Split out processor thermal register from ACPI PSS
 2022-08-22  8:19 UTC  (4+ messages)
` Bug: "

[PATCH] tools/power/acpi/os_specific/service_layers/osunixxf.c:remove unnecessary (void*) conversions
 2022-08-22  6:24 UTC 

null ptr deref in __power_supply_is_system_supplied
 2022-08-20 14:16 UTC 

[PATCH v1] ACPI: Property: Fix type detection of unified integer reading functions
 2022-08-20 11:32 UTC  (4+ messages)

[PATCH 0/6] ACPI: New helper function acpi_dev_get_memory_resources() and a new ACPI ID
 2022-08-20 11:25 UTC  (11+ messages)
` [PATCH 1/6] usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device
` [PATCH 2/6] ACPI: resource: Filter out the non memory resources in is_memory()
` [PATCH 3/6] ACPI: resource: Add helper function acpi_dev_get_memory_resources()
` [PATCH 4/6] ACPI: APD: Use the helper acpi_dev_get_memory_resources()
` [PATCH 5/6] ACPI: LPSS: "
` [PATCH 6/6] usb: typec: intel_pmc_mux: "

[PATCH V2 1/2] LoongArch: Add CPU HWMon platform driver
 2022-08-20  9:37 UTC  (8+ messages)
` [PATCH V2 2/2] LoongArch: Add ACPI-based generic laptop driver

[RFC 0/2] Stop the abuse of Linux-* _OSI strings
 2022-08-19 22:02 UTC  (9+ messages)
` [RFC 1/2] ACPI: OSI: Remove Linux-Dell-Video _OSI string
` [RFC 2/2] ACPI: OSI: Deprecate some abused _OSI strings

[PATCH v2 0/7] Modularize ghes_edac driver
 2022-08-19 19:37 UTC  (25+ messages)
` [PATCH v2 1/7] efi/cper: export several helpers for ghes edac to use
` [PATCH v2 2/7] EDAC/ghes: Add notifier to report ghes_edac mem error
` [PATCH v2 3/7] EDAC/ghes: Modularize ghes_edac driver to remove the dependency on ghes
` [PATCH v2 4/7] EDAC: Get chipset-specific edac drivers selected only when ghes_edac is not enabled
` [PATCH v2 5/7] EDAC/ghes: Prevent chipset-specific edac from loading after ghes_edac is registered
` [PATCH v2 6/7] apei/ghes: Use unrcu_pointer for cmpxchg
` [PATCH v2 7/7] EDAC/igen6: Keep returned errno consistent when edac mc has been enabled

[PATCH v4 0/2] Disable FIE on machines with slow counters
 2022-08-19 16:25 UTC  (3+ messages)
` [PATCH v4 1/2] ACPI: CPPC: Disable FIE if registers in PCC regions
` [PATCH v4 2/2] cpufreq: CPPC: Change FIE default

[PATCH PoC 0/3] ACPI/PNP/HISI_LPC: Refactor ACPI platform code for reuse
 2022-08-19 10:41 UTC  (11+ messages)
` [PATCH PoC 1/3] ACPI / PNP: Don't add enumeration_by_parent devices
` [PATCH PoC 2/3] ACPI: platform: Refactor acpi_create_platform_device()
` [PATCH PoC 3/3] bus: hisi_lpc: Use acpi_create_platform_device_ops()

[PATCH v3 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-19 10:05 UTC  (38+ messages)
` [PATCH v3 01/31] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v3 02/31] drm/i915: Don't register backlight when another backlight should be used
` [PATCH v3 03/31] drm/amdgpu: Don't register backlight when another backlight should be used (v3)
` [PATCH v3 04/31] drm/radeon: "
` [PATCH v3 05/31] drm/nouveau: Don't register backlight when another backlight should be used
` [PATCH v3 06/31] ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
` [PATCH v3 07/31] ACPI: video: Remove acpi_video_bus from list before tearing it down
` [PATCH v3 08/31] ACPI: video: Simplify acpi_video_unregister_backlight()
` [PATCH v3 09/31] ACPI: video: Make backlight class device registration a separate step (v2)
` [PATCH v3 10/31] ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
` [PATCH v3 11/31] drm/i915: Call acpi_video_register_backlight() (v2)
` [PATCH v3 12/31] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails
` [PATCH v3 13/31] drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
` [PATCH v3 14/31] drm/radeon: Register ACPI video backlight when skipping radeon "
` [PATCH v3 15/31] platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header
` [PATCH v3 16/31] ACPI: video: Refactor acpi_video_get_backlight_type() a bit
` [PATCH v3 17/31] ACPI: video: Add Nvidia WMI EC brightness control detection (v2)
` [PATCH v3 18/31] ACPI: video: Add Apple GMUX brightness control detection
` [PATCH v3 19/31] platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()
` [PATCH v3 20/31] platform/x86: apple-gmux: Stop calling acpi/video.h functions
` [PATCH v3 21/31] platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
` [PATCH v3 22/31] platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
` [PATCH v3 23/31] platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
` [PATCH v3 24/31] platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
` [PATCH v3 25/31] platform/x86: asus-wmi: Move acpi_backlight=native "
` [PATCH v3 26/31] platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] "
` [PATCH v3 27/31] ACPI: video: Remove acpi_video_set_dmi_backlight_type()
` [PATCH v3 28/31] ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
` [PATCH v3 29/31] ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirks
` [PATCH v3 30/31] ACPI: video: Fix indentation of video_detect_dmi_table[] entries
` [PATCH v3 31/31] drm/todo: Add entry about dealing with brightness control on devices with > 1 panel

[PATCH v3 0/2] Disable FIE on machines with slow counters
 2022-08-18 21:16 UTC  (3+ messages)
` [PATCH v3 1/2] ACPI: CPPC: Disable FIE if registers in PCC regions
` [PATCH v3 2/2] cpufreq: CPPC: Change FIE default

[PATCH] ACPI: move from strlcpy with unused retval to strscpy
 2022-08-18 20:59 UTC 

[PATCH v1 0/9] fw_devlink improvements
 2022-08-18 15:00 UTC  (26+ messages)
` [PATCH v1 4/9] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v1 9/9] of: property: Simplify of_link_to_phandle()

[PATCH 1/1] ACPI: Fix acpi_dev_state_d0() documentation
 2022-08-18  5:51 UTC 

[PATCH 0/2] Modularize ghes_edac driver
 2022-08-18  1:24 UTC  (17+ messages)
` [PATCH 1/2] efi/cper: export several helpers for ghes edac to use
` [PATCH 2/2] EDAC/ghes: Modularize ghes_edac driver to remove the dependency on ghes

[PATCH v2 00/29] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-17 20:18 UTC  (17+ messages)
` [PATCH v2 01/29] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v2 03/29] drm/amdgpu: Don't register backlight when another backlight should be used
` [PATCH v2 16/29] ACPI: video: Add Nvidia WMI EC brightness control detection

[BUG] Issue with commit 923044133367 ("ACPI: property: Unify integer value reading functions")
 2022-08-16 12:42 UTC  (2+ messages)

[PATCH 1/2] LoongArch: Add CPU HWMon platform driver
 2022-08-16  9:05 UTC  (8+ messages)
` [PATCH 2/2] LoongArch: Add ACPI-based generic laptop driver

[PATCH 09/11] ACPI/APEI: Add missing include
 2022-08-15 17:26 UTC 

[RFC PATCH] Soundwire: Initialize multi_link with fwnode props
 2022-08-15 12:30 UTC  (9+ messages)

[PATCH] ACPI: APEI: Add bert error log footer
 2022-08-15  9:14 UTC 

[PATCH] PCI/ASPM: Should not report ASPM support to BIOS if FADT indicates ASPM is unsupported
 2022-08-15  9:02 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 13/21] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:35 UTC 

[PATCH AUTOSEL 5.10 20/31] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:34 UTC 

[PATCH AUTOSEL 5.15 30/46] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:32 UTC 

[PATCH AUTOSEL 5.18 37/56] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:30 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 41/56] ACPI: PPTT: Leave the table mapped for the runtime usage

[PATCH AUTOSEL 5.19 41/64] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:24 UTC  (2+ messages)
` [PATCH AUTOSEL 5.19 47/64] ACPI: PPTT: Leave the table mapped for the runtime usage

[PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination
 2022-08-12 15:14 UTC  (6+ messages)
` [PATCH v1 2/5] ACPI: scan: Rename acpi_bus_get_parent() and rearrange it
` [PATCH v1 5/5][RFT] ACPI: Drop parent field from struct acpi_device

[PATCH] ACPI: property: Fix mis-use of _Generic()
 2022-08-12 11:33 UTC 


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