summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | lockdep: Explicitly flag likely false-positive reportPaul E. McKenney2021-05-101-2/+4
| | | * | | | | | | | | rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney2021-05-101-1/+2
| | | * | | | | | | | | rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney2021-05-101-3/+5
| | | * | | | | | | | | rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney2021-05-101-1/+1
| | | * | | | | | | | | rcu: Improve tree.c comments and add code cleanupsZhouyi Zhou2021-05-101-12/+12
| | | * | | | | | | | | rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney2021-05-101-22/+0
| | | * | | | | | | | | rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer2021-05-101-1/+1
| | |/ / / / / / / / /
| * / / / / / / / / / rcu/tree_plugin: Don't handle the case of 'all' CPU rangeYury Norov2021-05-101-6/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-043-134/+127
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kcsan: Report observed value changesMark Rutland2021-05-183-9/+33
| * | | | | | | | | | kcsan: Remove kcsan_report_typeMark Rutland2021-05-182-42/+20
| * | | | | | | | | | kcsan: Remove reporting indirectionMark Rutland2021-05-181-66/+49
| * | | | | | | | | | kcsan: Refactor access_info initializationMark Rutland2021-05-181-17/+25
| * | | | | | | | | | kcsan: Fold panic() call into print_report()Mark Rutland2021-05-181-13/+8
| * | | | | | | | | | kcsan: Refactor passing watchpoint/other_infoMark Rutland2021-05-181-9/+4
| * | | | | | | | | | kcsan: Distinguish kcsan_report() callsMark Rutland2021-05-183-15/+33
| * | | | | | | | | | kcsan: Simplify value change detectionMark Rutland2021-05-181-24/+16
* | | | | | | | | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | switch file_open_root() to struct pathAl Viro2021-04-071-1/+1
* | | | | | | | | | | | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-0315-224/+2987
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-011-16/+47
| * | | | | | | | | | | tracing: Simplify & fix saved_tgids logicPaul Burton2021-06-301-25/+13
| * | | | | | | | | | | tracing: Change variable type as bool for clean-upAustin Kim2021-06-301-12/+12
| * | | | | | | | | | | trace/timerlat: Fix indentation on timerlat_main()Daniel Bristot de Oliveira2021-06-291-3/+3
| * | | | | | | | | | | trace/osnoise: Make 'noise' variable s64 in run_osnoise()Daniel Bristot de Oliveira2021-06-291-2/+3
| * | | | | | | | | | | tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-06-292-4/+32
| * | | | | | | | | | | trace/osnoise: Fix return value on osnoise_init_hotplug_supportDaniel Bristot de Oliveira2021-06-281-1/+1
| * | | | | | | | | | | trace/osnoise: Make interval u64 on osnoise_mainDaniel Bristot de Oliveira2021-06-281-1/+1
| * | | | | | | | | | | trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira2021-06-281-9/+11
| * | | | | | | | | | | tracing: Have osnoise_main() add a quiescent state for task rcuSteven Rostedt (VMware)2021-06-281-1/+4
| * | | | | | | | | | | trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira2021-06-251-30/+135
| * | | | | | | | | | | trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira2021-06-251-0/+65
| * | | | | | | | | | | trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira2021-06-251-6/+13
| * | | | | | | | | | | trace: Add timerlat tracerDaniel Bristot de Oliveira2021-06-255-31/+688
| * | | | | | | | | | | trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-256-4/+1521
| * | | | | | | | | | | tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2021-06-252-5/+4
| * | | | | | | | | | | trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira2021-06-251-3/+12
| * | | | | | | | | | | trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira2021-06-251-121/+24
| * | | | | | | | | | | trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2021-06-252-0/+103
| * | | | | | | | | | | trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira2021-06-251-36/+150
| * | | | | | | | | | | trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira2021-06-241-8/+5
| * | | | | | | | | | | trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira2021-06-241-12/+167
| * | | | | | | | | | | trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira2021-06-241-1/+1
| * | | | | | | | | | | tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)2021-06-171-2/+2
| * | | | | | | | | | | tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)2021-06-171-11/+29
| * | | | | | | | | | | tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)2021-06-101-1/+35
| * | | | | | | | | | | tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)2021-06-101-1/+3
| * | | | | | | | | | | tracing/boot: Add per-group/all events enablementMasami Hiramatsu2021-06-101-2/+25
| * | | | | | | | | | | tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo2021-06-101-0/+1
| * | | | | | | | | | | tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang2021-06-101-1/+2