summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | rcu: Avoid clobbering early boot callbacksPaul E. McKenney2015-02-261-1/+2
| | | * | rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney2015-02-261-1/+2
| | | * | rcu: Prevent early-boot RCU callbacks from splattingPaul E. McKenney2015-02-261-5/+15
| | | * | rcu: Wire ->rda pointers at compile timePaul E. McKenney2015-02-261-3/+3
| | | * | rcu: Abstract default callback-list initialization from init_callback_list()Paul E. McKenney2015-02-261-4/+14
| | | |/
| | * | documentation: Clarify control-dependency pairingPaul E. McKenney2015-02-261-13/+29
| | * | documentation: Clarify memory-barrier semantics of atomic operationsPaul E. McKenney2015-02-261-22/+23
| | * | documentation: Update per-CPU kthreads documentationPaul E. McKenney2015-02-261-5/+11
| | * | documentation: Update NO_HZ_FULL interaction with POSIX timersPaul E. McKenney2015-02-261-7/+3
| | * | documentation: Update based on on-demand vmstat workersPaul E. McKenney2015-02-261-8/+10
| | * | documentation: Update rcutree.kthread_prio for grace-period kthread usePaul E. McKenney2015-02-261-5/+9
| | |/
* | | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-1452-909/+1959
|\ \ \
| * | | tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)2015-04-082-4/+269
| * | | writeback: Export enums used by tracepoint to user spaceSteven Rostedt (Red Hat)2015-04-081-8/+25
| * | | v4l: Export enums used by tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-25/+50
| * | | SUNRPC: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-18/+44
| * | | mm: tracing: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-10/+32
| * | | irq/tracing: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-12/+27
| * | | f2fs: Export the enums in the tracepoints to userspaceSteven Rostedt (Red Hat)2015-04-081-0/+30
| * | | net/9p/tracing: Export enums in tracepoints to userspaceSteven Rostedt (Red Hat)2015-04-081-69/+88
| * | | x86/tlb/trace: Export enums in used by tlb_flush tracepointSteven Rostedt (Red Hat)2015-04-081-5/+25
| * | | tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM()Steven Rostedt (Red Hat)2015-04-081-1/+63
| * | | tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)2015-04-084-5/+51
| * | | tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)2015-04-087-6/+178
| * | | tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentationSteven Rostedt (Red Hat)2015-04-081-1/+19
| * | | tracing: Give system name a pointerSteven Rostedt (Red Hat)2015-04-082-3/+18
| * | | brcmsmac: Move each system tracepoints to their own headerSteven Rostedt (Red Hat)2015-04-084-220/+305
| * | | iwlwifi: Move each system tracepoints to their own headerSteven Rostedt (Red Hat)2015-04-086-432/+618
| * | | mac80211: Move message tracepoints to their own headerSteven Rostedt (Red Hat)2015-04-073-38/+54
| * | | tracing: Add TRACE_SYSTEM_VAR to xhci-hcdSteven Rostedt (Red Hat)2015-04-071-0/+7
| * | | tracing: Add TRACE_SYSTEM_VAR to kvm-s390Steven Rostedt (Red Hat)2015-04-071-0/+7
| * | | tracing: Add TRACE_SYSTEM_VAR to intel-sstSteven Rostedt (Red Hat)2015-04-071-0/+7
| * | | tracing/drm: Remove unused TRACE_SYSTEM_STRING defineSteven Rostedt2015-04-073-3/+0
| * | | ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)2015-04-021-8/+14
| * | | ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)2015-03-301-4/+1
| * | | trace: Don't use __weak in header filesStephen Rothwell2015-03-254-24/+15
| * | | tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang2015-03-251-1/+1
| * | | tracing: %pF is only for function pointersScott Wood2015-03-257-17/+17
| * | | ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-03-251-6/+5
* | | | Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-1413-142/+832
|\ \ \ \
| * | | | tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)2015-02-033-85/+145
| * | | | tracefs: Add directory /sys/kernel/tracingSteven Rostedt (Red Hat)2015-02-031-0/+7
| * | | | tracing: Automatically mount tracefs on debugfs/tracingSteven Rostedt (Red Hat)2015-02-031-3/+33
| * | | | tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-038-66/+74
| * | | | tracefs: Add new tracefs file systemSteven Rostedt (Red Hat)2015-02-035-0/+570
| * | | | tracing: Create cmdline tracer options on tracing fs initSteven Rostedt (Red Hat)2015-02-031-9/+21
| * | | | tracing: Only create tracer options files if directory existsSteven Rostedt (Red Hat)2015-02-031-2/+5
| * | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt (Red Hat)2015-02-02674-4844/+7113
| |\ \ \ \
| | * | | | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-01-266-42/+79
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-145-58/+69
|\ \ \ \ \ \