aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov1-0/+1
2020-01-31tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi1-15/+38
2020-01-31tracing: Change trace_boot to use synth_event interfaceTom Zanussi2-26/+14
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko1-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King1-1/+0
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson1-15/+13
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson3-9/+2
2020-01-31kdb: kdb_current_task shouldn't be exportedDouglas Anderson1-1/+0
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson1-0/+1
2020-01-30cgroup: init_tasks shouldn't be linked to the root cgroupTejun Heo1-5/+8
2020-01-30tracing: Move tracing selftests to bottom of menuSteven Rostedt (VMware)1-84/+84
2020-01-30tracing: Move mmio tracer config up with the other tracersSteven Rostedt (VMware)1-13/+13
2020-01-30tracing: Move tracing test module configs togetherSteven Rostedt (VMware)1-11/+11
2020-01-30tracing: Move all function tracing configs togetherSteven Rostedt (VMware)1-71/+71
2020-01-30tracing: Add kprobe event command generation test moduleTom Zanussi3-0/+238
2020-01-30tracing: Change trace_boot to use kprobe_event interfaceTom Zanussi2-27/+17
2020-01-30tracing: Add kprobe event command generation functionsTom Zanussi1-0/+161
2020-01-30tracing: Add synth event generation test moduleTom Zanussi3-0/+537
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi1-0/+463
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi1-4/+375
2020-01-30tracing: Add dynamic event command creation interfaceTom Zanussi2-0/+273
2020-01-30tracing: Add synth_event_delete()Tom Zanussi1-16/+41
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi1-0/+85
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi2-10/+35
2020-01-30trigger_next should increase position indexVasily Averin1-2/+3
2020-01-30tracing: eval_map_next() should always increase position indexVasily Averin1-3/+1
2020-01-30ftrace: fpid_next() should increase position indexVasily Averin1-2/+3
2020-01-30tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers1-1/+3
2020-01-29Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-1/+116
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+3
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds4-66/+23
2020-01-29Merge tag 'printk-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+2
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-7/+7
2020-01-29Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-1/+0
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau2-4/+3
2020-01-29tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu2-15/+17
2020-01-29tracing/boot: Include required headers and sort it alphabeticallyMasami Hiramatsu1-1/+8
2020-01-28tracing: Add 'hist:' to hist trigger error log error stringTom Zanussi1-1/+2
2020-01-28tracing: Add hist trigger error messages for sort specificationTom Zanussi1-4/+17
2020-01-28tracing: Simplify assignment parsing for hist triggersTom Zanussi1-43/+27
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+1
2020-01-28Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds21-621/+2798
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-192/+194
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li1-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef1-1/+1
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman1-12/+29
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2-11/+26