summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-30ring-buffer: Add stats field for amount read from trace ring bufferSteven Rostedt (Red Hat)3-0/+22
2013-01-29tracing/fgraph: Adjust fgraph depth before calling trace return callbackSteven Rostedt (Red Hat)1-1/+7
2013-01-29tracing: Remove second iterator initializerJovi Zhang1-4/+1
2013-01-26tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_varShan Wei1-2/+2
2013-01-25tracing: Remove tracepoint sample codeSteven Rostedt7-182/+1
2013-01-25tracing: Mark tracing_dentry_percpu() staticJosh Triplett1-1/+1
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker2-37/+0
2013-01-24tracing: Fix unsigned int compare of zero in recursion checkSteven Rostedt1-1/+1
2013-01-24MAINTAINERS: Someone needs to watch over the serial driversGreg Kroah-Hartman1-0/+2
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern4-76/+53
2013-01-23MAINTAINERS: remove meAlan Cox1-2/+0
2013-01-23ALSA: hda - Fix inconsistent pin states after resumeTakashi Iwai1-3/+2
2013-01-23ring-buffer: Remove trace.h from ring_buffer.cSteven Rostedt1-1/+2
2013-01-23ring-buffer: User context bit recursion checkingSteven Rostedt2-31/+67
2013-01-23ftrace: Use only the preempt version of function tracingSteven Rostedt1-47/+14
2013-01-23tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2-36/+110
2013-01-23tracing: Make the trace recursion bits into enumsSteven Rostedt1-13/+17
2013-01-23ftrace: Add context level recursion bit checkingSteven Rostedt2-10/+42
2013-01-23ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-23ftrace: Fix function tracing recursion self testSteven Rostedt1-1/+2
2013-01-23ftrace: Fix global function tracers that are not recursion safeSteven Rostedt1-2/+16
2013-01-23tracing: Fix selftest function recursion accountingSteven Rostedt1-13/+3
2013-01-23tracing: Fix race with max_tr and changing tracersSteven Rostedt1-7/+22
2013-01-23Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho1-1/+36
2013-01-23async: fix __lowest_in_progress()Tejun Heo1-7/+20
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov3-14/+64
2013-01-22arm64: makefile: fix uname munging when setting ARCH on native machineWill Deacon2-2/+2
2013-01-22arm64: elf: fix core dumping to match what glibc expectsWill Deacon1-1/+4
2013-01-22USB: EHCI: add a name for the platform-private fieldAlan Stern1-0/+3
2013-01-22USB: EHCI: fix incorrect configuration testAlan Stern1-1/+1
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2-4/+4
2013-01-22tracing: Remove trace.h header from trace_clock.cSteven Rostedt1-2/+0
2013-01-22USB: UHCI: fix IRQ race during initializationAlan Stern1-6/+9
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov3-15/+18
2013-01-22tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt3-3/+0
2013-01-22f2fs: use _safe() version of list_for_eachDan Carpenter1-4/+3
2013-01-22f2fs: add comments of start_bidx_of_nodeJaegeuk Kim1-1/+5
2013-01-22f2fs: avoid issuing small bios due to several dirty node pagesJaegeuk Kim1-6/+11
2013-01-22f2fs: support swapfileJaegeuk Kim1-0/+6
2013-01-22f2fs: add remap_pages as generic_file_remap_pagesJaegeuk Kim1-2/+3
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon5-9/+9
2013-01-21kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu6-8/+13
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu8-83/+125
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu6-8/+16
2013-01-21tracing/fgraph: Add max_graph_depth to limit function_graph depthSteven Rostedt1-2/+58
2013-01-21tracing/lockdep: Disable lockdep first in entering NMISteven Rostedt1-2/+2
2013-01-21tracing: Remove unneeded check of max_tr->buffer before tracing_resetSteven Rostedt1-2/+1
2013-01-21tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus}Hiraku Toyooka1-0/+6
2013-01-21tracing/syscalls: Make local functions staticFengguang Wu1-9/+9