summaryrefslogtreecommitdiffstats
path: root/Documentation/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-09ACPICA: create acpica/ directoryLen Brown124-101/+53
2009-01-09ACPI: fix build warningLen Brown1-2/+2
2009-01-09ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui5-2/+10
2009-01-09ACPI: Avoid array address overflow when _CST MWAIT hint bits are setZhao Yakui1-1/+3
2009-01-09fujitsu-laptop: Simplify SBLL/SBL2 backlight handlingTony Vroon1-93/+21
2009-01-09fujitsu-laptop: Add BL power, LED control and radio state informationTony Vroon1-33/+272
2009-01-09ACPICA: delete utcache.cLen Brown2-316/+1
2009-01-09ACPICA: delete acdisasm.hLen Brown2-453/+2
2008-12-31ACPICA: Update version to 20081204.robert.moore@intel.com1-1/+1
2008-12-31ACPICA: FADT: Update error msgs for consistencyBob Moore1-4/+4
2008-12-31ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com2-69/+106
2008-12-31ACPICA: FADT parsing changes and fixesBob Moore3-21/+118
2008-12-31ACPICA: Add ACPI_MUTEX_TYPE configuration optionBob Moore4-28/+75
2008-12-31ACPICA: Fixes for various ACPI data tablesBob Moore2-1/+9
2008-12-31ACPICA: Restructure includes into public/privateBob Moore123-673/+980
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming22-42/+0
2008-12-31ACPI: reboot.c: use new acpi_reset interfaceLin Ming1-1/+1
2008-12-31ACPICA: New: acpi_reset interface - write to reset registerBob Moore2-0/+39
2008-12-31ACPICA: Move all public H/W interfaces to new hwxfaceBob Moore3-497/+558
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesBob Moore7-126/+89
2008-12-31ACPI: io_common.c: call acpi_get_table to avoid using ACPI_SIG_DSDTLin Ming1-2/+2
2008-12-31ACPI: io_acpi_init.c: call acpi_get_name to get node fullnameLin Ming1-46/+56
2008-12-31ACPI: panasonic-laptop.c: remove ACPI_FUNCTION_TRACELin Ming1-22/+0
2008-12-31ACPI: power.c: call acpi_get_name to get node nameLin Ming1-1/+5
2008-12-31ACPI: sony-laptop.c: call acpi_get_object_info to get node infoLin Ming1-6/+9
2008-12-31ACPI: main.c: use new public GPE group enable/disable interfacesLin Ming1-6/+6
2008-12-31ACPICA: New: Public GPE group enable/disable interfacesBob Moore2-4/+69
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore12-92/+156
2008-12-31ACPI: wakeup.c: remove ACPI_FUNCTION_TRACELin Ming1-5/+0
2008-12-31ACPI: proc.c: remove ACPI_FUNCTION_TRACELin Ming1-9/+3
2008-12-31ACPI: ec.c: call acpi_get_name to get node nameLin Ming1-2/+7
2008-12-31ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming3-3/+4
2008-12-31video: always update the brightness when poking "brightness"Zhang Rui1-0/+5
2008-12-31ACPI: ec.c, pci_link.c, video_detec.c: staticRoel Kluin3-5/+5
2008-12-31ACPI: Do not modify SCI_EN directlyRafael J. Wysocki1-4/+0
2008-12-31cpuidle: Add decaying history logic to menu idle predictorPallipadi, Venkatesh1-1/+9
2008-12-30ACPICA: Update version to 20081031Bob Moore1-1/+1
2008-12-30ACPICA: Enhance implicit return mechanismLin Ming1-0/+16
2008-12-30ACPICA: Consolidate method arg count validation codeBob Moore3-74/+104
2008-12-30ACPICA: Add Buffer->String conversion for predefined methodsBob Moore3-30/+125
2008-12-30ACPICA: Allow multiple backslash prefix in namepathsLin Ming1-1/+7
2008-12-30ACPICA: Fix to allow aliases within ASL namepathsBob Moore1-0/+4
2008-12-30ACPICA: Remove references to obsolete ACPI_DUMP_APPBob Moore1-5/+2
2008-12-30ACPICA: Add support to externally execute _OSI methodBob Moore4-3/+27
2008-12-30ACPICA: Reformat comments, no functional changesBob Moore9-163/+152
2008-12-30ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore7-47/+51
2008-12-30ACPICA: Emit warning if two FACS or DSDT tables found in the FADTBob Moore1-2/+15
2008-12-30ACPICA: Fix namestring for the SystemCMOS address spaceBob Moore1-1/+1
2008-12-30ACPICA: Update debug output for IndexField I/OBob Moore1-4/+7
2008-12-30ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore4-4/+29