Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-11Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-11-23ftrace: Use BIT() macroEnrico Weigelt, metux IT consult
2019-11-21ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configuredAlexei Starovoitov
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)
2019-11-15ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)
2019-11-06module/ftrace: handle patchable-function-entryMark Rutland
2019-11-06ftrace: add ftrace_init_nop()Mark Rutland
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes
2019-05-26ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)
2019-05-16Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-04-30function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)
2018-12-09function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)
2018-12-09fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)
2018-12-09function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)
2018-12-03Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar
2018-11-30function_graph: Remove unused task_curr_ret_stack()Steven Rostedt (VMware)
2018-11-28function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)
2018-11-27function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu
2018-07-04ftrace: Nuke clear_ftrace_functionYisheng Xie
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)
2018-01-17Expand various INIT_* macros and removeDavid Howells
2017-11-18Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-17ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra
2017-10-11tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes
2017-10-06ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)
2017-10-06ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)
2017-10-04ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)
2017-08-31ftrace: Fix debug preempt config name in stack_tracer_{en,dis}ableZev Weiss
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang
2017-06-26ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)
2017-06-21ftrace: Add missing comment for FTRACE_OPS_FL_RCUSteven Rostedt (VMware)
2017-05-09scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2017-04-21ftrace: Have the function probes call their own functionSteven Rostedt (VMware)
2017-04-21ftrace: Move the function commands into the tracing directorySteven Rostedt (VMware)