summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section namesJoe Lawrence2018-12-082-1/+14
* tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter2018-12-081-1/+1
* function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)2018-12-083-10/+25
* function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-082-55/+55
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-087-45/+58
* tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)2018-12-081-142/+130
* fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)2018-12-082-362/+366
* function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-082-0/+9
* ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)2018-12-082-62/+89
* function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-083-31/+0
* arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-081-3/+0
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-293-21/+29
* fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-293-220/+233
* tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)2018-11-291-2/+1
* function_graph: Remove unused task_curr_ret_stack()Steven Rostedt (VMware)2018-11-291-10/+0
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-294-3/+62
* tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu2018-11-291-3/+3
* sched, trace: Fix prev_state output in sched_switch tracepointPavankumar Kondeti2018-11-271-1/+11
* function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)2018-11-271-2/+2
* function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)2018-11-271-4/+6
* function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)2018-11-271-9/+13
* function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-273-8/+17
* function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-11-272-4/+1
* sparc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-10/+1
* sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+2
* s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-11/+2
* riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-12/+2
* powerpc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-13/+2
* parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+3
* nds32: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-16/+2
* MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-12/+2
* microblaze: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-13/+2
* arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+1
* ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-16/+1
* x86/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+1
* function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2018-11-262-0/+19
* Linux 4.20-rc3v4.20-rc3Linus Torvalds2018-11-181-1/+1
* Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-182-18/+9
|\
| * Revert "acpi, nfit: Further restrict userspace ARS start requests"Dan Williams2018-11-101-12/+3
| * acpi, nfit: Fix ARS overflow continuationDan Williams2018-11-101-2/+2
| * tools/testing/nvdimm: Fix the array size for dimm devices.Masayoshi Mizuma2018-11-051-4/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-1817-97/+169
|\ \
| * | mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang2018-11-181-1/+1
| * | mm, page_alloc: check for max order in hot pathMichal Hocko2018-11-181-11/+9
| * | scripts/spdxcheck.py: make python3 compliantUwe Kleine-König2018-11-181-1/+0
| * | tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-11-181-3/+1
| * | lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-181-2/+1
| * | mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen2018-11-181-3/+4
| * | mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport2018-11-181-2/+8
| * | ocfs2: free up write context when direct IO failedWengang Wang2018-11-182-2/+19