summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy-0/+13
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy-38/+41
2018-12-11dma-debug: Use pr_fmt()Robin Murphy-36/+38
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy-0/+7
2018-12-11sched/cpufreq: Add the SPDX tagsDaniel Lezcano-8/+2
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-99/+458
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song-19/+19
2018-12-10bpf: clean up bpf_prog_get_info_by_fd()Song Liu-2/+2
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang-4/+12
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)-0/+11
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)-3/+16
2018-12-10tracing: Add generic event-name based remove event methodMasami Hiramatsu-4/+11
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)-33/+11
2018-12-10printk: fix printk_time race.Tetsuo Handa-31/+39
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-76/+315
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe-15/+174
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+171
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau-33/+368
2018-12-08tracing: Remove unneeded synth_event_mutexMasami Hiramatsu-23/+7
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu-98/+176
2018-12-08tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu-130/+149
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu-145/+204
2018-12-08tracing: Add unified dynamic event frameworkMasami Hiramatsu-0/+337
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu-96/+50
2018-12-08tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu-35/+18
2018-12-08tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu-20/+38
2018-12-08tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu-0/+7
2018-12-08tracing: Change default buffer_percent to 50Steven Rostedt (VMware)-1/+1
2018-12-08tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)-17/+77
2018-12-08ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)-9/+70
2018-12-08tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter-1/+1
2018-12-08function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)-10/+22
2018-12-08function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)-55/+55
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)-35/+47
2018-12-08tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)-142/+130
2018-12-08fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)-362/+366
2018-12-08function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)-0/+9
2018-12-08ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)-62/+89
2018-12-08function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)-30/+0
2018-12-07blkcg: remove additional reference to the cssDennis Zhou-9/+39
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou-2/+2
2018-12-07bpf: verifier remove the rejection on BPF_ALU | BPF_ARSHJiong Wang-5/+0
2018-12-07bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang-22/+30
2018-12-07y2038: futex: Add support for __kernel_timespecArnd Bergmann-10/+12
2018-12-07y2038: futex: Move compat implementation into futex.cArnd Bergmann-208/+192
2018-12-07Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2018-12-06Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+2
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani-0/+33
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani-0/+45
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha-2/+4