summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-06-112-0/+11
|\
| * gcov: add support for GCC 4.9Yuan Pengfei2014-06-112-0/+11
* | fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-101-12/+8Star
|/
* auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski2014-06-101-9/+18
* Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-06-1017-460/+951
|\
| * tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)2014-06-071-2/+1Star
| * tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)2014-06-061-2/+20
| * tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE2014-06-061-0/+3
| * tracing: Return error if ftrace_trace_arrays list is emptyYoshihiro YUNOMAE2014-06-062-0/+16
| * tracing: Only calculate stats of tracepoint benchmarks for 2^32 timesSteven Rostedt (Red Hat)2014-06-061-7/+30
| * tracing: Convert stddev into u64 in tracepoint benchmarkSteven Rostedt (Red Hat)2014-06-061-1/+1
| * tracing: Introduce saved_cmdlines_size fileYoshihiro YUNOMAE2014-06-051-24/+154
| * tracing: Remove unused variable in trace_benchmarkSteven Rostedt (Red Hat)2014-06-041-1/+0Star
| * tracing: Eliminate double free on failure of allocation on boot upYoshihiro YUNOMAE2014-06-041-4/+0Star
| * tracing: Print max callstack on stacktrace bugMinchan Kim2014-06-021-4/+30
| * tracing: Move locking of trace_cmdline_lock into start/stop seq callsSteven Rostedt (Red Hat)2014-05-301-4/+15
| * tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)2014-05-301-6/+7
| * tracing: Have saved_cmdlines use the seq_read infrastructureYoshihiro YUNOMAE2014-05-301-35/+54
| * tracing: Add tracepoint benchmark tracepointSteven Rostedt (Red Hat)2014-05-304-0/+250
| * tracing: Print nasty banner when trace_printk() is in useSteven Rostedt2014-05-301-1/+15
| * tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott2014-05-212-3/+7
| * tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx definesRobert Elliott2014-05-212-9/+1Star
| * tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)2014-05-151-0/+41
| * ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)2014-05-141-9/+4Star
| * ftrace: Use the ftrace_addr helper functions to find the ftrace_addrSteven Rostedt (Red Hat)2014-05-141-10/+5Star
| * ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)2014-05-141-0/+36
| * ftrace: Always inline ftrace_hash_empty() helper functionSteven Rostedt (Red Hat)2014-05-141-1/+1
| * ftrace: Write in missing comment from a very old commitSteven Rostedt (Red Hat)2014-05-141-0/+7
| * ftrace: Remove boolean of hash_enable and hash_disableSteven Rostedt (Red Hat)2014-05-141-6/+3Star
| * tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-05-062-3/+3
| * ftrace: Have function graph tracer use global_ops for filteringSteven Rostedt (Red Hat)2014-05-021-8/+6Star
| * tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)2014-04-306-34/+4Star
| * tracing: Break out of tracing_wait_pipe() before wait_pipe() is calledSteven Rostedt (Red Hat)2014-04-291-9/+9
| * tracing: Fix documentation of ftrace_set_global_{filter,notrace}()Jiaxing Wang2014-04-241-4/+2Star
| * tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang2014-04-243-2/+12
| * tracing: Add static to local functionsFabian Frederick2014-04-212-5/+5
| * ftrace: Statically initialize pm notifier blockMathias Krause2014-04-211-2/+4
| * tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)2014-04-211-7/+17
| * tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)2014-04-211-0/+16
| * tracing: Move ftrace_max_lock into trace_arraySteven Rostedt (Red Hat)2014-04-213-28/+30
| * tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)2014-04-215-36/+33Star
| * ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)2014-04-217-209/+125Star
* | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-106-684/+1220
|\ \
| * | cgroup: disallow disabled controllers on the default hierarchyLi Zefan2014-06-051-5/+9
| * | cgroup: don't destroy the default rootLi Zefan2014-06-051-1/+4
| * | cgroup: disallow debug controller on the default hierarchyTejun Heo2014-05-191-3/+18
| * | cgroup: convert cgroup_has_live_children() into css_has_online_children()Tejun Heo2014-05-161-12/+20
| * | cgroup: use CSS_ONLINE instead of CGRP_DEADTejun Heo2014-05-161-3/+4
| * | cgroup: iterate cgroup_subsys_states directlyTejun Heo2014-05-161-25/+37
| * | cgroup: introduce CSS_RELEASED and reduce css iteration fallback windowTejun Heo2014-05-161-21/+20Star