summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov
2020-01-31tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi
2020-01-31tracing: Change trace_boot to use synth_event interfaceTom Zanussi
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson
2020-01-31kdb: kdb_current_task shouldn't be exportedDouglas Anderson
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson
2020-01-30cgroup: init_tasks shouldn't be linked to the root cgroupTejun Heo
2020-01-30tracing: Move tracing selftests to bottom of menuSteven Rostedt (VMware)
2020-01-30tracing: Move mmio tracer config up with the other tracersSteven Rostedt (VMware)
2020-01-30tracing: Move tracing test module configs togetherSteven Rostedt (VMware)
2020-01-30tracing: Move all function tracing configs togetherSteven Rostedt (VMware)
2020-01-30tracing: Add kprobe event command generation test moduleTom Zanussi
2020-01-30tracing: Change trace_boot to use kprobe_event interfaceTom Zanussi
2020-01-30tracing: Add kprobe event command generation functionsTom Zanussi
2020-01-30tracing: Add synth event generation test moduleTom Zanussi
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi
2020-01-30tracing: Add dynamic event command creation interfaceTom Zanussi
2020-01-30tracing: Add synth_event_delete()Tom Zanussi
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi
2020-01-30trigger_next should increase position indexVasily Averin
2020-01-30tracing: eval_map_next() should always increase position indexVasily Averin
2020-01-30ftrace: fpid_next() should increase position indexVasily Averin
2020-01-30tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers
2020-01-29Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds
2020-01-29Merge tag 'printk-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-29Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau
2020-01-29tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu
2020-01-29tracing/boot: Include required headers and sort it alphabeticallyMasami Hiramatsu
2020-01-28tracing: Add 'hist:' to hist trigger error log error stringTom Zanussi
2020-01-28tracing: Add hist trigger error messages for sort specificationTom Zanussi
2020-01-28tracing: Simplify assignment parsing for hist triggersTom Zanussi
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-28Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)