index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-20
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
15
-137
/
+268
2014-11-19
printk: Add per_cpu printk func to allow printk to be diverted
Steven Rostedt (Red Hat)
1
-9
/
+29
2014-11-19
seq_buf: Move the seq_buf code to lib/
Steven Rostedt (Red Hat)
2
-360
/
+0
2014-11-19
seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-11-19
tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions
Steven Rostedt (Red Hat)
1
-4
/
+3
2014-11-19
tracing: Have seq_buf use full buffer
Steven Rostedt (Red Hat)
1
-3
/
+6
2014-11-19
seq_buf: Add seq_buf_can_fit() helper function
Steven Rostedt (Red Hat)
1
-5
/
+18
2014-11-19
tracing: Add paranoid size check in trace_printk_seq()
Steven Rostedt (Red Hat)
1
-0
/
+8
2014-11-19
tracing: Use trace_seq_used() and seq_buf_used() instead of len
Steven Rostedt (Red Hat)
5
-16
/
+23
2014-11-19
tracing: Clean up tracing_fill_pipe_page()
Steven Rostedt (Red Hat)
1
-6
/
+19
2014-11-19
seq_buf: Create seq_buf_used() to find out how much was written
Steven Rostedt (Red Hat)
1
-4
/
+1
2014-11-19
tracing: Convert seq_buf_path() to be like seq_path()
Steven Rostedt (Red Hat)
2
-15
/
+18
2014-11-19
tracing: Create seq_buf layer in trace_seq
Steven Rostedt (Red Hat)
6
-119
/
+452
2014-11-19
tracing: Deletion of an unnecessary check before iput()
Markus Elfring
1
-2
/
+1
2014-11-19
bpf: fix arraymap NULL deref and missing overflow and zero size checks
Alexei Starovoitov
2
-6
/
+16
2014-11-19
tracing: Fix return value of ftrace_raw_output_prep()
Steven Rostedt (Red Hat)
1
-4
/
+1
2014-11-19
tracing: Remove return values of most trace_seq_*() functions
Steven Rostedt (Red Hat)
1
-61
/
+23
2014-11-19
tracing: Do not use return values of trace_seq_printf() in syscall tracing
Steven Rostedt (Red Hat)
1
-28
/
+19
2014-11-19
tracing/uprobes: Do not use return values of trace_seq_printf()
Steven Rostedt (Red Hat)
1
-13
/
+10
2014-11-19
tracing/probes: Do not use return value of trace_seq_printf()
Steven Rostedt (Red Hat)
1
-4
/
+6
2014-11-19
tracing: Do not check return values of trace_seq_p*() for mmio tracer
Steven Rostedt (Red Hat)
1
-31
/
+21
2014-11-19
kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks
Steven Rostedt (Red Hat)
1
-26
/
+16
2014-11-19
tracing: Have function_graph use trace_seq_has_overflowed()
Steven Rostedt (Red Hat)
2
-266
/
+118
2014-11-19
tracing: Have branch tracer use trace_handle_return() helper function
Steven Rostedt (Red Hat)
1
-8
/
+7
2014-11-19
ring-buffer: Remove check of trace_seq_{puts,printf}() return values
Steven Rostedt (Red Hat)
1
-39
/
+36
2014-11-19
blktrace/tracing: Use trace_seq_has_overflowed() helper function
Steven Rostedt (Red Hat)
1
-82
/
+66
2014-11-19
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
Steven Rostedt (Red Hat)
4
-296
/
+206
2014-11-19
tracing: Fix trace_seq_bitmask() to start at current position
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-11-19
ftrace/x86/extable: Add is_ftrace_trampoline() function
Steven Rostedt (Red Hat)
2
-1
/
+44
2014-11-19
new helper: audit_file()
Al Viro
1
-0
/
+5
2014-11-19
kill f_dentry uses
Al Viro
3
-3
/
+3
2014-11-19
s390/kernel: add system calls for PCI memory access
Alexey Ishchuk
1
-0
/
+2
2014-11-18
tracing: Fix race of function probes counting
Steven Rostedt (Red Hat)
1
-21
/
+96
2014-11-18
PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected
Rafael J. Wysocki
1
-0
/
+1
2014-11-18
bpf: remove test map scaffolding and user proper types
Alexei Starovoitov
1
-47
/
+9
2014-11-18
bpf: allow eBPF programs to use maps
Alexei Starovoitov
2
-1
/
+90
2014-11-18
bpf: fix BPF_MAP_LOOKUP_ELEM command return code
Alexei Starovoitov
1
-1
/
+1
2014-11-18
bpf: add array type of eBPF maps
Alexei Starovoitov
2
-1
/
+152
2014-11-18
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
2
-1
/
+363
2014-11-18
bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
Alexei Starovoitov
1
-2
/
+2
2014-11-18
cgroup: implement cgroup_get_e_css()
Tejun Heo
1
-0
/
+37
2014-11-18
cgroup: add cgroup_subsys->css_e_css_changed()
Tejun Heo
1
-0
/
+18
2014-11-18
cgroup: add cgroup_subsys->css_released()
Tejun Heo
1
-0
/
+2
2014-11-18
cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()
Tejun Heo
1
-30
/
+28
2014-11-18
cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()
Tejun Heo
1
-12
/
+12
2014-11-18
cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_chil...
Tejun Heo
1
-12
/
+24
2014-11-18
PM: Kconfig: fix unmet dependency for CPU_PM
Pankaj Dubey
1
-1
/
+0
2014-11-18
PM / hibernate: Deletion of an unnecessary check before the function call "vf...
Markus Elfring
1
-1
/
+1
2014-11-18
Merge back 'pm-sleep' material for 3.19-rc1.
Rafael J. Wysocki
4
-34
/
+33
2014-11-18
x86, mpx: On-demand kernel allocation of bounds tables
Dave Hansen
1
-0
/
+12
[prev]
[next]