aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-04-02sched: Fix nr_uninterruptible countPeter Zijlstra1-2/+6
2010-04-02sched: Optimize task_rq_lock()Peter Zijlstra1-8/+15
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra4-47/+34
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2-3/+43
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2-13/+7
2010-04-02sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov1-17/+8
2010-04-02sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov1-7/+6
2010-04-02sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov1-15/+15
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2-33/+4
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan6-40/+1
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov1-1/+1
2010-04-02sched: Fix proc_sched_set_task()Mike Galbraith1-4/+0
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar77-789/+2950
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar21-92/+292
2010-04-02perf: Fix 'perf sched record' deadlockMike Galbraith1-3/+12
2010-04-02Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2-5/+10
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker1-3/+1
2010-04-01perf: Correctly align perf event tracing bufferFrederic Weisbecker1-2/+9
2010-03-31ring-buffer: Add lost event count to end of sub bufferSteven Rostedt1-4/+33
2010-03-31tracing: Show the lost events in the trace_pipe outputSteven Rostedt1-8/+22
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt5-12/+73
2010-03-31tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt1-2/+3
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan1-2/+1
2010-03-31genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner1-0/+10
2010-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+5
2010-03-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo49-6/+44
2010-03-30CRED: Fix memory leak in error handlingMathieu Desnoyers1-1/+5
2010-03-29ring-buffer: Add missing unlockJulia Lawall1-3/+5
2010-03-29tracing: Fix lockdep warning in global_clock()Li Zefan1-2/+2
2010-03-29x86: Do not free zero sized per cpu areasIan Campbell1-0/+6
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells1-4/+4
2010-03-29slow-work: use get_ref wrapper instead of directly calling get_refDave Airlie1-1/+1
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2-16/+43
2010-03-29module: encapsulate percpu handling better and record percpu_sizeTejun Heo1-31/+35
2010-03-29padata: Section cleanupHenrik Kretzschmar1-2/+2
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-7/+37
2010-03-26Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley2-4/+7
2010-03-26Freezer: Only show the state of tasks refusing to freezeXiaotian Feng1-2/+1
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-17/+52
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+11
2010-03-26Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+8
2010-03-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+46
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+25
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra9-444/+0
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie1-28/+66
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2-9/+13
2010-03-24cgroups: remove duplicate includeLi Zefan1-1/+0
2010-03-24genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar1-2/+2
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner1-0/+4