summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-20ftrace: Remove unused "flags" field from struct ftrace_func_probeSteven Rostedt (VMware)1-1/+0
2017-04-20ftrace: Move the function commands into the tracing directorySteven Rostedt (VMware)2-19/+20
2017-04-18ftrace: Move the probe function into the tracing directorySteven Rostedt (VMware)2-24/+25
2017-04-18selftests: ftrace: Add test to test reading of set_ftrace_fileSteven Rostedt (VMware)1-0/+132
2017-04-18selftests: ftrace: Add a test to test function triggers to start and stop tra...Steven Rostedt (VMware)1-0/+171
2017-04-18selftests: ftrace: Add a selftest to test event enable/disable func triggerSteven Rostedt (VMware)1-0/+113
2017-04-18selftests: ftrace: Add a way to reset triggers in the set_ftrace_filter fileSteven Rostedt (VMware)1-0/+21
2017-04-17selftests: ftrace: Add -l/--logdir optionNamhyung Kim1-0/+5
2017-04-17ftrace: Add 'function-fork' trace optionNamhyung Kim3-2/+46
2017-04-17tracing: Have the trace_event benchmark thread call cond_resched_rcu_qs()Steven Rostedt (VMware)1-3/+11
2017-04-17ftrace: Fix indexing of t_hash_start() from t_next()Steven Rostedt (VMware)1-2/+3
2017-04-15ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2017-04-10tracing: Make sure rcu_irq_enter() can work for trace_*_rcuidle() trace eventsSteven Rostedt (VMware)1-8/+11
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)3-2/+29
2017-04-10rcu: Fix dyntick-idle tracingPaul E. McKenney1-25/+23
2017-04-10tracing: Rename trace_active to disable_stack_tracer and inline its modificationSteven Rostedt (VMware)2-43/+43
2017-04-10tracing: Add stack_tracer_disable/enable() functionsSteven Rostedt (VMware)2-0/+38
2017-04-10tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.cSteven Rostedt (VMware)1-16/+7
2017-04-07ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolinesSteven Rostedt (VMware)2-25/+20
2017-04-04tracing/kprobes: expose maxactive for kretprobe in kprobe_eventsAlban Crequy3-7/+76
2017-04-03ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)4-9/+8
2017-03-31ftrace: Create separate t_func_next() to simplify the function / hash logicSteven Rostedt (VMware)1-14/+31
2017-03-31ftrace: Update func_pos in t_start() when all functions are enabledSteven Rostedt (VMware)1-0/+1
2017-03-31ftrace: Return NULL at end of t_start() instead of calling t_hash_start()Steven Rostedt (VMware)1-1/+1
2017-03-31ftrace: Assign iter->hash to filter or notrace hashes on seq readSteven Rostedt (VMware)1-12/+9
2017-03-31ftrace: Clean up __seq_open_private() return checkSteven Rostedt (VMware)1-11/+13
2017-03-28ftrace/x86: Do no run CPU sync when there is only one CPU onlineSteven Rostedt (VMware)1-1/+7
2017-03-24tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)2-10/+13
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)6-1/+58
2017-03-24ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)3-2/+6
2017-03-24tracing: Postpone tracer start-up tests till the system is more robustSteven Rostedt (VMware)1-0/+71
2017-03-24ftrace: Move ftrace_init() to right after memory initializationSteven Rostedt (VMware)1-2/+2
2017-03-24tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)3-2/+11
2017-03-19Linux 4.11-rc3v4.11-rc3Linus Torvalds1-1/+1
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds1-1/+1
2017-03-19Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-2/+6
2017-03-19Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+88
2017-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds25-548/+1274
2017-03-19Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+30
2017-03-18qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani1-3/+3
2017-03-18qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran6-20/+81
2017-03-18qla2xxx: Change scsi host lookup method.Quinn Tran7-40/+100
2017-03-18qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2-4/+90
2017-03-18qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran6-65/+279
2017-03-18qla2xxx: Add async new target notificationQuinn Tran2-3/+4
2017-03-18qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2-0/+27
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran7-251/+406
2017-03-18qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran4-8/+32
2017-03-18qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran1-23/+18
2017-03-18qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran1-2/+10