linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-04-06 02:05:49 to 2008-04-12 13:09:45 UTC [more...]

dmidecode
 2008-04-12 13:09 UTC 

dmidecode for Toshiba laptop
 2008-04-12 12:48 UTC 

Realtek 8111c weirdness problems, apic/msi, and normal bug
 2008-04-12 12:23 UTC  (7+ messages)

2.6.25-rc8-mm2 -- initcall acpi_init+0x0/0x216() returned with preemption imbalance
 2008-04-12  5:11 UTC 

ACPICA branch
 2008-04-12  4:41 UTC  (75+ messages)
` [PATCH 01/73] ACPICA: Several fixes for internal method result stack
  ` [PATCH 02/73] ACPICA: Removed unused code
  ` [PATCH 03/73] ACPICA: Update for mutiple global lock acquisitions by same thread
  ` [PATCH 04/73] ACPICA: changed order of interpretation of operand objects
  ` [PATCH 05/73] ACPICA: Avoid use of invalid pointers in returned object field
  ` [PATCH 06/73] ACPICA: Fixed a couple compiler warnings for extra extern statements
  ` [PATCH 07/73] ACPICA: Update comments for acquire/release mutex interfaces
  ` [PATCH 08/73] ACPICA: Removed extraneous code
  ` [PATCH 09/73] ACPICA: Removed obsolete ACPI_NO_INTEGER64_SUPPORT define
  ` [PATCH 10/73] ACPICA: Misc fixes for recent global lock code update
  ` [PATCH 11/73] ACPICA: Increase maximum buffer size dumped to screen in buffer object dump
  ` [PATCH 12/73] ACPICA: Fix for package reference counts
  ` [PATCH 13/73] ACPICA: Update version to 20070320
  ` [PATCH 14/73] ACPICA: Fix for update of the Global Lock Handle
  ` [PATCH 15/73] ACPICA: Update version to 20070508
  ` [PATCH 16/73] ACPICA: Updated error message for dynamic method serialization
  ` [PATCH 17/73] ACPICA: Support for iASL - multiple files and wildcards
  ` [PATCH 18/73] ACPICA: Add minimal disassembly support for the SLIC table
  ` [PATCH 19/73] ACPICA: New interfaces for table event handlers
  ` [PATCH 20/73] ACPICA: Fix for namespace lookup problem
  ` [PATCH 21/73] ACPICA: update version number to 20070919
  ` [PATCH 22/73] ACPICA: Fix for Alias operator to see target child objects
  ` [PATCH 23/73] ACPICA: Fix for fault if Load() fails
  ` [PATCH 24/73] ACPICA: Fix a fault when storing DdbHandle to Debug object
  ` [PATCH 25/73] ACPICA: Fix for memory leak related to DdbHandle objects
  ` [PATCH 26/73] ACPICA: Add a table checksum verify for Load operator
  ` [PATCH 27/73] ACPICA: Add error checks to prevent faults
  ` [PATCH 28/73] ACPICA: Fix for Load/LoadTable to specify load location
  ` [PATCH 29/73] ACPICA: Fixed a memory leak when Device or Thermal objects referenced in packages
  ` [PATCH 30/73] ACPICA: Fix for Increment/Decrement operator, incorrect type change
  ` [PATCH 31/73] ACPICA: Added additional parameter validation for LoadTable
  ` [PATCH 32/73] ACPICA: Update version to 20071019
  ` [PATCH 33/73] ACPICA: Cosmetic changes only, no functional changes
  ` [PATCH 34/73] "
  ` [PATCH 35/73] ACPICA: Cleanup of debug output
  ` [PATCH 36/73] ACPICA: Fixes a problem with control method references within packages
  ` [PATCH 37/73] ACPICA: Fixed a problem with FromBCD and ToBCD with some compilers
  ` [PATCH 38/73] ACPICA: Fixed a problem with Index references passed as method arguments
  ` [PATCH 39/73] ACPICA: Fixed a problem with CopyObject used in conjunction with the Index operator
  ` [PATCH 40/73] ACPICA: Update version to 20071114
  ` [PATCH 41/73] ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of the device tree could be terminated prematurely
  ` [PATCH 42/73] ACPICA: Fixed a problem with Index Fields where the Index register was incorrectly limited to a maximum of 32 bits
  ` [PATCH 43/73] ACPICA: Implemented full support for deferred execution for the TermArg string arguments for DataTableRegion
  ` [PATCH 44/73] ACPICA: Undo accidental checkin of not-fully-tested mutex changes
  ` [PATCH 45/73] ACPICA: Implemented full argument resolution support for the BankValue argument to BankField
  ` [PATCH 46/73] ACPICA: Fixed a couple memory leaks associated with "implicit return" objects when the AML Interpreter slack mode is enabled
  ` [PATCH 47/73] ACPICA: Update version to 20071219
  ` [PATCH 48/73] ACPICA: Fix for SizeOf when used with Buffers and Packages
  ` [PATCH 49/73] ACPICA: Methods now implicitly return 0 in slack mode
  ` [PATCH 50/73] ACPICA: Fix for Load operator
  ` [PATCH 51/73] ACPICA: Fix for LoadTable operator, input strings
  ` [PATCH 52/73] ACPICA: Include file support for new ACPI tables
  ` [PATCH 53/73] ACPICA: Bulletproof disassembler for bad "
  ` [PATCH 54/73] ACPICA: Fixes for Unload and DDBHandles
  ` [PATCH 55/73] ACPICA: Update version to 20080123
  ` [PATCH 56/73] ACPICA: Add va_end statements as appropriate
  ` [PATCH 57/73] ACPICA: Added new error messages
  ` [PATCH 58/73] ACPICA: Fix for ACPI_HIDWORD macro
  ` [PATCH 59/73] ACPICA: Disassembler support for new ACPI tables
  ` [PATCH 60/73] ACPICA: Additional GPE/Notify handling change
  ` [PATCH 61/73] ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRC
  ` [PATCH 62/73] ACPICA: Update behavior of CopyObject to match ACPI spec
  ` [PATCH 63/73] ACPICA: Fix for possible error when packages/buffers are passed to methods externally
  ` [PATCH 64/73] ACPICA: Update ACPICA version to 20080213
  ` [PATCH 65/73] ACPICA: Fix for extraneous debug message for packages
  ` [PATCH 66/73] ACPICA: Fix to handle NULL package elements correctly
  ` [PATCH 67/73] ACPICA: Fixes for external Reference Objects
  ` [PATCH 68/73] ACPICA: Updates for Debug object output
  ` [PATCH 69/73] ACPICA: Fixes for size of StartDependent resource descriptor
  ` [PATCH 70/73] ACPICA: Fix to disable unknown spurious GPEs
  ` [PATCH 71/73] ACPICA: Update for new Notify values
  ` [PATCH 72/73] ACPICA: Update version to 20080321
  ` [PATCH 73/73] ACPICA: Fix for some local named nodes not marked temporary and to disallow duplicates
` ACPICA branch - first try Core revision 20080321

[PATCH] ata-acpi: don't call _GTF for disabled drive
 2008-04-12  4:15 UTC  (2+ messages)

[GIT PATCH] thinkpad-acpi queue for the 2.6.26 merge window
 2008-04-12  0:26 UTC  (22+ messages)
` [PATCH 03/13] ACPI: thinkpad-acpi: enhance box identification output
  ` [PATCH 01/13] ACPI: thinkpad-acpi: BIOS backlight mode helper (v2)
  ` [PATCH 02/13] ACPI: thinkpad-acpi: warn once about weird hotkey masks
  ` [PATCH 04/13] ACPI: thinkpad-acpi: rate-limit CMOS/EC unsynced error messages
  ` [PATCH 05/13] ACPI: thinkpad-acpi: fix brightness dimming control bug
  ` [PATCH 06/13] ACPI: thinkpad-acpi: claim tpacpi as an official short handle
  ` [PATCH 07/13] ACPI: thinkpad-acpi: prepare light and LED for sysfs support
  ` [PATCH 09/13] ACPI: thinkpad-acpi: add sysfs led class support to thinkpad leds (v3.1)
  ` [PATCH 10/13] ACPI: thinkpad-acpi: fluff really minor fix
  ` [PATCH 13/13] ACPI: thinkpad-acpi: bump up version to 0.20
` [PATCH 08/13] ACPI: thinkpad-acpi: add sysfs led class support for thinklight (v3.1)
` [PATCH 11/13] ACPI: thinkpad-acpi: use a private workqueue
` [PATCH 12/13] ACPI: thinkpad-acpi: fix selects in Kconfig

[PATCH] check that acpi_wakeup_address is below 1MB v2
 2008-04-11 18:04 UTC  (4+ messages)

[patch] PCI: Add DMI matching to i450NX fix-up for Dell PowerEdge 6300
 2008-04-11 15:04 UTC  (4+ messages)

DMI info
 2008-04-11 12:38 UTC 

DMI info - Lenovo ThinkPad X61 Tablet
 2008-04-11 10:18 UTC 

[RFC] [PATCH 1/3] Allow to override the RTC alarm time
 2008-04-11 12:44 UTC  (13+ messages)

[PATCH 1/2] [RTC] : Fix the error in the function of cmos_set_alarm
 2008-04-11 12:36 UTC 

[PATCH 2/2] [RTC] : Add the support for alarm time relative to current time in sysfs
 2008-04-11 12:38 UTC 

[patch for 2.6.25? 1/3] acpi: unneccessary to scan the PCI bus already scanned
 2008-04-11  4:30 UTC 

[patch for 2.6.25? 2/3] acpi: bus: check once more for an empty list after locking it
 2008-04-11  4:30 UTC 

[patch for 2.6.25? 3/3] acpi thermal trip points increased to 12
 2008-04-11  4:30 UTC 

[PATCH 5/6] ACPI: elide a non-zero test on a result that is never 0
 2008-04-11  2:09 UTC  (2+ messages)

[patch] PNP: increase number of devices supported per protocol
 2008-04-10 18:15 UTC 

dmidecode - Dell Dimension E520N
 2008-04-10 13:30 UTC 

[PATCH 2.6.25-rc7 001/001] ACPI: workaround for buggy BIOS to ignore error LINK CRS method
 2008-04-10 12:23 UTC  (3+ messages)

[PATCH 6/6] ACPI: update thermal temperature
 2008-04-10  8:20 UTC 

[PATCH 4/6] thermal: update the documentation
 2008-04-10  8:17 UTC 

[PATCH 3/6] thermal: add hwmon sysfs I/F
 2008-04-10  8:16 UTC 

[PATCH 2/6] thermal: add new get_crit_temp callback
 2008-04-10  8:13 UTC 

[PATCH 1/6] thermal: add the support for building the generic thermal as a module
 2008-04-10  8:11 UTC 

[RFC] [PATCH 2/3] Call RTC wake_on hook function when alarm is enabled
 2008-04-10  2:15 UTC  (5+ messages)

[PATCH] ACPI : Disable the device's ability to wake the sleeping system in the boot phase
 2008-04-10  1:57 UTC  (2+ messages)

[PATCH] ACPI: Support Fujitsu Lifebook S6410 in fujitsu-laptop
 2008-04-09 23:40 UTC  (2+ messages)

[RFC] [PATCH 3/3] Add the support for alarm time relative to current time in sysfs
 2008-04-09  7:58 UTC  (3+ messages)

[RFC] [PATCH 0/3] several fixups about RTC alarm Sys I/F
 2008-04-09  6:32 UTC 

Hard freeze / interrupt-related death / instability
 2008-04-09  9:40 UTC  (6+ messages)

[patch for 2.6.25? 1/2] acpi: bus: check once more for an empty list after locking it
 2008-04-09  0:48 UTC 

[patch for 2.6.25? 2/2] acpi thermal trip points increased to 12
 2008-04-09  0:48 UTC 

Fix "buggy BIOS check" when CPUs are hot removed
 2008-04-08  7:03 UTC  (3+ messages)

rc6+ regression - backlight reset to 0 on boot after 7c0ea45be4f114d85ee35caeead8e1660699c46f
 2008-04-08  6:05 UTC  (4+ messages)

[REPOST] [PATCH] acpi thermal fix result check
 2008-04-08  1:11 UTC  (2+ messages)

[PATCH] ACPI: check a return value correctly in acpi_power_get_context()
 2008-04-08  8:38 UTC  (2+ messages)

Suspend on Lenovo 3000 V200 - Linux 2.6.25rc8
 2008-04-07 23:12 UTC  (12+ messages)

[PATCH] acpi thermal trip points increased to 12
 2008-04-07 22:03 UTC  (2+ messages)

ACPI
 2008-04-07 19:26 UTC  (2+ messages)

Hardlock during boot on Supermicro C2SBA BIOS v1.1
 2008-04-07 15:57 UTC  (4+ messages)

[PATCH 2/3] thermal: add hwmon sys I/F
 2008-04-07 10:22 UTC  (3+ messages)

[PATCH 3/3] thermal: update documentation
 2008-04-07 10:00 UTC  (2+ messages)

[PATCH]correctly use API in acpi idle
 2008-04-07  6:46 UTC 

[PATCH 1/3] thermal: build generic thermal driver as a module
 2008-04-06  9:58 UTC  (2+ messages)

[RFC] fix asus_hides_smbus_lpc_ich6() for resume
 2008-04-06  2:05 UTC  (5+ 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).