| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Tools: Add spacing and missing options in acpibin tool | Colin Ian King | 2016-01-01 | 1 | -1/+1 |
* | ACPICA: getopt: Comment update, no functional change | Bob Moore | 2016-01-01 | 1 | -0/+1 |
* | ACPICA: Namespace: Add String -> ObjectReference conversion support | Lv Zheng | 2016-01-01 | 3 | -1/+89 |
* | ACPICA: Namespace: Add scope information to the simple object repair mechanism | Lv Zheng | 2016-01-01 | 4 | -9/+16 |
* | ACPICA: Update for output of the Debug Object | Bob Moore | 2016-01-01 | 1 | -3/+8 |
* | ACPICA: Debug object: Fix output for a NULL object | Bob Moore | 2016-01-01 | 1 | -1/+2 |
* | ACPICA: Debug Object: Cleanup output | Bob Moore | 2016-01-01 | 2 | -20/+51 |
* | ACPICA: Concatenate operator: Add extensions to support all ACPI objects | Bob Moore | 2016-01-01 | 2 | -6/+37 |
* | ACPICA: acpiexec/acpinames: Update for error checking macros | Bob Moore | 2016-01-01 | 1 | -0/+13 |
* | ACPICA: Add comment explaining _SUB removal | Bob Moore | 2016-01-01 | 1 | -0/+7 |
* | ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method." | Bob Moore | 2016-01-01 | 5 | -130/+24 |
* | ACPICA: Debugger: Remove some unecessary NULL checks | Markus Elfring | 2016-01-01 | 2 | -10/+3 |
* | ACPICA: iasl/acpiexec: Update input file handling and verification | Bob Moore | 2016-01-01 | 4 | -16/+13 |
* | ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file | Bob Moore | 2016-01-01 | 9 | -514/+53 |
* | ACPICA: acpiexec: Add support for AML files containing multiple tables | Bob Moore | 2016-01-01 | 2 | -0/+27 |
* | ACPICA: Split interpreter tracing functions to a new file | Bob Moore | 2016-01-01 | 3 | -326/+379 |
* | ACPICA: Core: Major update for code formatting, no functional changes | Bob Moore | 2016-01-01 | 100 | -493/+634 |
* | ACPICA: exmutex: General cleanup, restructured some code | Bob Moore | 2016-01-01 | 1 | -21/+59 |
* | ACPICA: Add "const" to some functions that return fixed strings | LABBE Corentin | 2016-01-01 | 4 | -25/+22 |
* | ACPICA: Fix SyncLevel support interaction with method auto-serialization | David E. Box | 2016-01-01 | 1 | -2/+13 |
* | ACPICA: Debugger: reduce old external path format | Lv Zheng | 2016-01-01 | 9 | -10/+12 |
* | ACPICA: Namespace: Fix wrong error log | Lv Zheng | 2016-01-01 | 1 | -1/+1 |
* | ACPICA: acpi_get_sleep_type_data: Reduce warnings | Prarit Bhargava | 2016-01-01 | 1 | -7/+17 |
* | ACPICA: Linuxize: reduce divergences for 20151218 release | Lv Zheng | 2016-01-01 | 13 | -324/+325 |
* | Merge branch 'acpi-debug' into acpica | Rafael J. Wysocki | 2016-01-01 | 23 | -211/+1793 |
|\ |
|
| * | ACPI / debugger: Fix a redundant mutex unlock issue in acpi_aml_open() | Lv Zheng | 2015-12-28 | 1 | -1/+2 |
| * | ACPI / debugger: copy_to_user doesn't return errors | Dan Carpenter | 2015-12-28 | 1 | -4/+6 |
| * | ACPI / debugger: remove some unneeded conditions | Dan Carpenter | 2015-12-28 | 1 | -4/+0 |
| * | ACPI / debugger: Fix an issue a flag is modified without locking | Lv Zheng | 2015-12-28 | 1 | -1/+1 |
| * | ACPI / debugger: Add module support for ACPI debugger | Lv Zheng | 2015-12-15 | 7 | -91/+340 |
| * | tools/power/acpi: Add userspace AML interface support | Lv Zheng | 2015-12-15 | 3 | -8/+473 |
| * | ACPI / debugger: Add IO interface to access debugger functionalities | Lv Zheng | 2015-12-15 | 8 | -17/+887 |
| * | ACPICA: Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using differe... | Lv Zheng | 2015-12-15 | 8 | -46/+106 |
| * | ACPICA: Debugger: Convert some mechanisms to OSPM specific | Lv Zheng | 2015-12-15 | 9 | -147/+89 |
| * | ACPICA: Debugger: Remove unnecessary status check | Colin Ian King | 2015-12-15 | 1 | -3/+0 |
* | | Linux 4.4-rc7v4.4-rc7 | Linus Torvalds | 2015-12-28 | 1 | -1/+1 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-12-28 | 8 | -24/+42 |
|\ \ |
|
| * | | MIPS: Fix bitrot in __get_user_unaligned() | Al Viro | 2015-12-27 | 1 | -3/+3 |
| * | | MIPS: Fix build error due to unused variables. | Ralf Baechle | 2015-12-22 | 3 | -3/+1 |
| * | | MIPS: VDSO: Fix build error | Qais Yousef | 2015-12-22 | 1 | -2/+2 |
| * | | MIPS: CPS: drop .set mips64r2 directives | Paul Burton | 2015-12-22 | 1 | -2/+0 |
| * | | MIPS: uaccess: Take EVA into account in [__]clear_user | James Hogan | 2015-12-22 | 3 | -10/+26 |
| * | | MIPS: uaccess: Take EVA into account in __copy_from_user() | James Hogan | 2015-12-22 | 1 | -3/+9 |
| * | | MIPS: uaccess: Fix strlen_user with EVA | James Hogan | 2015-12-22 | 1 | -1/+1 |
* | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2015-12-28 | 13 | -13/+27 |
|\ \ \ |
|
| * | | | ARM: tegra: Fix suspend hang on Tegra124 Chromebooks | Jon Hunter | 2015-12-23 | 1 | -1/+1 |
| * | | | Merge tag 'omap-for-v4.4/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2015-12-22 | 3 | -0/+12 |
| |\ \ \ |
|
| | * | | | ARM: dts: Fix UART wakeirq for omap4 duovero parlor | Tony Lindgren | 2015-12-19 | 1 | -0/+4 |
| | * | | | ARM: OMAP2+: AM43xx: select ARM TWD timer | Felipe Balbi | 2015-12-17 | 1 | -0/+1 |
| | * | | | ARM: OMAP2+: am43xx: enable GENERIC_CLOCKEVENTS_BROADCAST | Grygorii Strashko | 2015-12-17 | 2 | -0/+7 |