aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu1-2/+140
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)1-0/+3
2014-11-20tracing/trivial: Fix typos and make an int into a boolSteven Rostedt (Red Hat)2-4/+4
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina125-3061/+9587
2014-11-20kernel: trace: fix printk messageFrans Klaver1-1/+1
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar15-137/+268
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)1-9/+29
2014-11-19seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)2-360/+0
2014-11-19seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)1-0/+2
2014-11-19tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)1-4/+3
2014-11-19tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)1-3/+6
2014-11-19seq_buf: Add seq_buf_can_fit() helper functionSteven Rostedt (Red Hat)1-5/+18
2014-11-19tracing: Add paranoid size check in trace_printk_seq()Steven Rostedt (Red Hat)1-0/+8
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)5-16/+23
2014-11-19tracing: Clean up tracing_fill_pipe_page()Steven Rostedt (Red Hat)1-6/+19
2014-11-19seq_buf: Create seq_buf_used() to find out how much was writtenSteven Rostedt (Red Hat)1-4/+1
2014-11-19tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)2-15/+18
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)6-119/+452
2014-11-19tracing: Deletion of an unnecessary check before iput()Markus Elfring1-2/+1
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2-6/+16
2014-11-19tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)1-4/+1
2014-11-19tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)1-61/+23
2014-11-19tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)1-28/+19
2014-11-19tracing/uprobes: Do not use return values of trace_seq_printf()Steven Rostedt (Red Hat)1-13/+10
2014-11-19tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)1-4/+6
2014-11-19tracing: Do not check return values of trace_seq_p*() for mmio tracerSteven Rostedt (Red Hat)1-31/+21
2014-11-19kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksSteven Rostedt (Red Hat)1-26/+16
2014-11-19tracing: Have function_graph use trace_seq_has_overflowed()Steven Rostedt (Red Hat)2-266/+118
2014-11-19tracing: Have branch tracer use trace_handle_return() helper functionSteven Rostedt (Red Hat)1-8/+7
2014-11-19ring-buffer: Remove check of trace_seq_{puts,printf}() return valuesSteven Rostedt (Red Hat)1-39/+36
2014-11-19blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)1-82/+66
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)4-296/+206
2014-11-19tracing: Fix trace_seq_bitmask() to start at current positionSteven Rostedt (Red Hat)1-1/+1
2014-11-19ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)2-1/+44
2014-11-19new helper: audit_file()Al Viro1-0/+5
2014-11-19kill f_dentry usesAl Viro3-3/+3
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk1-0/+2
2014-11-18tracing: Fix race of function probes countingSteven Rostedt (Red Hat)1-21/+96
2014-11-18PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selectedRafael J. Wysocki1-0/+1
2014-11-18bpf: remove test map scaffolding and user proper typesAlexei Starovoitov1-47/+9
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov2-1/+90
2014-11-18bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov1-1/+1
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov2-1/+152
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov2-1/+363
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov1-2/+2
2014-11-18cgroup: implement cgroup_get_e_css()Tejun Heo1-0/+37
2014-11-18cgroup: add cgroup_subsys->css_e_css_changed()Tejun Heo1-0/+18
2014-11-18cgroup: add cgroup_subsys->css_released()Tejun Heo1-0/+2
2014-11-18cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()Tejun Heo1-30/+28
2014-11-18cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()Tejun Heo1-12/+12