messages from 2006-11-18 22:16:29 to 2006-11-29 07:25:44 UTC [more...]
[PATCH] allow the highest frequency if bios think so
2006-11-29 7:25 UTC (5+ messages)
acpi nic card flapping
2006-11-29 7:14 UTC (3+ messages)
How ACPI is actually implemented?
2006-11-29 7:05 UTC (2+ messages)
new pmtools available for testing
2006-11-28 14:00 UTC (5+ messages)
How ACPI is actually implemented?
2006-11-28 11:37 UTC (2+ messages)
Broken DSDT (ASUS A6Km, Sempron 3300+)
2006-11-28 10:51 UTC (3+ messages)
sbs driver
2006-11-28 2:25 UTC
AE_NOT_FOUND while evaluating SleepState [\_S3_]
2006-11-28 2:21 UTC (2+ messages)
How ACPI is actually implemented?
2006-11-28 1:07 UTC
[PATCH] acpi: add backlight support to the sony_acpi driver (v2)
2006-11-27 16:43 UTC
[Patch] Default values for asus_acpi
2006-11-27 16:39 UTC (2+ messages)
[PATCH 3/3] - Add support for acpi_load_table/acpi_unload_table_id
2006-11-27 15:19 UTC (2+ messages)
How ACPI is actually implemented?
2006-11-27 15:08 UTC (8+ messages)
contents of sysfs branch
2006-11-27 6:35 UTC (20+ messages)
` [PATCH 1/13] ACPI: clean up scan.c
` [PATCH 2/13] ACPI: rename some functions
` [PATCH 3/13] ACPI: add device_driver and helper functions
` [PATCH 4/13] ACPI: add ACPI bus_type for driver model
` [PATCH 5/13] ACPI: change registration interface to follow "
` [PATCH 6/13] ACPI: adjust init order
` [PATCH 7/13] ACPI: convert to sysfs framework
` [PATCH 8/13] ACPI: add acpi_bus_ops in acpi_device
` [PATCH 9/13] ACPI: add acpi_bus_removal_type "
` [PATCH 10/13] ACPI: consolidate two motherboard drivers into one
` [PATCH 11/13] ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver
` [PATCH 12/13] ACPI: Set fake hid for non-PNPID ACPI devices
` [PATCH 13/13] ACPI: use unique number as bus_id of ACPI device in sysfs
contents of the acpica branch
2006-11-27 2:12 UTC (67+ messages)
` [PATCH 1/65] ACPICA: Update function header
` [PATCH 2/65] ACPICA: Handle mis-matched package length
` [PATCH 3/65] ACPICA: Handle case NumElements > Package length
` [PATCH 4/65] ACPICA: Delete recursive feature of ACPI Global Lock
` [PATCH 5/65] ACPICA: Release global lock from interrupt handler
` [PATCH 6/65] ACPICA: Cast acpi_thread_id to UINT32 for debug output only
` [PATCH 7/65] ACPICA: fix for object premature deletion
` [PATCH 8/65] ACPICA: Temporary fix for BankValue parameter
` [PATCH 9/65] ACPICA: Update version to 20060721
` [PATCH 10/65] ACPICA: Update debug output
` [PATCH 12/65] ACPICA: misc fixes for new Table Manager:
` [PATCH 13/65] ACPICA: Update comments for individual table fields
` [PATCH 14/65] ACPICA: Fix for FADT conversion in 64-bit mode
` [PATCH 15/65] ACPICA: Lint changes
` [PATCH 17/65] ACPICA: Add support for DMAR table
` [PATCH 18/65] ACPICA: Add acpi_gpe_count global to track the number of GPE events
` [PATCH 19/65] ACPICA: Disable all wake GPEs after first one recieved
` [PATCH 20/65] ACPICA: Fix unalignment in acpi_ut_repair_name
` [PATCH 21/65] ACPICA: Store GPE number instead of bitmask
` [PATCH 22/65] ACPICA: Split acpi_format_exception into two parts
` [PATCH 23/65] ACPICA: Update version to 20060831
` [PATCH 24/65] ACPICA: Cleanup of FADT verification function
` [PATCH 25/65] ACPICA: Create tbfadt.c to hold all FADT-related functions
` [PATCH 26/65] ACPICA: Re-implement interpreters' "serialized mode"
` [PATCH 27/65] ACPICA: Delete stale FADT functions outside tbfadt.c
` [PATCH 28/65] ACPICA: Update comments in tbfadt.c
` [PATCH 29/65] ACPICA: add ASF comment
` [PATCH 30/65] ACPICA: re-factor table init routines for benefit of iASL
` [PATCH 31/65] ACPICA: Allow type ANY to be the target of the Scope operator
` [PATCH 32/65] ACPICA: IsResourceTemplate now returns ACPI_STATUS
` [PATCH 33/65] ACPICA: Add declarations for ASF! sub-tables
` [PATCH 34/65] ACPICA: FADT verification is now table driven
` [PATCH 35/65] ACPICA: Report error if method creates 2 objects with the same name
` [PATCH 36/65] ACPICA: New common routine for creating and verifying a local FADT
` [PATCH 37/65] ACPICA: Fix memory leak in table load error path
` [PATCH 38/65] ACPICA: Fix trace output name and whitespace
` [PATCH 39/65] ACPICA: Update version to 20060912
` [PATCH 40/65] ACPICA: Add full table name to disassembler output
` [PATCH 41/65] ACPICA: Fix for Global Lock semaphore
` [PATCH 42/65] ACPICA: Remove obsolete Flags parameter
` [PATCH 43/65] ACPICA: Use faster ByIndex interface to get FACS
` [PATCH 44/65] ACPICA: On AML mutex force-release, set depth to zero (was 1)
` [PATCH 45/65] ACPICA: Update interpreter error paths to always report the error
` [PATCH 46/65] ACPICA: Fix for possible memory leak and fault
` [PATCH 47/65] ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is called
` [PATCH 48/65] ACPICA: Update version to 20060927
` [PATCH 49/65] ACPICA: Restructured module into multiple functions
` [PATCH 50/65] ACPICA: Eliminate control method 2-pass parse/execute
` [PATCH 51/65] ACPICA: Fix race condition with AcpiWalkNamespace
` [PATCH 52/65] ACPICA: _CID support for PCI Root Bridge detection
` [PATCH 53/65] ACPICA: Use manifest constants for parse pass number
` [PATCH 54/65] ACPICA: Update comments
` [PATCH 55/65] ACPICA: Abort downward walk on temporary node detection
` [PATCH 56/65] ACPICA: Fixes for parameter validation
` [PATCH 57/65] ACPICA: Update version to 20061011
` [PATCH 58/65] ACPICA: Update debug output routines for data structure changes
` [PATCH 59/65] ACPICA: Miscellaneous table manager updates and optimizations
` [PATCH 60/65] ACPICA: Fixes for load() operator
` [PATCH 61/65] ACPICA: Ensure that all structures in acobject.h are aligned, via #pragma
` [PATCH 62/65] ACPICA: Add ACPI_MAX macro
` [PATCH 63/65] ACPICA: Fail AcpiEnable if ACPI tables not loaded
` [PATCH 64/65] ACPICA: Add include of actables.h
` [PATCH 65/65] ACPICA: version update
[2.6 patch] proper prototype for drivers/base/init.c:driver_init()
2006-11-25 22:31 UTC (3+ messages)
[PATCH 00/21] ACPI: ibm-acpi: cleanups, extended fan/thermal support
2006-11-25 20:48 UTC (22+ messages)
` [PATCH 01/21] ACPI: ibm-acpi: do not use / in driver names
` [PATCH 03/21] ACPI: ibm-acpi: Use a enum to select the thermal sensor reading strategy
` [PATCH 02/21] ACPI: ibm-acpi: trivial Lindent cleanups
` [PATCH 04/21] ACPI: ibm-acpi: Implement direct-ec-access thermal reading modes for up to 16 sensors
` [PATCH 05/21] ACPI: ibm-acpi: document thermal sensor locations for the A31
` [PATCH 06/21] ACPI: ibm-acpi: prepare to cleanup fan_read and fan_write
` [PATCH 07/21] ACPI: ibm-acpi: clean up fan_read
` [PATCH 08/21] ACPI: ibm-acpi: break fan_read into separate functions
` [PATCH 10/21] ACPI: ibm-acpi: document fan control
` [PATCH 12/21] ACPI: ibm-acpi: fix and extend fan enable
` [PATCH 16/21] ACPI: ibm-acpi: implement fan watchdog command
` [PATCH 18/21] ACPI: ibm-acpi: make non-generic bay support optional
` [PATCH 19/21] ACPI: ibm-acpi: backlight device cleanup
` [PATCH 20/21] ACPI: ibm-acpi: style fixes and cruft removal
` [PATCH 21/21] ACPI: ibm-acpi: update version and copyright
` [PATCH 09/21] ACPI: ibm-acpi: cleanup fan_write
` [PATCH 11/21] ACPI: ibm-acpi: extend fan status functions
` [PATCH 13/21] ACPI: ibm-acpi: fix and extend fan control functions
` [PATCH 14/21] ACPI: ibm-acpi: store embedded controller firmware version for matching
` [PATCH 15/21] ACPI: ibm-acpi: workaround for EC 0x2f initialization bug
` [PATCH 17/21] ACPI: ibm-acpi: add support for the ultrabay on the T60,X60
[PATCH] ACPI: ibm-acpi: do not use / in driver names
2006-11-25 1:02 UTC
[PATCH] Implementation of acpi_video_get_next_level
2006-11-24 19:36 UTC (2+ messages)
battery driver
2006-11-24 17:27 UTC
[0/12] acpi: make ACPI use driver model
2006-11-24 14:37 UTC (8+ messages)
` [PATCH] ACPI: ibm-acpi: do not use / in driver names
No C-states on latest AMD Mobile Turion K8 cpus ?
2006-11-24 10:16 UTC
[11/12] acpi: acpi pci bridge driver
2006-11-24 5:32 UTC (3+ messages)
problems about ACPI sysfs convert work
2006-11-23 2:29 UTC (10+ messages)
2.6.19-rc6: known regressions (v3)
2006-11-23 0:04 UTC (3+ messages)
` 2.6.19-rc6: known regressions (v4)
new pmtools available for testing
2006-11-22 16:40 UTC (6+ messages)
Please push d4a82b0b566fc2784648c9751f0deb2b262c95ea to Linus for 2.6.19
2006-11-21 19:52 UTC
[PATCH] allow the highest frequency if bios think so
2006-11-21 17:03 UTC (3+ messages)
new ibm-acpi maintainer
2006-11-21 16:26 UTC (4+ messages)
2.6.19-rc5 nasty ACPI regression, AE_TIME errors
2006-11-21 14:47 UTC (2+ messages)
ACPI breakage (Re: 2.6.19-rc6: known regressions (v2))
2006-11-21 3:10 UTC (6+ messages)
[PATCH] backlight: do not power off backlight when unregistering
2006-11-21 3:01 UTC (5+ messages)
ACPI breakage (Re: 2.6.19-rc6: known regressions (v2))
2006-11-20 18:46 UTC (7+ messages)
[2.6 patch] drivers/acpi/osl.c: fix a NULL check
2006-11-20 21:06 UTC
Understandig ACPI routing PCI IRQ
2006-11-20 16:49 UTC (2+ messages)
[PATCH] Show devices for active/passive cooling in thermal trip_points file
2006-11-20 16:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox