aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-22ring-buffer: Remove trace.h from ring_buffer.cSteven Rostedt1-1/+2
2013-01-22ring-buffer: User context bit recursion checkingSteven Rostedt2-31/+67
2013-01-22ftrace: Use only the preempt version of function tracingSteven Rostedt1-47/+14
2013-01-22tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2-36/+110
2013-01-22tracing: Make the trace recursion bits into enumsSteven Rostedt1-13/+17
2013-01-22ftrace: Add context level recursion bit checkingSteven Rostedt2-10/+42
2013-01-22ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-22ftrace: Fix function tracing recursion self testSteven Rostedt1-1/+2
2013-01-22ftrace: Fix global function tracers that are not recursion safeSteven Rostedt1-2/+16
2013-01-22tracing: Fix selftest function recursion accountingSteven Rostedt1-13/+3
2013-01-22tracing: Fix race with max_tr and changing tracersSteven Rostedt1-7/+22
2013-01-22async, kmod: warn on synchronous request_module() from async workersTejun Heo1-0/+9
2013-01-22cgroup: fix bogus kernel warnings when cgroup_create() failedLi Zefan1-9/+12
2013-01-22async: fix __lowest_in_progress()Tejun Heo1-7/+20
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
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 Nesterov2-10/+59
2013-01-22tracing: Remove trace.h header from trace_clock.cSteven Rostedt1-2/+0
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2-14/+8
2013-01-21tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt2-2/+0
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu1-4/+4
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu3-4/+12
2013-01-21tracing/fgraph: Add max_graph_depth to limit function_graph depthSteven Rostedt1-2/+58
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
2013-01-21tracing: Verify target file before registering a uprobe eventJovi Zhang1-1/+5
2013-01-21tracing: Use this_cpu_ptr per-cpu helperShan Wei2-5/+2
2013-01-21ring-buffer: Remove unnecessary recusive call in rb_advance_iter()Steven Rostedt1-1/+1
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2013-01-21module: clean up load_module a little more.Rusty Russell1-39/+68
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell4-33/+31
2013-01-21module: printk message when module signature fail taints kernel.Rusty Russell1-1/+6
2013-01-20module: fix missing module_mutex unlockLinus Torvalds1-1/+1
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-46/+110
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-12/+22
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+1
2013-01-19sys_clone() needs asmlinkage_protectAl Viro1-2/+4
2013-01-18workqueue: implement current_is_async()Tejun Heo2-0/+25
2013-01-18workqueue: move struct worker definition to workqueue_internal.hTejun Heo2-31/+38
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo4-11/+20
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman9-34/+112
2013-01-17workqueue: set PF_WQ_WORKER on rescuersTejun Heo1-7/+28
2013-01-17tick: export nohz tick idle symbols for module useJacob Pan1-0/+2
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo2-2/+28
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang1-0/+5
2013-01-15timekeeping: Add persistent_clock_exist flagFeng Tang1-5/+11
2013-01-15posix-timers: Fix clock_adjtime to always return timex data on successMiroslav Lichvar1-1/+1
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe1-4/+12
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook1-5/+24