summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-09arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)1-3/+0
2018-11-30fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)3-21/+29
2018-11-30fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)3-220/+233
2018-11-30tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)1-2/+1
2018-11-30function_graph: Remove unused task_curr_ret_stack()Steven Rostedt (VMware)1-10/+0
2018-11-30tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)4-3/+62
2018-11-30tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu1-3/+3
2018-11-28sched, trace: Fix prev_state output in sched_switch tracepointPavankumar Kondeti1-1/+11
2018-11-28function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)1-2/+2
2018-11-28function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)1-4/+6
2018-11-28function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)1-9/+13
2018-11-28function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)3-8/+17
2018-11-28function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2-4/+1
2018-11-28sparc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-10/+1
2018-11-28sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+2
2018-11-28s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-11/+2
2018-11-28riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-12/+2
2018-11-28powerpc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-13/+2
2018-11-28parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+3
2018-11-28nds32: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-16/+2
2018-11-28MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-12/+2
2018-11-28microblaze: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-13/+2
2018-11-28arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+1
2018-11-28ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-16/+1
2018-11-28x86/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+1
2018-11-27function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2-0/+19
2018-11-19Linux 4.20-rc3Linus Torvalds1-1/+1
2018-11-18Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-18/+9
2018-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-97/+169
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+48
2018-11-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+144
2018-11-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-14/+47
2018-11-18Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-47/+113
2018-11-18mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang1-1/+1
2018-11-18mm, page_alloc: check for max order in hot pathMichal Hocko1-11/+9
2018-11-18scripts/spdxcheck.py: make python3 compliantUwe Kleine-König1-1/+0
2018-11-18tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann1-2/+1
2018-11-18mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen1-3/+4
2018-11-18mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport1-2/+8
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang2-2/+19
2018-11-18scripts/faddr2line: fix location of start_kernel in commentRandy Dunlap1-1/+1
2018-11-18mm: don't reclaim inodes with many attached pagesRoman Gushchin1-2/+5
2018-11-18mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko1-0/+8
2018-11-18mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin1-3/+3
2018-11-18MAINTAINERS: update OMAP MMC entryAaro Koskinen2-2/+6
2018-11-18hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson1-21/+22
2018-11-18z3fold: fix possible reclaim racesVitaly Wool1-39/+62
2018-11-16Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+10