aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28perf/cgroups: Install cgroup events to correct cpuctxSong Liu1-3/+4
2020-01-28perf/core: Fix mlock accounting in perf_mmap()Song Liu1-1/+9
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-191/+315
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-236/+185
2020-01-28Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+19
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds17-385/+778
2020-01-28smp: Remove superfluous cond_func check in smp_call_function_many_cond()Sebastian Andrzej Siewior1-1/+1
2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie1-0/+25
2020-01-28Merge branch 'core/kprobes' into perf/core, to pick up fixesIngo Molnar2-25/+45
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-5/+87
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-63/+48