linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-31 07:27:51 to 2012-11-05 13:28:46 UTC [more...]

[PATCH 0/3] ACPI 5 support for GPIO, SPI and I2C
 2012-11-05 13:28 UTC  (32+ messages)
` [PATCH 1/3] gpio / ACPI: add ACPI support
` [PATCH 2/3] spi / ACPI: add ACPI enumeration support
` [PATCH 3/3] i2c "

[PATCH] Thermal: Remove raw netlink based notification
 2012-11-05  5:21 UTC  (3+ messages)

[PATCH v3 0/3] ACPI: container hot remove support
 2012-11-04 16:33 UTC  (23+ messages)
` [PATCH v3 1/3] Use acpi_os_hotplug_execute() instead of alloc_acpi_hp_work()
` [PATCH v3 3/3] Improve container_notify_cb() to support container hot-remove

[ACPIHP PATCH part4 0/9] enhance ACPI processor driver to support new hotplug framework
 2012-11-04 15:24 UTC  (10+ messages)
` [ACPIHP PATCH part4 1/9] ACPI/processor: remove dead code from processor_driver.c
` [ACPIHP PATCH part4 2/9] ACPIHP/processor: reorganize ACPI processor driver for new hotplug framework
` [ACPIHP PATCH part4 3/9] ACPIHP/processor: protect accesses to device->driver_data
` [ACPIHP PATCH part4 4/9] ACPIHP/processor: enhance processor driver to support new hotplug framework
` [ACPIHP PATCH part4 5/9] CPU: introduce busy flag to temporarily disable CPU online sysfs interface
` [ACPIHP PATCH part4 6/9] ACPIHP/processor: reject online/offline requests when doing processor hotplug
` [ACPIHP PATCH part4 7/9] ACPI/processor: cache parsed APIC ID in processor driver data structure
` [ACPIHP PATCH part4 8/9] ACPI/processor: serialize call to acpi_map/unmap_lsapic
` [ACPIHP PATCH part4 9/9] x86: simplify _acpi_map_lsapic() implementation

[PATCH] PM / Qos: Ensure device not in PRM_SUSPENDED when pm qos flags request functions are invoked in the pm core
 2012-11-04 15:09 UTC  (5+ messages)

[ACPIHP PATCH part3 0/2] enhance ACPI container driver to support hotplug framework
 2012-11-04 15:08 UTC  (3+ messages)
` [ACPIHP PATCH part3 1/2] ACPIHP: enhance ACPI container driver to support new "
` [ACPIHP PATCH part3 2/2] ACPIHP/container: move container.c into drivers/acpi/hotplug

[ACPIHP PATCH part2 00/13] introduce ACPI based system device hotplug driver
 2012-11-04 12:50 UTC  (14+ messages)
` [ACPIHP PATCH part2 01/13] ACPIHP: introduce interfaces to scan and walk ACPI devices attached to a slot
` [ACPIHP PATCH part2 02/13] ACPIHP: use klist to manage "
` [ACPIHP PATCH part2 03/13] ACPIHP: add callbacks into acpi_device_ops to support new hotplug framework
` [ACPIHP PATCH part2 04/13] ACPIHP: provide interfaces to manage driver data associated with hotplug slots
` [ACPIHP PATCH part2 05/13] ACPIHP: implement utility interfaces to support system device hotplug
` [ACPIHP PATCH part2 06/13] ACPIHP: implement ACPI system device hotplug driver skeleton
` [ACPIHP PATCH part2 07/13] ACPIHP: analyse dependencies among ACPI hotplug slots
` [ACPIHP PATCH part2 08/13] ACPIHP: provide interface to cancel inprogress hotplug operations
` [ACPIHP PATCH part2 09/13] ACPIHP: configure/unconfigure system devices attached to a hotplug slot
` [ACPIHP PATCH part2 10/13] ACPIHP: implement the core state machine to manage hotplug slots
` [ACPIHP PATCH part2 11/13] ACPIHP: block ACPI device driver from unloading when doing hotplug
` [ACPIHP PATCH part2 12/13] ACPIHP: implement sysfs interfaces for system device hotplug
` [ACPIHP PATCH part2 13/13] ACPIHP: handle ACPI device hotplug events

PROBLEM: Backlight keys in console on Samsung N220 netbook
 2012-11-04 12:16 UTC 

[PATCH v3 7/8] ACPI, PCI: add hostbridge removal function
 2012-11-04  4:39 UTC  (15+ messages)
` (unknown),
  ` [PATCH 3/8] PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
  ` 
` [PATCH 0/8] PCI, ACPI, x86: Reserve fw allocated resource for hot-add root bus
  ` [PATCH 1/8] PCI, x86: Separate out pcibios_allocate_bridge_resources()
  ` [PATCH 2/8] PCI, x86: Separate out pcibios_allocate_dev_resources()
  ` [PATCH 3/8] PCI, x86: Let pcibios_allocate_bus_resources() take bus instead
  ` [PATCH 4/8] PCI, x86: Separate out rom resource claim
  ` [PATCH 5/8] PCI, x86: Add pcibios_fw_addr_done
  ` [PATCH 6/8] PCI, x86: Remove __init for hw/fw allocated functions
  ` [PATCH 7/8] PCI, x86: Claim FW allocated resources in hot add path
  ` [PATCH 8/8] PCI, ACPI: reserve fw allocated resource for hot added root bus

[ACPIHP PATCH part1 0/4] introduce a framework for ACPI based system device hotplug
 2012-11-03 16:07 UTC  (5+ messages)
` [ACPIHP PATCH part1 1/4] ACPIHP: "
` [ACPIHP PATCH part1 2/4] ACPIHP: introduce acpihp_slot driver to enumerate hotplug slots
` [ACPIHP PATCH part1 3/4] ACPIHP: detect ACPI hotplug slots by checking ACPI _EJ0 method
` [ACPIHP PATCH part1 4/4] ACPIHP: implement a fake ACPI system device hotplug slot enumerator

[GIT PULL] Thermal management & ACPI update for v3.7-rc4
 2012-11-03 11:08 UTC 

[RESEND][PATCH v4 0/7] efi_pstore: multiple event logging support
 2012-11-03  0:03 UTC  (2+ messages)

[PATCH] acpi: add missing newline to printk
 2012-11-02 20:06 UTC  (2+ messages)

[PATCH 1/3] ACPI: Introduce a new acpi handle to determine HID match
 2012-11-02 15:03 UTC  (3+ messages)

[PATCH v3 0/2] ACPI: CPU hot-remove support
 2012-11-02 14:07 UTC  (5+ messages)
` [PATCH v3 1/2] ACPI: Export functions for hot-remove
` [PATCH v3 2/2] ACPI: Add ACPI CPU hot-remove support

[PATCH v3 0/3] acpi,memory-hotplug : implement framework for hot removing memory
 2012-11-02 12:51 UTC  (2+ messages)

cosmetic issue with error message 'Invalid Power Resource to register!'
 2012-11-02 12:50 UTC  (3+ messages)
` [PATCH] acpi: add newline in power.c message

[PATCH 1/4] ACPI: EC: Cleanup the member name for spinlock/mutex in struct acpi_ec
 2012-11-02 12:49 UTC  (8+ messages)
` [PATCH 2/4] ACPI: EC: Add more debug info and trivial code cleanup
` [PATCH 3/4] ACPI: Remove the useless check in osl.c
` [PATCH 4/4] ACPI: EC: Don't count a SCI interrupt as a false one

[PATCH 0/7] ACPI / PM: ACPI power management callback routines for subsystems
 2012-11-02 11:19 UTC  (6+ messages)
` [PATCH 5/7] ACPI / PM: Provide device PM functions operating on struct acpi_device

[PATCH v8 00/11] ZPODD Patches
 2012-11-02  0:43 UTC  (15+ messages)
` [PATCH v8 05/11] libata-eh: allow defer in ata_exec_internal
` [PATCH v8 09/11] block: add a new interface to block events

[PATCH 1/2] PM / Qos: Fix a free error in the dev_pm_qos_constraints_destroy()
 2012-11-01 23:21 UTC  (5+ messages)
` [PATCH 2/2] PM / Qos: Add notifier for pm qos flags
    ` [PATCH] PM / QoS: Document request manipulation requirement for flags

[PATCH 0/5] ACPI-based enumeration of devices that are not discoverable natively
 2012-11-01 23:17 UTC  (23+ messages)
` [PATCH 2/5] ACPI: Provide generic functions for matching ACPI device nodes
` [PATCH 3/5] ACPI / x86: Export acpi_[un]register_gsi()
` [PATCH 4/5] ACPI / ia64: "
` [PATCH 5/5] ACPI: Add support for platform bus type
` [PATCH 1/5] driver core / ACPI: Move ACPI support to core device and driver types

[RESEND][PATCH v4 7/7] Add a format check for an existing variable name at erasing time
 2012-11-01 23:03 UTC 

[RESEND][PATCH v4 6/7] efi_pstore: Add a format check for an existing variable name at reading time
 2012-11-01 23:02 UTC 

[RESEND][PATCH v4 5/7] efi_pstore: Add a sequence counter to a variable name
 2012-11-01 23:01 UTC 

[RESEND][PATCH v4 4/7] efi_pstore: Add ctime to argument of erase callback
 2012-11-01 23:01 UTC 

[RESEND][PATCH v4 3/7] efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs
 2012-11-01 23:00 UTC 

[RESEND][PATCH v4 2/7] efi_pstore: Add a logic erasing entries to an erase callback
 2012-11-01 23:00 UTC 

[RESEND][PATCH v4 1/7] efi_pstore: Check remaining space with QueryVariableInfo() before writing data
 2012-11-01 22:59 UTC 

[PATCH v3 00/12] memory-hotplug: hot-remove physical memory
 2012-11-01  9:44 UTC  (13+ messages)
` [PATCH v3 01/12] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v3 02/12] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [PATCH v3 03/12] memory-hotplug: remove redundant codes
` [PATCH v3 04/12] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v3 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [PATCH v3 07/12] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v3 08/12] memory-hotplug: remove memmap "
` [PATCH v3 09/12] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v3 10/12] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v3 11/12] memory-hotplug: remove sysfs file of node
` [PATCH v3 12/12] memory-hotplug: free node_data when a node is offlined

[Patch v4 0/8] bugfix for memory hotplug
 2012-11-01  3:00 UTC  (13+ messages)
` [Patch v4 1/8] memory hotplug: suppress "Device memoryX does not have a release() function" warning
` [Patch v4 2/8] memory-hotplug: auto offline page_cgroup when onlining memory block failed
` [Patch v4 3/8] memory-hotplug: fix NR_FREE_PAGES mismatch
  ` [PATCH] memory-hotplug: fix NR_FREE_PAGES mismatch's fix
` [Patch v4 4/8] numa: convert static memory to dynamically allocated memory for per node device
` [Patch v4 5/8] suppress "Device nodeX does not have a release() function" warning
` [Patch v4 6/8] clear the memory to store struct page
` [Patch v4 7/8] memory-hotplug: current hwpoison doesn't support memory offline
` [Patch v4 8/8] memory-hotplug: allocate zone's pcp before onlining pages

[PATCH v2 RESEND] ACPI: Add ACPI CPU hot-remove support
 2012-10-31 22:35 UTC  (3+ messages)

ACPI errors with 3.7-rc3
 2012-10-31 17:33 UTC  (3+ messages)

[PATCH v2] acpi : acpi_bus_trim() stops removing devices when failing to remove the device
 2012-10-31 10:52 UTC  (6+ messages)

[PATCH] Fix printing when no interrupt is allocated
 2012-10-31  9:03 UTC  (3+ messages)

[PATCH 00/26] ACPICA 20121018 Release
 2012-10-31  8:36 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).