aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-06-06sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky3-20/+26
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the cpusetsMax Krasnyansky2-0/+28
2008-06-06sched: fix cpuprio build bugIngo Molnar1-1/+4
2008-06-06sched: fix the cpuprio count reallyThomas Gleixner1-2/+2
2008-06-06sched: fix cpupri priocountGregory Haskins1-1/+1
2008-06-06sched: fix cpupri hotplug supportGregory Haskins2-20/+58
2008-06-06sched: print the sd->level in sched_domain_debug codeGautham R Shenoy1-1/+24
2008-06-06sched: add comments for ifdefs in sched.cDhaval Giani1-38/+38
2008-06-06sched: print module list in the "scheduling while atomic" warningArjan van de Ven1-0/+1
2008-06-06sched: fix defined-but-unused warningRabin Vincent1-0/+2
2008-06-06namespacecheck: fixes in kernel/sched.cThomas Gleixner1-1/+1
2008-06-06sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko1-2/+4
2008-06-06sched: fix SCHED_OTHER balance iterator to include all tasksGregory Haskins1-12/+7
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins5-77/+239
2008-06-06sched: make !hrtick fasterMike Galbraith1-3/+5
2008-06-06sched: prioritize non-migratable tasks over migratable onesGregory Haskins2-9/+72
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2-6/+81
2008-06-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-10/+6
2008-06-02ftrace: user update and disable dynamic ftrace daemonSteven Rostedt1-47/+110
2008-06-02ftrace: distinguish kretprobe'd functions in trace logsAbhishek Sagar1-3/+24
2008-06-02softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel1-5/+10
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability support.Andrew G. Morgan1-38/+73
2008-05-30nohz: reduce jiffies polling overheadIngo Molnar1-0/+7
2008-05-30softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 secondsIngo Molnar1-2/+2
2008-05-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-582/+147
2008-05-29Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar10-157/+85
2008-05-29sched: stop wake_affine from causing serious imbalanceMike Galbraith1-11/+14
2008-05-29sched: fix sched_clock_cpu()Peter Zijlstra1-4/+14
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar4-488/+75
2008-05-29sched: cleanupIngo Molnar1-2/+2
2008-05-29show_schedstat(): fix memleakAdrian Bunk1-0/+1
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin1-2/+2
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar2-75/+39
2008-05-28kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison1-10/+6
2008-05-28splice: fix sendfile() issue with relayTom Zanussi1-1/+1
2008-05-27xen: Enable console tty by default in domU if it's not a dummyMarkus Armbruster1-0/+3
2008-05-26hrtimer: Remove unused variables in ktime_divns()Carlos R. Mafra1-3/+2
2008-05-26hrtimer: remove warning in hres_timers_resumeJeremy Fitzhardinge1-2/+0
2008-05-26ftrace: fix updating of ftrace_update_cntAbhishek Sagar1-3/+5
2008-05-26ftrace: safe traversal of ftrace_hash hlistAbhishek Sagar1-2/+2
2008-05-26ftrace: fix up cmdline recordingSteven Rostedt4-13/+19
2008-05-26ftrace: set_ftrace_notrace featureSteven Rostedt1-40/+130
2008-05-26ftrace: remove printks from irqsoff traceSteven Rostedt1-16/+0
2008-05-26ftrace: add function tracing to wake up tracingSteven Rostedt1-1/+66
2008-05-26ftrace: move ftrace_special to trace.cSteven Rostedt2-26/+25
2008-05-26ftrace: limit use of check pagesSteven Rostedt2-9/+24
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov1-0/+34
2008-05-26posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov1-6/+10
2008-05-25sched: do not trace sched_clockIngo Molnar1-3/+3
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra6-9/+8