summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Eliminate const char[] auto variablesRasmus Villemoes2019-05-082-22/+14
* ring-buffer: Fix mispelling of CalculateYangtao Li2019-05-081-1/+1
* tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu2019-05-081-6/+7
* tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu2019-05-081-1/+1
* tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2019-05-082-2/+12
* tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson2019-05-021-14/+31
* tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-022-15/+53
* tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson2019-05-021-8/+8
* function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)2019-04-211-1/+4
* ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)2019-04-111-0/+3
* ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)2019-04-101-4/+0
* rcu: validate arguments for rcu tracepointsYafang Shao2019-04-082-11/+6
* tracing: Add error_log to READMETom Zanussi2019-04-081-0/+1
* tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-085-23/+46
* tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)2019-04-081-62/+80
* tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-083-13/+18
* tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-024-124/+348
* tracing: Use tracing error_log with trace event filtersTom Zanussi2019-04-021-2/+9
* tracing: Use tracing error_log with hist triggersTom Zanussi2019-04-021-102/+104
* tracing: Save the last hist command's associated event nameTom Zanussi2019-04-021-6/+27
* tracing: Add tracing error logTom Zanussi2019-04-022-0/+222
* tracing: Kernel access to Ftrace instancesDivya Indi2019-04-022-24/+51
* ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing2019-04-021-1/+1
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-311-2/+18
|\
| * cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner2019-03-281-2/+18
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-311-2/+4
|\ \
| * | watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner2019-03-281-2/+4
| |/
* | ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-291-2/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-272-70/+106
|\ \
| * | bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-211-9/+11
| * | bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-211-1/+1
| * | bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-201-2/+11
| * | bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-161-57/+74
| |\ \
| | * | bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-131-57/+74
* | | | ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam2019-03-261-6/+6
* | | | tracing: initialize variable in create_dyn_event()Frank Rowand2019-03-261-1/+1
* | | | tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-261-1/+0
| |_|/ |/| |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-243-56/+89
|\ \ \
| * | | sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-191-28/+37
| * | | sched/fair: Tune down misfit NOHZ kicksValentin Schneider2019-03-191-1/+25
| * | | sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider2019-03-191-2/+11
| * | | sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-191-1/+1
| * | | sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-03-191-34/+25
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-241-0/+2
|\ \ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | perf/core: Restore mmap record type correctlyStephane Eranian2019-03-111-0/+2
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-03-241-1/+1
|\ \ \ \ \
| * | | | | time/jiffies: Make refined_jiffies staticValdis Kletnieks2019-03-221-1/+1
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-03-242-2/+7
|\ \ \ \ \ \