public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-06-04 20:18:52 to 2008-06-12 04:35:38 UTC [more...]

ACPICA branch contents
 2008-06-12  4:35 UTC  (18+ messages)
` [PATCH 01/17] ACPICA: Add argument count checking to control method invocation via acpi_evaluate_object
  ` [PATCH 02/17] ACPICA: Fix for hang on GPE method invocation
  ` [PATCH 03/17] ACPICA: Update tracking macros to reduce code/data size
  ` [PATCH 04/17] ACPICA: Fix possible negative array index in acpi_ut_validate_exception
  ` [PATCH 05/17] ACPICA: Eliminate acpi_native_uint type
  ` [PATCH 06/17] ACPICA: Removed unused include files from source files
  ` [PATCH 07/17] ACPICA: Several lint changes, no functional changes
  ` [PATCH 08/17] ACPICA: Add const qualifier for appropriate string constants
  ` [PATCH 09/17] ACPICA: Update version to 20080514
  ` [PATCH 10/17] ACPICA: Workaround for reversed _PRT entries from BIOS
  ` [PATCH 11/17] ACPICA: Update DMAR and SRAT table definitions
  ` [PATCH 12/17] ACPICA: Update disassembler for DMAR table changes
  ` [PATCH 13/17] ACPICA: Fix for invalid large array index on 64-bit systems
  ` [PATCH 14/17] ACPICA: Cleanup debug operand dump mechanism
  ` [PATCH 15/17] ACPICA: Cleanup of _PRT parsing code
  ` [PATCH 16/17] ACPICA: Fix mutex debug code for wrong loop termination value
  ` [PATCH 17/17] ACPICA: Update version to 20080609

[GIT PATCH] ACPI patches for 2.6.26-rc5
 2008-06-12  3:08 UTC  (3+ messages)

[PATCH] Clean up thermal API
 2008-06-12  2:25 UTC  (6+ messages)
` [PATCH] More cleanup of the "
  ` [RFC] Implement thermal limiting in generic thermal class

[PATCH 6/8] libata hotplug to align with dock driver
 2008-06-12  1:23 UTC  (10+ messages)

[RESEND] [PATCH] Fujitsu-laptop update
 2008-06-12  0:02 UTC  (6+ messages)

[PATCH 0/5] Remaining patches for 2.6.27
 2008-06-11 20:09 UTC  (6+ messages)
` [PATCH 1/5] ACPI Hibernation: Use ACPI hardware signature
` [PATCH 2/5] APM emulation: Notify about all suspend events, not just APM invoked ones (v2)
` [PATCH 3/5] Freezer: Introduce PF_FREEZER_NOSIG
` [PATCH 4/5] snapshot: Push BKL down into ioctl handlers
` [PATCH 5/5] snapshot: Use pm_mutex for mutual exclusion

ACPI: EC: GPE storm detected, disabling EC GPE
 2008-06-11 18:39 UTC  (13+ messages)

ACPI patches for 2.6.26-rc5
 2008-06-11  7:59 UTC  (24+ messages)
` [PATCH 01/23] ACPI: Disable Fixed_RTC event when installing RTC handler
  ` [PATCH 02/23] cpuidle acpi driver: fix oops on AC<->DC
  ` [PATCH 03/23] thinkpad-acpi: SW_RADIO to SW_RFKILL_ALL rename
  ` [PATCH 04/23] thinkpad-acpi: fix initialization error paths
  ` [PATCH 05/23] thinkpad-acpi: fix LED handling on older ThinkPads
  ` [PATCH 06/23] ACPI: EC: Use msleep instead of udelay while waiting for event
  ` [PATCH 07/23] ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning message
  ` [PATCH 08/23] MAINTAINERS: update ACPI homepage
  ` [PATCH 09/23] pnpacpi: fix IRQ flag decoding
  ` [PATCH 10/23] pnpacpi: fix shareable IRQ encode/decode
  ` [PATCH 11/23] PNPACPI: use _CRS IRQ descriptor length for _SRS
  ` [PATCH 12/23] ACPI: handle invalid ACPI SLIT table
  ` [PATCH 13/23] proper prototype for acpi_processor_tstate_has_changed()
  ` [PATCH 14/23] dock.c remove trailing printk whitespace
  ` [PATCH 15/23] bay: exit if notify handler cannot be installed
  ` [PATCH 16/23] ACPI: use memory_read_from_buffer()
  ` [PATCH 17/23] ACPICA: Fix to allow zero-length ASL field declarations
  ` [PATCH 18/23] ACPICA: Ignore ACPI table signature for Load() operator
  ` [PATCH 19/23] ACPICA: Fix for Load operator, load table at the namespace root
  ` [PATCH 20/23] ACPICA: Fix to make _SST method optional
  ` [PATCH 21/23] ACPICA: Fix for access to deleted object <regression>
  ` [PATCH 22/23] ACPI: Reject below-freezing temperatures as invalid critical temperatures
  ` [PATCH 23/23] ACPICA: fix stray va_end() caused by mis-merge

linux-next Regression: Unable to locate IOAPIC
 2008-06-11  5:47 UTC  (5+ messages)

[patch 09/11] bay: exit if notify handler cannot be installed
 2008-06-11  2:31 UTC  (5+ messages)

[patch 11/11] acpi: use memory_read_from_buffer()
 2008-06-11 18:07 UTC  (2+ messages)

[patch 06/11] misc,acpi,backlight: compal Laptop Extras
 2008-06-10 21:51 UTC  (4+ messages)

[patch (for 2.6.26?) 2/2] acpi: fix drivers/acpi/glue.c build error
 2008-06-10 21:00 UTC  (3+ messages)

acpi problem
 2008-06-10 20:29 UTC  (3+ messages)

[patch 07/11] acpi: change processors from array to per_cpu variable
 2008-06-10 17:31 UTC  (2+ messages)

[patch 00/18] PNP: convert resource options to unified dynamic list, v2
 2008-06-10 17:08 UTC  (21+ messages)
` [patch 01/18] PNP: add pnp_possible_config() -- can a device could be configured this way?
` [patch 02/18] PNP: whitespace/coding style fixes
` [patch 03/18] PNP: IORESOURCE_* flags are PNP-specific, not ISA PNP-specific
` [patch 04/18] PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
` [patch 05/18] PNP: make resource option structures private to PNP subsystem
` [patch 06/18] PNP: introduce pnp_irq_mask_t typedef
` [patch 07/18] PNP: increase I/O port & memory option address sizes
` [patch 08/18] PNP: improve resource assignment debug
` [patch 09/18] PNP: in debug resource dump, make empty list obvious
` [patch 10/18] PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)
` [patch 11/18] PNP: remove redundant pnp_can_configure() check
` [patch 12/18] PNP: centralize resource option allocations
` [patch 13/18] PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR
` [patch 14/18] PNP: rename pnp_register_*_resource() local variables
` [patch 15/18] PNP: support optional IRQ resources
` [patch 16/18] PNP: remove extra 0x100 bit from option priority
` [patch 17/18] ISAPNP: handle independent options following dependent ones
` [patch 18/18] PNP: convert resource options to single linked list

[patch 05/11] acpi video: blacklist Fujitsu Lifebook S6410
 2008-06-10 16:51 UTC  (2+ messages)

[patch (for 2.6.26?) 1/3] pnpacpi: fix IRQ flag decoding
 2008-06-10 16:05 UTC  (2+ messages)

ACPI pull for 2.6.26?
 2008-06-10 15:39 UTC  (3+ messages)

[BUG] 2.6.26-rc5-mm1- kernel BUG at arch/x86/kernel/io_apic_64.c:355!
 2008-06-10 12:23 UTC  (2+ messages)

[patch (for 2.6.26?) 3/3] PNPACPI: use _CRS IRQ descriptor length for _SRS
 2008-06-09 23:52 UTC 

[patch (for 2.6.26?) 2/3] pnpacpi: fix shareable IRQ encode/decode
 2008-06-09 23:52 UTC 

[patch (for 2.6.26?) 1/2] acpi: handle invalid ACPI SLIT table
 2008-06-09 23:48 UTC 

[patch 10/11] dock.c remove trailing printk whitespace
 2008-06-09 23:22 UTC 

[patch 04/11] acpi: adjust _acpi_{module,function}_name definitions
 2008-06-09 23:22 UTC 

[patch 08/11] proper prototype for acpi_processor_tstate_has_changed()
 2008-06-09 23:22 UTC 

[patch 01/11] acpi: enable C3 Power State on Dell Inspiron 8200
 2008-06-09 23:22 UTC 

[patch 02/11] acpi: fix FADT parsing
 2008-06-09 23:22 UTC 

[patch 03/11] acpi: adjust register handling
 2008-06-09 23:22 UTC 

PNPACPI: use _CRS IRQ descriptor length for _SRS
 2008-06-09 22:02 UTC  (4+ messages)
` PNPACPI: use _CRS IRQ descriptor length for _SRS, v2

requested info
 2008-06-09 16:58 UTC  (2+ messages)

bug? acpi p-state + ondemand keeps dropping max freq
 2008-06-09 16:39 UTC  (4+ messages)

Version 2: [PATCH 2/3] ACPI: Send switch event on dock events
 2008-06-09  9:48 UTC  (2+ messages)

[PATCH] libata: Handle bay devices in dock stations
 2008-06-09  4:56 UTC  (6+ messages)

[PATCH 5/8] fix hotplug race
 2008-06-09  1:16 UTC  (3+ messages)

bug? acpi p-state + ondemand keeps dropping max freq
 2008-06-07 23:22 UTC  (6+ messages)

ACPI Error (evregion-0316): No handler for Region [ERAM]
 2008-06-07 19:42 UTC 

dmidecode output
 2008-06-07 19:05 UTC 

ACPI PM: Add DMI quirk list for ACPI 1.0 suspend order
 2008-06-07 11:21 UTC 

PTS ordering / asus P1-AH2 system
 2008-06-07 10:22 UTC  (2+ messages)

Suspend and hibernation patchset for 2.6.26-rc3
 2008-06-07 10:21 UTC  (2+ messages)

RESEND: [PATCH 3/3] Misc: Add HP WMI laptop extras driver
 2008-06-07 10:00 UTC 

DMI info
 2008-06-07  4:14 UTC 

DMI of the md98300 laptop
 2008-06-07  1:35 UTC 

Critical temperature trips on a cool Dell Latitude D810
 2008-06-06 14:10 UTC 

[PATCH 7/8]introduce .uevent for devices in dock
 2008-06-06  5:23 UTC 

[PATCH 8/8]remove useless code
 2008-06-06  5:23 UTC 

[PATCH 4/8] FIx duplicate notification handler register
 2008-06-06  5:22 UTC 

[PATCH 3/8] makeing dock driver supports bay and battery hotplug
 2008-06-06  5:22 UTC 

[PATCH 2/8] add _LCK support for dock
 2008-06-06  5:22 UTC 

[patch 1/8]avoid check _STA method
 2008-06-06  5:22 UTC 

[PATCH 0/8] docking realted fixes
 2008-06-06  5:22 UTC 

[PATCH] ACPI : Disable the C2C3_FFH access mode if MWAIT is unsupported
 2008-06-05  6:33 UTC 

Kernel GPF ACPI
 2008-06-05  6:00 UTC  (2+ messages)

[PATCH] ACPI : Disable the C2C3_FFH access mode if MWAIT is unsupported
 2008-06-05  5:45 UTC  (3+ messages)

[PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems
 2008-06-05  2:38 UTC  (3+ messages)

[patch -v3 16/22] acpi: use memory_read_from_buffer
 2008-06-05  1:29 UTC  (3+ messages)

[patch 00/15] PNP: convert resource options to unified dynamic list, v1
 2008-06-04 23:06 UTC  (9+ messages)
` [patch 15/15] PNP: convert resource options to single linked list

MSI PR200
 2008-06-04 20:18 UTC 


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