Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
1fb8915b9876a80f43732980208b39d013f8da9d
1fb8915
printk: Do not disable preemption for accessing printk_func
by Steven Rostedt (Red Hat)
· 10 years ago
db08655
x86/nmi: Fix use of unallocated cpumask_var_t
by Sasha Levin
· 10 years ago
04b74b2
printk/percpu: Define printk_func when printk is not defined
by Steven Rostedt (Red Hat)
· 10 years ago
a9edc88
x86/nmi: Perform a safe NMI stack trace on all CPUs
by Steven Rostedt (Red Hat)
· 11 years ago
afdc34a
printk: Add per_cpu printk func to allow printk to be diverted
by Steven Rostedt (Red Hat)
· 11 years ago
8d58e99a
seq_buf: Move the seq_buf code to lib/
by Steven Rostedt (Red Hat)
· 11 years ago
2448913
seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF
by Steven Rostedt (Red Hat)
· 10 years ago
01cb06a
tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions
by Steven Rostedt (Red Hat)
· 10 years ago
8cd709a
tracing: Have seq_buf use full buffer
by Steven Rostedt (Red Hat)
· 10 years ago
9b77215
seq_buf: Add seq_buf_can_fit() helper function
by Steven Rostedt (Red Hat)
· 10 years ago
820b75f
tracing: Add paranoid size check in trace_printk_seq()
by Steven Rostedt (Red Hat)
· 10 years ago
5ac48378
tracing: Use trace_seq_used() and seq_buf_used() instead of len
by Steven Rostedt (Red Hat)
· 10 years ago
74f06bb
tracing: Clean up tracing_fill_pipe_page()
by Steven Rostedt (Red Hat)
· 10 years ago
eeab981
seq_buf: Create seq_buf_used() to find out how much was written
by Steven Rostedt (Red Hat)
· 10 years ago
0736c03
tracing: Add a seq_buf_clear() helper and clear len and readpos in init
by Steven Rostedt (Red Hat)
· 10 years ago
9a77779
tracing: Convert seq_buf fields to be like seq_file fields
by Steven Rostedt (Red Hat)
· 10 years ago
dd23180
tracing: Convert seq_buf_path() to be like seq_path()
by Steven Rostedt (Red Hat)
· 10 years ago
3a161d9
tracing: Create seq_buf layer in trace_seq
by Steven Rostedt (Red Hat)
· 11 years ago
16a8ef2
tracing: Deletion of an unnecessary check before iput()
by Markus Elfring
· 10 years ago
8e2e095
tracing: Fix return value of ftrace_raw_output_prep()
by Steven Rostedt (Red Hat)
· 10 years ago
dba3944
tracing: Remove return values of most trace_seq_*() functions
by Steven Rostedt (Red Hat)
· 10 years ago
183742f
tracing: Do not use return values of trace_seq_printf() in syscall tracing
by Steven Rostedt (Red Hat)
· 10 years ago
8579a10
tracing/uprobes: Do not use return values of trace_seq_printf()
by Steven Rostedt (Red Hat)
· 10 years ago
d2b0191
tracing/probes: Do not use return value of trace_seq_printf()
by Steven Rostedt (Red Hat)
· 10 years ago
a72e10a
tracing: Do not check return values of trace_seq_p*() for mmio tracer
by Steven Rostedt (Red Hat)
· 10 years ago
85224da
kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks
by Steven Rostedt (Red Hat)
· 10 years ago
9d9add3
tracing: Have function_graph use trace_seq_has_overflowed()
by Steven Rostedt (Red Hat)
· 10 years ago
7d40f67
tracing: Have branch tracer use trace_handle_return() helper function
by Steven Rostedt (Red Hat)
· 10 years ago
c0cd93a
ring-buffer: Remove check of trace_seq_{puts,printf}() return values
by Steven Rostedt (Red Hat)
· 10 years ago
f4a1d08
blktrace/tracing: Use trace_seq_has_overflowed() helper function
by Steven Rostedt (Red Hat)
· 10 years ago
19a7fe2
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
by Steven Rostedt (Red Hat)
· 10 years ago
e400a40
tracing: Fix trace_seq_bitmask() to start at current position
by Steven Rostedt (Red Hat)
· 10 years ago
dbcf3e0
RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open coded
by Steven Rostedt (Red Hat)
· 10 years ago
467aa1f
x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()
by Steven Rostedt (Red Hat)
· 10 years ago
aec0be2
ftrace/x86/extable: Add is_ftrace_trampoline() function
by Steven Rostedt (Red Hat)
· 10 years ago
9960efe
ftrace/x86: Add frames pointers to trampoline as necessary
by Steven Rostedt (Red Hat)
· 10 years ago
a9ce7c3
tracing: Fix race of function probes counting
by Steven Rostedt (Red Hat)
· 10 years ago
4526d06
function_graph: Fix micro seconds notations
by Byungchul Park
· 10 years ago
678f845
ftrace-graph: show latency-format on print_graph_irq()
by Daniel Bristot de Oliveira
· 10 years ago
1177e43
trace: Replace single-character seq_puts with seq_putc
by Rasmus Villemoes
· 10 years ago
d79ac28
tracing: Merge consecutive seq_puts calls
by Rasmus Villemoes
· 10 years ago
fa6f0cc
tracing: Replace seq_printf by simpler equivalents
by Rasmus Villemoes
· 10 years ago
8520ded
tracing: kdb: Fix kernel livelock with empty buffers
by Daniel Thompson
· 10 years ago
c270cc7
tracing: kdb: Fix kernel panic during ftdump
by Daniel Thompson
· 10 years ago
933ff9f
tracing: Fix traceoff_on_warning handling on boot command line
by Luis Claudio R. Goncalves
· 10 years ago
fe578ba
ftrace: Have the control_ops get a trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
26488b3
tracing: Add entry->next_cpu to trace_ctxwake_bin()
by Jiang Liu
· 11 years ago
243f761
tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer
by Steven Rostedt (Red Hat)
· 10 years ago
458faf0
tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()
by Oleg Nesterov
· 10 years ago
6325372
tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_switch_assign_trace()
by Oleg Nesterov
· 10 years ago
4fd3279
ftrace: Add more information to ftrace_bug() output
by Steven Rostedt (Red Hat)
· 10 years ago
12cce59
ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines
by Steven Rostedt (Red Hat)
· 11 years ago
15d5b02
ftrace/x86: Show trampoline call function in enabled_functions
by Steven Rostedt (Red Hat)
· 11 years ago
f3bea49
ftrace/x86: Add dynamic allocated trampoline for ftrace_ops
by Steven Rostedt (Red Hat)
· 11 years ago
4fc4090
ftrace: Fix checking of trampoline ftrace_ops in finding trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
8252ecf
ftrace: Set ops->old_hash on modifying what an ops hooks to
by Steven Rostedt (Red Hat)
· 10 years ago
f114040
Linux 3.18-rc1
by Linus Torvalds
· 10 years ago
4d3639a
Merge tag 'arm-soc-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
ab074ad
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 10 years ago
5776451
Merge tag 'qcom-dt-for-3.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into fixes
by Olof Johansson
· 10 years ago
e29c648
Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
by Olof Johansson
· 10 years ago
9209bec4f
MAINTAINERS: corrected bcm2835 search
by Scott Branden
· 10 years ago
61ed53d
Merge tag 'ntb-3.18' of git://github.com/jonmason/ntb
by Linus Torvalds
· 10 years ago
278f1d0
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
d590c6c
Merge tag 'sound-fix-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 10 years ago
fb378df
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 10 years ago
2eb7f91
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 10 years ago
1f6075f
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5e2ee7c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 10 years ago
e25b492
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
228b16c
Net: DSA: Fix checking for get_phy_flags function
by Andrew Lunn
· 10 years ago
e265314
sparc64: Do not define thread fpregs save area as zero-length array.
by David S. Miller
· 10 years ago
84bd6d8
sparc64: Fix corrupted thread fault code.
by David S. Miller
· 10 years ago
52d589a
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
0a58282
Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
by Linus Torvalds
· 10 years ago
8a5de18
Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
by Linus Torvalds
· 10 years ago
857b50f
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 10 years ago
168f07a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
9272f2d
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 10 years ago
e83e432
Merge tag 'dlm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 10 years ago
ef161ea1
Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
8ccf863
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 10 years ago
4869447
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs
by Linus Torvalds
· 10 years ago
ead13ae
Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
929254d
Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 10 years ago
e75437f
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
511c41d
Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 10 years ago
88ed806
Merge tag 'md/3.18' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
e56d9fc
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
0e6e58f
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
50edb5c
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
ad3118b
MAINTAINERS: Become the docs maintainer
by Jonathan Corbet
· 10 years ago
d974baa
x86,kvm,vmx: Preserve CR4 across VM entry
by Andy Lutomirski
· 10 years ago
a6d4518
ipv6: fix a potential use after free in sit.c
by Li RongQing
· 10 years ago
fc6fb41
ipv6: fix a potential use after free in ip6_offload.c
by Li RongQing
· 10 years ago
b4e3cef
ipv4: fix a potential use after free in gre_offload.c
by Li RongQing
· 10 years ago
815afe1
tcp: fix build error if IPv6 is not enabled
by Eric Dumazet
· 10 years ago
2e923b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
ffd8221
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 10 years ago
Next »