public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-19 14:20:04 to 2012-09-25 04:12:49 UTC [more...]

[PATCH] acpi: run _OSC after ACPI_FULL_INITIALIZATION
 2012-09-25  4:12 UTC  (2+ messages)

Early cpio decoder and ACPI table override via initrd making use of it
 2012-09-25  3:47 UTC  (5+ messages)
` [PATCH 1/2] lib: Add early cpio decoder

[RFC PATCH] ACPI: introduce ACPI GPIO controller driver
 2012-09-25  1:51 UTC 

[PATCH] ACPI: Do not touch legacy irq in Hardware Reduced ACPI mode
 2012-09-25  1:37 UTC 

[PATCH 0/4] cpuidle - support multiple drivers at a time
 2012-09-24 22:43 UTC  (5+ messages)
` [PATCH 1/4] cpuidle : move driver's refcount to cpuidle
` [PATCH 2/4] cpuidle : move driver checking within the lock section
` [PATCH 3/4] cpuidle - prepare the driver core to be multi drivers aware
` [PATCH 4/4] cpuidle - support multiple drivers

[ACPI/PCI] possible recursive locking detected
 2012-09-24 22:38 UTC  (4+ messages)

[PATCH v7 0/6] ZPODD patches
 2012-09-24 21:55 UTC  (40+ messages)
` [PATCH v7 1/6] block: genhd: add an interface to set disk poll interval
` [PATCH v7 2/6] scsi: sr: support runtime pm
` [PATCH v7 3/6] scsi: sr: support zero power ODD(ZPODD)
` [PATCH v7 6/6] libata: acpi: respect may_power_off flag

Early cpio decoder and ACPI table override via initrd making use of it
 2012-09-24 20:27 UTC  (11+ messages)
` [PATCH 1/2] lib: Add early cpio decoder
` [PATCH 2/2] ACPI: Override arbitrary ACPI tables via initrd for debugging

HP laptop: fan off until CPU temp near 105 degrees C
 2012-09-24 17:04 UTC  (5+ messages)

[RFC] ACPI IPMI changes
 2012-09-24 15:05 UTC  (5+ messages)
` [PATCH 1/4] ACPI: Reorder IPMI driver before any other ACPI drivers
` [PATCH 2/4] IPMI: Change link order
` [PATCH 3/4] IPMI: Add a callback to indicate that probing has finished
` [PATCH 4/4] ACPI: Add a default handler for IPMI operation regions

Info about ACPI/PCI vs ISA
 2012-09-24 12:13 UTC 

[PATCH] Thermal: Provide option to choose default thermal governor
 2012-09-24  6:57 UTC  (4+ messages)

[PATCHv4 00/15] Thermal_framework_enhancements
 2012-09-24  5:44 UTC  (9+ messages)
` [PATCHv4 04/15] Thermal: Add platform level information to thermal.h
` [PATCHv4 07/15] Thermal: Add a policy sysfs attribute

[PATCH v4] create sun sysfs file
 2012-09-24  2:31 UTC  (3+ messages)

[PATCH v3 0/6] acpi,pci: hostbridge hotplug support
 2012-09-23 22:48 UTC  (21+ messages)
` [PATCH v3 4/8] ACPI, PCI: change acpi_pci_drivers' add/remove interface
      ` [PATCH] change signature of walk_root_bridge() function
` [PATCH v3 5/8] ACPI, PCI: change acpi_pci_find_root implementation
` [PATCH v3 6/8] ACPI, PCI: add acpi_pci_roots protection
` [PATCH v3 7/8] ACPI, PCI: add hostbridge removal function
` [PATCH v3 8/8] ACPI, PCI: add resoruce-assign code for devices under hot-added hostbridge

[PATCH part2 6/6] PCI: Claim hw/fw allocated resources in hot add path
 2012-09-23 15:25 UTC  (45+ messages)
` [PATCH 00/40] PCI, ACPI, x86: pci root bus hotplug support
  ` [PATCH 01/40] PCI: fix default vga ref_count
  ` [PATCH 02/40] PCI, x86: clear initial value for root info resources
  ` [PATCH 03/40] PCI, ia64: "
  ` [PATCH 04/40] PCI, acpiphp: Add is_hotplug_bridge detection
  ` [PATCH 05/40] PCI: Add root bus children dev's res to fail list
  ` [PATCH 06/40] PCI: Split out stop_bus_device and remove_bus_dev again
  ` [PATCH 07/40] x86, PCI: Separate pcibios_allocate_bridge_resources()
  ` [PATCH 08/40] x86, PCI: Separate pcibios_allocate_dev_resources()
  ` [PATCH 09/40] x86, PCI: Let pcibios_allocate_bus_resources() take bus instead
  ` [PATCH 10/40] x86, PCI: Separate rom resource claim out
  ` [PATCH 11/40] PCI, x86: Add pcibios_fw_addr_done
  ` [PATCH 12/40] PCI, x86: Remove __init for hw/fw allocated functions
  ` [PATCH 13/40] PCI: Claim hw/fw allocated resources in hot add path
  ` [PATCH 14/40] PCI: Separate out pci_assign_unassigned_bus_resources()
  ` [PATCH 15/40] PCI: Move back pci_rescan_bus() to probe.c
  ` [PATCH 16/40] PCI: pci_bus_size_bridges() should not size own bridge
  ` [PATCH 17/40] PCI: Use __pci_bus_size_bridges() directly in pci_assign_unassigned_bus_resources()
  ` [PATCH 18/40] PCI: Rescan bus using callback method too
  ` [PATCH 19/40] PCI, sysfs: Clean up rescan/remove with schedule_callback
  ` [PATCH 20/40] PCI: Fix a device reference count leakage issue in pci_dev_present()
  ` [PATCH 21/40] PCI: Add pci_stop_and_remove_root_bus()
  ` [PATCH 22/40] PCI, acpiphp: Separate out hot-add support of pci host bridge
  ` [PATCH 23/40] PCI, ACPI: Pass device instead of handle when config root bridge
  ` [PATCH 24/40] PCI, acpi: Update acpi_pci_driver add/remove interface
  ` [PATCH 25/40] PCI, ACPI: Make acpi_pci_root_remove remove pci root bus too
  ` [PATCH 26/40] PCI, ACPI: del root bus prt
  ` [PATCH 27/40] ACPI: acpi_bus_trim to support two steps
  ` [PATCH 28/40] PCI, ACPI: Add pci_root_hp hot removal notification support
  ` [PATCH 29/40] PCI, ACPI: Add alloc_acpi_hp_work()
  ` [PATCH 30/40] PCI, acpiphp: Use acpi_hp_work
  ` [PATCH 31/40] PCI, pci_root_hp: "
  ` [PATCH 32/40] PCI, ACPI: Make kacpi_hotplug_wq static
  ` [PATCH 33/40] ACPI, PCI: Use normal list for struct acpi_pci_driver
  ` [PATCH 34/40] ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges
  ` [PATCH 35/40] ACPI, PCI: Protect global lists in drivers/acpi/pci_root.c
  ` [PATCH 36/40] PCI: Set dev_node early for pci_dev
  ` [PATCH 37/40] PCI, x86: Move pci_enable_bridges() down
  ` [PATCH 38/40] ACPI, PCI: Skip extra pci_enable_bridges for non hot-add root
  ` [PATCH 39/40] PCI, acpiphp: Don't ailout even no slots found yet
  ` [PATCH 40/40] ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing

ACPICA related patch queue for Linux-3.7
 2012-09-23  5:54 UTC  (25+ messages)
` [PATCH 01/23] ACPI: delelte more BFS/GTS related definition and code
  ` [PATCH 02/23] ACPICA: Enable Scope change to root during module-level code execution
  ` [PATCH 03/23] ACPICA: Split ACPICA initialization functions to new file, utxfinit.c
  ` [PATCH 04/23] ACPICA: Comment update: Fix some typos in actble.h
  ` [PATCH 05/23] ACPICA: Add Windows8/Server2012 string for _OSI method
  ` [PATCH 06/23] ACPICA: GPE Support: Update debug info for GPE tracing
  ` [PATCH 07/23] ACPICA: Debug output: Update output for Processor object
  ` [PATCH 08/23] ACPICA: GPE support: Remove extraneous parameter from low-level function
  ` [PATCH 09/23] ACPICA: Headers: Add support for CSRT and DBG2 ACPI tables
  ` [PATCH 10/23] ACPICA: Add support for complex _PLD buffers
  ` [PATCH 11/23] ACPICA: Add struct header support for _FDE, _GRT, _GTM, and _SRT names
  ` [PATCH 12/23] ACPICA: Update version to 20120816
  ` [PATCH 13/23] ACPI: Use ACPICA native way to decode the PLD buffer
  ` [PATCH 14/23] usb-acpi: Comply with the ACPI API change
  ` [PATCH 15/23] ACPICA: Headers: Add new ACPI 5 HEST notify type values
  ` [PATCH 16/23] ACPICA: Table Manager: Merge duplicate code (root table)
  ` [PATCH 17/23] ACPICA: Update version to 20120913
  ` [PATCH 18/23] tools/power/acpi/acpidump: version 20051111
  ` [PATCH 19/23] tools/power/acpi/acpidump: version 20060606
  ` [PATCH 20/23] tools/power/acpi/acpidump: version 20070714
  ` [PATCH 21/23] tools/power/acpi/acpidump: version 20071116
  ` [PATCH 22/23] tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfs
  ` [PATCH 23/23] tools/power/acpi/acpidump: create acpidump(8), local make install targets

URGENT ASSISTANCE NEEDED
 2012-09-22 17:36 UTC 

[PATCH][V2] cpuidle : rename function name "__cpuidle_register_driver"
 2012-09-21 22:51 UTC  (2+ messages)

AVISO URGENTE!
 2012-09-21 21:13 UTC 

ACPI errors on Dell Latitude E5430
 2012-09-21 19:34 UTC  (2+ messages)

[PATCHv3 0/4] Fix ACPI BGRT support for images located in EFI boot services memory
 2012-09-21 19:00 UTC  (3+ messages)
` [PATCHv3 4/4] efi: Fix the ACPI BGRT driver "

[PATCH RESEND 00/12] ACPI: add module_acpi_driver() and convert drivers to it
 2012-09-21 17:44 UTC  (2+ messages)

[PATCH V2] ACPI: Allow acpi binding with usb3.0 hub
 2012-09-21 17:31 UTC  (5+ messages)

[acpi:release 13/17] drivers/usb/core/usb-acpi.c:55:18: error: storage size of 'pld' isn't known
 2012-09-21  7:21 UTC 

[PATCHv4 11/15] Thermal: Introduce a step_wise thermal governor
 2012-09-21  6:36 UTC 

ACPICA release 20120711 linuxized patches
 2012-09-21  5:33 UTC  (5+ messages)
` ACPICA release 20120816 "

[PATCH 1/2] ACPI: Use ACPICA native way to decode the PLD buffer
 2012-09-21  4:32 UTC  (3+ messages)
` [PATCH V2 "

[PATCH v6 1/6] thermal: add generic cpufreq cooling implementation
 2012-09-21  2:23 UTC 

[PATCH 1/2] ACPI: Reorder IPMI driver before any other ACPI drivers
 2012-09-21  2:08 UTC  (5+ messages)
` [PATCH 2/2] IPMI: Change link order

ACPICA release 20120919 linuxized patches
 2012-09-21  2:08 UTC 

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

[PATCH 1/2][RFC] cpuidle : move driver's refcount to cpuidle
 2012-09-20 13:14 UTC  (2+ messages)
` [PATCH 2/2][RFC] cpudidle : use a per cpu cpuidle driver

PM: Summary of changes for v3.7
 2012-09-20  7:00 UTC  (4+ messages)

[lm-sensors] CPU fan rapidly turns on and off
 2012-09-20  1:39 UTC 

[PATCH 1/3] cpuidle : remove unused ref count function
 2012-09-19 20:16 UTC  (8+ messages)
` [PATCH 2/3] cpuidle : rename function name "__cpuidle_register_driver"
` [PATCH 3/3] cpuidle : remove trailing carriage return

[RFC v8 PATCH 00/20] memory-hotplug: hot-remove physical memory
 2012-09-19 17:02 UTC  (9+ messages)

[PATCH] ACPI: Add new sysfs interface to export device description
 2012-09-19 14:27 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox