aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-15tracing/syscalls: Annotate field-defining functions with __initLi Zefan1-2/+2
2013-03-15tracing: Annotate event field-defining functions with __initLi Zefan1-1/+1
2013-03-15tracing: Add a helper function for event print functionsLi Zefan1-0/+26
2013-03-15tracing/ring-buffer: Move poll wake ups into ring buffer codeSteven Rostedt (Red Hat)2-71/+158
2013-03-15tracing: Fix read blocking on trace_pipe_rawSteven Rostedt1-3/+15
2013-03-15tracing: Fix polling on trace_pipe_rawSteven Rostedt1-27/+51
2013-03-15tracing: Do not block on splice if either file or splice NONBLOCK flag is setSteven Rostedt (Red Hat)1-1/+1
2013-03-15tracing: Use direct field, type and system namesSteven Rostedt2-19/+5
2013-03-15tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.cSteven Rostedt1-7/+20
2013-03-15tracing: Get trace_events kernel command line working againSteven Rostedt1-7/+136
2013-03-15tracing: Add rmdir to remove multibuffer instancesSteven Rostedt3-0/+102
2013-03-15tracing: Add interface to allow multiple trace buffersSteven Rostedt3-1/+142
2013-03-15tracing: Make syscall events suitable for multiple buffersSteven Rostedt2-34/+57
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt10-61/+79
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt1-0/+12
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt4-240/+358
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt3-18/+16
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt4-248/+580
2013-03-14tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)4-16/+65
2013-03-14tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)1-1/+5
2013-03-14tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)1-4/+8
2013-03-14watchdog: Add comments to explain the watchdog_disabled variableanish kumar1-0/+5
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure1-4/+5
2013-03-14Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2-3/+4
2013-03-13workqueue: rename workqueue_lock to wq_mayday_lockTejun Heo1-12/+12
2013-03-13workqueue: separate out pool_workqueue locking into pwq_lockTejun Heo1-33/+36
2013-03-13workqueue: separate out pool and workqueue locking into wq_mutexTejun Heo1-69/+77
2013-03-13workqueue: relocate global variable defs and function decls in workqueue.cTejun Heo1-19/+19
2013-03-13workqueue: better define locking rules around worker creation / destructionTejun Heo1-1/+12
2013-03-13workqueue: factor out initial worker creation into create_and_start_worker()Tejun Heo1-24/+23
2013-03-13workqueue: rename worker_pool->assoc_mutex to ->manager_mutexTejun Heo1-24/+38
2013-03-13workqueue: inline trivial wrappersTejun Heo1-111/+0
2013-03-13workqueue: rename @id to @pi in for_each_each_pool()Tejun Heo1-8/+8
2013-03-13workqueue: update comments and a warning messageTejun Heo1-40/+44
2013-03-13workqueue: fix max_active handling in init_and_link_pwq()Tejun Heo1-5/+9
2013-03-13workqueue: implement and use pwq_adjust_max_active()Tejun Heo1-45/+38
2013-03-13workqueue: relocate pwq_set_max_active()Tejun Heo1-20/+20
2013-03-13Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2-3/+7
2013-03-13workqueue: convert to idr_alloc()Tejun Heo1-3/+4
2013-03-13kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton1-1/+1
2013-03-13signal: always clear sa_restorer on execveKees Cook1-0/+3
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman2-1/+8
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-03-13rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney1-1/+2
2013-03-13rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2-1/+8
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker1-12/+34
2013-03-13tick: Provide a check for a forced broadcast pendingThomas Gleixner1-0/+12
2013-03-13tick: Handle broadcast wakeup of multiple cpusThomas Gleixner1-1/+58
2013-03-13tick: Avoid programming the local cpu timer if broadcast pendingThomas Gleixner1-2/+26
2013-03-13Merge commit 'v3.9-rc2' into timers/coreThomas Gleixner3-14/+13