summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | ring-buffer: rb_per_cpu_empty() can return booleanYaowei Bai2015-11-021-2/+2
| * | | | | | | ring_buffer: ring_buffer_empty{cpu}() can return booleanYaowei Bai2015-11-021-5/+5
| * | | | | | | ring-buffer: rb_is_reader_page() can return booleanYaowei Bai2015-11-021-1/+1
| * | | | | | | tracing: report_latency() in trace_irqsoff.c can return booleanYaowei Bai2015-11-021-4/+4
| * | | | | | | tracing: report_latency() in trace_sched_wakeup.c can return booleanYaowei Bai2015-11-021-4/+4
| * | | | | | | tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang2015-11-021-1/+1
| * | | | | | | tracing: Only benchmark the time tracepoints take if tracing is onChunyan Zhang2015-11-021-1/+1
| * | | | | | | tracing: Call on_each_cpu() when adding or removing single pids from set_even...Steven Rostedt (Red Hat)2015-11-021-6/+7
| * | | | | | | tracing: Fix sparse RCU warningSteven Rostedt (Red Hat)2015-10-261-0/+2
| * | | | | | | tracing: Check all tasks on each CPU when filtering pidsSteven Rostedt (Red Hat)2015-10-251-0/+22
| * | | | | | | tracing: Implement event pid filteringSteven Rostedt (Red Hat)2015-10-252-3/+147
| * | | | | | | tracing: Add set_event_pid directory for future useSteven Rostedt (Red Hat)2015-10-252-0/+294
| * | | | | | | tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)2015-10-251-11/+50
| * | | | | | | tracing: Remove {start,stop}_branch_traceDmitry Safonov2015-10-211-13/+2
| * | | | | | | tracing: gpio: Add Kconfig option for enabling/disabling trace eventsTal Shorer2015-10-201-0/+7
| * | | | | | | ftrace: add module globbingDmitry Safonov2015-10-201-15/+36
| * | | | | | | ftrace: Introduce ftrace_glob structureDmitry Safonov2015-10-201-38/+46
| * | | | | | | ftrace: Clarify code for mod commandDmitry Safonov2015-10-161-27/+10
| * | | | | | | ftrace: Remove redundant strsep in mod_callbackDmitry Safonov2015-10-131-10/+5
| * | | | | | | ftrace: Remove redundant swap functionRasmus Villemoes2015-10-011-12/+1
| * | | | | | | tracing: Use kstrdup_const instead of private implementationRasmus Villemoes2015-10-011-16/+8
| * | | | | | | tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)2015-09-302-22/+67
| * | | | | | | tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)2015-09-301-5/+14
| * | | | | | | tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)2015-09-302-13/+16
| * | | | | | | tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)2015-09-302-7/+63
| * | | | | | | tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-3010-101/+135
| * | | | | | | tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)2015-09-304-10/+35
| * | | | | | | tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)2015-09-303-5/+14
| * | | | | | | tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)2015-09-302-1/+11
| * | | | | | | tracing: Always show all tracer options in the options directorySteven Rostedt (Red Hat)2015-09-302-34/+27
| * | | | | | | tracing: Only create stacktrace option when STACKTRACE is configuredSteven Rostedt (Red Hat)2015-09-292-14/+23
| * | | | | | | tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)2015-09-294-22/+63
| * | | | | | | tracing: Only create branch tracer options when compiled inSteven Rostedt (Red Hat)2015-09-291-2/+9
| * | | | | | | tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)2015-09-294-11/+32
| * | | | | | | tracing: Use TRACE_FLAGS macro to keep enums and strings matchedSteven Rostedt (Red Hat)2015-09-292-83/+55
| * | | | | | | tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flagsSteven Rostedt (Red Hat)2015-09-291-26/+55
| * | | | | | | tracing: Remove unused tracing option "ftrace_preempt"Steven Rostedt (Red Hat)2015-09-292-18/+16
| * | | | | | | tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)2015-09-294-64/+30
| * | | | | | | tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)2015-09-282-4/+2
| * | | | | | | tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)2015-09-282-47/+36
| * | | | | | | tracing: Make ftrace_trace_stack() staticSteven Rostedt (Red Hat)2015-09-282-9/+9
| * | | | | | | tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)2015-09-255-20/+19
| * | | | | | | tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2015-09-251-8/+0
| * | | | | | | tracing: Remove ftrace_trace_stack_regs()Steven Rostedt (Red Hat)2015-09-252-19/+14
| * | | | | | | kernel/trace_probe: is_good_name can be booleanYaowei Bai2015-09-221-4/+4
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-055-39/+120
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: introduce VM_LOCKONFAULTEric B Munson2015-11-051-1/+2
| * | | | | | | | mm: mlock: add new mlock system callEric B Munson2015-11-051-0/+1
| * | | | | | | | mm, oom: remove task_lock protecting comm printingDavid Rientjes2015-11-051-7/+7
| * | | | | | | | kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell2015-11-051-1/+1
OpenPOWER on IntegriCloud