Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eabb8980a96cff42ae70cc6ab143f4003f02c874
eabb898
tracing: Allow NOT to filter AND and OR clauses
by Steven Rostedt (Red Hat)
· 10 years ago
e12c09c
tracing: Add NOT to filtering logic
by Steven Rostedt (Red Hat)
· 10 years ago
6a06bdb
ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameter
by Steven Rostedt (Red Hat)
· 10 years ago
f1ab00a
ftrace/x86: Get rid of ftrace_caller_setup
by Steven Rostedt (Red Hat)
· 10 years ago
0687c36
ftrace/x86: Have save_mcount_regs macro also save stack frames if needed
by Steven Rostedt (Red Hat)
· 10 years ago
85f6f02
ftrace/x86: Add macro MCOUNT_REG_SIZE for amount of stack used to save mcount regs
by Steven Rostedt (Red Hat)
· 10 years ago
527aa75
ftrace/x86: Simplify save_mcount_regs on getting RIP
by Steven Rostedt (Red Hat)
· 10 years ago
094dfc5
ftrace/x86: Have save_mcount_regs store RIP in %rdi for first parameter
by Steven Rostedt (Red Hat)
· 10 years ago
05df710
ftrace/x86: Rename MCOUNT_SAVE_FRAME and add more detailed comments
by Steven Rostedt (Red Hat)
· 10 years ago
4bcdf15
ftrace/x86: Move MCOUNT_SAVE_FRAME out of header file
by Steven Rostedt (Red Hat)
· 10 years ago
76c2f13
ftrace/x86: Have static tracing also use ftrace_caller_setup
by Steven Rostedt (Red Hat)
· 10 years ago
62a207d
ftrace/x86: Have static function tracing always test for function graph
by Steven Rostedt (Red Hat)
· 10 years ago
1d70be3
kprobes: Add IPMODIFY flag to kprobe_ftrace_ops
by Masami Hiramatsu
· 10 years ago
f8b8be8
ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict
by Masami Hiramatsu
· 10 years ago
a017784
kprobes/ftrace: Recover original IP if pre_handler doesn't change it
by Masami Hiramatsu
· 10 years ago
0af2649
tracing/trivial: Fix typos and make an int into a bool
by Steven Rostedt (Red Hat)
· 10 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
63253725
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)
· 10 years ago
15d5b02
ftrace/x86: Show trampoline call function in enabled_functions
by Steven Rostedt (Red Hat)
· 10 years ago
f3bea49
ftrace/x86: Add dynamic allocated trampoline for ftrace_ops
by Steven Rostedt (Red Hat)
· 10 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
9209bec
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
e0a9272
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
by Linus Torvalds
· 10 years ago
76835b0e
futex: Ensure get_futex_key_refs() always implies a barrier
by Catalin Marinas
· 10 years ago
Next »