summaryrefslogtreecommitdiffstats
path: root/lib/fonts/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu4-0/+28
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-4/+24
2021-10-22ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu3-0/+12
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-22x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu1-0/+6
2021-10-21kprobes: convert tests to kunitSven Schnelle3-167/+61
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann1-10/+5
2021-10-21tracing: Explain the trace recursion transition bit betterSteven Rostedt (VMware)1-2/+6
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)1-14/+20
2021-10-21ftrace/samples: Add multi direct interface test moduleJiri Olsa2-0/+53
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa2-0/+68
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa2-0/+153
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-21tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-21x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)5-35/+55
2021-10-21ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)1-1/+1
2021-10-20x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)1-35/+3
2021-10-20x86/ftrace: Remove extra orig rax moveJiri Olsa1-1/+0
2021-10-20tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)4-18/+24
2021-10-20tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)2-11/+12
2021-10-20tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-20tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)3-17/+28
2021-10-14tracing: in_irq() cleanupChangbin Du2-2/+2
2021-10-11ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-10-11bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu11-91/+93
2021-10-11bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu4-27/+25
2021-10-11tools/bootconfig: Print all error message in stderrMasami Hiramatsu3-16/+2
2021-10-11bootconfig: Remove unused debug functionMasami Hiramatsu2-24/+0
2021-10-11bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu1-45/+54
2021-10-11bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu4-7/+7
2021-10-11tools/bootconfig: Run test script when build allMasami Hiramatsu1-1/+1
2021-10-11bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu4-0/+25
2021-10-11bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu4-27/+27
2021-10-09ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang13-61/+5
2021-10-09tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)15-96/+103
2021-10-09tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)1-1/+2
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)1-2/+2
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2-35/+445
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)7-61/+217
2021-10-01x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu3-2/+30
2021-10-01tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu1-13/+4
2021-10-01x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu4-8/+42
2021-10-01x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu1-9/+25
2021-10-01kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu1-0/+7
2021-10-01arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu1-0/+2
2021-10-01ia64: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-10-01ARC: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5