Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | clocksource: Prevent double add_timer_on() for watchdog_timer | Konstantin Khlebnikov | 2020-02-01 | 1 | -2/+9 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-02-09 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | genirq: Clarify that irq wake state is orthogonal to enable/disable | Stephen Boyd | 2020-02-07 | 1 | -0/+7 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-02-09 | 2 | -9/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-02-08 | 2 | -9/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | bpf: Fix modifier skipping logic | Alexei Starovoitov | 2020-02-04 | 1 | -5/+3 | |
| | * | | | | | | | | | | bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() | Martin KaFai Lau | 2020-01-29 | 2 | -4/+3 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-02-08 | 4 | -40/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | cgroup1: switch to use of errorfc() et.al. | Al Viro | 2020-02-07 | 1 | -12/+12 | |
| * | | | | | | | | | | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 2020-02-07 | 4 | -23/+11 | |
| * | | | | | | | | | | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 2020-02-07 | 3 | -3/+0 | |
| * | | | | | | | | | | get rid of cg_invalf() | Al Viro | 2020-02-07 | 1 | -14/+12 | |
* | | | | | | | | | | | Merge tag 'kgdb-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-02-06 | 1 | -13/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r... | Daniel Thompson | 2020-02-06 | 1 | -13/+15 | |
* | | | | | | | | | | | | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2020-02-06 | 36 | -747/+3342 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | ftrace: Protect ftrace_graph_hash with ftrace_sync | Steven Rostedt (VMware) | 2020-02-05 | 2 | -2/+11 | |
| * | | | | | | | | | | | ftrace: Add comment to why rcu_dereference_sched() is open coded | Steven Rostedt (VMware) | 2020-02-05 | 1 | -0/+10 | |
| * | | | | | | | | | | | tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu | Amol Grover | 2020-02-05 | 2 | -3/+7 | |
| * | | | | | | | | | | | tracing: Annotate ftrace_graph_hash pointer with __rcu | Amol Grover | 2020-02-05 | 2 | -4/+7 | |
| * | | | | | | | | | | | tracing: Use seq_buf for building dynevent_cmd string | Tom Zanussi | 2020-02-01 | 3 | -37/+15 | |
| * | | | | | | | | | | | tracing: Remove useless code in dynevent_arg_pair_add() | Tom Zanussi | 2020-02-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | tracing: Remove check_arg() callbacks from dynevent args | Tom Zanussi | 2020-02-01 | 4 | -53/+46 | |
| * | | | | | | | | | | | tracing: Consolidate some synth_event_trace code | Tom Zanussi | 2020-02-01 | 1 | -84/+57 | |
| * | | | | | | | | | | | tracing: Fix now invalid var_ref_vals assumption in trace action | Tom Zanussi | 2020-01-31 | 1 | -15/+38 | |
| * | | | | | | | | | | | tracing: Change trace_boot to use synth_event interface | Tom Zanussi | 2020-01-31 | 2 | -26/+14 | |
| * | | | | | | | | | | | tracing: Move tracing selftests to bottom of menu | Steven Rostedt (VMware) | 2020-01-30 | 1 | -84/+84 | |
| * | | | | | | | | | | | tracing: Move mmio tracer config up with the other tracers | Steven Rostedt (VMware) | 2020-01-30 | 1 | -13/+13 | |
| * | | | | | | | | | | | tracing: Move tracing test module configs together | Steven Rostedt (VMware) | 2020-01-30 | 1 | -11/+11 | |
| * | | | | | | | | | | | tracing: Move all function tracing configs together | Steven Rostedt (VMware) | 2020-01-30 | 1 | -71/+71 | |
| * | | | | | | | | | | | tracing: Add kprobe event command generation test module | Tom Zanussi | 2020-01-30 | 3 | -0/+238 | |
| * | | | | | | | | | | | tracing: Change trace_boot to use kprobe_event interface | Tom Zanussi | 2020-01-30 | 2 | -27/+17 | |
| * | | | | | | | | | | | tracing: Add kprobe event command generation functions | Tom Zanussi | 2020-01-30 | 1 | -0/+161 | |
| * | | | | | | | | | | | tracing: Add synth event generation test module | Tom Zanussi | 2020-01-30 | 3 | -0/+537 | |
| * | | | | | | | | | | | tracing: Add synth_event_trace() and related functions | Tom Zanussi | 2020-01-30 | 1 | -0/+463 | |
| * | | | | | | | | | | | tracing: Add synthetic event command generation functions | Tom Zanussi | 2020-01-30 | 1 | -4/+375 | |
| * | | | | | | | | | | | tracing: Add dynamic event command creation interface | Tom Zanussi | 2020-01-30 | 2 | -0/+273 | |
| * | | | | | | | | | | | tracing: Add synth_event_delete() | Tom Zanussi | 2020-01-30 | 1 | -16/+41 | |
| * | | | | | | | | | | | tracing: Add trace_get/put_event_file() | Tom Zanussi | 2020-01-30 | 1 | -0/+85 | |
| * | | | | | | | | | | | tracing: Add trace_array_find/_get() to find instance trace arrays | Tom Zanussi | 2020-01-30 | 2 | -10/+35 | |
| * | | | | | | | | | | | trigger_next should increase position index | Vasily Averin | 2020-01-30 | 1 | -2/+3 | |
| * | | | | | | | | | | | tracing: eval_map_next() should always increase position index | Vasily Averin | 2020-01-30 | 1 | -3/+1 | |
| * | | | | | | | | | | | ftrace: fpid_next() should increase position index | Vasily Averin | 2020-01-30 | 1 | -2/+3 | |
| * | | | | | | | | | | | tracing: Fix sched switch start/stop refcount racy updates | Mathieu Desnoyers | 2020-01-30 | 1 | -1/+3 | |
| * | | | | | | | | | | | tracing/boot: Move external function declarations to kernel/trace/trace.h | Masami Hiramatsu | 2020-01-29 | 2 | -15/+17 | |
| * | | | | | | | | | | | tracing/boot: Include required headers and sort it alphabetically | Masami Hiramatsu | 2020-01-29 | 1 | -1/+8 | |
| * | | | | | | | | | | | tracing: Add 'hist:' to hist trigger error log error string | Tom Zanussi | 2020-01-29 | 1 | -1/+2 | |
| * | | | | | | | | | | | tracing: Add hist trigger error messages for sort specification | Tom Zanussi | 2020-01-29 | 1 | -4/+17 | |
| * | | | | | | | | | | | tracing: Simplify assignment parsing for hist triggers | Tom Zanussi | 2020-01-29 | 1 | -43/+27 | |
| * | | | | | | | | | | | tracing: Use pr_err() instead of WARN() for memory failures | Steven Rostedt (VMware) | 2020-01-25 | 3 | -11/+23 | |
| * | | | | | | | | | | | tracing: Decrement trace_array when bootconfig creates an instance | Steven Rostedt (VMware) | 2020-01-25 | 2 | -0/+5 |