linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-24 14:54:29 to 2014-02-07 09:17:49 UTC [more...]

[Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node
 2014-02-07  9:17 UTC  (3+ messages)

[PATCH] ACPI / video: Add HP EliteBook Revolve 810 to the blacklist
 2014-02-07  1:29 UTC  (2+ messages)

[RFC/RFT][PATCH 0/5] PM / QoS: Introduce latency tolerance device PM QoS type
 2014-02-07  1:22 UTC  (16+ messages)
` [RFC/RFT][PATCH v2 0/6] "
  ` [RFC/RFT][PATCH v2 3/6] PM / QoS: Introcuce "
    ` [Update][RFC/RFT][PATCH "
  ` [RFC/RFT][PATCH v2 5/6] ACPI / LPSS: Support for device latency tolerance PM QoS
    ` [Update][RFC/RFT][PATCH "
  ` [PATCH v3 0/6] PM / QoS: Introduce latency tolerance device PM QoS type
    ` [PATCH v3 1/6] PM / QoS: Rename device resume latency QoS items
    ` [PATCH v3 2/6] PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
    ` [PATCH v3 3/6] PM / QoS: Introcuce latency tolerance device PM QoS type
    ` [PATCH v3 4/6] ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler
    ` [PATCH v3 5/6] ACPI / LPSS: Support for device latency tolerance PM QoS
      ` [Update][PATCH "
    ` [PATCH v3 6/6] PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments

[PATCH 0/11] ACPI / hotplug / PCI: Updates on top of changes merged recently
 2014-02-06 23:35 UTC  (98+ messages)
` [PATCH 1/11] ACPI / hotplug / PCI: Proper kerneldoc comments for enumeration/removal
` [PATCH 2/11] ACPI / hotplug / PCI: Simplify register_slot()
` [PATCH 3/11] ACPI / hotplug / PCI: Drop acpiphp_bus_trim()
` [PATCH 4/11] ACPI / hotplug / PCI: Rework acpiphp_no_hotplug()
` [PATCH 5/11] ACPI / hotplug / PCI: Store acpi_device pointer in acpiphp_context
` [PATCH 6/11] ACPI / hotplug / PCI: Drop acpiphp_bus_add()
` [PATCH 7/11] ACPI / hotplug / PCI: Drop crit_sect locking
` [PATCH 8/11] ACPI / hotplug / PCI: Simplify hotplug_event()
` [PATCH 9/11] ACPI / hotplug / PCI: Simplify disable_slot()
` [PATCH 10/11] ACPI / hotplug / PCI: Use acpi_handle_debug() in hotplug_event()
` [PATCH 11/11] ACPI / hotplug: Do not pass ACPI handles to ACPI dock operations
` [PATCH 0/5][RFT] ACPI / hotplug / PCI: Consolidation of ACPIPHP with ACPI core device hotplug
  ` [PATCH 1/5][RFT] ACPI / hotplug / PCI: Attach hotplug contexts to struct acpi_device
  ` [PATCH 2/5][RFT] ACPI / hotplug: Introduce acpi_install_hotplug_notify_handler()
  ` [PATCH 3/5][RFT] ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug
  ` [PATCH 4/5][RFT] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()
  ` [PATCH 5/5][RFT] ACPI / hotplug: Dispach hotplug notifications from acpi_bus_notify()
    ` [Resend][PATCH 1/5][RFT] ACPI / hotplug / PCI: Attach hotplug contexts to struct acpi_device
    ` [Resend][PATCH 2/5][RFT] ACPI / hotplug: Introduce acpi_install_hotplug_notify_handler()
    ` [Update][PATCH 3/5][RFT] ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug
    ` [Update][PATCH 4/5][RFT] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()
    ` [Update][PATCH 5/5][RFT] ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()
      ` [Update 2x][PATCH "
    ` [PATCH v2 0/6] ACPI / hotplug / PCI: Consolidation of ACPIPHP with ACPI core device hotplug
      ` [PATCH v2 1/6] ACPI / hotplug: Fix theoretical race in acpi_hotplug_notify_cb()
      ` [PATCH v2 2/6] ACPI / hotplug / PCI: Define hotplug context lock in the core
      ` [PATCH v2 3/6] ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug
      ` [PATCH v2 4/6] ACPI / hotplug / PCI: Rework the handling of eject requests
      ` [PATCH v2 5/6] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()
      ` [PATCH v2 6/6] ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()
      ` [PATCH v3 0/7] ACPI / hotplug / PCI: Consolidation of ACPIPHP with ACPI core device hotplug
        ` [PATCH v3 1/7] ACPICA: Introduce acpi_get_data_full() and rework acpi_get_data()
        ` [PATCH v3 2/7] ACPI / hotplug: Fix potential races in notify handlers
        ` [PATCH v3 3/7] ACPI / hotplug / PCI: Define hotplug context lock in the core
        ` [PATCH v3 4/7] ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug
        ` [PATCH v3 5/7] ACPI / hotplug / PCI: Rework the handling of eject requests
        ` [PATCH v3 6/7] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()
        ` [PATCH v3 7/7] ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()
` [PATCH v2 0/13] ACPI / hotplug / PCI: Updates on top of changes merged recently
  ` [PATCH v2 1/13] ACPI / hotplug / PCI: Remove entries from bus->devices in reverse order
  ` [PATCH v2 2/13] ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()
  ` [PATCH v2 3/13] ACPI / hotplug / PCI: Simplify disable_slot()
  ` [PATCH v2 4/13] ACPI / hotplug / PCI: Proper kerneldoc comments for enumeration/removal
  ` [PATCH v2 5/13] ACPI / hotplug / PCI: Simplify register_slot()
  ` [PATCH v2 6/13] ACPI / hotplug / PCI: Drop acpiphp_bus_trim()
  ` [PATCH v2 7/13] ACPI / hotplug / PCI: Rework acpiphp_no_hotplug()
  ` [PATCH v2 8/13] ACPI / hotplug / PCI: Store acpi_device pointer in acpiphp_context
  ` [PATCH v2 9/13] ACPI / hotplug / PCI: Drop acpiphp_bus_add()
  ` [PATCH v2 10/13] ACPI / hotplug / PCI: Drop crit_sect locking
  ` [PATCH v2 11/13] ACPI / hotplug / PCI: Simplify hotplug_event()
  ` [PATCH v2 12/13] ACPI / hotplug / PCI: Use acpi_handle_debug() in hotplug_event()
  ` [PATCH v2 13/13] ACPI / hotplug: Do not pass ACPI handles to ACPI dock operations
  ` [PATCH] ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lock
    ` [PATCH v2 0/24] ACPI / hotplug / PCI: ACPIPHP updates and consolidation with ACPI core
      ` [PATCH 1/24][Resend] ACPI / hotplug / PCI: Remove entries from bus->devices in reverse order
      ` [PATCH 2/24][Resend] ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()
      ` [PATCH 3/24][Resend] ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lock
      ` [PATCH 4/24][New] ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()
      ` [PATCH 5/24][New] ACPI / hotplug / PCI: Fix bridge removal race vs dock events
      ` [PATCH 6/24][Resend] ACPI / hotplug / PCI: Simplify disable_slot()
      ` [PATCH 7/24][Resend] ACPI / hotplug / PCI: Proper kerneldoc comments for enumeration/removal
      ` [PATCH 8/24][Resend] ACPI / hotplug / PCI: Simplify register_slot()
      ` [PATCH 9/24][Resend] ACPI / hotplug / PCI: Drop acpiphp_bus_trim()
      ` [PATCH 10/24][Resend] ACPI / hotplug / PCI: Rework acpiphp_no_hotplug()
      ` [PATCH 11/24][Update] ACPI / hotplug / PCI: Store acpi_device pointer in acpiphp_context
      ` [PATCH 12/24][Resend] ACPI / hotplug / PCI: Drop acpiphp_bus_add()
      ` [PATCH 13/24][Resend] ACPI / hotplug / PCI: Drop crit_sect locking
      ` [PATCH 14/24][Update] ACPI / hotplug / PCI: Simplify hotplug_event()
      ` [PATCH 15/24][Resend] ACPI / hotplug / PCI: Use acpi_handle_debug() in hotplug_event()
      ` [PATCH 16/24][New] ACPI / hotplug / PCI: Do not pass ACPI handle to hotplug_event()
      ` [PATCH 17/24][Resend] ACPICA: Introduce acpi_get_data_full() and rework acpi_get_data()
      ` [PATCH 18/24][Update] ACPI / hotplug: Fix potential race in acpi_bus_notify()
      ` [PATCH 19/24][Update] ACPI / hotplug / PCI: Define hotplug context lock in the core
      ` [PATCH 20/24][Update] ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug
        ` [Update][PATCH 20/24] "
          ` [Update 2x][PATCH "
      ` [PATCH 21/24][Resend] ACPI / hotplug / PCI: Rework the handling of eject requests
      ` [PATCH 22/24][Resend] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()
        ` [Update][PATCH 22/24] "
      ` [PATCH 23/24][Update] ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()
        ` [Update][PATCH 23/24] "
      ` [PATCH 24/24][New] ACPI / hotplug / PCI: Rework acpiphp_check_host_bridge()

[GIT PULL] ACPI and power management fixes for v3.14-rc2
 2014-02-06 23:26 UTC 

affiliate
 2014-02-05 21:56 UTC 

[PATCH] ACPI hotplug: Fix panic on eject to ejected device
 2014-02-05 21:49 UTC  (5+ messages)

[PATCH] pciehp: Ignore missing surprise bit on some hosts
 2014-02-05 10:32 UTC 

[PATCH] ACPI / LPSS: Add BYT ACPI mode PWM
 2014-02-05  0:10 UTC  (2+ messages)

[PATCH 00/17] x86, ia64 NUMA cleanup
 2014-02-04 18:32 UTC  (21+ messages)
` [PATCH 01/17] x86/PCI: Drop pcibios_scan_root() check for bus already scanned
` [PATCH 02/17] x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()
` [PATCH 03/17] x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()
` [PATCH 04/17] x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()
` [PATCH 05/17] x86/PCI: Drop return value of pcibios_scan_root()
` [PATCH 06/17] x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI bus
` [PATCH 07/17] x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()
` [PATCH 08/17] x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()
` [PATCH 09/17] x86/PCI: Remove unnecessary list_empty(&pci_root_infos) check
` [PATCH 10/17] x86/PCI: Use NUMA_NO_NODE, not -1, for unknown node
` [PATCH 11/17] x86/PCI: Remove acpi_get_pxm() usage
` [PATCH 12/17] ia64 / sba_iommu: Use NUMA_NO_NODE, not MAX_NUMNODES, for unknown node
` [PATCH 13/17] ia64: Remove acpi_get_pxm() usage
` [PATCH 14/17] ACPI / numa: Fix acpi_get_node() prototype
` [PATCH 15/17] ACPI / numa: Simplify acpi_get_node() style
` [PATCH 16/17] ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static
` [PATCH 17/17] ACPI / numa: Use __weak, not the gcc-specific version

partnership
 2014-02-01  4:16 UTC 

[GIT PULL][Resend] ACPI and power management fixes and cleanup for v3.14-rc1
 2014-01-31 17:25 UTC 

[GIT PULL] ACPI and power management fixes and cleanup for v3.14-rc1
 2014-01-30 15:02 UTC 

Regarding Automated Basic Acceptance Test (ABAT)
 2014-01-30 12:34 UTC 

[patch] ACPI: remove a pointless NULL check
 2014-01-30 11:56 UTC 

[patch] ACPI / proc: remove unneeded NULL check
 2014-01-30 11:55 UTC 

Hi
 2014-01-29  9:34 UTC 

[PATCH] ACPI / scan: Clear match_driver flag in acpi_bus_trim()
 2014-01-28 21:59 UTC  (2+ messages)

[PATCH] ACPI: Flag use of ACPI and ACPI idioms for power supplies to regulator API
 2014-01-28 21:55 UTC  (12+ messages)

[kernel 3.13.0-06058-g2d08cd0] Strange ACPI error messages
 2014-01-28  1:20 UTC  (13+ messages)
` [PATCH] ACPI: reduce log level for message "ACPI: \_PR_.CPU4: failed to get CPU APIC ID"

[PATCH 00/20] Make ACPI core running on ARM64
 2014-01-27 11:26 UTC  (35+ messages)
` [PATCH 03/20] ARM64 / ACPI: Introduce the skeleton of _PDC related for ARM64
` [PATCH 04/20] ARM64 / ACPI: Introduce arm_core.c and its related head file
    ` [Linaro-acpi] "
` [PATCH 09/20] ARM64 / ACPI: Implement core functions for parsing MADT table
` [PATCH 10/20] ARM64 / ACPI: Enumerate possible/present CPU set and map logical cpu id to APIC id
` [PATCH 11/20] ARM64 / ACPI: Get the enable method for SMP initialization
` [PATCH 17/20] clocksource / arch_timer: Use ACPI GTDT table to initialize arch timer
` [PATCH 18/20] clocksource / acpi: Add macro CLOCKSOURCE_ACPI_DECLARE

Kind Regards
 2014-01-26 21:30 UTC 

Kind Regards
 2014-01-26 21:51 UTC 

Kind Regards
 2014-01-26 22:31 UTC 

[PATCH v5] ACPI: Fix acpi_evaluate_object() return value check
 2014-01-24 17:19 UTC  (7+ messages)

[PATCH 1/2] ACPI / ACPICA: refactor acpi_evaluate_object() to reduce nesting if
 2014-01-24 16:29 UTC  (3+ messages)
` [PATCH 2/2] ACPI / ACPICA: Fix potential memory leak in acpi_evaluate_object()

[PATCH] Platform / wmi: Fix potential memory leak in parse_wdg()
 2014-01-24 16:14 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).