summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ISAPNP: handle independent options following dependent onesBjorn Helgaas2008-07-161-2/+7
* PNP: remove extra 0x100 bit from option priorityBjorn Helgaas2008-07-163-9/+7
* PNP: support optional IRQ resourcesBjorn Helgaas2008-07-164-44/+39
* PNP: rename pnp_register_*_resource() local variablesBjorn Helgaas2008-07-161-47/+47
* PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NRBjorn Helgaas2008-07-161-3/+10
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-165-249/+198
* PNP: remove redundant pnp_can_configure() checkBjorn Helgaas2008-07-161-3/+0
* PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)Bjorn Helgaas2008-07-161-19/+22
* PNP: in debug resource dump, make empty list obviousBjorn Helgaas2008-07-161-1/+6
* PNP: improve resource assignment debugBjorn Helgaas2008-07-161-2/+8
* PNP: increase I/O port & memory option address sizesBjorn Helgaas2008-07-163-18/+29
* PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas2008-07-168-17/+22
* PNP: make resource option structures private to PNP subsystemBjorn Helgaas2008-07-162-48/+48
* PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2008-07-166-13/+14
* PNP: whitespace/coding style fixesBjorn Helgaas2008-07-161-7/+8
* PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-163-17/+74
* PNP: dont sort by type in /sys/.../resourcesBjorn Helgaas2008-07-161-34/+22
* PNP: remove ratelimit on add resource failuresBjorn Helgaas2008-07-161-26/+8
* PNPACPI: keep disabled resources when parsing current configBjorn Helgaas2008-07-161-18/+52
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-1612-422/+331
* PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resourcesBjorn Helgaas2008-07-161-12/+60
* PNP: add pnp_resource_type_name() helper functionBjorn Helgaas2008-07-162-0/+16
* PNP: add pnp_resource_type() internal interfaceBjorn Helgaas2008-07-162-0/+7
* PNP: remove pnp_resource.indexBjorn Helgaas2008-07-164-76/+33
* PNP: add detail to debug resource dumpBjorn Helgaas2008-07-161-8/+26
* ACPI: video: fix brightness allocationJulia Jomantaite2008-07-161-50/+73
* ACPI: Andi Kleen maintains the ACPI sub-systemLen Brown2008-07-161-2/+2
* ACPI: Zhang Rui maintains ACPI THERMAL and FANLen Brown2008-07-161-5/+5
* ACPI: Disable MWAIT via DMI on broken Compal boardZhao Yakui2008-07-161-0/+28
* ACPI : Create "idle=nomwait" bootparamZhao Yakui2008-07-167-2/+35
* ACPI: Create "idle=halt" bootparamZhao Yakui2008-07-166-2/+45
* ACPI: Disable the C2C3_FFH access mode HW has no MWAIT supportZhao Yakui2008-07-161-0/+6
* ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...Zhang Rui2008-07-166-64/+258
* ACPICA: Update version to 20080609Bob Moore2008-07-161-1/+1
* ACPICA: Fix mutex debug code for wrong loop termination valueBob Moore2008-07-161-2/+2
* ACPICA: Cleanup of _PRT parsing codeBob Moore2008-07-161-12/+12
* ACPICA: Cleanup debug operand dump mechanismBob Moore2008-07-168-83/+37
* ACPICA: Fix for invalid large array index on 64-bit systemsBob Moore2008-07-161-1/+1
* ACPICA: Update disassembler for DMAR table changesBob Moore2008-07-162-0/+5
* ACPICA: Update DMAR and SRAT table definitionsBob Moore2008-07-163-6/+20
* ACPICA: Workaround for reversed _PRT entries from BIOSBob Moore2008-07-161-0/+17
* ACPICA: Update version to 20080514Bob Moore2008-07-161-1/+1
* ACPICA: Add const qualifier for appropriate string constantsBob Moore2008-07-1611-74/+99
* ACPICA: Several lint changes, no functional changesBob Moore2008-07-161-4/+4
* ACPICA: Removed unused include files from source filesBob Moore2008-07-161-2/+0
* ACPICA: Eliminate acpi_native_uint type v2Bob Moore2008-07-1648-221/+206
* ACPICA: Fix possible negative array index in acpi_ut_validate_exceptionBob Moore2008-07-162-9/+9
* ACPICA: Update tracking macros to reduce code/data sizeJan Beulich2008-07-161-6/+4
* ACPICA: Fix for hang on GPE method invocationBob Moore2008-07-1610-26/+3
* ACPICA: Add argument count checking to control method invocation via acpi_eva...Bob Moore2008-07-163-2/+40
OpenPOWER on IntegriCloud