aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-11-21kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)
2014-11-20tracing/trivial: Fix typos and make an int into a boolSteven Rostedt (Red Hat)
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-20kernel: trace: fix printk messageFrans Klaver
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)
2014-11-19seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)
2014-11-19seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)
2014-11-19tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)
2014-11-19tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)
2014-11-19seq_buf: Add seq_buf_can_fit() helper functionSteven Rostedt (Red Hat)
2014-11-19tracing: Add paranoid size check in trace_printk_seq()Steven Rostedt (Red Hat)
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)
2014-11-19tracing: Clean up tracing_fill_pipe_page()Steven Rostedt (Red Hat)
2014-11-19seq_buf: Create seq_buf_used() to find out how much was writtenSteven Rostedt (Red Hat)
2014-11-19tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)
2014-11-19tracing: Deletion of an unnecessary check before iput()Markus Elfring
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov
2014-11-19tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)
2014-11-19tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)
2014-11-19tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)
2014-11-19tracing/uprobes: Do not use return values of trace_seq_printf()Steven Rostedt (Red Hat)
2014-11-19tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)
2014-11-19tracing: Do not check return values of trace_seq_p*() for mmio tracerSteven Rostedt (Red Hat)
2014-11-19kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksSteven Rostedt (Red Hat)
2014-11-19tracing: Have function_graph use trace_seq_has_overflowed()Steven Rostedt (Red Hat)
2014-11-19tracing: Have branch tracer use trace_handle_return() helper functionSteven Rostedt (Red Hat)
2014-11-19ring-buffer: Remove check of trace_seq_{puts,printf}() return valuesSteven Rostedt (Red Hat)
2014-11-19blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)
2014-11-19tracing: Fix trace_seq_bitmask() to start at current positionSteven Rostedt (Red Hat)
2014-11-19ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)
2014-11-19new helper: audit_file()Al Viro
2014-11-19kill f_dentry usesAl Viro
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk
2014-11-18tracing: Fix race of function probes countingSteven Rostedt (Red Hat)
2014-11-18PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selectedRafael J. Wysocki
2014-11-18bpf: remove test map scaffolding and user proper typesAlexei Starovoitov
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov
2014-11-18bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov
2014-11-18cgroup: implement cgroup_get_e_css()Tejun Heo
2014-11-18cgroup: add cgroup_subsys->css_e_css_changed()Tejun Heo
2014-11-18cgroup: add cgroup_subsys->css_released()Tejun Heo
2014-11-18cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()Tejun Heo