Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | ACPICA: All acpica: Update copyrights to 2018 | Bob Moore | 1 | -1/+1 |
2017-02-27 | scripts/spelling.txt: add "an union" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-09 | ACPICA: Source tree: Update copyright notices to 2017 | Bob Moore | 1 | -1/+1 |
2016-01-15 | ACPICA: Additional 2016 copyright changes | Bob Moore | 1 | -1/+1 |
2015-10-22 | ACPICA: Improve typechecking, both compile-time and runtime | Bob Moore | 1 | -1/+1 |
2015-02-05 | ACPICA: Update Copyright headers to 2015 | David E. Box | 1 | -1/+1 |
2014-02-11 | ACPICA: Update ACPICA copyrights to 2014. | Bob Moore | 1 | -1/+1 |
2013-10-31 | ACPICA: Linuxize: Change indentation of C labels. | Lv Zheng | 1 | -1/+1 |
2013-08-13 | ACPICA: Fix possible fault for methods that optionally have no return value. | Bob Moore | 1 | -1/+15 |
2013-06-20 | ACPICA: Add several repairs for _CST predefined name | Lv Zheng | 1 | -2/+3 |
2013-06-20 | ACPICA: Move _PRT repair into the standard complex repair module | Lv Zheng | 1 | -1/+6 |
2013-06-16 | ACPICA: Standardize all switch() blocks | Chao Guan | 1 | -0/+6 |
2013-06-01 | ACPICA: Predefined name support: Remove unused local variable | Bob Moore | 1 | -4/+1 |
2013-06-01 | ACPICA: Add argument typechecking for all predefined ACPI names | Bob Moore | 1 | -158/+43 |
2013-04-12 | ACPICA: Predefine names: Add allowed argument types to master info table | Bob Moore | 1 | -100/+6 |
2013-03-12 | ACPICA: Add mechanism for early object repairs on a per-name basis | Bob Moore | 1 | -74/+67 |
2013-01-25 | ACPICA: Update ACPICA copyrights to 2013 | Bob Moore | 1 | -1/+1 |
2013-01-11 | ACPICA: Source restructuring: split large files into 8 new files. | Bob Moore | 1 | -580/+1 |
2013-01-10 | ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA. | Lv Zheng | 1 | -1/+1 |
2013-01-10 | ACPICA: Cleanup updated comments. | Lv Zheng | 1 | -1/+0 |
2012-07-26 | Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid... | Len Brown | 1 | -20/+20 |
2012-07-17 | ACPICA: AcpiSrc: Fix some translation issues for Linux conversion | Bob Moore | 1 | -19/+19 |
2012-07-14 | ACPICA: Fix possible fault in return package object repair code | Bob Moore | 1 | -1/+1 |
2012-03-30 | ACPICA: Object repair code: Support to add Package wrappers | Bob Moore | 1 | -2/+2 |
2012-01-17 | ACPICA: Update all copyrights to 2012 | Bob Moore | 1 | -1/+1 |
2012-01-17 | ACPI 5.0: Add new predefined names | Bob Moore | 1 | -0/+29 |
2011-07-13 | ACPICA: Do not repair _TSS return package if _PSS is present | Fenghua Yu | 1 | -0/+1 |
2011-07-13 | ACPICA: Add option to disable method return value validation and repair | Bob Moore | 1 | -6/+12 |
2011-01-18 | ACPICA: Update all ACPICA copyrights and signons to 2011 | Bob Moore | 1 | -1/+1 |
2010-01-22 | ACPICA: Predefined name repair: fix NULL package elements | Bob Moore | 1 | -3/+24 |
2010-01-22 | ACPICA: Update all ACPICA copyrights and signons to 2010 | Bob Moore | 1 | -1/+1 |
2010-01-22 | ACPICA: Update for new gcc-4 warning options | Bob Moore | 1 | -13/+11 |
2009-12-15 | ACPICA: Predefined name repair: automatically remove null package elements | Bob Moore | 1 | -45/+14 |
2009-12-15 | ACPICA: Conditionally perform complex per-predefined-name repairs | Bob Moore | 1 | -13/+24 |
2009-12-15 | ACPICA: Remove messages if predefined repair(s) are successful | Bob Moore | 1 | -5/+5 |
2009-12-15 | ACPICA: Move Package-to-Buffer repair code into common ToBuffer function | Bob Moore | 1 | -4/+7 |
2009-12-15 | ACPICA: Add repair for bad _FDE/_GTM buffers | Bob Moore | 1 | -8/+6 |
2009-11-24 | ACPICA: Add repair for predefined methods that must return sorted lists | Bob Moore | 1 | -0/+6 |
2009-11-24 | ACPICA: Fix possible fault if return Package objects contain NULL elements | Bob Moore | 1 | -1/+42 |
2009-09-08 | ACPICA: Fix extraneous warning if _DSM returns a package | Bob Moore | 1 | -2/+6 |
2009-08-28 | ACPICA: ACPI 4: Add validation for new predefined names. | Bob Moore | 1 | -0/+2 |
2009-08-28 | ACPICA: ACPI 4.0 : Add new return package type, restructure module. | Bob Moore | 1 | -134/+192 |
2009-08-28 | ACPICA: Add repair for predefined methods that return nested packages | Bob Moore | 1 | -2/+28 |
2009-08-28 | ACPICA: Move predefined repair code to new file, no functional change | Bob Moore | 1 | -118/+2 |
2009-08-27 | ACPICA: Fix: Predefined object repair executed only once | Bob Moore | 1 | -164/+205 |
2009-08-27 | ACPICA: Fix possible memory leak in nspredef | Bob Moore | 1 | -12/+15 |
2009-05-27 | ACPICA: Fix possible dereference of null pointer | Bob Moore | 1 | -5/+2 |
2009-03-27 | ACPICA: Fix index value in package warning message | Bob Moore | 1 | -8/+16 |
2009-03-27 | ACPICA: Formatting update - no functional changes | Bob Moore | 1 | -2/+4 |
2009-03-26 | ACPICA: Remove ACPI_GET_OBJECT_TYPE macro | Bob Moore | 1 | -4/+4 |