summaryrefslogtreecommitdiffstats
path: root/drivers/char/lp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-23ACPICA: Update version to 20080926Bob Moore1-1/+1
2008-10-23ACPICA: Add support for zero-length buffer-to-string conversionsBob Moore1-2/+9
2008-10-23ACPICA: New: Validation for predefined ACPI methods/objectsBob Moore8-6/+1401
2008-10-23ACPICA: Fix for implicit return compatibilityLin Ming1-0/+4
2008-10-23ACPICA: Fixed a couple memory leaks associated with "implicit return"Lin Ming2-1/+6
2008-10-23ACPICA: Optimize buffer allocation procedureBob Moore1-25/+28
2008-10-23ACPICA: Fix possible memory leak, error exit pathLin Ming2-0/+16
2008-10-23ACPICA: Fix fault after mem allocation failure in AML parserLin Ming1-17/+11
2008-10-23ACPICA: Remove unused ACPI register bit definitionLin Ming2-12/+23
2008-10-23ACPICA: Update version to 20080829Bob Moore1-1/+1
2008-10-23ACPICA: Fix possible memory leak in acpi_ns_get_external_pathnameBob Moore1-2/+3
2008-10-23ACPICA: Cleanup for internal Reference ObjectBob Moore25-292/+310
2008-10-23ACPICA: Update comments - no functional changesBob Moore1-10/+11
2008-10-23ACPICA: Update for Reference ACPI_OPERAND_OBJECTBob Moore5-26/+30
2008-10-23ACPICA: Reduce error to warning for incorrect method arg countLin Ming1-8/+9
2008-10-23ACPICA: Disallow evaluation of named object types with no valueBob Moore1-0/+21
2008-10-23ACPICA: Remove obsolete exception codesBob Moore1-73/+55
2008-10-23ACPICA: Add namespace node to operand object unionBob Moore1-0/+7
2008-10-23ACPICA: Remove obsolete debug levels (WARN and ERROR)Bob Moore4-23/+15
2008-10-23ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming10-35/+35
2008-10-23ACPICA: add preemption point after each opcode parseAlexey Starikovskiy3-0/+13
2008-10-23ACPICA: Update version to 20080729Bob Moore1-1/+1
2008-10-23ACPICA: x2APIC support: changes for MADT and SRAT ACPI tablesBob Moore2-6/+49
2008-10-23ACPICA: Improve object conversion error messagesBob Moore1-2/+6
2008-10-23ACPICA: Add function to decode reference obj types to stringsBob Moore2-0/+38
2008-10-23ACPICA: Update version to 20080701Bob Moore1-1/+1
2008-10-23ACPICA: Return method arg count from acpi_get_object_infoBob Moore2-0/+5
2008-10-23ACPICA: Cleanup macro definition file.Bob Moore1-133/+115
2008-10-23ACPICA: Fix warning for 64-bit buildBob Moore1-2/+1
2008-10-23ACPICA: Add function to dereference returned reference objectsLin Ming1-0/+79
2008-10-23ACPICA: Return status from global init functionYi Yang3-6/+11
2008-10-23ACPICA: Fix table compare code, length then dataBob Moore1-5/+9
2008-10-23ACPICA: Fix wrong resource descriptor length for 64-bit buildBob Moore1-1/+1
2008-10-23ACPICA: Allow same ACPI table to be loaded/unloaded more than onceBob Moore1-7/+42
2008-10-23ACPICA: Add check for invalid handle in acpi_get_object_infoFiodor Suietov1-0/+1
2008-10-23ACPICA: Copy dynamically loaded tables to local bufferDennis Noordsij1-31/+82
2008-10-23panasonic-laptop: depends on ACPIRandy Dunlap1-1/+1
2008-10-23ACPI: thinkpad-acpi: Remove firmware backlight delays for Intel ACPI IGD OpRe...Henrique de Moraes Holschuh1-0/+11
2008-10-23ACPI: thinkpad-acpi: Remove duplicate linePascal Terjan1-1/+0
2008-10-23ACPI: thinkpad-acpi: trivial fix of error messageMariusz Kozlowski1-1/+2
2008-10-23ACPI: thinkpad-acpi: attempt to preserve fan state on resumeHenrique de Moraes Holschuh1-0/+48
2008-10-23ACPI: Fix possible null ptr dereferencedonald.d.dugger@intel.com1-2/+2
2008-10-23ACPI: remove unused acpi_is_child_device()Len Brown1-14/+0
2008-10-23ACPI : Load device driver according to the status of acpi deviceZhao Yakui3-19/+38
2008-10-23ACPI: Add DMI check to disable power state check in power transitionZhao Yakui1-1/+22
2008-10-22ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui4-12/+53
2008-10-22ACPI: Attach the ACPI device to the ACPI handle as early as possibleZhao Yakui1-2/+10
2008-10-22ACPI: Get the device power state in the course of scanning deviceZhao Yakui2-14/+17
2008-10-22ACPI: replace AE_BAD_ADDRESS exception code with AE_ERRORLin Ming2-10/+10
2008-10-22ACPI: Add expand acpi.debug_layer in kernel-parameters.txtThomas Renninger1-14/+33