aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-10-31tracing: Enable comm recording if trace_printk() is usedSteven Rostedt3-2/+38
2012-10-31tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt1-0/+7
2012-10-31ring-buffer: Add a 'dropped events' counterSlava Pestov2-6/+38
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka3-12/+12
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt6-8/+7
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter7-14/+14
2012-10-31module: fix out-by-one error in kallsymsRusty Russell1-11/+16
2012-10-30sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith3-69/+14
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling1-5/+7
2012-10-29cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker1-2/+2
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker1-3/+3
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker1-3/+13
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman7-221/+191
2012-10-27rcutorture: Use DEFINE_STATIC_SRCU()Lai Jiangshan1-35/+6
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov4-37/+10
2012-10-25Merge branch 'akpm' (Andrew's fixes)Linus Torvalds1-1/+11
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin1-4/+2
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin1-1/+11
2012-10-25uprobes: Fix misleading log entryJovi Zhang1-1/+1
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-31/+10
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer1-1/+1
2012-10-24audit: remove bogus tty name checkAlan Cox1-1/+1
2012-10-24lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name()Cyrill Gorcunov1-1/+1
2012-10-24sched: Describe CFS load-balancerPeter Zijlstra1-2/+116
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner3-4/+25
2012-10-24sched: Make __update_entity_runnable_avg() fastPaul Turner1-24/+101
2012-10-24sched: Update_cfs_shares at period edgePaul Turner1-8/+10
2012-10-24sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner1-27/+23
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner3-165/+36
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner2-11/+42
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner3-0/+62
2012-10-24sched: Compute load contribution by a group entityPaul Turner1-6/+27
2012-10-24sched: Aggregate total task_group loadPaul Turner3-0/+30
2012-10-24sched: Account for blocked load waking back upPaul Turner2-21/+81
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner2-0/+14
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner4-15/+121
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner3-5/+59
2012-10-24sched: Maintain per-rq runnable averagesBen Segall3-4/+26
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner3-0/+138
2012-10-24timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu1-1/+1
2012-10-23console: use might_sleep in console_lockDaniel Vetter1-1/+2
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-183/+166
2012-10-23rcu: Dump number of callbacks in stall warning messagesPaul E. McKenney1-4/+11
2012-10-23rcu: Add grace-period information to RCU CPU stall warningsPaul E. McKenney1-3/+5
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney2-1/+30
2012-10-23srcu: Export process_srcu()Lai Jiangshan1-4/+2
2012-10-23srcu: Credit Lai Jiangshan with SRCU rewriteLai Jiangshan1-0/+2
2012-10-23rcu: Fix precedence error in cpu_needs_another_gp()Paul E. McKenney1-1/+1
2012-10-23rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen7-7/+48