linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-27 13:21:16 to 2014-02-11 00:20:01 UTC [more...]

[PATCH 0/11] ACPI / hotplug / PCI: Updates on top of changes merged recently
 2014-02-11  0:19 UTC  (88+ messages)
` [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()

[PATCH 0/2] ACPI / hotplug / PCI: Work along with PCIe native hotplug
 2014-02-11  0:18 UTC  (3+ messages)
` [PATCH 1/2] ACPI / hotplug / PCI: Rename register_slot() to acpiphp_add_context()
` [PATCH 2/2] ACPI / hotplug / PCI: Add ACPIPHP contexts to devices handled by PCIeHP

[PATCH 0/3] ACPI / dock: Rework the handling of dock notifications
 2014-02-11  0:11 UTC  (4+ messages)
` [PATCH 1/3] ACPI / dock: Dispatch dock notifications from the global notify handler
` [PATCH 2/3] ACPI / dock: Pass ACPI device pointer to acpi_device_is_battery()
` [PATCH 3/3] ACPI / dock: Associate dock platform devices with ACPI device objects

[PATCH 1/2] ACPI / AC: Notify when state changes in get_ac_property
 2014-02-10 18:34 UTC 

[PATCH] ACPI, APEI: Remove X86 redundant dependency for APEI Generic Hardware Error Source
 2014-02-10 16:23 UTC 

[PATCH 1/2] ACPI, PCI, ISA: Call ISA-specific code only for architectures which support ISA
 2014-02-10 13:00 UTC  (2+ messages)
` [PATCH 2/2] ACPI, PCI, ISA: Fix memory leak when there is no IRQ in the ACPI subsystem

[PATCH 2/2] acpi / sbs: Fix incorrect sscanf() string
 2014-02-10 10:36 UTC 

[PATCH v3 0/3] Prepare for running ACPI on !x86 and !ia64
 2014-02-10  7:49 UTC  (4+ messages)
` [PATCH v3 1/3] ACPI / idle: Make idle_boot_override depend on x86 and ia64
` [PATCH v3 2/3] ACPI / processor_core: Rework _PDC related stuff to make it more arch-independent
` [PATCH v3 3/3] ACPI / processor: Introduce map_gic_id() to get apic id from MADT or _MAT method

[PATCH v2 0/3] Prepare for running ACPI on !x86 and !ia64
 2014-02-10  7:09 UTC  (7+ messages)
` [PATCH v2 1/3] ACPI / idle: Make idle_boot_override depend on x86 and ia64
` [PATCH v2 2/3] ACPI / processor_core: Rework _PDC related stuff to make it more arch-independent
` [PATCH v2 3/3] ACPI: Introduce map_gic_id() to get apic id from MADT or _MAT method

[PATCH 1/2] ACPI / AC: Notify when state changes in get_ac_property
 2014-02-10  3:15 UTC  (10+ messages)
` [PATCH 2/2] ACPI / battery: check AC adapter's state when battery state changes

(9)
 2014-02-09 17:54 UTC 

[Update][PATCH 1/2] ACPI / processor: Replace hard-coded "ACPI0007" with ACPI_PROCESSOR_DEVICE_HID
 2014-02-09  9:12 UTC 

[PATCH 1/2] ACPI / processor: Replace hard-coded "ACPI0007" with ACPI_PROCESSOR_DEVICE_HID
 2014-02-09  9:06 UTC  (4+ messages)
` [PATCH 2/2] ACPI / trivial: Fix the return value type of acpi_processor_eval_pdc()

[PATCH] ACPI / hotplug / PCI: Execute _EJ0 under the ACPI scan lock
 2014-02-08 15:22 UTC 

[PATCH] ACPI / dock: Use acpi_device_enumerated() to check if dock is present
 2014-02-08 15:17 UTC 

[PATCH 00/10] ACPICA: 20140114 Release
 2014-02-08  1:42 UTC  (11+ messages)
` [PATCH 01/10] ACPICA: Improve support for 32/64 bit physical addresses in printf()
` [PATCH 02/10] ACPICA: Deploy new 32/64 printf support for table override mechanism
` [PATCH 03/10] ACPICA: Utilities: Load of local test tables is now optional
` [PATCH 04/10] ACPICA: Improve parameter validation for acpi_install_gpe_block
` [PATCH 05/10] ACPICA: Update ACPICA copyrights to 2014
` [PATCH 06/10] ACPICA: Correctly support references in the union acpi_object
` [PATCH 07/10] ACPICA: Debugger: Add new command to read/write/compare all namespace objects
` [PATCH 08/10] ACPICA: Update the conditions to enable the utility resource dump strings
` [PATCH 09/10] ACPICA: Add support for extra, optional OS-specific header file
` [PATCH 10/10] ACPICA: Update version to 20140114

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

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

[RFC/RFT][PATCH 0/5] PM / QoS: Introduce latency tolerance device PM QoS type
 2014-02-07  1:22 UTC  (10+ messages)
` [RFC/RFT][PATCH v2 0/6] "
  ` [PATCH v3 "
    ` [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

[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  (10+ messages)

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


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