Age | Commit message (Expand) | Author | Files | Lines |
2013-05-19 | ACPICA: Fix possible buffer overflow during a field unit read operation | Bob Moore | 1 | -1/+13 |
2012-09-14 | ACPI: export symbol acpi_get_table_with_size | Alex Deucher | 1 | -0/+1 |
2012-07-19 | ACPICA: Fix possible fault in return package object repair code | Bob Moore | 1 | -1/+1 |
2012-07-16 | ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resume | Jonathan Nieder | 1 | -22/+0 |
2012-04-20 | Revert "ACPI: ignore FADT reset-reg-sup flag" | Linus Torvalds | 1 | -1/+2 |
2012-03-30 | Merge branch 'tboot' into release | Len Brown | 1 | -3/+7 |
2012-03-30 | Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis... | Len Brown | 2 | -6/+5 |
2012-03-30 | ACPICA: Object repair code: Support to add Package wrappers | Bob Moore | 4 | -105/+64 |
2012-03-26 | ACPI: Move module parameter gts and bfs to sleep.c | Lin Ming | 1 | -13/+0 |
2012-03-26 | ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFS | Lin Ming | 4 | -33/+56 |
2012-03-22 | ACPICA: Debugger: Add missing object info to namespace dump | Bob Moore | 1 | -1/+14 |
2012-03-22 | ACPICA: Change exception code for invalid pathname in acpi_evaluate_object | Bob Moore | 1 | -1/+1 |
2012-03-22 | ACPICA: Clarify METHOD_NAME* defines for full-pathname cases | Bob Moore | 4 | -19/+20 |
2012-03-22 | ACPICA: Add table-driven dispatch for sleep/wake functions | Bob Moore | 2 | -54/+88 |
2012-03-22 | ACPICA: Split sleep/wake functions into two files | Bob Moore | 4 | -211/+265 |
2012-03-22 | ACPICA: Distill multiple sleep method functions to a single function | Bob Moore | 3 | -128/+29 |
2012-03-22 | ACPICA: Add acpi_os_physical_table_override interface | Bob Moore | 3 | -63/+152 |
2012-03-22 | ACPICA: ACPI 5: Update debug output for new notify values | Bob Moore | 2 | -26/+31 |
2012-03-22 | ACPICA: Expand OSL memory read/write interfaces to 64 bits | Bob Moore | 2 | -35/+17 |
2012-03-22 | ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardware | Bob Moore | 27 | -479/+361 |
2012-03-22 | ACPICA: Move ACPI timer prototypes to public acpixf file | Bob Moore | 1 | -12/+0 |
2012-03-22 | ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registers | Bob Moore | 4 | -269/+694 |
2012-03-22 | ACPICA: Update _REV return value to 5 | Bob Moore | 1 | -1/+1 |
2012-03-22 | Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k... | Len Brown | 1 | -3/+7 |
2012-03-21 | ACPICA: Fix regression in FADT revision checks | Julian Anastasov | 1 | -4/+4 |
2012-03-21 | ACPI: ignore FADT reset-reg-sup flag | Len Brown | 1 | -2/+1 |
2012-03-13 | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep. | Tang Liang | 1 | -3/+7 |
2012-01-18 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 150 | -389/+3147 |
2012-01-17 | ACPICA: Update all copyrights to 2012 | Bob Moore | 148 | -148/+148 |
2012-01-17 | ACPICA: Add support for region address conflict checking | Lin Ming | 11 | -25/+391 |
2012-01-17 | ACPICA: Update for larger ACPI 5 FADT size | Bob Moore | 1 | -6/+7 |
2012-01-17 | ACPICA: Clean up Makefile | Lin Ming | 1 | -24/+133 |
2012-01-17 | ACPI 5.0: Allow _AEI method in walk resources | Zhang Rui | 1 | -4/+6 |
2012-01-17 | ACPI 5.0: Add new predefined names | Bob Moore | 5 | -4/+73 |
2012-01-17 | ACPI 5.0: New interface, acpi_buffer_to_resource | Bob Moore | 1 | -0/+64 |
2012-01-17 | ACPI 5.0: New interface, acpi_get_event_resources | Bob Moore | 3 | -0/+94 |
2012-01-17 | ACPI 5.0: Support for all new resource descriptors | Lin Ming | 15 | -115/+1573 |
2012-01-17 | ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region | Bob Moore | 5 | -17/+38 |
2012-01-17 | ACPI 5.0: Implement Connection() and AccessAs() changes | Bob Moore | 14 | -45/+300 |
2012-01-17 | ACPI 5.0: New interfaces to allow driver access to AML mutex objects | Lin Ming | 2 | -1/+188 |
2012-01-17 | ACPI 5.0: Implement hardware-reduced option | Bob Moore | 5 | -3/+57 |
2012-01-17 | ACPI 5.0: Basic support for FADT version 5 | Bob Moore | 1 | -2/+2 |
2012-01-17 | ACPICA: Do not abort table load on invalid space ID | Bob Moore | 4 | -12/+54 |
2012-01-17 | ACPICA: Add error msg for Index/Bank field registers out-of-range | Bob Moore | 1 | -0/+6 |
2012-01-17 | ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length) | Bob Moore | 1 | -0/+2 |
2012-01-17 | ACPICA: Fix to allow region arguments to reference other scopes | Lin Ming | 3 | -1/+8 |
2012-01-17 | ACPICA: Update for GCC 4 | Bob Moore | 1 | -6/+3 |
2012-01-17 | Merge branch 'acpica-validate-address-regression' into next | Len Brown | 1 | -0/+24 |
2012-01-17 | ACPICA: Put back the call to acpi_os_validate_address | Lin Ming | 1 | -0/+24 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |