summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-26seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou1-1/+3
2021-06-26trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira1-30/+135
2021-06-26trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira1-0/+65
2021-06-26trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira1-6/+13
2021-06-26trace: Add timerlat tracerDaniel Bristot de Oliveira7-31/+870
2021-06-26trace: Add osnoise tracerDaniel Bristot de Oliveira13-4/+2072
2021-06-26tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2-5/+4
2021-06-26trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpersSteven Rostedt1-0/+25
2021-06-26trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira1-3/+12
2021-06-26trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira1-121/+24
2021-06-26trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2-0/+103
2021-06-26trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira2-37/+152
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira1-8/+5
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira2-16/+175
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira1-1/+1
2021-06-24bootconfig/tracing/ktest: Add ktest examples of testing bootconfigSteven Rostedt (VMware)9-0/+385
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)1-2/+2
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)2-11/+42
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)1-1/+35
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)1-1/+3
2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu3-24/+23
2021-06-10docs: bootconfig: Update for mixing value and subkeysMasami Hiramatsu1-4/+26
2021-06-10tools/bootconfig: Support mixed value and subkey test casesMasami Hiramatsu7-6/+14
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu3-28/+114
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu4-9/+24
2021-06-10Documentation: tracing: Add per-group/all events enablement desciptionMasami Hiramatsu1-0/+6
2021-06-10tracing/boot: Add per-group/all events enablementMasami Hiramatsu1-2/+25
2021-06-10tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo1-0/+1
2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang1-1/+2
2021-06-10tracing: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-10trace: replace WB_REASON_FOREIGN_FLUSH with a stringChunguang Xu1-1/+2
2021-06-10ring-buffer: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2021-06-10tracing: Remove redundant assignment to event_varJiapeng Chong1-1/+1
2021-06-10sched/tracing: Remove the redundant 'success' in the sched tracepointEd Tsai1-2/+0
2021-06-10tools/bootconfig: Simplify expressionzuoqilin1-3/+1
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan1-1/+1
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-06-08tools/bootconfig: Fix a build error accroding to undefined fallthroughMasami Hiramatsu1-0/+4
2021-06-08tools/bootconfig: Fix error return code in apply_xbc()Zhen Lei1-0/+1
2021-06-07Linux 5.13-rc5v5.13-rc5Linus Torvalds1-1/+1
2021-06-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-18/+26
2021-06-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-126/+135
2021-06-06Merge tag 'arm-soc-fixes-v5.13-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds31-126/+160
2021-06-06Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-57/+49
2021-06-06Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-126/+145
2021-06-06ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg1-0/+4
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg1-2/+4
2021-06-06ext4: fix memory leak in ext4_fill_superAlexey Makhalov1-2/+9
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar2-99/+90
2021-06-06ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin1-20/+23