Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 | |
Add SPDX license identifiers to all files which: - Have no license information of any form - Have EXPORT_.*_SYMBOL_GPL inside which was used in the initial scan/conversion to ignore the file These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2019-04-14 | parisc/stacktrace: Remove the pointless ULONG_MAX marker | Thomas Gleixner | 1 | -5/+0 | |
Terminating the last trace entry with ULONG_MAX is a completely pointless exercise and none of the consumers can rely on it because it's inconsistently implemented across architectures. In fact quite some of the callers remove the entry and adjust stack_trace.nr_entries afterwards. Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Cc: Josh Poimboeuf <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Alexander Potapenko <[email protected]> Cc: "James E.J. Bottomley" <[email protected]> Cc: Helge Deller <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] | |||||
2018-08-17 | parisc: Consolidate unwind initialization calls | Helge Deller | 1 | -14/+1 | |
Signed-off-by: Helge Deller <[email protected]> | |||||
2009-03-31 | parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORT | Helge Deller | 1 | -0/+63 | |
Signed-off-by: Helge Deller <[email protected]> Signed-off-by: Kyle McMartin <[email protected]> |