summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-11sched/cpufreq: Add the SPDX tagsDaniel Lezcano
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song
2018-12-10bpf: clean up bpf_prog_get_info_by_fd()Song Liu
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)
2018-12-10tracing: Add generic event-name based remove event methodMasami Hiramatsu
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)
2018-12-10printk: fix printk_time race.Tetsuo Handa
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau
2018-12-08tracing: Remove unneeded synth_event_mutexMasami Hiramatsu
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu
2018-12-08tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu
2018-12-08tracing: Add unified dynamic event frameworkMasami Hiramatsu
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu
2018-12-08tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu
2018-12-08tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu
2018-12-08tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu
2018-12-08tracing: Change default buffer_percent to 50Steven Rostedt (VMware)
2018-12-08tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)
2018-12-08ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)
2018-12-08tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter
2018-12-08function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)
2018-12-08function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)
2018-12-08tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)
2018-12-08fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)
2018-12-08function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)
2018-12-08ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)
2018-12-08function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)
2018-12-07blkcg: remove additional reference to the cssDennis Zhou
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou
2018-12-07bpf: verifier remove the rejection on BPF_ALU | BPF_ARSHJiong Wang
2018-12-07bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang
2018-12-07y2038: futex: Add support for __kernel_timespecArnd Bergmann
2018-12-07y2038: futex: Move compat implementation into futex.cArnd Bergmann
2018-12-07Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-06Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-12-06kexec_file: kexec_walk_memblock() only walks a dedicated region at kdumpAKASHI Takahiro
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro
2018-12-06s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro