summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz5-0/+60
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz2-0/+65
2019-11-14tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-11-14tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-11-14tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)1-2/+2
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko4-15/+13
2019-11-14lib/bsearch: Use generic type for comparator functionAndy Shevchenko2-2/+2
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko3-14/+14
2019-11-14tracing/selftests: Turn off timeout settingSteven Rostedt (VMware)1-0/+1
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)3-6/+27
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2-0/+5
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi2-4/+17
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi2-3/+8
2019-11-13tracing: Make internal ftrace events staticBen Dooks1-2/+2
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2-1/+3
2019-11-13preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)2-22/+128
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)3-6/+98
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)3-6/+31
2019-11-13ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf2-1/+19
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)3-3/+11
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)5-7/+59
2019-11-13ftrace/selftests: Update the direct call selftests to test two direct callsSteven Rostedt (VMware)2-23/+52
2019-11-13ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)2-0/+52
2019-11-13ftrace/selftest: Add tests to test register_ftrace_direct()Steven Rostedt (VMware)2-0/+124
2019-11-13ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)4-0/+57
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)2-1/+84
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)3-7/+306
2019-11-08ftrace: Separate out functionality from ftrace_location_range()Steven Rostedt (VMware)1-15/+23
2019-11-08ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()Steven Rostedt (VMware)1-12/+17
2019-11-04selftests/livepatch: Test interaction with ftrace_enabledJoe Lawrence3-2/+80
2019-11-04selftests/livepatch: Make dynamic debug setup and restore genericJoe Lawrence4-12/+16
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes5-4/+37
2019-11-04Linux 5.4-rc6v5.4-rc6Linus Torvalds1-1/+1
2019-11-03Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds27-97/+267
2019-11-03Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2019-11-02Merge tag 'hwmon-for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+13
2019-11-02Merge tag 'pwm/for-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+1
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-13/+23
2019-11-02Merge tag 'powerpc-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-18/+57
2019-11-02Merge tag 's390-5.4-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-18/+42
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds213-1289/+2133
2019-11-02Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-9/+30
2019-11-02Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+22
2019-11-02Merge tag 'riscv/for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-18/+75
2019-11-02Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2019-11-02Merge branch 'fix-BPF-offload-related-bugs'David S. Miller3-3/+13
2019-11-02net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-11-02net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski1-2/+6
2019-11-02selftests: bpf: Skip write only files in debugfsJakub Kicinski1-0/+5
2019-11-02selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang1-1/+2