linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-03-10 00:06:48 to 2011-03-29 12:30:42 UTC [more...]

[PATCH 1/3] acpi ec: Cleanup unused stuff
 2011-03-29 12:33 UTC  (3+ messages)
` [PATCH 2/3] acpi: Cleanup custom_method debug stuff
` [PATCH 3/3] acpi: Split out custom_method functionality into an own driver

Fan does not obey trip points
 2011-03-29 10:36 UTC 

[patch] ACPI: use after free in acpi_battery_add()
 2011-03-29  3:12 UTC 

For your interest
 2011-03-29  3:07 UTC 

[PATCH] acpi: Remove sysfs_create_link from video driver
 2011-03-28 19:22 UTC  (2+ messages)

acer-wmi: rfkill and bluetooth enabling doesn't work as in 2.6.37
 2011-03-28  9:04 UTC  (35+ messages)

2.6.38-git18: Reported regressions from 2.6.37
 2011-03-27 20:48 UTC  (2+ messages)

[PATCH] ACPI battery: fix possible use after free in acpi_battery_add()
 2011-03-26 18:18 UTC 

[PATCH] ACPI: Drop ACPI_NO_HARDWARE_INIT
 2011-03-26 11:30 UTC 

[PATCH 0/3] ACPI/ACPICA: Resolve spinlock and global lock handling code divergence
 2011-03-25  8:38 UTC  (7+ messages)
` [PATCH 1/3] ACPI: osl, add acpi_os_create_lock interface
` [PATCH 2/3] ACPICA: Use "
` [PATCH 3/3] ACPICA: Fix code divergence of global lock handling

acer-wmi: rfkill and bluetooth enabling doesn't work as in 2.6.37
 2011-03-24 21:56 UTC  (4+ messages)

[GIT] ACPI patches for 2.6.39
 2011-03-24  3:06 UTC 

[Patch] acpi: introduce "acpi_addr=" parameter for kdump
 2011-03-23 17:40 UTC  (14+ messages)

acpi ec: Cleanup unused stuff
 2011-03-23 13:51 UTC 

ACPI patch queue for 2.6.39-merge
 2011-03-23 13:40 UTC  (44+ messages)
` [PATCH 01/42] ACPI: Do not export functions that are only used in osl.c
  ` [PATCH 02/42] ACPI: Change acpi_ioremap_lock into a mutex
  ` [PATCH 03/42] ACPI: Avoid walking the list of memory mappings in osl.c twice in a row
  ` [PATCH 04/42] ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappings
  ` [PATCH 05/42] ACPI: Do not use krefs under a mutex in osl.c
  ` [PATCH 06/42] ACPI: Introduce acpi_os_get_iomem()
  ` [PATCH 07/42] ACPI / PM: Use existing ACPI iomaps for NVS save/restore (v2)
  ` [PATCH 08/42] ACPI: Remove the wakeup.run_wake_count device field
  ` [PATCH 09/42] ACPI / Button: Avoid disabling wakeup unnecessarily on remove
  ` [PATCH 10/42] ACPI / PM: Drop acpi_restore_state_mem()
  ` [PATCH 11/42] ACPI / PM: acpi_suspend_enter() need not switch interrupts off
  ` [PATCH 12/42] ACPI / PM: Modify the "low-level resume finished" message
  ` [PATCH 13/42] ACPI / PM: Call acpi_save_state_mem() right before low-level suspend
  ` [PATCH 14/42] ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()
  ` [PATCH 15/42] ACPI / PM: acpi_hibernation_enter() need not switch interrupts off
  ` [PATCH 16/42] ACPI: Avoid calling request_irq() many times for the same interrupt
  ` [PATCH 17/42] ACPICA: GPE detect optimization - ignore unused GPE registers
  ` [PATCH 18/42] ACPICA: Remove use of unreliable FADT revision field
  ` [PATCH 19/42] ACPICA: Clarify a couple of error messages
  ` [PATCH 20/42] ACPICA: Split large utglobal into utdecode.c
  ` [PATCH 21/42] ACPICA: Fix unresolved name issue for no-debug and no-error-msg cases
  ` [PATCH 22/42] ACPICA: Split large dsopcode and dsload.c files
  ` [PATCH 23/42] ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_name
  ` [PATCH 24/42] ACPICA: Add mechanism to defer _REG methods for some installed handlers
  ` [PATCH 25/42] ACPICA: Update version to 20110211
  ` [PATCH 26/42] Thermal_Framework-Fix_crash_during_hwmon_unregister
  ` [PATCH 27/42] ACPI: use __init where possible in processor driver
  ` [PATCH 28/42] ACPI: use __cpuinit for the acpi_processor_set_pdc() call tree
  ` [PATCH 29/42] ACPI: Remove the unused EC sysdev class
  ` [PATCH 30/42] ACPI: Use syscore_ops instead of sysdev class and sysdev
  ` [PATCH 31/42] ACPI, APEI, Add ERST record ID cache
  ` [PATCH 32/42] PCIe, AER, use pre-generated prefix in error information printing
  ` [PATCH 33/42] ACPI, APEI, Add PCIe AER error information printing support
  ` [PATCH 34/42] ACPI button: remove unused procfs I/F
  ` [PATCH 35/42] ACPI battery: fribble sysfs files from a resume notifier
  ` [PATCH 36/42] ACPICA: Fix access width for reset vector
  ` [PATCH 37/42] ACPI: Bug compatibility for Windows on the ACPI reboot vector
  ` [PATCH 38/42] ACPI: Make sure the FADT is at least rev 2 before using the reset register
  ` [PATCH 39/42] ACPICA: Header support for SLIC table
  ` [PATCH 40/42] ACPICA: Update version to 20110316
  ` [PATCH 41/42] ACPI: make acpi_pad /sys output more readable
  ` [PATCH 42/42] ACPI: minor printk format change in acpi_pad

[PATCH] ACPI: Handle multiple button devices with the same name
 2011-03-23 10:59 UTC  (3+ messages)

[PATCH 1/4] X86: Revamp reboot behaviour to match Windows more closely
 2011-03-23 10:59 UTC  (13+ messages)
` [PATCH 2/4] ACPICA: Fix access width for reset vector
` [PATCH 3/4] ACPI: Bug compatibility for Windows on the ACPI reboot vector
` [PATCH 4/4] ACPI: Make sure the FADT is at least rev 2 before using the reset register

[PATCH] ACPI:Fix goto flows in thermal-sys
 2011-03-23  5:54 UTC  (2+ messages)

[PATCH 1/2] ACPI : remove CONFIG_ACPI_PROCFS_POWER and AC/Battery procfs I/F
 2011-03-23  5:34 UTC  (3+ messages)

ACPICA release 20110316 linuxized patches
 2011-03-23  4:19 UTC  (2+ messages)

[PATCH 0/7] ACPI, APEI patches for 2.6.39
 2011-03-23  4:16 UTC  (5+ messages)

[PATCH 2/2] ACPI button: remove unused procfs I/F
 2011-03-23  3:21 UTC  (3+ messages)

[PATCH] acpi_battery: fribble sysfs files from a resume notifier
 2011-03-22 20:40 UTC  (2+ messages)

[RFT][PATCH] PCI / ACPI: Do not require MSI support for PCIe native features
 2011-03-22  0:07 UTC  (19+ messages)
                      ` Hot plug issue on 2.6.38

Suspend/resume regression in Toshiba A11 since 2.6.34-rc4
 2011-03-21 22:58 UTC 

Letter
 2011-03-19 18:39 UTC 

Letter
 2011-03-19 18:39 UTC 

Status of native backlight patchset?
 2011-03-19 13:17 UTC 

ACPICA release 20110211 linuxized patches
 2011-03-18 22:01 UTC  (2+ messages)

[PATCH 3/8] ACPI: Use syscore_ops instead of sysdev class and sysdev
 2011-03-18 21:38 UTC  (2+ messages)

[PATCH] ACPI: Remove the unused EC sysdev class
 2011-03-18 21:36 UTC  (2+ messages)

Web Mail User Alart : Important Notice!!! Your webmail Account Expires in 24 Hours!!!
 2011-03-16 21:00 UTC 

[PATCH 1/2] v2 merge 32 and 64 realmode wakeup code
 2011-03-16  0:55 UTC  (3+ messages)

[PATCH 1/2] merge 32 and 64 realmode wakeup code
 2011-03-15 19:31 UTC  (4+ messages)

[PATCH 2/2] clean acpi wakeup code after merge
 2011-03-13 22:32 UTC  (2+ messages)

[ANNOUNCE] cpupowerutils - cpufrequtils extended with quite some features
 2011-03-12  4:40 UTC  (5+ messages)

[BUG] Fans keep running, first found since v2.6.38-rc7
 2011-03-11 23:02 UTC  (9+ messages)

acer-wmi: rfkill and bluetooth enabling doesn't work as in 2.6.37
 2011-03-10 18:37 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).