linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-18 13:34:27 to 2019-10-10 08:53:39 UTC [more...]

[PATCH] ACPI: PM: Revert "ACPI / PM: Blacklist Low Power S0 Idle _DSM for Dell XPS13 9360"
 2019-10-10  8:51 UTC  (4+ messages)

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

MPAM branch verification (was RE: [RFC PATCH 2/2] ACPI / PPTT: cacheinfo: Label caches based on fw_token)
 2019-10-09 13:28 UTC  (5+ messages)

[PATCH 0/2] acpi: Unconditional GED build
 2019-10-09 13:04 UTC  (3+ messages)
` [PATCH 1/2] acpi: Fail GED probe when not on hardware-reduced
` [PATCH 2/2] acpi: Always build evged in

[PATCH V2] x86/mm: Split vmalloc_sync_all()
 2019-10-09 12:44 UTC 

[PATCH v3 0/6] ACPI / utils: add new helper for HID/UID match
 2019-10-08 21:46 UTC  (11+ messages)
` [PATCH v3 1/6] ACPI / utils: Describe function parameters in kernel-doc
` [PATCH v3 2/6] ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPI
` [PATCH v3 3/6] ACPI / utils: Introduce acpi_dev_hid_uid_match() helper
` [PATCH v3 4/6] ACPI / LPSS: Switch to use acpi_dev_hid_uid_match()
` [PATCH v3 5/6] mmc: sdhci-acpi: "
` [PATCH v3 6/6] iommu/amd: "

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

[PATCH] device property: Fix the description of struct fwnode_operations
 2019-10-08 14:03 UTC  (2+ messages)

[PATCH v2 0/6] ACPI / utils: add new helper for HID/UID match
 2019-10-08 13:54 UTC  (19+ messages)
` [PATCH v2 1/6] ACPI / utils: Describe function parameters in kernel-doc
` [PATCH v2 2/6] ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPI
` [PATCH v2 3/6] ACPI / utils: Introduce acpi_dev_hid_uid_match() helper
` [PATCH v2 4/6] ACPI / LPSS: Switch to use acpi_dev_hid_uid_match()
` [PATCH v2 5/6] mmc: sdhci-acpi: "
` [PATCH v2 6/6] iommu/amd: "

[PATCH v9 00/12] Device property improvements, add %pfw format specifier
 2019-10-08 12:24 UTC  (16+ messages)
` [PATCH v9 01/12] software node: Get reference to parent swnode in get_parent op
` [PATCH v9 02/12] software node: Make argument to to_software_node const
` [PATCH v9 03/12] device property: Move fwnode_get_parent() up
` [PATCH v9 04/12] device property: Add functions for accessing node's parents
` [PATCH v9 05/12] device property: Add fwnode_get_name for returning the name of a node
` [PATCH v9 06/12] device property: Add a function to obtain a node's prefix
` [PATCH v9 07/12] lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
` [PATCH v9 08/12] lib/vsprintf: Add a note on re-using %pf or %pF
` [PATCH v9 09/12] lib/vsprintf: Make use of fwnode API to obtain node names and separators
` [PATCH v9 10/12] lib/vsprintf: OF nodes are first and foremost, struct device_nodes
` [PATCH v9 11/12] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names
` [PATCH v9 12/12] lib/test_printf: Add tests for %pfw printk modifier

[PATCH V5 0/4] ACPI: Support Generic Initiator proximity domains
 2019-10-08 11:17 UTC  (7+ messages)
` [PATCH V5 1/4] ACPI: Support Generic Initiator only domains
` [PATCH V5 2/4] arm64: "
` [PATCH V5 3/4] x86: Support Generic Initiator only proximity domains
` [PATCH V5 4/4] ACPI: Let ACPI know we support Generic Initiator Affinity Structures

[PATCH] x86/mm: Split vmalloc_sync_all()
 2019-10-07 15:48 UTC  (3+ messages)

[PATCH] ACPI: acpi_video: update doc for acpi_video_bus_DOS
 2019-10-07 15:48 UTC 

[PATCH 00/11] Add support for software nodes to gpiolib
 2019-10-04 21:44 UTC  (5+ messages)

[PATCH RFC 0/4] ACPI: APEI: Add support to notify the vendor specific HW errors
 2019-10-03 17:21 UTC  (4+ messages)

re
 2019-10-02  9:33 UTC 

[PATCH v7 00/13] Device property improvements, add %pfw format specifier
 2019-10-02 12:06 UTC  (28+ messages)
` [PATCH v7 01/13] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
  ` [tip: perf/urgent] "
` [PATCH v7 02/13] software node: Get reference to parent swnode in get_parent op
` [PATCH v7 03/13] software node: Make argument to to_software_node const
` [PATCH v7 04/13] device property: Move fwnode_get_parent() up
` [PATCH v7 05/13] device property: Add functions for accessing node's parents
` [PATCH v7 06/13] device property: Add fwnode_get_name for returning the name of a node
` [PATCH v7 07/13] device property: Add a function to obtain a node's prefix
` [PATCH v7 08/13] lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
` [PATCH v7 09/13] lib/vsprintf: Add a note on re-using %pf or %pF
` [PATCH v7 10/13] lib/vsprintf: Make use of fwnode API to obtain node names and separators
` [PATCH v7 11/13] lib/vsprintf: OF nodes are first and foremost, struct device_nodes
` [PATCH v7 12/13] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names
` [PATCH v7 13/13] lib/test_printf: Add tests for %pfw printk modifier

[RFC PATCH] pci: prevent putting pcie devices into lower device states on certain intel bridges
 2019-10-02  7:51 UTC 

[PATCH] acpi/hmat: ACPI_HMAT_MEMORY_PD_VALID is deprecated in ACPI-6.3
 2019-10-02  0:25 UTC  (4+ messages)

[GIT PULL] Thermal-SoC management changes for v5.4-rc1
 2019-09-29 17:50 UTC  (2+ messages)

[PATCH 1/3] ACPI: Resolve objects on host-directed table loads
 2019-09-26 19:41 UTC  (35+ messages)
` [PATCH] ACPICA: make acpi_load_table() return table index
    ` [PATCH] ACPICA: Introduce acpi_load_table_with_index()

[PATCH v1 1/5] ACPI / utils: Describe function parameters in kernel-doc
 2019-09-24 17:34 UTC  (10+ messages)
` [PATCH v1 2/5] ACPI / utils: Introduce acpi_dev_hid_uid_match() helper
` [PATCH v1 3/5] ACPI / LPSS: Switch to use acpi_dev_hid_uid_match()
` [PATCH v1 4/5] mmc: sdhci-acpi: "
` [PATCH v1 5/5] iommu/amd: "

[PATCH] serdev: Add ACPI devices by ResourceSource field
 2019-09-24 16:25 UTC  (9+ messages)

[PATCH v2] serdev: Add ACPI devices by ResourceSource field
 2019-09-24 16:22 UTC 

Linux acpi custom_method driver security bug report!
 2019-09-23 11:39 UTC 

[PATCH RFC v3 1/9] ACPI: NUMA: export pxm_to_node
 2019-09-23 10:39 UTC  (4+ messages)

[PATCH AUTOSEL 5.3 058/203] ACPI / processor: don't print errors for processorIDs == 0xff
 2019-09-22 18:43 UTC  (5+ messages)
` [PATCH AUTOSEL 5.3 104/203] ACPI / APEI: Release resources if gen_pool_add() fails
` [PATCH AUTOSEL 5.3 134/203] ACPI / CPPC: do not require the _PSD method
` [PATCH AUTOSEL 5.3 157/203] ACPI: custom_method: fix memory leaks
` [PATCH AUTOSEL 5.3 158/203] ACPI / PCI: fix acpi_pci_irq_enable() memory leak

[PATCH AUTOSEL 5.2 049/185] ACPI / processor: don't print errors for processorIDs == 0xff
 2019-09-22 18:48 UTC  (5+ messages)
` [PATCH AUTOSEL 5.2 094/185] ACPI / APEI: Release resources if gen_pool_add() fails
` [PATCH AUTOSEL 5.2 123/185] ACPI / CPPC: do not require the _PSD method
` [PATCH AUTOSEL 5.2 142/185] ACPI: custom_method: fix memory leaks
` [PATCH AUTOSEL 5.2 143/185] ACPI / PCI: fix acpi_pci_irq_enable() memory leak

[PATCH AUTOSEL 4.19 036/128] ACPI / processor: don't print errors for processorIDs == 0xff
 2019-09-22 18:53 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 084/128] ACPI / CPPC: do not require the _PSD method
` [PATCH AUTOSEL 4.19 100/128] ACPI: custom_method: fix memory leaks
` [PATCH AUTOSEL 4.19 101/128] ACPI / PCI: fix acpi_pci_irq_enable() memory leak

[PATCH AUTOSEL 4.14 28/89] ACPI / processor: don't print errors for processorIDs == 0xff
 2019-09-22 18:56 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 61/89] ACPI / CPPC: do not require the _PSD method
` [PATCH AUTOSEL 4.14 68/89] ACPI: custom_method: fix memory leaks
` [PATCH AUTOSEL 4.14 69/89] ACPI / PCI: fix acpi_pci_irq_enable() memory leak

[PATCH AUTOSEL 4.9 37/60] ACPI / CPPC: do not require the _PSD method
 2019-09-22 18:59 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 43/60] ACPI: custom_method: fix memory leaks
` [PATCH AUTOSEL 4.9 44/60] ACPI / PCI: fix acpi_pci_irq_enable() memory leak

[PATCH AUTOSEL 4.4 30/44] ACPI / CPPC: do not require the _PSD method
 2019-09-22 19:00 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 32/44] ACPI: custom_method: fix memory leaks

[PATCH 25/31] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
 2019-09-20 14:25 UTC 


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