linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-06-12 09:28:46 to 2008-06-20 07:44:24 UTC [more...]

ACPI patch queue for 2.6.27
 2008-06-20  7:43 UTC  (4+ messages)
` [PATCH 01/70] fix a deadlock issue when poking "eject" file
  ` [PATCH 02/70] force offline the processor during hot-removal
  ` [PATCH 07/70] ACPI PM: acpi_pm_device_sleep_state() cleanup

[GIT PATCH] ACPI patches for 2.6.26-rc6
 2008-06-20  7:40 UTC 

a pair of small ACPI patches for 2.6.26-rc6
 2008-06-20  7:35 UTC  (3+ messages)
` [PATCH 1/2] ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device
  ` [PATCH 2/2] ACPI: no AC status notification

[PATCH 0/4] Disable Mwait for CPU C-states and add the boot option of "idle=nomwait" ,"idle=halt"
 2008-06-20  7:28 UTC  (3+ messages)

[PATCH3/4] ACPI : Add boot option of "idle=nomwait" to disable mwait for CPU C-states
 2008-06-20  7:14 UTC  (3+ messages)

[RFC PATCH 2/2] ACPI: detect GPE interrupt storm
 2008-06-20  6:55 UTC  (3+ messages)

[RFC PATCH 1/2] ACPI: allow enable/disable/clear ACPI interrupts in user space
 2008-06-20  6:54 UTC  (3+ messages)

[PATCH4/4] ACPI : Add DMI check to disable mwait for CPU C-states
 2008-06-20  6:37 UTC  (2+ messages)

[PATCH1/4] ACPI : Disable the C2C3_FFH access mode if MWAIT is unsupported
 2008-06-20  6:32 UTC  (2+ messages)

[RFC][PATCH 0/3] PCI PM: Rework pci_set_power_state
 2008-06-20  5:45 UTC  (8+ messages)
` [RFC][PATCH 1/3] ACPI: Introduce acpi_bus_power_manageable
` [RFC][PATCH 2/3] PCI PM: Introduce platform_pci_power_manageable
  ` [linux-pm] "
` [RFC][PATCH 3/3] PCI PM: Rework pci_set_power_state

CPU temperature not detected
 2008-06-20  2:17 UTC  (3+ messages)

linux-next: Tree for June 13: IO APIC breakage on HP nx6325
 2008-06-20  0:35 UTC  (26+ messages)

[RFC][PATCH 0/9] PCI PM: Rework PCI device PM
 2008-06-19 23:57 UTC  (10+ messages)
` [RFC][PATCH 1/9] ACPI: Introduce acpi_bus_power_manageable function
` [RFC][PATCH 2/9] PCI: Introduce platform_pci_power_manageable function
` [RFC][PATCH 3/9] PCI: Rework pci_set_power_state function
` [RFC][PATCH 4/9] ACPI: Introduce acpi_device_sleep_wake function
` [RFC][PATCH 5/9] ACPI: Introduce new device wakeup flag 'prepared'
` [RFC][PATCH 6/9] PCI ACPI: Introduce acpi_pm_device_sleep_wake function
` [RFC][PATCH 7/9] PCI ACPI: Introduce can_wakeup platform callback
` [RFC][PATCH 8/9] PCI PM: Rework device PM initialization
` [RFC][PATCH 9/9] PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleep

[PATCH 2/2] acpi based pci gap caluculation
 2008-06-19 22:58 UTC 

[PATCH 1/2] cleanup e820_setup_gap
 2008-06-19 22:57 UTC 

[PCI_ACPI] Modify PCI gap calculation
 2008-06-19 22:56 UTC 

[patch 09/15] ACPICA: Ignore ACPI table signature for Load() operator
 2008-06-19 21:30 UTC 

no self-refresh during S3 - any debug hints?
 2008-06-19 20:10 UTC  (6+ messages)

[PATCH]ACPI: Fix CMOS time error after waking up by /proc/acpi/alarm
 2008-06-19 13:52 UTC 

[stable PATCH 2.6.21] ACPICA: Ignore ACPI table signature for Load() operator
 2008-06-19  8:09 UTC  (2+ messages)

[patch 01/11] acpi: enable C3 Power State on Dell Inspiron 8200
 2008-06-19  4:14 UTC  (2+ messages)

[stable PATCH 2.6.22, 2.6.23, 2.6.24, 2.6.25] ACPICA: Ignore ACPI table signature for Load() operator
 2008-06-19  2:11 UTC 

[patch 00/28] PNP: convert fixed tables to lists, v3
 2008-06-18 21:34 UTC  (31+ messages)
` [patch 01/28] PNP: add detail to debug resource dump
` [patch 02/28] PNP: remove pnp_resource.index
` [patch 03/28] PNP: add pnp_resource_type() internal interface
` [patch 04/28] PNP: add pnp_resource_type_name() helper function
` [patch 05/28] PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources
` [patch 06/28] PNP: replace pnp_resource_table with dynamically allocated resources
` [patch 07/28] PNPACPI: keep disabled resources when parsing current config
` [patch 08/28] PNP: remove ratelimit on add resource failures
` [patch 09/28] PNP: dont sort by type in /sys/.../resources
` [patch 10/28] PNP: add pnp_possible_config() -- can a device could be configured this way?
` [patch 11/28] PNP: whitespace/coding style fixes
` [patch 12/28] PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
` [patch 13/28] PNP: make resource option structures private to PNP subsystem
` [patch 14/28] PNP: introduce pnp_irq_mask_t typedef
` [patch 15/28] PNP: increase I/O port & memory option address sizes
` [patch 16/28] PNP: improve resource assignment debug
` [patch 17/28] PNP: in debug resource dump, make empty list obvious
` [patch 18/28] PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)
` [patch 19/28] PNP: remove redundant pnp_can_configure() check
` [patch 20/28] PNP: centralize resource option allocations
` [patch 21/28] PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR
` [patch 22/28] PNP: rename pnp_register_*_resource() local variables
` [patch 23/28] PNP: support optional IRQ resources
` [patch 24/28] PNP: remove extra 0x100 bit from option priority
` [patch 25/28] ISAPNP: handle independent options following dependent ones
` [patch 26/28] PNP: convert resource options to single linked list
` [patch 27/28] PNP: avoid legacy IDE IRQs
` [patch 28/28] PNPACPI: add support for HP vendor-specific CCSR descriptors

linux-next Regression: Unable to locate IOAPIC
 2008-06-18 21:14 UTC  (16+ messages)

Global Knowledge PH
 2008-06-18 18:33 UTC 

Toshiba - Documentation for Linux Developers
 2008-06-18 12:24 UTC  (9+ messages)

[PATCH] Clean up thermal API
 2008-06-18  9:56 UTC  (12+ messages)
` [PATCH] More cleanup of the "
  ` [RFC] Implement thermal limiting in generic thermal class
` [PATCH v2] Clean up thermal API
  ` [Patch v2] Implement thermal limiting in the generic thermal class

linux-next: x86 tree build failure
 2008-06-18  6:39 UTC 

[PATCH 6/8] libata hotplug to align with dock driver
 2008-06-18  4:02 UTC  (11+ messages)

(unknown),
 2008-06-17 20:04 UTC 

bug? acpi p-state + ondemand keeps dropping max freq
 2008-06-17 18:15 UTC  (6+ messages)

[PATCH -next] acpi: fix printk format warning
 2008-06-17 16:59 UTC  (2+ messages)

[PATCH2/4] ACPI : Add the boot option of "idle=halt" to use halt for CPU idle
 2008-06-17  6:42 UTC 

[PATCH 2/3] Introduce acpi_root_table=rsdt boot param and dmi list to force rsdt
 2008-06-16 23:08 UTC  (5+ messages)
    ` [PATCH 2/3] Introduce acpi_root_table=rsdt boot param and dmi list to force rsdt - also add R51e

Custom SSDT Cpu0Ist and Cpu1Ist
 2008-06-16 22:17 UTC 

DMI Info
 2008-06-16 20:32 UTC 

[patch 00/18] PNP: convert resource options to unified dynamic list, v2
 2008-06-16 16:26 UTC  (18+ messages)
` [patch 01/18] PNP: add pnp_possible_config() -- can a device could be configured this way?
` [patch 03/18] PNP: IORESOURCE_* flags are PNP-specific, not ISA PNP-specific
` [patch 05/18] PNP: make resource option structures private to PNP subsystem
` [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

kernel panic when plugging in USB device and closing lid
 2008-06-16 12:36 UTC 

[RFC] serio driver: speed up resume
 2008-06-16  9:09 UTC 

[PATCH] ACPI : Load device driver according to the status of acpi device
 2008-06-16  1:29 UTC 

[Bugme-new] [Bug 10916] New: HP Compaq 6910p needs irqpoll
 2008-06-16  1:03 UTC 

[BUG] 2.6.26-rc5-mm1- kernel BUG at arch/x86/kernel/io_apic_64.c:355!
 2008-06-15 17:16 UTC  (3+ messages)

[RFC PATCH] ACPI: eject device synchronously
 2008-06-13 20:28 UTC 

acpi thermal sensors not working, laptop overheating
 2008-06-13 19:58 UTC 

[Fwd: Re: long-term regression - Parallel Port broken?]
 2008-06-13 17:45 UTC  (4+ messages)

acpi thermal sensors not working, laptop overheating
 2008-06-13 11:19 UTC  (2+ messages)

[PATCH] drivers/acpi/video: fix brightness allocation
 2008-06-13 11:05 UTC  (2+ messages)

Subject: ACPI: Add the abity to reset the system using RESET_REG in FADT table
 2008-06-13  5:38 UTC 

[PATCH2/2] ACPI : Add DMI check to disable mwait for CPU C-states
 2008-06-13  5:33 UTC 

[PATCH 0/2] Disable Mwait for CPU C-states on the broken BIOS
 2008-06-13  5:32 UTC 

[PATCH1/2] ACPI : Add module parameter processor.idle to disable mwait for CPU C-states
 2008-06-13  5:32 UTC 

[PATCH 0/5] Remaining patches for 2.6.27
 2008-06-12 22:07 UTC  (3+ messages)
` [PATCH 1/5] ACPI Hibernation: Use ACPI hardware signature

[PATCH 4/4] Remove obsolete piece of PM documentation
 2008-06-12 21:29 UTC 

[PATCH 0/4] Remove some obsolete PM stuff
 2008-06-12 20:51 UTC  (12+ messages)
` [PATCH 2/4] Remove references to struct pm_dev from IRDA headers
` [PATCH 3/4] Remove definition of struct pm_dev
` [PATCH 4/4] Remove obsolete piece of PM documentation
` [PATCH - supplement] PM: Remove remaining obsolete definitions from pm.h (was: Re: [PATCH 0/4] Remove some obsolete PM stuff)

[PATCH -mm 1/1] misc,acpi,backlight: Compal Laptop Extras - remove unnecessary attribute
 2008-06-12 20:08 UTC 

"AE_ERROR, ACPI thermal trip point state changed" on Clevo M720R
 2008-06-12 13:05 UTC 

[patch (for 2.6.26?) 2/2] acpi: fix drivers/acpi/glue.c build error
 2008-06-12 12:19 UTC  (4+ 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).