linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 18:12:16 to 2019-10-25 07:47:42 UTC [more...]

[PATCH 1/4] ACPI / PMIC: Add partial support for Cherry Trail Crystal Cove PMIC
 2019-10-25  7:47 UTC  (9+ messages)
` [PATCH 1/4] ACPI / PMIC: Do not register handlers for unhandled OpRegions
` [PATCH 2/4] ACPI / PMIC: Add byt prefix to Crystal Cove PMIC OpRegion driver
` [PATCH 3/4] ACPI / PMIC: Add Cherry Trail "
` [PATCH 4/4] mfd: intel_soc_pmic_crc: Add "cht_crystal_cove_pmic" cell to CHT cells

[PATCH] ACPI: processor: Add QoS requests for all CPUs
 2019-10-25  2:53 UTC  (2+ messages)

[PATCH 1/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links
 2019-10-24 23:18 UTC  (6+ messages)
` [PATCH 2/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C1 "
` [PATCH 3/3] ACPI / LPSS: Add dmi quirk for skipping _DEP check for some device-links

[PATCH v3 1/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links
 2019-10-24 21:57 UTC  (3+ messages)
` [PATCH v3 2/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C1 "
` [PATCH v3 3/3] ACPI / LPSS: Add dmi quirk for skipping _DEP check for some device-links

[PATCH v2 1/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links
 2019-10-24 21:47 UTC  (4+ messages)
` [PATCH v2 2/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C1 "
` [PATCH v2 3/3] ACPI / LPSS: Add dmi quirk for skipping _DEP check for some device-links

[RFT][PATCH 0/3] cpufreq / PM: QoS: Introduce frequency QoS and use it in cpufreq
 2019-10-24 21:10 UTC  (9+ messages)

[GIT PULL] Power management fixes for v5.4-rc5
 2019-10-24 19:55 UTC  (2+ messages)

[GIT PULL] ACPI fix for v5.4-rc5
 2019-10-24 19:55 UTC  (2+ messages)

[RFT][PATCH 0/3] cpufreq / PM: QoS: Introduce frequency QoS and use it in cpufreq
 2019-10-24 19:34 UTC  (27+ messages)
` [RFT][PATCH 1/3] PM: QoS: Introduce frequency QoS
` [RFT][PATCH 2/3] cpufreq: Use per-policy "
` [RFT][PATCH 3/3] PM: QoS: Drop frequency QoS types from device PM QoS

[PATCH 00/12] ACPICA version 20191018
 2019-10-24 18:55 UTC  (13+ messages)
` [PATCH 01/12] ACPICA: Results from Clang changes/fixes From Clang V5.0.1. Mostly "set but never read" warnings
` [PATCH 02/12] ACPICA: Win OSL: Replace get_tick_count with get_tick_count64
` [PATCH 03/12] ACPICA: More Clang changes - V8.0.1 Fixed all "dead assignment" warnings
` [PATCH 04/12] ACPICA: Add new external interface, acpi_unload_table
` [PATCH 05/12] ACPICA: make acpi_load_table() return table index
` [PATCH 06/12] ACPICA: utilities: add flag to only display data when dumping buffers
` [PATCH 07/12] ACPICA: Debugger: add command to dump all fields of a particular subtype
` [PATCH 08/12] ACPICA: debugger: surround field unit output with braces '{'
` [PATCH 09/12] ACPICA: debugger: add field unit support for acpi_db_get_next_token
` [PATCH 10/12] ACPICA: acpiexec: initialize all simple types and field units from user input
` [PATCH 11/12] ACPICA: debugger: remove leading whitespaces when converting a string to a buffer
` [PATCH 12/12] ACPICA: Update version to 20191018

[PATCH 1/5] ACPI: button: Refactor lid_init_state module parsing code
 2019-10-24 17:44 UTC  (8+ messages)
` [PATCH 2/5] ACPI: button: Allow disabling LID support with the lid_init_state module option
` [PATCH 3/5] ACPI: button: Turn lid_blacklst dmi table into a generic quirk table
` [PATCH 4/5] ACPI: button: Add DMI quirk for Medion Akoya E2215T
` [PATCH 5/5] ACPI: button: Remove unused acpi_lid_notifier_[un]register functions

ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
 2019-10-24 13:22 UTC 

[PATCH v4] ACPI/processor_idle: Remove dummy wait if kernel is in guest
 2019-10-24  7:04 UTC 

[PATCH v3] ACPI/processor_idle: Remove dummy wait if kernel is in guest mode
 2019-10-24  1:22 UTC  (5+ messages)

[PATCH v6 00/15] software node: add support for reference properties
 2019-10-23 20:02 UTC  (16+ messages)
` [PATCH v6 01/15] software node: remove DEV_PROP_MAX
` [PATCH v6 02/15] software node: introduce PROPERTY_ENTRY_ARRAY_XXX_LEN()
` [PATCH v6 03/15] efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LEN
` [PATCH v6 04/15] software node: mark internal macros with double underscores
` [PATCH v6 05/15] software node: clean up property_copy_string_array()
` [PATCH v6 06/15] software node: get rid of property_set_pointer()
` [PATCH v6 07/15] software node: remove property_entry_read_uNN_array functions
` [PATCH v6 08/15] software node: unify PROPERTY_ENTRY_XXX macros
` [PATCH v6 09/15] software node: simplify property_entry_read_string_array()
` [PATCH v6 10/15] software node: rename is_array to is_inline
` [PATCH v6 11/15] software node: move small properties inline when copying
` [PATCH v6 12/15] software node: implement reference properties
` [PATCH v6 13/15] platform/x86: intel_cht_int33fe: use inline "
` [PATCH v6 14/15] software node: remove separate handling of references
` [PATCH v6 15/15] software node: add basic tests for property entries

[PATCH v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2019-10-23  9:00 UTC  (12+ messages)

[PATCH v7 00/12] EFI Specific Purpose Memory Support
 2019-10-22 16:48 UTC  (20+ messages)
` [PATCH v7 01/12] acpi/numa: Establish a new drivers/acpi/numa/ directory
` [PATCH v7 02/12] efi: Enumerate EFI_MEMORY_SP
` [PATCH v7 03/12] x86/efi: Push EFI_MEMMAP check into leaf routines
` [PATCH v7 04/12] efi: Common enable/disable infrastructure for EFI soft reservation
` [PATCH v7 05/12] x86/efi: EFI soft reservation to E820 enumeration
` [PATCH v7 06/12] arm/efi: EFI soft reservation to memblock
` [PATCH v7 07/12] x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
` [PATCH v7 08/12] lib: Uplevel the pmem "region" ida to a global allocator
` [PATCH v7 09/12] dax: Fix alloc_dax_region() compile warning
` [PATCH v7 10/12] device-dax: Add a driver for "hmem" devices
` [PATCH v7 11/12] acpi/numa/hmat: Register HMAT at device_initcall level
` [PATCH v7 12/12] acpi/numa/hmat: Register "soft reserved" memory as an "hmem" device

[PATCH v2] ACPI / processor_idle: use ndelay instead of io port access for wait
 2019-10-22 14:25 UTC  (6+ messages)

[PATCH] acpi/nfit: unlock on error in scrub_show()
 2019-10-21 14:43 UTC  (5+ messages)

[PATCH] pinctrl: cherryview: Fix irq_valid_mask calculation
 2019-10-21 14:09 UTC  (3+ messages)

[PATCH] gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errors
 2019-10-21 13:26 UTC  (5+ messages)

[PATCH 0/7] Adding a proper workaround for fixing RTD3 issues with Nouveau
 2019-10-21  8:54 UTC  (8+ messages)
` [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"

[GIT PULL] ACPI fixes for v5.4-rc4
 2019-10-18 15:50 UTC  (2+ messages)

[GIT PULL] Power management fixes for v5.4-rc4
 2019-10-18 15:50 UTC  (2+ messages)

[PATCH V5 0/4] ACPI: Support Generic Initiator proximity domains
 2019-10-18 12:46 UTC  (4+ messages)
` [PATCH V5 1/4] ACPI: Support Generic Initiator only domains

[PATCH v2] serdev: Add ACPI devices by ResourceSource field
 2019-10-18 10:39 UTC  (5+ messages)

[PATCH v1] ACPI / platform: Unregister stale platform devices
 2019-10-18  8:35 UTC  (4+ messages)

[PATCH] ACPI / CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit()
 2019-10-17 21:40 UTC  (2+ messages)

[pm:bleeding-edge 50/51] include/linux/pm_qos.h:194:7: error: 'DEV_PM_QOS_MIN_FREQUENCY' undeclared; did you mean 'DEV_PM_QOS_RESUME_LATENCY'?
 2019-10-17 21:13 UTC 

[PATCH v5 00/14] software node: add support for reference properties
 2019-10-17 16:04 UTC  (32+ messages)
` [PATCH v5 05/14] software node: clean up property_copy_string_array()
` [PATCH v5 06/14] software node: get rid of property_set_pointer()
` [PATCH v5 10/14] software node: rename is_array to is_inline
` [PATCH v5 11/14] software node: move small properties inline when copying
` [PATCH v5 13/14] platform/x86: intel_cht_int33fe: use inline reference properties

[PATCH] ACPI: fix the warning assignment of 0/1 to bool variable
 2019-10-17  8:43 UTC  (2+ messages)

[PATCH v11 0/6] Solve postboot supplier cleanup and optimize probe ordering
 2019-10-16 20:15 UTC  (7+ messages)
` [PATCH v11 3/6] of: property: Add functional dependency link from DT bindings

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-16 12:07 UTC  (10+ messages)

[PATCH] ACPI: processor: Avoid NULL pointer dereferences at init time
 2019-10-16  3:38 UTC  (2+ messages)

[PATCH for-stable-5.3 0/3] ACPI, arm64: Backport for ACPI PPTT 6.3 thread flag
 2019-10-15 22:04 UTC  (5+ messages)
` [PATCH for-stable-5.3 1/2] ACPI/PPTT: Add support for ACPI "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).