linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 20:03:48 to 2019-11-07 01:58:03 UTC [more...]

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

[PATCH] ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug bridge
 2019-11-07  1:05 UTC  (4+ messages)

[PATCH v2 0/3] pinctrl: cherryview: Pass irqchip when adding gpiochip
 2019-11-06 17:47 UTC  (8+ messages)
` [PATCH v2 1/3] pinctrl: cherryview: Split out irq hw-init into a separate helper function
` [PATCH v2 2/3] pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callback
` [PATCH v2 3/3] pinctrl: cherryview: Pass irqchip when adding gpiochip

[PATCH] gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist
 2019-11-06 14:26 UTC  (3+ messages)

[PATCH 0/3] pinctrl: cherryview: Pass irqchip when adding gpiochip
 2019-11-06 14:05 UTC  (6+ messages)
` [PATCH 1/3] pinctrl: cherryview: Split out irq hw-init into a separate helper function
` [PATCH 2/3] pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callback
` [PATCH 3/3] pinctrl: cherryview: Pass irqchip when adding gpiochip

[PATCH v1 0/5] Improve of_devlink to handle "proxy cycles"
 2019-11-06  0:00 UTC  (17+ messages)
` [PATCH v1 1/5] driver core: Add device link support for SYNC_STATE_ONLY flag
` [PATCH v1 2/5] driver core: Allow a device to wait on optional suppliers
` [PATCH v1 3/5] driver core: Allow fwnode_operations.add_links to differentiate errors
` [PATCH v1 4/5] of: property: Make sure child dependencies don't block probing of parent
` [PATCH v1 5/5] of: property: Skip adding device links to suppliers that aren't devices

[PATCH v6 00/15] software node: add support for reference properties
 2019-11-05 23:56 UTC  (7+ messages)
` [PATCH v6 03/15] efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LEN
` [PATCH v6 11/15] software node: move small properties inline when copying

[PATCH 1/4] ACPI / PMIC: Add partial support for Cherry Trail Crystal Cove PMIC
 2019-11-05 23:11 UTC  (17+ 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: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100
 2019-11-05 14:35 UTC 

[PATCH] ACPI: OSI: Shoot duplicate word
 2019-11-05 10:15 UTC 

[PATCH] ACPI/PPTT: fixed some parameter type is not right
 2019-11-05  1:27 UTC  (3+ messages)

[PATCH] ACPICA: Enable sleep button on ACPI legacy wake
 2019-11-04 17:58 UTC  (2+ messages)

Kernel requiring acpi_osi= to boot
 2019-11-03 16:55 UTC 

Your opportunity
 2019-11-02 13:38 UTC 

[GIT PULL] Power management fix for v5.4-rc6
 2019-11-01 17:10 UTC  (2+ messages)

[pm:bleeding-edge 62/70] drivers/acpi/acpica/dbnames.c:576 acpi_db_walk_for_fields() error: double free of 'buffer.pointer'
 2019-11-01 10:28 UTC 

[PATCH] ACPI: introduce support for FPDT table
 2019-10-31 13:13 UTC 

[PATCH v7] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-31  3:26 UTC  (8+ messages)

[PATCH] ACPI/HMAT: use %u instead of %d to print u32 variables
 2019-10-30  6:34 UTC 

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-30  1:58 UTC  (5+ messages)

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

[PATCH v7 00/12] EFI Specific Purpose Memory Support
 2019-10-29  3:06 UTC  (5+ messages)
` [PATCH v7 01/12] acpi/numa: Establish a new drivers/acpi/numa/ directory

[PATCH] acpi: fix potential race conditions bypassing checks
 2019-10-28 21:32 UTC  (3+ messages)

[PATCH v2 1/2] ACPI: EC: tweak naming in preparation for GpioInt support
 2019-10-28 15:16 UTC  (3+ messages)
` [PATCH v2 2/2] ACPI: EC: add support for hardware-reduced systems

[PATCH 00/12] ACPICA version 20191018
 2019-10-28 15:08 UTC  (20+ 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 v2 1/6] ACPI / button: Refactor lid_init_state module parsing code
 2019-10-28 15:07 UTC  (8+ messages)
` [PATCH v2 2/6] ACPI / button: Allow disabling LID support with the lid_init_state module option
` [PATCH v2 3/6] ACPI / button: Turn lid_blacklst dmi table into a generic quirk table
` [PATCH v2 4/6] ACPI / button: Add DMI quirk for Medion Akoya E2215T
` [PATCH v2 5/6] ACPI / button: Add DMI quirk for Asus T200TA
` [PATCH v2 6/6] ACPI / button: Remove unused acpi_lid_notifier_[un]register functions

acpi/hmat: don't mix pxm and nid when setting memory target processor_pxm
 2019-10-28  9:11 UTC 

[PATCH AUTOSEL 5.3 06/99] ACPI: HMAT: ACPI_HMAT_MEMORY_PD_VALID is deprecated since ACPI-6.3
 2019-10-26 13:14 UTC 

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

[pm:bleeding-edge 57/72] drivers/acpi/acpica/dbinput.c:514:7: warning: multi-character character constant
 2019-10-25 14:32 UTC 

[PATCH AUTOSEL 4.14 03/25] ACPI: video: Use vendor backlight on Sony VPCEH3U1E
 2019-10-25 13:56 UTC 

[PATCH AUTOSEL 4.9 03/20] ACPI: video: Use vendor backlight on Sony VPCEH3U1E
 2019-10-25 13:57 UTC 

[PATCH AUTOSEL 4.4 02/16] ACPI: video: Use vendor backlight on Sony VPCEH3U1E
 2019-10-25 13:58 UTC 

[PATCH AUTOSEL 4.19 03/37] ACPI: video: Use vendor backlight on Sony VPCEH3U1E
 2019-10-25 13:55 UTC 

[pm:bleeding-edge 55/72] drivers/acpi/acpica/dbnames.c:523:2: error: unknown type name 'ACPI_REGION_WALK_INFO'; did you mean 'ACPI_COMMON_FIELD_INFO'?
 2019-10-25 11:30 UTC 

[PATCH v4] ACPI/processor_idle: Remove dummy wait if kernel is in guest
 2019-10-25  9:59 UTC  (3+ messages)

[PATCH v3 1/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links
 2019-10-25  9:45 UTC  (7+ 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 1/3] ACPI / LPSS: Add LNXVIDEO -> BYT I2C7 to lpss_device_links
 2019-10-25  9:29 UTC  (7+ 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] ACPI: processor: Add QoS requests for all CPUs
 2019-10-25  8:51 UTC  (6+ messages)

[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

[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  (4+ messages)
` [RFT][PATCH 1/3] PM: QoS: Introduce frequency QoS

[PATCH 1/5] ACPI: button: Refactor lid_init_state module parsing code
 2019-10-24 17:44 UTC  (4+ messages)
` [PATCH 3/5] ACPI: button: Turn lid_blacklst dmi table into a generic quirk table

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

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


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).