aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-01-21sched: Remove rq_iterator from move_one_taskPeter Zijlstra1-110/+36
2010-01-21sched: Remove rq_iterator usage from load_balance_fairPeter Zijlstra1-51/+29
2010-01-21sched: Remove the sched_class load_balance methodsPeter Zijlstra4-96/+37
2010-01-21sched: Move load balance code into sched_fair.cPeter Zijlstra2-1840/+1844
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang1-1/+4
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith1-1/+1
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng1-1/+2
2010-01-18generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI dataMilton Miller1-4/+4
2010-01-18Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-40/+109
2010-01-18Merge branch 'master' into nextJames Morris95-2206/+3159
2010-01-17perf: Better order flexible and pinned schedulingFrederic Weisbecker1-7/+27
2010-01-17perf: Don't schedule out/in pinned events on task tickFrederic Weisbecker1-4/+4
2010-01-17perf: Allow pinned and flexible groups to be scheduled separatelyFrederic Weisbecker1-44/+93
2010-01-17perf: Make __perf_event_sched_out staticFrederic Weisbecker1-2/+2
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu1-8/+47
2010-01-17sched: Don't expose local functionsH Hartley Sweeten3-3/+3
2010-01-17tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker1-9/+10
2010-01-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+12
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-14/+25
2010-01-16smp_call_function_any(): pass the node value to cpumask_of_node()David John1-1/+1
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen1-1/+1
2010-01-16kfifo: add kfifo_out_peekAndi Kleen1-0/+21
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen1-27/+49
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen1-4/+4
2010-01-16perf: Export software-only event group characteristic as a flagFrederic Weisbecker1-19/+11
2010-01-16perf: Round robin flexible groups of events using list_rotate_left()Frederic Weisbecker1-13/+4
2010-01-16perf/core: Split context's event group list into pinned and non-pinned listsFrederic Weisbecker1-76/+151
2010-01-16rcu: Fix sparse warningsPaul E. McKenney3-8/+6
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan1-1/+12
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan1-4/+3
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan1-1/+1
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan1-2/+3
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan1-1/+1
2010-01-14ftrace: Fix MATCH_END_ONLY function filterLi Zefan1-3/+3
2010-01-13sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()Jamie Iles1-0/+6
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu1-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar35-504/+834
2010-01-13futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro1-15/+12
2010-01-13rcu: Give different levels of the rcu_node hierarchy distinct lockdep namesPaul E. McKenney1-1/+8
2010-01-13rcu: Add debug check for too many rcu_read_unlock()Paul E. McKenney1-0/+3
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney3-2/+115
2010-01-13rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney2-0/+13
2010-01-13rcu: Remove redundant grace-period checkPaul E. McKenney1-5/+4
2010-01-13rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney2-20/+7
2010-01-13rcu: Eliminate rcu_process_dyntick() return valuePaul E. McKenney1-11/+6
2010-01-13rcu: Eliminate second argument of rcu_process_dyntick()Paul E. McKenney1-6/+5
2010-01-13rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney2-9/+3
2010-01-13rcu: Eliminate local variable signaled from force_quiescent_state()Paul E. McKenney1-6/+3
2010-01-13rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney2-14/+19
2010-01-13rcu: Adjust force_quiescent_state() locking, step 2Paul E. McKenney1-10/+3