summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Remove an unneeded NULL checkDan Carpenter2017-07-121-1/+1
* ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann2017-07-121-0/+2
* tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-121-0/+6
* tracing: Update Documentation/trace/ftrace.txtSteven Rostedt (VMware)2017-07-121-112/+396
* tracing: Fixup trace file header alignmentSteven Rostedt (VMware)2017-07-111-8/+17
* selftests/ftrace: Add a testcase for kprobe event namingMasami Hiramatsu2017-07-091-0/+36
* selftests/ftrace: Add a test to probe module functionsNaveen N. Rao2017-07-091-0/+28
* selftests/ftrace: Update multiple kprobes test for powerpcNaveen N. Rao2017-07-091-2/+2
* trace/kprobes: Sanitize derived event namesNaveen N. Rao2017-07-091-0/+9
* tracing: Attempt to record other information even if some failJoel Fernandes2017-07-071-8/+24
* tracing: Treat recording tgid for idle task as a successJoel Fernandes2017-07-071-1/+5
* tracing: Treat recording comm for idle task as a successJoel Fernandes2017-07-071-1/+5
* tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain2017-07-061-0/+73
* ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesSteven Rostedt (VMware)2017-07-051-1/+1
* Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)2017-07-054-5/+19
|\
| * ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-294-5/+19
* | ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)2017-06-281-0/+1
* | ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)2017-06-281-1/+2
* | tracing: Add support for display of tgid in trace outputJoel Fernandes2017-06-272-14/+31
* | tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-275-26/+213
* | ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)2017-06-271-0/+1
* | ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)2017-06-271-18/+3
* | sh/ftrace: Remove only user of ftrace_arch_read_dyn_info()Steven Rostedt2017-06-271-18/+0
* | ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2017-06-263-6/+23
* | ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)2017-06-261-0/+93
* | ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)2017-06-262-13/+102
* | ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2017-06-262-6/+148
* | tracing: Show address when function names are not foundSteven Rostedt (VMware)2017-06-221-4/+14
* | ftrace: Add missing comment for FTRACE_OPS_FL_RCUSteven Rostedt (VMware)2017-06-211-0/+1
* | tracing: Rename update the enum_map fileJeremy Linton2017-06-132-21/+21
* | tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton2017-06-132-2/+13
* | tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their valuesJeremy Linton2017-06-132-0/+17
* | tracing: Rename enum_replace to eval_replaceJeremy Linton2017-06-131-6/+6
* | trace: rename enum_map functionsJeremy Linton2017-06-133-40/+40
* | trace: rename trace.c enum functionsJeremy Linton2017-06-131-6/+6
* | trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton2017-06-131-7/+7
* | trace: rename trace enum data structures in trace.cJeremy Linton2017-06-131-26/+26
* | trace: rename struct module entry for trace enumsJeremy Linton2017-06-133-8/+8
* | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-136-29/+29
* | trace: rename kernel enum section to evalJeremy Linton2017-06-134-9/+9
* | tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes2017-06-131-2/+0
|/
* Linux 4.12-rc5v4.12-rc5Linus Torvalds2017-06-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-06-1219-330/+330
|\
| * KEYS: fix refcount_inc() on zeroMark Rutland2017-06-091-7/+4
| * KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau2017-06-092-103/+171
| * crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron2017-06-091-2/+2
| * KEYS: DH: add __user annotations to keyctl_kdf_paramsEric Biggers2017-06-091-2/+2
| * KEYS: DH: ensure the KDF counter is properly alignedEric Biggers2017-06-091-13/+3
| * KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers2017-06-091-1/+1
| * KEYS: DH: forbid using digest_null as the KDF hashEric Biggers2017-06-091-1/+11