summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-1757-415/+1140
|\
| * tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)2020-12-151-1/+31
| * Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2020-12-142-4/+29
| * ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang2020-12-141-8/+11
| * ring-buffer: Fix two typos in commentsQiujun Huang2020-12-141-2/+2
| * tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn2020-12-141-2/+0
| * tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-146-14/+25
| * seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann2020-12-082-3/+3
| * ring-buffer: Fix a typo in function descriptionQiujun Huang2020-12-081-1/+1
| * ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn2020-12-081-17/+0
| * ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)2020-12-022-0/+170
| * ftrace/documentation: Fix RST C code blocksSteven Rostedt (VMware)2020-11-181-0/+6
| * tracing: Clean up after filter logic rewritingLukas Bulwahn2020-11-161-21/+0
| * tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia2020-11-131-1/+1
| * livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-138-9/+29
| * ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-135-3/+40
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-1318-45/+71
| * MAINTAINERS: assign ./fs/tracefs to TRACINGLukas Bulwahn2020-11-111-0/+1
| * tracing: Fix some typos in commentsQiujun Huang2020-11-1115-25/+25
| * ftrace: Remove unused varible 'ret'Alex Shi2020-11-111-4/+2
| * ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)2020-11-112-1/+25
| * ftrace: Clean up the recursion code a bitSteven Rostedt (VMware)2020-11-111-15/+7
| * fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-113-5/+5
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-0617-20/+306
| * ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-068-49/+79
| * perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)2020-11-061-1/+3
| * perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-1/+8
| * livepatch: Trigger WARNING if livepatch function fails due to recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * livepatch/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-0/+5
| * kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-065-11/+56
| * pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-0/+6
| * ftrace: Optimize testing what context current is inSteven Rostedt (VMware)2020-11-061-13/+20
| * ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)2020-11-062-7/+30
| * ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)2020-11-063-177/+188
* | Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-175-110/+142
|\ \
| * | module: delay kobject uevent until after module init callJessica Yu2020-12-091-2/+3
| * | module: drop semicolon from version macroJohan Hovold2020-12-071-1/+1
| * | init: use type alignment for kernel parametersJohan Hovold2020-12-011-1/+1
| * | params: clean up module-param macrosJohan Hovold2020-11-251-4/+4
| * | params: use type alignment for kernel parametersJohan Hovold2020-11-251-2/+2
| * | params: drop redundant "unused" attributesJohan Hovold2020-11-251-2/+2
| * | module: simplify version-attribute handlingJohan Hovold2020-11-252-19/+17
| * | module: drop version-attribute alignmentJohan Hovold2020-11-251-1/+1
| * | module: fix comment styleSergey Shtylyov2020-11-091-43/+74
| * | module: add more 'kernel-doc' commentsSergey Shtylyov2020-11-091-8/+8
| * | module: fix up 'kernel-doc' commentsSergey Shtylyov2020-11-091-6/+4
| * | module: only handle errors with the *switch* statement in module_sig_check()Sergey Shtylyov2020-11-041-12/+14
| * | module: avoid *goto*s in module_sig_check()Sergey Shtylyov2020-11-041-10/+10
| * | module: merge repetitive strings in module_sig_check()Sergey Shtylyov2020-11-041-4/+5
| * | module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2020-10-291-0/+1