linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 09:28:43 to 2019-10-22 16:48:26 UTC [more...]

[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 v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2019-10-22 12:51 UTC  (11+ messages)

[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 1/5] ACPI: button: Refactor lid_init_state module parsing code
 2019-10-21  9:09 UTC  (7+ 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

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

[RFT][PATCH 0/3] cpufreq / PM: QoS: Introduce frequency QoS and use it in cpufreq
 2019-10-18 15:31 UTC  (25+ 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 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  (46+ messages)
` [PATCH v5 01/14] software node: remove DEV_PROP_MAX
` [PATCH v5 02/14] software node: introduce PROPERTY_ENTRY_ARRAY_XXX_LEN()
` [PATCH v5 03/14] efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LEN
` [PATCH v5 04/14] software node: mark internal macros with double underscores
` [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 07/14] software node: remove property_entry_read_uNN_array functions
` [PATCH v5 08/14] software node: unify PROPERTY_ENTRY_XXX macros
` [PATCH v5 09/14] software node: simplify property_entry_read_string_array()
` [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 12/14] software node: implement reference properties
` [PATCH v5 13/14] platform/x86: intel_cht_int33fe: use inline "
` [PATCH v5 14/14] software node: remove separate handling of references

[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  (12+ 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  (6+ messages)
` [PATCH for-stable-5.3 1/2] ACPI/PPTT: Add support for ACPI "
` [PATCH for-stable-5.3 2/2] arm64: topology: Use PPTT to determine if PE is a thread

Advice on oops - memory trap on non-memory access instruction (invalid CR2?)
 2019-10-15 15:21 UTC  (3+ messages)

[PATCH v1 0/3] Documentation/minor coding style fix ups
 2019-10-15 12:04 UTC  (7+ messages)
` [PATCH v1 1/3] of: property: Minor code formatting/style clean ups
` [PATCH v1 2/3] driver: core: Improve documentation for fwnode_operations.add_links()
` [PATCH v1 3/3] docs: driver-model: Add documentation for sync_state

[RESEND] ACPI / processor_idle: use dead loop instead of io port access for wait
 2019-10-15  8:03 UTC  (6+ messages)

[PATCH for-stable-4.19 0/3] ACPI, arm64: Backport for ACPI PPTT 6.3 thread flag
 2019-10-14  9:56 UTC  (4+ messages)
` [PATCH for-stable-4.19 1/3] ACPICA: ACPI 6.3: PPTT add additional fields in Processor Structure Flags
` [PATCH for-stable-4.19 2/3] ACPI/PPTT: Add support for ACPI 6.3 thread flag
` [PATCH for-stable-4.19 3/3] arm64: topology: Use PPTT to determine if PE is a thread

[PATCH] ACPI Documentation: Minor Spelling Fix
 2019-10-14  9:29 UTC  (2+ messages)

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

[PATCH 0/2] acpi: Unconditional GED build
 2019-10-14  8:55 UTC  (5+ messages)
` [PATCH 1/2] acpi: Fail GED probe when not on hardware-reduced

[PATCH v6 00/12] EFI Specific Purpose Memory Support
 2019-10-11 14:38 UTC  (9+ messages)
` [PATCH v6 05/12] x86/efi: EFI soft reservation to E820 enumeration

[PATCH] ACPI: acpi_video: update doc for acpi_video_bus_DOS
 2019-10-11  9:41 UTC  (2+ messages)

[PATCH V2] x86/mm: Split vmalloc_sync_all()
 2019-10-11  9:35 UTC  (2+ messages)

[PATCH] device property: Fix the description of struct fwnode_operations
 2019-10-11  9:34 UTC  (3+ messages)

[PATCH v9 00/12] Device property improvements, add %pfw format specifier
 2019-10-11  9:28 UTC  (2+ 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).