public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-01-30 06:49:12 to 2007-02-07 18:54:53 UTC [more...]

ACPI patches for 2.6.21
 2007-02-07 18:51 UTC  (79+ messages)
      ` [PATCH 1/140] ACPI: clean up scan.c
        ` [PATCH 2/140] ACPI: rename some functions
        ` [PATCH 3/140] ACPI: add device_driver and hepler functions
        ` [PATCH 4/140] ACPI: add ACPI bus_type for driver model
        ` [PATCH 5/140] ACPI: change registration interface to follow "
        ` [PATCH 6/140] ACPI: adjust init order
        ` [PATCH 7/140] ACPI: convert to sysfs framework
        ` [PATCH 8/140] ACPI: add acpi_bus_ops in acpi_device
        ` [PATCH 9/140] ACPI: add acpi_bus_removal_type "
        ` [PATCH 10/140] ACPI: consolidate two motherboard drivers into one
        ` [PATCH 11/140] ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver
        ` [PATCH 12/140] ACPI: Set fake hid for non-PNPID ACPI devices
        ` [PATCH 13/140] output: Add display output class support
        ` [PATCH 14/140] output: Add output class document
        ` [PATCH 15/140] ACPI: Adds backlight sysfs support for acpi video driver
        ` [PATCH 16/140] ACPI: use PNPID:instance_no as bus_id of ACPI device
        ` [PATCH 17/140] ACPI: fix Supermicro X7DB8+ Boot regression
        ` [PATCH 18/140] ACPI: video: fix LCD monitor seen as CRT
        ` [PATCH 19/140] ACPI: use more understandable bus_id for ACPI devices
        ` [PATCH 20/140] ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster
        ` [PATCH 21/140] ACPI: move FADT resource reservations from motherboard driver to osl
        ` [PATCH 22/140] PNP: reserve system board iomem resources as well as ioport resources
        ` [PATCH 23/140] PNP: system.c whitespace cleanup
        ` [PATCH 24/140] i386: turn on CONFIG_PNP in defconfig
        ` [PATCH 25/140] ACPI: remove motherboard driver (redundant with PNP system driver)
        ` [PATCH 26/140] PNPACPI: remove EXPERIMENTAL dependency
        ` [PATCH 27/140] ACPI: add a Kconfig option for ACPI procfs interface
        ` [PATCH 28/140] ACPI: add ACPI debug attribute in sysfs
        ` [PATCH 29/140] ACPI: add ACPICA version "
        ` [PATCH 30/140] asus-laptop: add base driver
        ` [PATCH 31/140] asus-laptop: add led support
        ` [PATCH 32/140] asus-laptop: add bluetooth and wlan support
        ` [PATCH 33/140] asus-laptop: add backlight support
        ` [PATCH 34/140] asus-laptop: add display switching support
        ` [PATCH 35/140] asus-laptop: add ledd support
        ` [PATCH 36/140] asus-laptop: add light sensor support
        ` [PATCH 37/140] asus-laptop: Lindent
        ` [PATCH 39/140] ACPI: delete unused acpi_device_get_debug_info()
        ` [PATCH 40/140] ACPI: correct id for fixed buttons
        ` [PATCH 41/140] ACPI: prevent build failure when CONFIG_X86_NUMAQ=y
        ` [PATCH 42/140] ACPICA: Update function header
        ` [PATCH 43/140] ACPICA: Handle mis-matched package length
        ` [PATCH 44/140] ACPICA: Handle case NumElements > Package length
        ` [PATCH 45/140] ACPICA: Delete recursive feature of ACPI Global Lock
        ` [PATCH 46/140] ACPICA: Release global lock from interrupt handler
        ` [PATCH 47/140] ACPICA: Cast acpi_thread_id to UINT32 for debug output only
        ` [PATCH 48/140] ACPICA: fix for object premature deletion
        ` [PATCH 49/140] ACPICA: Temporary fix for BankValue parameter
        ` [PATCH 50/140] ACPICA: Update version to 20060721
        ` [PATCH 51/140] ACPICA: Update debug output
        ` [PATCH 53/140] ACPICA: misc fixes for new Table Manager:
        ` [PATCH 54/140] ACPICA: Update comments for individual table fields
        ` [PATCH 55/140] ACPICA: Fix for FADT conversion in 64-bit mode
        ` [PATCH 56/140] ACPICA: Lint changes
        ` [PATCH 57/140] ACPICA: minimal patch to integrate new tables into Linux
        ` [PATCH 58/140] ACPICA: Add support for DMAR table
        ` [PATCH 59/140] ACPICA: Add acpi_gpe_count global to track the number of GPE events
        ` [PATCH 60/140] ACPICA: Disable all wake GPEs after first one recieved
        ` [PATCH 61/140] ACPICA: Fix unalignment in acpi_ut_repair_name
        ` [PATCH 62/140] ACPICA: Store GPE number instead of bitmask
        ` [PATCH 63/140] ACPICA: Split acpi_format_exception into two parts
        ` [PATCH 64/140] ACPICA: Update version to 20060831
        ` [PATCH 65/140] ACPICA: Cleanup of FADT verification function
        ` [PATCH 66/140] ACPICA: Create tbfadt.c to hold all FADT-related functions
        ` [PATCH 67/140] ACPICA: Re-implement interpreters' "serialized mode"
        ` [PATCH 68/140] ACPICA: Delete stale FADT functions outside tbfadt.c
        ` [PATCH 69/140] ACPICA: Update comments in tbfadt.c
        ` [PATCH 70/140] ACPICA: add ASF comment
        ` [PATCH 71/140] ACPICA: re-factor table init routines for benefit of iASL
        ` [PATCH 72/140] ACPICA: Allow type ANY to be the target of the Scope operator
        ` [PATCH 73/140] ACPICA: IsResourceTemplate now returns ACPI_STATUS
        ` [PATCH 74/140] ACPICA: Add declarations for ASF! sub-tables
        ` [PATCH 75/140] ACPICA: FADT verification is now table driven
        ` [PATCH 76/140] ACPICA: Report error if method creates 2 objects with the same name
        ` [PATCH 77/140] ACPICA: New common routine for creating and verifying a local FADT
        ` [PATCH 78/140] ACPICA: Fix memory leak in table load error path

acpi change between 2.6.8.1 and 2.6.17 breaks Tyan S2466N power button
 2007-02-07 18:37 UTC 

acpi change between 2.6.8.1 and 2.6.17 breaks Tyan S2466N power button
 2007-02-07 18:26 UTC  (2+ messages)

Fw: [Bugme-new] [Bug 7958] New: AE_AML_PACKAGE_LIMIT is beyond end of object
 2007-02-07 18:26 UTC  (3+ messages)

[GIT PULL] ibm-acpi patches for 2.6.21
 2007-02-07 14:19 UTC  (4+ messages)
` [PATCH 1/2] ACPI: ibm-acpi: add Ultrabay support for the T60p ThinkPad
  ` [PATCH 2/2] ACPI: ibm-acpi: cleanup init and exit paths

Regression on ibm-acpi bay support on the sf.net releases
 2007-02-07 14:10 UTC 

hwsusp defunct
 2007-02-07 13:02 UTC  (3+ messages)

ACPI bytecode hardware registers access
 2007-02-07  4:12 UTC  (10+ messages)
` [lm-sensors] "

2.6.20-rc6-mm3
 2007-02-06 22:11 UTC  (19+ messages)
      ` [PATCH -mm] gtod persistent clock resume fix
` [-mm patch] #ifdef ACPI_FUTURE_USAGE acpi_os_readable()

[patch 03/13] asus_acpi: Add support for Asus Z81SP
 2007-02-06 19:20 UTC  (2+ messages)

[patch 09/13] acpi: add backlight support to the sony_acpi driver
 2007-02-06 18:04 UTC  (2+ messages)

Fan speeds on HP nc6400 and nc8430
 2007-02-06 15:04 UTC  (8+ messages)

Bad libata resume behaviour due to ACPICA change (in acpi-test)
 2007-02-06 14:02 UTC  (6+ messages)
      ` T43 BIOS and AHCI

Thermal resume "regression"
 2007-02-06 14:00 UTC  (2+ messages)

Regression in kernel linux-2.6.20-rc1/2: Problems with poweroff
 2007-02-06  3:46 UTC  (3+ messages)

2.6.20 poweroff regression on se7525gp2
 2007-02-06  3:26 UTC  (3+ messages)

[patch 06/13] ACPI: updates rtc-cmos device platform_data
 2007-02-06  1:11 UTC  (3+ messages)

Strange things on 2.6.19/20 for a dual-core CPU
 2007-02-06  1:05 UTC  (4+ messages)

Synaptic touchpad freezes and lost sync messages in dmesg
 2007-02-06  0:58 UTC  (3+ messages)

[patch 07/13] sony acpi driver
 2007-02-06  0:09 UTC 

[patch 10/13] sony_acpi: add acpi_bus_generate event
 2007-02-06  0:09 UTC 

[patch 08/13] sony_apci: add resume handling
 2007-02-06  0:09 UTC 

[patch 11/13] sony_acpi: add lanpower and audiopower controls
 2007-02-06  0:09 UTC 

[patch 12/13] sony_acpi: allow multiple sony_acpi_values for the same .name
 2007-02-06  0:09 UTC 

[patch 13/13] sony_acpi: fix sony_acpi backlight registration and unregistration
 2007-02-06  0:09 UTC 

[patch 02/13] ACPI, i686, x86_64: fix laptop bootup hang in init_acpi()
 2007-02-06  0:09 UTC 

[patch 04/13] Exit ACPI processor module gracefully if acpi is disabled
 2007-02-06  0:09 UTC 

[patch 05/13] ACPI: Make bay depend on dock
 2007-02-06  0:09 UTC 

[patch 01/13] ACPI: bay: remove ACPI driver struct
 2007-02-06  0:09 UTC 

[Debian etch, Medion MD97600] HAL failes to hibernate
 2007-02-05 22:14 UTC 

nearly immediate crash on boot (kernel panic)
 2007-02-05 19:54 UTC 

[0/5] remove ACPI motherboard driver, use PNP system driver instead (take 2)
 2007-02-03 22:16 UTC  (6+ messages)

HP Compaq nc6320 - Booting on battery power causes softlock
 2007-02-03 15:10 UTC  (4+ messages)

[PATCH 1/1] - Altix: more ACPI PRT support
 2007-02-03  2:56 UTC  (3+ messages)

2.6.20-rc6-mm[2-3] ACPI issues
 2007-02-02 15:46 UTC  (6+ messages)

No THERMAL on the Asus P5LD2
 2007-02-01 17:56 UTC  (2+ messages)

acpi_bus_register_driver() and latest acpi trees
 2007-02-01  1:58 UTC  (2+ messages)

No THERMAL on the Asus P5LD2
 2007-01-31 17:05 UTC  (2+ messages)

No mptable found (Tyan h1000E)
 2007-01-31 11:41 UTC  (2+ messages)

Missing "alarm"
 2007-01-31  1:26 UTC  (4+ messages)
  `  "

[PATCH 1/1] - increase acpi owner_id max
 2007-01-30 21:46 UTC  (4+ messages)

+ acpi-keep-track-of-timer-broadcasting-fix.patch added to -mm tree
 2007-01-30 20:34 UTC  (4+ messages)

Fan speeds on HP nc6400 and nc8430
 2007-01-30 20:22 UTC  (3+ messages)

[patch 0/7] New misc/asus-laptop.c driver
 2007-01-30  8:28 UTC  (5+ messages)

[PATCH 1/3] [-mm]: ACPI: add a Kconfig option for ACPI procfs interface
 2007-01-30  7:47 UTC  (2+ messages)

[patch 6/7] asus-laptop: add ledd support
 2007-01-30  6:41 UTC  (3+ messages)


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