linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-18 06:26:04 to 2012-06-28 07:39:57 UTC [more...]

[PATCH V4 0/8] usb: make usb port a real device and provide control of port's power to usr space
 2012-06-28  7:31 UTC  (9+ messages)
` [PATCH V4 1/8] usb: convert port_owners type from void * to struct dev_state *
` [PATCH V4 3/8] usb: move children to struct usb_port
` [PATCH V4 4/8] usb/acpi : rebinding usb with acpi since usb port being made a real device
` [PATCH V4 5/8] usb/acpi: add check for the connect type of usb port
  ` [PATCH V4 2/8] usb: make usb port a real device
  ` [PATCH V4 6/8] xhci: Add clear PORT_POWER feature process in the xhci_hub_control()
  ` [PATCH V4 7/8] USB/ACPI: Add usb port's acpi power control in the xhci PORT_POWER feature request process
` [PATCH V4 8/8] usb : Add usb port's power control attributes

acpi_idle and max_cpus
 2012-06-28  7:34 UTC  (21+ messages)
    ` [linux-pm] "
            ` [PATCH] acpi, cpuidle: Register with cpuidle even if cpu is onlined after boot (beyond maxcpus)
                            ` [PATCH] acpi: intel_idle : break dependency between modules
                                ` [linux-pm] "

[RFC PATCH 0/12] memory-hotplug : hot-remove physical memory
 2012-06-28  7:01 UTC  (28+ messages)
` [RFC PATCH 1/12] memory-hotplug : rename remove_memory to offline_memory
` [RFC PATCH 2/12] memory-hogplug : check memory offline in offline_pages
` [RFC PATCH 3/12] memory-hotplug : add physical memory hotplug code to acpi_memory_device_remove
` [RFC PATCH 4/12] memory-hotplug : remove /sys/firmware/memmap/X sysfs
` [RFC PATCH 5/12] memory-hotplug : does not release memory region in PAGES_PER_SECTION chunks
` [RFC PATCH 6/12] memory-hotplug : remove_memory calls __remove_pages
` [RFC PATCH 7/12] memory-hotplug : check page type in get_page_bootmem
` [RFC PATCH 8/12] memory-hotplug : move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC PATCH 9/12] memory-hotplug : implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC PATCH 10/12] memory-hotplug : free memmap "
` [RFC PATCH 11/12] memory-hotplug : add node_device_release
` [RFC PATCH 12/12] memory-hotplug : remove sysfs file of node

Fintek f71882fg ACPI conflict
 2012-06-28  5:20 UTC  (4+ messages)
  ` [lm-sensors] "

[RFC PATCH] ACPI: use IDA to manage instance IDs for acpi devices
 2012-06-28  4:07 UTC 

[PATCH 0/8] some fixes about acpi_memhotplug
 2012-06-28  2:46 UTC  (21+ messages)
` [PATCH 1/8] fix memory leak when memory device is unbound from the module acpi_memhotplug
` [PATCH 2/8] free memory device if acpi_memory_enable_device() failed
` [PATCH 3/8] remove memory info from list before freeing it
` [PATCH 4/8] donot allow to eject the memory device if it is being used
` [PATCH 5/8] don't print message if request_resource() failed
` [PATCH 6/8] bind the memory device when the driver is being loaded
` [PATCH 7/8] auto bind the memory device which is hotpluged before the driver is loaded
` [PATCH 8/8] release memory resources if hotadd_new_pgdat() failed

[PATCH v6 0/6] ACPI: Add _OST support for ACPI hotplug
 2012-06-27 15:37 UTC  (9+ messages)
` [PATCH v6 1/6] ACPI: Add an interface to evaluate _OST
` [PATCH v6 2/6] ACPI: Add _OST support for sysfs eject
` [PATCH v6 3/6] ACPI: Add _OST support for ACPI CPU hotplug
` [PATCH v6 4/6] ACPI: Add _OST support for ACPI memory hotplug
` [PATCH v6 5/6] ACPI: Add _OST support for ACPI container hotplug
` [PATCH v6 6/6] ACPI: Set hotplug _OST support bit to _OSC

[PATCH 0/7] platform-drivers-x86: backlight, samsung and asus
 2012-06-26 22:19 UTC  (4+ messages)
` [PATCH 1/7] acpi: add a way to promote/demote vendor backlight drivers

[PATCH v4 0/5] thermal: exynos: Add kernel thermal support for exynos platform
 2012-06-26  7:42 UTC  (4+ messages)
` [PATCH v4 1/5] thermal: Add generic cpufreq cooling implementation

cpuidle future and improvements
 2012-06-25 22:53 UTC  (16+ messages)
` [linux-pm] "
  ` linux-next : cpuidle - could you add my tree please

2012春季111届广交会买家,B2B询盘买家、thomasnet 采购商,海关数据,群发软件,展会买家 仅300元!
 2012-06-25 21:24 UTC 

2012春季111届广交会买家,B2B询盘买家、thomasnet 采购商,海关数据,群发软件,展会买家 仅300元!
 2012-06-25 21:23 UTC 

[PATCH v6 00/11] SATA ZPODD support
 2012-06-25 19:22 UTC  (13+ messages)
` [PATCH v6 01/11] [SCSI]: add wrapper to access and set scsi_bus_type in struct acpi_bus_type
` [PATCH v6 02/11] libata: bind the Linux device tree to the ACPI device tree
` [PATCH v6 03/11] libata: migrate ACPI code over to new bindings
` [PATCH v6 04/11] libata-acpi: set acpi state for SATA port
` [PATCH v6 05/11] libata-acpi: add ata port runtime D3Cold support
` [PATCH v6 06/11] libata-acpi: register/unregister device to/from power resource
` [PATCH v6 07/11] libata: detect Device Attention support
` [PATCH v6 08/11] libata: tell scsi layer device supports runtime power off
` [PATCH v6 09/11] [SCSI] sr: check support for device busy class events
` [PATCH v6 10/11] [SCSI] sr: support zero power ODD
` [PATCH v6 11/11] [SCSI] sr: make sure ODD is in resumed state in block ioctl

[PATCH v5 0/6] ACPI: Add _OST support for ACPI hotplug
 2012-06-25 16:59 UTC  (7+ messages)
` [PATCH v5 1/6] ACPI: Add an interface to evaluate _OST
` [PATCH v5 2/6] ACPI: Add _OST support for sysfs eject
` [PATCH v5 3/6] ACPI: Add _OST support for ACPI CPU hotplug
` [PATCH v5 4/6] ACPI: Add _OST support for ACPI memory hotplug
` [PATCH v5 5/6] ACPI: Add _OST support for ACPI container hotplug
` [PATCH v5 6/6] ACPI: Set hotplug _OST support bit to _OSC

[PATCH] Fix not loading acpi-cpufreq driver regression
 2012-06-25 15:39 UTC  (6+ messages)
` [PATCH] Fix not loading acpi-cpufreq driver regression - V2

ACPI: Fix resource_lock dead lock in acpi_power_on_device
 2012-06-25  5:09 UTC 

[PATCH 0/21] ACPI / PM: Switch ACPI bus type and drivers to dev_pm_ops
 2012-06-24 20:14 UTC  (26+ messages)
` [PATCH 1/21] ACPI / PM: Drop pm_message_t argument from device suspend callback
` [PATCH 2/21] ACPI / PM: Make acpi_bus_type use struct dev_pm_ops for PM handling
` [PATCH 3/21] ACPI / PM: Make acpi_bus_type use driver struct dev_pm_ops callbacks
` [PATCH 4/21] ACPI: Use struct dev_pm_ops for power management in the fan driver
` [PATCH 5/21] ACPI: Use struct dev_pm_ops for power management in the thermal driver
` [PATCH 6/21] ACPI: Use struct dev_pm_ops for power management in processor driver
` [PATCH 7/21] ACPI: Use struct dev_pm_ops for power management in the AC driver
` [PATCH 8/21] ACPI: Use struct dev_pm_ops for power management in the battery driver
` [PATCH 9/21] ACPI: Use struct dev_pm_ops for power management in the button driver
` [PATCH 10/21] ACPI: Use struct dev_pm_ops for power management in the power driver
` [PATCH 11/21] ACPI: Use struct dev_pm_ops for power management in the SBS driver
` [PATCH 12/21] toshiba_acpi: Use struct dev_pm_ops for power management
` [PATCH 13/21] hp_accel: "
` [PATCH 14/21] sony-laptop: "
` [PATCH 15/21] panasonic-laptop: "
` [PATCH 16/21] toshiba_bluetooth: "
` [PATCH 17/21] xo15-ebook: "
` [PATCH 18/21] acpi_power_meter: "
` [PATCH 19/21] ACPI / PM: Do not execute legacy driver PM callbacks
` [PATCH 20/21] ACPI / PM: Drop legacy driver PM callbacks that are not used any more
` [PATCH 21/21] ACPI / PM: Drop PM callbacks from the ACPI bus type

[RFC PATCH 11/12] thermal: introduce cooling state arbitrator
 2012-06-24 15:19 UTC  (4+ messages)

[PATCH -v7 1/4] ACPI, PM, Specify lowest allowed state for device sleep state
 2012-06-23  2:23 UTC 

[PATCH v5 0/13] SATA ZPODD support
 2012-06-23  1:05 UTC  (17+ messages)
` [PATCH v5 02/12] libata: bind the Linux device tree to the ACPI device tree
` [PATCH v5 04/12] libata: use correct PCI devices
` [PATCH v5 07/12] libata-acpi: register/unregister device to/from power resource
` [PATCH v5 10/12] [SCSI] sr: check support for device busy class events
` [PATCH v5 11/12] [SCSI] sr: support zero power ODD
` [PATCH v5 12/12] [SCSI] sr: make sure ODD is in resumed state in block ioctl
` [PATCH v5 00/12] SATA ZPODD support

[Bug 41722] Clevo M5X0JE hangs in ACPI init
 2012-06-22 19:32 UTC 

hi
 2012-06-22 17:52 UTC 

[PATCH] ACPI video: Still use ACPI backlight control if _DOS doesn't exist
 2012-06-20  1:48 UTC 

2.6.36-rc1-git3 - ACPI Warning: Incorrect checksum in table [OEMB] - 0x9C, should be 0x9F (20100702/tbutils-314)
 2012-06-19 22:53 UTC  (2+ messages)

[PATCH] ACPI, cpuidle: Fix suspend/resume regression caused by cpuidle cleanup
 2012-06-19 20:35 UTC  (2+ messages)

oops when BIOS presents multiple ACAD entries
 2012-06-19 17:34 UTC 

no brightness with acpi video since 3.3 [was Re: Issues with the sony-platform module]
 2012-06-19 13:57 UTC  (3+ messages)

[PATCH v8 11/12] ACPI: mark acpi_sfi_table_parse() as __init
 2012-06-19 13:15 UTC 

[RFC PATCH 0/12] generic thermal layer enhancement
 2012-06-19 11:31 UTC  (2+ messages)

no brightness with acpi video since 3.3 [was Re: Issues with the sony-platform module]
 2012-06-19 10:48 UTC  (12+ messages)

[PATCH -v6 1/4] ACPI, PM, Specify lowest allowed state for device sleep state
 2012-06-19  5:20 UTC 

[PATCH] Thermal: undo throttling at exit of forced passive mode
 2012-06-19  1:14 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).