summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove unused TRACE_SEQ_BUF_USEDAlex Shi2020-01-211-3/+0
* ring-buffer: Remove abandoned macro RB_MISSED_FLAGSAlex Shi2020-01-211-2/+0
* ftrace: Remove NR_TO_INIT macroAlex Shi2020-01-211-3/+0
* ftrace: Remove abandoned macrosAlex Shi2020-01-211-2/+0
* tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)2020-01-161-5/+19
* ring-buffer: Fix kernel doc for rb_update_event()Steven Rostedt (VMware)2020-01-141-3/+3
* ring-bufer: kernel-doc warning fixesFabian Frederick2020-01-141-0/+3
* tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-132-16/+45
* tracing/boot: Add function tracer filter optionsMasami Hiramatsu2020-01-131-0/+40
* tracing/boot: Add cpu_mask option supportMasami Hiramatsu2020-01-132-13/+43
* tracing/boot: Add instance node supportMasami Hiramatsu2020-01-131-5/+38
* tracing/boot: Add synthetic event supportMasami Hiramatsu2020-01-132-0/+52
* tracing/boot Add kprobe event supportMasami Hiramatsu2020-01-132-0/+51
* tracing/boot: Add per-event settingsMasami Hiramatsu2020-01-132-1/+61
* tracing/boot: Add boot-time tracingMasami Hiramatsu2020-01-134-5/+128
* tracing: Add NULL trace-array check in print_synth_event()Masami Hiramatsu2020-01-131-1/+1
* tracing: Accept different type for synthetic event fieldsMasami Hiramatsu2020-01-131-2/+5
* tracing: kprobes: Register to dynevent earlier stageMasami Hiramatsu2020-01-131-4/+15
* tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-133-31/+31
* tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu2020-01-131-0/+7
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-1315-126/+126
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-1317-193/+193
* perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-133-65/+65
* Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-111-0/+10
|\
| * clone3: ensure copy_thread_tls is implementedAmanieu d'Antras2020-01-071-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-092-4/+16
|\ \
| * | bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-061-2/+7
| * | bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin2020-01-061-2/+9
* | | Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-01-066-6/+27
|\ \ \ | |_|/ |/| |
| * | tracing: Fix indentation issueColin Ian King2020-01-031-1/+1
| * | kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-031-1/+3
| * | ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-021-3/+3
| * | tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-021-0/+5
| * | tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsSteven Rostedt (VMware)2020-01-021-0/+14
| * | tracing: Initialize val to zero in parse_entry of inject codeSteven Rostedt (VMware)2020-01-021-1/+1
* | | memcg: account security cred as well to kmemcgShakeel Butt2020-01-041-3/+3
* | | Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-032-15/+27
|\ \ \
| * | | exit: panic before exit_mm() on global init exitchenqiwu2019-12-211-4/+8
| * | | taskstats: fix data-raceChristian Brauner2019-12-041-11/+19
* | | | Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-021-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon2020-01-021-0/+7
* | | | ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-301-18/+13
* | | | bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann2019-12-221-21/+22
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-225-38/+92
|\ \ \
| * | | bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann2019-12-191-1/+7
| * | | bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-173-15/+14
| * | | bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-162-16/+12
| * | | bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-111-6/+58
| * | | bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
* | | | Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-12-215-8/+35
|\ \ \ \ | | |_|/ | |/| |