summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-01-21sched: Remove USER_SCHEDDhaval Giani-425/+7
2010-01-21sched: Fix the place where group powers are updatedGautham R Shenoy-4/+3
2010-01-21sched: Assume *balance is validPeter Zijlstra-3/+3
2010-01-21sched: Remove load_balance_newidle()Peter Zijlstra-122/+13
2010-01-21sched: Unify load_balance{,_newidle}()Peter Zijlstra-56/+59
2010-01-21sched: Add a lock break for PREEMPT=yPeter Zijlstra-0/+4
2010-01-21sched: Remove from fwd declsPeter Zijlstra-67/+60
2010-01-21sched: Remove rq_iterator from move_one_taskPeter Zijlstra-110/+36
2010-01-21sched: Remove rq_iterator usage from load_balance_fairPeter Zijlstra-51/+29
2010-01-21sched: Remove the sched_class load_balance methodsPeter Zijlstra-96/+37
2010-01-21sched: Move load balance code into sched_fair.cPeter Zijlstra-1840/+1844
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang-1/+4
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith-1/+1
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng-1/+2
2010-01-18generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI...Milton Miller-4/+4
2010-01-18Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-40/+109
2010-01-17perf: Better order flexible and pinned schedulingFrederic Weisbecker-7/+27
2010-01-17perf: Don't schedule out/in pinned events on task tickFrederic Weisbecker-4/+4
2010-01-17perf: Allow pinned and flexible groups to be scheduled separatelyFrederic Weisbecker-44/+93
2010-01-17perf: Make __perf_event_sched_out staticFrederic Weisbecker-2/+2
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu-8/+47
2010-01-17sched: Don't expose local functionsH Hartley Sweeten-3/+3
2010-01-17tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker-9/+10
2010-01-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+12
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+25
2010-01-16smp_call_function_any(): pass the node value to cpumask_of_node()David John-1/+1
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen-1/+1
2010-01-16kfifo: add kfifo_out_peekAndi Kleen-0/+21
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen-27/+49
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen-4/+4
2010-01-16perf: Export software-only event group characteristic as a flagFrederic Weisbecker-19/+11
2010-01-16perf: Round robin flexible groups of events using list_rotate_left()Frederic Weisbecker-13/+4
2010-01-16perf/core: Split context's event group list into pinned and non-pinned listsFrederic Weisbecker-76/+151
2010-01-16rcu: Fix sparse warningsPaul E. McKenney-8/+6
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan-1/+12
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan-4/+3
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan-1/+1
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan-2/+3
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan-1/+1
2010-01-14ftrace: Fix MATCH_END_ONLY function filterLi Zefan-3/+3
2010-01-13sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()Jamie Iles-0/+6
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar-504/+834
2010-01-13futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro-15/+12
2010-01-13rcu: Give different levels of the rcu_node hierarchy distinct lockdep namesPaul E. McKenney-1/+8
2010-01-13rcu: Add debug check for too many rcu_read_unlock()Paul E. McKenney-0/+3
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney-2/+115
2010-01-13rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney-0/+13
2010-01-13rcu: Remove redundant grace-period checkPaul E. McKenney-5/+4
2010-01-13rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney-20/+7