All of lore.kernel.org
 help / color / mirror / Atom feed
* ACPI patches for 2.6.27 merge window, ACPI maintainer change
@ 2008-06-28  5:43 Len Brown
  2008-06-28  5:43 ` [PATCH 01/84] fix a deadlock issue when poking "eject" file Len Brown
  0 siblings, 1 reply; 90+ messages in thread
From: Len Brown @ 2008-06-28  5:43 UTC (permalink / raw)
  To: linux-acpi, linux-kernel

The following patches are queued for the 2.6.27 merge window.

They're on the "release-2.6.27" branch, so
you can pull them like so:

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release-2.6.27

"release-2.6.27" also includes the 3 patches just e-mailed
that reside on the "release" branch, which is targeted at 2.6.26..

If you have additional patches for upstream, please direct
them to Andi Kleen <ak@linux.intel.com>,
Andi has graciously volunteered to maintain Linux/ACPI
while I'm on sabbatical from Intel this summer.

thanks,
-Len



^ permalink raw reply	[flat|nested] 90+ messages in thread

end of thread, other threads:[~2008-07-03 11:57 UTC | newest]

Thread overview: 90+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-28  5:43 ACPI patches for 2.6.27 merge window, ACPI maintainer change Len Brown
2008-06-28  5:43 ` [PATCH 01/84] fix a deadlock issue when poking "eject" file Len Brown
2008-06-28  5:43   ` [PATCH 02/84] force offline the processor during hot-removal Len Brown
2008-06-28  5:43   ` [PATCH 03/84] create sysfs link from acpi device to sysdev for cpu Len Brown
2008-06-28  5:43   ` [PATCH 04/84] misc,acpi,backlight: compal Laptop Extras Len Brown
2008-06-28 14:56     ` Matthew Garrett
2008-06-30 15:19       ` Cezary Jackiewicz
2008-06-30 15:21         ` Matthew Garrett
2008-06-28  5:43   ` [PATCH 05/84] ACPI: change processors from array to per_cpu variable Len Brown
2008-06-28  5:43   ` [PATCH 06/84] Fujitsu-laptop update Len Brown
2008-06-28  5:43   ` [PATCH 07/84] ACPI: fix checkpatch.pl complaints in scan.c Len Brown
2008-06-28  5:43   ` [PATCH 08/84] ACPI: fix acpi fan state set error Len Brown
2008-06-28  5:43   ` [PATCH 09/84] ACPI: fix processor throttling " Len Brown
2008-06-28  5:43   ` [PATCH 10/84] acpi: fix printk format warning Len Brown
2008-06-28  5:43   ` [PATCH 11/84] compal-laptop: remove unnecessary lcd_level attribute Len Brown
2008-06-28  5:43   ` [PATCH 12/84] x86 ACPI: normalize segment descriptor register on resume Len Brown
2008-06-28  5:43   ` [PATCH 13/84] Make GPE disable more robust Len Brown
2008-06-28  5:43   ` [PATCH 14/84] ACPICA: fix mutex names in debug code Len Brown
2008-06-28  5:43   ` [PATCH 15/84] eeepc-laptop: static Len Brown
2008-06-28  5:43   ` [PATCH 16/84] acer-wmi: Remove LED colour comment from documentation Len Brown
2008-06-28  5:43   ` [PATCH 17/84] acer-wmi: Blacklist backlight on Acer Aspire 1520 & 1360 series Len Brown
2008-06-28  5:43   ` [PATCH 18/84] acer-wmi: Respect framebuffer blanking in backlight Len Brown
2008-06-28  5:43   ` [PATCH 19/84] acer-wmi: Add EC quirk for Fujitsu Siemens Amilo Li 1718 Len Brown
2008-06-28  5:43   ` [PATCH 20/84] acer-wmi: Disable device autodetection on Fujitsu Siemens Amilo Li2732 Len Brown
2008-06-28  5:43   ` [PATCH 21/84] acer-wmi: Add debugfs file for device detection Len Brown
2008-06-28  5:43   ` [PATCH 22/84] acer-wmi: Remove version number Len Brown
2008-06-28  5:43   ` [PATCH 23/84] ACPI PM: acpi_pm_device_sleep_state() cleanup Len Brown
2008-06-28  5:43   ` [PATCH 24/84] PCI ACPI: Drop the second argument of platform_pci_choose_state Len Brown
2008-06-28  5:43   ` [PATCH 25/84] ACPI PM: Remove obsolete Toshiba workaround Len Brown
2008-06-28  5:43   ` [PATCH 26/84] APM emulation: Notify about all suspend events, not just APM invoked ones (v2) Len Brown
2008-06-28  5:43   ` [PATCH 27/84] Freezer: Introduce PF_FREEZER_NOSIG Len Brown
2008-06-28  5:43   ` [PATCH 28/84] snapshot: Push BKL down into ioctl handlers Len Brown
2008-06-28  5:43   ` [PATCH 29/84] snapshot: Use pm_mutex for mutual exclusion Len Brown
2008-06-28  5:43   ` [PATCH 30/84] fujitsu-laptop: depends on INPUT Len Brown
2008-06-28  5:43   ` [PATCH 31/84] ACPICA: Add argument count checking to control method invocation via acpi_evaluate_object Len Brown
2008-06-28  5:43   ` [PATCH 32/84] ACPICA: Fix for hang on GPE method invocation Len Brown
2008-06-28  5:43   ` [PATCH 33/84] ACPICA: Update tracking macros to reduce code/data size Len Brown
2008-06-28  5:43   ` [PATCH 34/84] ACPICA: Fix possible negative array index in acpi_ut_validate_exception Len Brown
2008-06-28  5:43   ` [PATCH 35/84] ACPICA: Eliminate acpi_native_uint type Len Brown
2008-06-28  5:43   ` [PATCH 36/84] ACPICA: Removed unused include files from source files Len Brown
2008-06-28  5:43   ` [PATCH 37/84] ACPICA: Several lint changes, no functional changes Len Brown
2008-06-28  5:43   ` [PATCH 38/84] ACPICA: Add const qualifier for appropriate string constants Len Brown
2008-06-28  5:43   ` [PATCH 39/84] ACPICA: Update version to 20080514 Len Brown
2008-06-28  5:43   ` [PATCH 40/84] ACPICA: Workaround for reversed _PRT entries from BIOS Len Brown
2008-06-28  5:43   ` [PATCH 41/84] ACPICA: Update DMAR and SRAT table definitions Len Brown
2008-06-28  5:43   ` [PATCH 42/84] ACPICA: Update disassembler for DMAR table changes Len Brown
2008-06-28  5:43   ` [PATCH 43/84] ACPICA: Fix for invalid large array index on 64-bit systems Len Brown
2008-06-28  5:43   ` [PATCH 44/84] ACPICA: Cleanup debug operand dump mechanism Len Brown
2008-06-28  5:43   ` [PATCH 45/84] ACPICA: Cleanup of _PRT parsing code Len Brown
2008-06-28  5:43   ` [PATCH 46/84] ACPICA: Fix mutex debug code for wrong loop termination value Len Brown
2008-06-28  5:43   ` [PATCH 47/84] ACPICA: Update version to 20080609 Len Brown
2008-06-28  5:43   ` [PATCH 48/84] ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from user-space Len Brown
2008-06-28  5:43   ` [PATCH 49/84] ACPI: Disable the C2C3_FFH access mode HW has no MWAIT support Len Brown
2008-06-28  5:43   ` [PATCH 50/84] ACPI: Create "idle=halt" bootparam Len Brown
2008-06-28  5:43   ` [PATCH 51/84] ACPI : Create "idle=nomwait" bootparam Len Brown
2008-06-28  5:43   ` [PATCH 52/84] ACPI: Disable MWAIT via DMI on broken Compal board Len Brown
2008-06-28  5:43   ` [PATCH 53/84] ACPI: Zhang Rui maintains ACPI THERMAL and FAN Len Brown
2008-06-28  5:43   ` [PATCH 54/84] ACPI: Andi Kleen maintains the ACPI sub-system Len Brown
2008-06-28  5:43   ` [PATCH 55/84] ACPI: video: fix brightness allocation Len Brown
2008-07-02 16:57     ` Thomas Renninger
2008-07-03 11:56       ` Thomas Renninger
2008-06-28  5:44   ` [PATCH 56/84] PNP: add detail to debug resource dump Len Brown
2008-06-28  5:44   ` [PATCH 57/84] PNP: remove pnp_resource.index Len Brown
2008-06-28  5:44   ` [PATCH 58/84] PNP: add pnp_resource_type() internal interface Len Brown
2008-06-28  5:44   ` [PATCH 59/84] PNP: add pnp_resource_type_name() helper function Len Brown
2008-06-28  5:44   ` [PATCH 60/84] PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources Len Brown
2008-06-28  5:44   ` [PATCH 61/84] PNP: replace pnp_resource_table with dynamically allocated resources Len Brown
2008-06-28  5:44   ` [PATCH 62/84] PNPACPI: keep disabled resources when parsing current config Len Brown
2008-06-28  5:44   ` [PATCH 63/84] PNP: remove ratelimit on add resource failures Len Brown
2008-06-28  5:44   ` [PATCH 64/84] PNP: dont sort by type in /sys/.../resources Len Brown
2008-06-28  5:44   ` [PATCH 65/84] PNP: add pnp_possible_config() -- can a device could be configured this way? Len Brown
2008-06-28  5:44   ` [PATCH 66/84] PNP: whitespace/coding style fixes Len Brown
2008-06-28  5:44   ` [PATCH 67/84] PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM Len Brown
2008-06-28  5:44   ` [PATCH 68/84] PNP: make resource option structures private to PNP subsystem Len Brown
2008-06-28  5:44   ` [PATCH 69/84] PNP: introduce pnp_irq_mask_t typedef Len Brown
2008-06-28  5:44   ` [PATCH 70/84] PNP: increase I/O port & memory option address sizes Len Brown
2008-06-28  5:44   ` [PATCH 71/84] PNP: improve resource assignment debug Len Brown
2008-06-28  5:44   ` [PATCH 72/84] PNP: in debug resource dump, make empty list obvious Len Brown
2008-06-28  5:44   ` [PATCH 73/84] PNP: make resource assignment functions return 0 (success) or -EBUSY (failure) Len Brown
2008-06-28  5:44   ` [PATCH 74/84] PNP: remove redundant pnp_can_configure() check Len Brown
2008-06-28  5:44   ` [PATCH 75/84] PNP: centralize resource option allocations Len Brown
2008-06-28  5:44   ` [PATCH 76/84] PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR Len Brown
2008-06-28  5:44   ` [PATCH 77/84] PNP: rename pnp_register_*_resource() local variables Len Brown
2008-06-28  5:44   ` [PATCH 78/84] PNP: support optional IRQ resources Len Brown
2008-06-28  5:44   ` [PATCH 79/84] PNP: remove extra 0x100 bit from option priority Len Brown
2008-06-28  5:44   ` [PATCH 80/84] ISAPNP: handle independent options following dependent ones Len Brown
2008-06-28  5:44   ` [PATCH 81/84] PNP: convert resource options to single linked list Len Brown
2008-06-28  5:44   ` [PATCH 82/84] PNP: avoid legacy IDE IRQs Len Brown
2008-06-28  5:44   ` [PATCH 83/84] PNPACPI: add support for HP vendor-specific CCSR descriptors Len Brown
2008-06-28  5:44   ` [PATCH 84/84] ACPI: use dev_printk when possible Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.