index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-30
ring-buffer: Add stats field for amount read from trace ring buffer
Steven Rostedt (Red Hat)
3
-0
/
+22
2013-01-29
tracing/fgraph: Adjust fgraph depth before calling trace return callback
Steven Rostedt (Red Hat)
1
-1
/
+7
2013-01-29
tracing: Remove second iterator initializer
Jovi Zhang
1
-4
/
+1
2013-01-26
tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var
Shan Wei
1
-2
/
+2
2013-01-25
tracing: Remove tracepoint sample code
Steven Rostedt
7
-182
/
+1
2013-01-25
tracing: Mark tracing_dentry_percpu() static
Josh Triplett
1
-1
/
+1
2013-01-24
profiling: Remove unused timer hook
Frederic Weisbecker
2
-37
/
+0
2013-01-24
tracing: Fix unsigned int compare of zero in recursion check
Steven Rostedt
1
-1
/
+1
2013-01-24
MAINTAINERS: Someone needs to watch over the serial drivers
Greg Kroah-Hartman
1
-0
/
+2
2013-01-23
USB: EHCI: fix build error in ehci-mxc
Alan Stern
4
-76
/
+53
2013-01-23
MAINTAINERS: remove me
Alan Cox
1
-2
/
+0
2013-01-23
ALSA: hda - Fix inconsistent pin states after resume
Takashi Iwai
1
-3
/
+2
2013-01-23
ring-buffer: Remove trace.h from ring_buffer.c
Steven Rostedt
1
-1
/
+2
2013-01-23
ring-buffer: User context bit recursion checking
Steven Rostedt
2
-31
/
+67
2013-01-23
ftrace: Use only the preempt version of function tracing
Steven Rostedt
1
-47
/
+14
2013-01-23
tracing: Avoid unnecessary multiple recursion checks
Steven Rostedt
2
-36
/
+110
2013-01-23
tracing: Make the trace recursion bits into enums
Steven Rostedt
1
-13
/
+17
2013-01-23
ftrace: Add context level recursion bit checking
Steven Rostedt
2
-10
/
+42
2013-01-23
ftrace: Optimize the function tracer list loop
Steven Rostedt
1
-22
/
+26
2013-01-23
ftrace: Fix function tracing recursion self test
Steven Rostedt
1
-1
/
+2
2013-01-23
ftrace: Fix global function tracers that are not recursion safe
Steven Rostedt
1
-2
/
+16
2013-01-23
tracing: Fix selftest function recursion accounting
Steven Rostedt
1
-13
/
+3
2013-01-23
tracing: Fix race with max_tr and changing tracers
Steven Rostedt
1
-7
/
+22
2013-01-23
Revert "drivers/misc/ti-st: remove gpio handling"
Luciano Coelho
1
-1
/
+36
2013-01-23
async: fix __lowest_in_progress()
Tejun Heo
1
-7
/
+20
2013-01-22
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Oleg Nesterov
1
-1
/
+2
2013-01-22
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
3
-14
/
+64
2013-01-22
arm64: makefile: fix uname munging when setting ARCH on native machine
Will Deacon
2
-2
/
+2
2013-01-22
arm64: elf: fix core dumping to match what glibc expects
Will Deacon
1
-1
/
+4
2013-01-22
USB: EHCI: add a name for the platform-private field
Alan Stern
1
-0
/
+3
2013-01-22
USB: EHCI: fix incorrect configuration test
Alan Stern
1
-1
/
+1
2013-01-22
USB: EHCI: Move definition of EHCI_STATS to ehci.h
Roger Quadros
2
-4
/
+4
2013-01-22
tracing: Remove trace.h header from trace_clock.c
Steven Rostedt
1
-2
/
+0
2013-01-22
USB: UHCI: fix IRQ race during initialization
Alan Stern
1
-6
/
+9
2013-01-22
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
Oleg Nesterov
3
-15
/
+18
2013-01-22
tracing: Remove the extra 4 bytes of padding in events
Steven Rostedt
3
-3
/
+0
2013-01-22
f2fs: use _safe() version of list_for_each
Dan Carpenter
1
-4
/
+3
2013-01-22
f2fs: add comments of start_bidx_of_node
Jaegeuk Kim
1
-1
/
+5
2013-01-22
f2fs: avoid issuing small bios due to several dirty node pages
Jaegeuk Kim
1
-6
/
+11
2013-01-22
f2fs: support swapfile
Jaegeuk Kim
1
-0
/
+6
2013-01-22
f2fs: add remap_pages as generic_file_remap_pages
Jaegeuk Kim
1
-2
/
+3
2013-01-22
f2fs: add __init to functions in init_f2fs_fs
Namjae Jeon
5
-9
/
+9
2013-01-21
kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/
Masami Hiramatsu
6
-8
/
+13
2013-01-21
kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c
Masami Hiramatsu
8
-83
/
+125
2013-01-21
ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
Masami Hiramatsu
6
-8
/
+16
2013-01-21
tracing/fgraph: Add max_graph_depth to limit function_graph depth
Steven Rostedt
1
-2
/
+58
2013-01-21
tracing/lockdep: Disable lockdep first in entering NMI
Steven Rostedt
1
-2
/
+2
2013-01-21
tracing: Remove unneeded check of max_tr->buffer before tracing_reset
Steven Rostedt
1
-2
/
+1
2013-01-21
tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus}
Hiraku Toyooka
1
-0
/
+6
2013-01-21
tracing/syscalls: Make local functions static
Fengguang Wu
1
-9
/
+9
[next]