Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0162d621ddf3bd02bf7de324dcf002d9c84c5059
0162d62
ftrace: Rename ftrace_ops field from trampolines to nr_trampolines
by Steven Rostedt (Red Hat)
· 10 years ago
ba1afef
tracing: Convert local function_graph functions to static
by Steven Rostedt (Red Hat)
· 10 years ago
b972cc5
ftrace: Do not copy old hash when resetting
by Wang Nan
· 10 years ago
6508fa7
tracing: let user specify tracing_thresh after selecting function_graph
by Stanislav Fomichev
· 10 years ago
021c5b3
ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()
by Corey Minyard
· 10 years ago
3a63638
tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST
by Steven Rostedt (Red Hat)
· 11 years ago
2a62a57
s390/ftrace: remove check of obsolete variable function_trace_stop
by Heiko Carstens
· 11 years ago
ac694fda
arm64, ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
6c56524
Blackfin: ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
ad515ea
metag: ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
8c39a51
microblaze: ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
44304cf
MIPS: ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
4082b86
parisc: ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
41dc27e
sh: ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
2563b9d
sparc64,ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
6beecb9
tile: ftrace: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
fdc841b
ftrace: x86: Remove check of obsolete variable function_trace_stop
by Steven Rostedt (Red Hat)
· 11 years ago
7544256a
ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST
by Steven Rostedt (Red Hat)
· 11 years ago
1d48d59
ftrace: Remove function_trace_stop check from list func
by Steven Rostedt (Red Hat)
· 11 years ago
1820122
ftrace: Do no disable function tracing on enabling function tracing
by Steven Rostedt (Red Hat)
· 11 years ago
0ef1b9e
ftrace: Remove ftrace_start/stop()
by Steven Rostedt (Red Hat)
· 11 years ago
545d47b
ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()
by Steven Rostedt (Red Hat)
· 11 years ago
7fa322d
sh: ftrace: Add call to ftrace_graph_is_dead() in function graph code
by Steven Rostedt (Red Hat)
· 11 years ago
96d4f43
powerpc/ftrace: Add call to ftrace_graph_is_dead() in function graph code
by Steven Rostedt (Red Hat)
· 11 years ago
3a46588
parisc: ftrace: Add call to ftrace_graph_is_dead() in function graph code
by Steven Rostedt (Red Hat)
· 11 years ago
6a8a505
MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph code
by Steven Rostedt (Red Hat)
· 11 years ago
e1dc500
microblaze: ftrace: Add call to ftrace_graph_is_dead() in function graph code
by Steven Rostedt (Red Hat)
· 11 years ago
84b2bc7
ftrace/x86: Add call to ftrace_graph_is_dead() in function graph code
by Steven Rostedt (Red Hat)
· 11 years ago
1b2f121
ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()
by Steven Rostedt (Red Hat)
· 11 years ago
2b01466
PM / Sleep: Remove ftrace_stop/start() from suspend and hibernate
by Steven Rostedt (Red Hat)
· 11 years ago
b8f99b3
x86, power, suspend: Annotate restore_processor_state() with notrace
by Steven Rostedt (Red Hat)
· 11 years ago
1026ff9
ftrace/x86: Have function graph tracer use its own trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
646d704
ftrace: Allow archs to specify if they need a separate function graph trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
ca65ef1
Merge branch 'trace/ftrace/urgent' into trace/ftrace/core
by Steven Rostedt (Red Hat)
· 10 years ago
099ed15
tracing: Remove ftrace_stop/start() from reading the trace file
by Steven Rostedt (Red Hat)
· 11 years ago
d048a8c7
tracing: Add description of set_graph_notrace to tracing/README
by Namhyung Kim
· 11 years ago
8c006cf
tracing: Improve message of empty set_ftrace_notrace file
by Namhyung Kim
· 11 years ago
280d142
tracing: Improve message of empty set_graph_notrace file
by Namhyung Kim
· 11 years ago
0d7d9a1
tracing: Add ftrace_graph_notrace boot parameter
by Namhyung Kim
· 11 years ago
3448bac
tracing: Convert pr_warning() to pr_warn() in trace_events.c
by Fabian Frederick
· 11 years ago
ef2fbe1
ftrace: Do not copy hash if O_TRUNC is set
by Namhyung Kim
· 11 years ago
1f61be00
ftrace: Fix memory leak on failure path in ftrace_allocate_pages()
by Namhyung Kim
· 11 years ago
a737e6d
ftrace: Get rid of obsolete global_start_up variable
by Namhyung Kim
· 11 years ago
7b039cb
tracing: Add trace_seq_buffer_ptr() helper function
by Steven Rostedt (Red Hat)
· 11 years ago
3f4d8f7
tracing: Remove unnecessary null test before debugfs_remove()
by Fabian Frederick
· 11 years ago
9096032
tracing: Remove trace_seq_reserve()
by Steven Rostedt (Red Hat)
· 11 years ago
6d2289f
tracing: Make trace_seq_putmem_hex() more robust
by Steven Rostedt (Red Hat)
· 11 years ago
36aabff
tracing: Clean up trace_seq.c
by Steven Rostedt (Red Hat)
· 11 years ago
1230627
tracing: Move the trace_seq_* functions into its own trace_seq.c file
by Steven Rostedt (Red Hat)
· 11 years ago
5c27c77
ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_move
by Masami Hiramatsu
· 11 years ago
d8fae2f
tracing: Change trace event sample to use strlcpy instead of strncpy
by Zhao Hongjiang
· 12 years ago
9674b2f
ftrace: Add trampolines to enabled_functions debug file
by Steven Rostedt (Red Hat)
· 11 years ago
79922b8
ftrace: Optimize function graph to be called directly
by Steven Rostedt (Red Hat)
· 11 years ago
fb6bab6
tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()
by Oleg Nesterov
· 11 years ago
f786106
tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatcher()
by Oleg Nesterov
· 11 years ago
06d0713
uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone
by Oleg Nesterov
· 11 years ago
4821254
tracing/uprobes: Revert "Support mix of ftrace and perf"
by Oleg Nesterov
· 11 years ago
0376bde
ftrace: Add ftrace_rec_counter() macro to simplify the code
by Steven Rostedt (Red Hat)
· 11 years ago
cf2cb0b
ftrace: Use macros for numbers in ftrace rec shift bits
by Steven Rostedt (Red Hat)
· 11 years ago
4fbb48c
ftrace: Allow no regs if no more callbacks require it
by Steven Rostedt (Red Hat)
· 11 years ago
4c83445
Linux 3.16-rc3
by Linus Torvalds
· 11 years ago
ef2e039
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 11 years ago
97be078
MAINTAINERS: exceptions for Documentation maintainer
by Randy Dunlap
· 11 years ago
7d19e91
Documentation: add section about git to email-clients.txt
by Dan Carpenter
· 11 years ago
42309ab
ARM: 8087/1: ptrace: reload syscall number after secure_computing() check
by Will Deacon
· 11 years ago
6980c3e2
ARM: 8086/1: Set memblock limit for nommu
by Laura Abbott
· 11 years ago
3abe742
ARM: 8085/1: sa1100: collie: add top boot mtd partition
by Andrea Adami
· 11 years ago
9218310
ARM: 8084/1: sa1100: collie: revert back to cfi_probe
by Andrea Adami
· 11 years ago
d0ba7cc
ARM: 8080/1: mcpm.h: remove unused variable declaration
by Nicolas Pitre
· 11 years ago
98ea2db
ARM: 8076/1: mm: add support for HW coherent systems in PL310 cache
by Thomas Petazzoni
· 11 years ago
24b414d
Merge tag 'spi-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 11 years ago
4194976
Merge tag 'regulator-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 11 years ago
eb477e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
7216a41
Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/sh-sci' into spi-linus
by Mark Brown
· 11 years ago
1176748
Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palmas' and 'regulator/fix/tps65218' into regulator-linus
by Mark Brown
· 11 years ago
81a9c5e
iscsi-target: fix iscsit_del_np deadlock on unload
by Mikulas Patocka
· 11 years ago
3e7b256
Merge tag 'iommu-fixes-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 11 years ago
d1fc98b
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
c9a6066
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
1857a5b
Merge tag 'arc-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
8dd68eb
Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
772205d
Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
by Linus Torvalds
· 11 years ago
cf0d135
Merge tag 'sound-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
5ded6ea
Merge tag 'mfd-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 11 years ago
c163b52
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
ac5ccdb
iovec: move memcpy_from/toiovecend to lib/iovec.c
by Michael S. Tsirkin
· 11 years ago
97c99b47
iscsi-target: Avoid rejecting incorrect ITT for Data-Out
by Nicholas Bellinger
· 11 years ago
4148c1f
lz4: fix another possible overrun
by Greg Kroah-Hartman
· 11 years ago
ba3f35c
Merge tag 'efi-urgent' into x86/urgent
by H. Peter Anvin
· 11 years ago
783ee43
efi-pstore: Fix an overflow on 32-bit builds
by Andrzej Zaborowski
· 11 years ago
0fcb70c
Merge tag 'drm-intel-fixes-2014-06-26' of git://anongit.freedesktop.org/drm-intel into drm-fixes
by Dave Airlie
· 11 years ago
b43f188
tcm_loop: Fix memory leak in tcm_loop_submission_work error path
by Nicholas Bellinger
· 11 years ago
6834975
iscsi-target: Explicily clear login response PDU in exception path
by Nicholas Bellinger
· 11 years ago
83ff42f
target: Fix left-over se_lun->lun_sep pointer OOPs
by Nicholas Bellinger
· 11 years ago
e4fae23
iscsi-target; Enforce 1024 byte maximum for CHAP_C key value
by Nicholas Bellinger
· 11 years ago
b06eef6
iscsi-target: Convert chap_server_compute_md5 to use kstrtoul
by Nicholas Bellinger
· 11 years ago
3493860
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
0b86dbf
Fix 32-bit regression in block device read(2)
by Al Viro
· 11 years ago
a07187c
ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controller
by Mengdong Lin
· 11 years ago
16f0bbb
MIPS: Lasat: Fix build error if CRC32 is not enabled.
by Ralf Baechle
· 11 years ago
Next »