summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua2016-05-191-1/+1
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-196-109/+60
* Documentation: update debugobjects docDu, Changbin2016-05-191-12/+14
* percpu_counter: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-3/+3
* rcu: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-3/+3
* timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-192-24/+24
* workqueue: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-10/+10
* debugobjects: correct the usage of fixup call resultsDu, Changbin2016-05-191-1/+1
* debugobjects: make fixup functions return bool instead of intDu, Changbin2016-05-192-29/+29
* scripts/bloat-o-meter: print percent changeVineet Gupta2016-05-191-0/+6
* scripts/spelling.txt: add "fimware" misspellingKees Cook2016-05-194-3/+4
* scripts/decode_stacktrace.sh: handle symbols in modulesKonstantin Khlebnikov2016-05-191-16/+39
* time: remove timespec_add_safe()Deepa Dinamani2016-05-192-12/+7
* fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-194-44/+54
* time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-192-3/+26
* fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara2016-05-194-23/+81
* Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-05-1822-412/+6041
|\
| * tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)2016-05-034-8/+185
| * tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)2016-05-022-64/+10
| * tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-292-14/+0
| * tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-291-8/+10
| * tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2016-04-292-15/+9
| * tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2016-04-292-10/+0
| * tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-293-11/+10
| * tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2016-04-292-20/+6
| * tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)2016-04-273-8/+6
| * tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-262-94/+94
| * tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang2016-04-261-3/+3
| * tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi2016-04-261-2/+6
| * tracing: Add check for NULL event field when creating hist fieldTom Zanussi2016-04-261-0/+3
| * tracing: checking for NULL instead of IS_ERR()Dan Carpenter2016-04-261-1/+1
| * tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)2016-04-251-1/+10
| * tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)2016-04-191-2/+2
| * kselftests/ftrace: Add a test for log2 modifier of hist triggerMasami Hiramatsu2016-04-191-0/+10
| * tracing: Add hist trigger 'log2' modifierNamhyung Kim2016-04-192-0/+21
| * kselftests/ftrace: Add hist trigger testcasesMasami Hiramatsu2016-04-193-0/+221
| * kselftests/ftrace : Add event trigger testcasesMasami Hiramatsu2016-04-196-0/+299
| * tracing: Add support for named hist triggersTom Zanussi2016-04-193-29/+407
| * tracing: Add support for named triggersTom Zanussi2016-04-192-0/+156
| * tracing: Add support for multiple hist triggers per eventTom Zanussi2016-04-193-41/+293
| * tracing: Add 'hist' trigger DocumentationTom Zanussi2016-04-191-0/+1155
| * tracing: Add enable_hist/disable_hist triggersTom Zanussi2016-04-195-31/+196
| * tracing: Remove restriction on string position in hist trigger keysTom Zanussi2016-04-191-28/+35
| * tracing: Support string type key properlyNamhyung Kim2016-04-191-4/+45
| * tracing: Add hist trigger support for stacktraces as keysTom Zanussi2016-04-192-42/+109
| * tracing: Add hist trigger 'syscall' modifierTom Zanussi2016-04-192-1/+17
| * tracing: Add hist trigger 'execname' modifierTom Zanussi2016-04-192-2/+101
| * tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi2016-04-192-5/+28
| * tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi2016-04-192-7/+60
| * tracing: Add hist trigger support for clearing a traceTom Zanussi2016-04-192-3/+26