summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-06-10sched: kill off dead cfs_rq_set_shares()Paul Mundt
2008-06-10sched: trivial sched_features cleanupMike Galbraith
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes
2008-06-10sched: fix hotplug cpus on ia64Peter Zijlstra
2008-06-06sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner
2008-06-06sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky
2008-06-06sched: fix cpuprio build bugIngo Molnar
2008-06-06sched: fix the cpuprio count reallyThomas Gleixner
2008-06-06sched: fix cpupri priocountGregory Haskins
2008-06-06sched: fix cpupri hotplug supportGregory Haskins
2008-06-06sched: print the sd->level in sched_domain_debug codeGautham R Shenoy
2008-06-06sched: add comments for ifdefs in sched.cDhaval Giani
2008-06-06sched: print module list in the "scheduling while atomic" warningArjan van de Ven
2008-06-06sched: fix defined-but-unused warningRabin Vincent
2008-06-06namespacecheck: fixes in kernel/sched.cThomas Gleixner
2008-06-06sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko
2008-06-06sched: fix SCHED_OTHER balance iterator to include all tasksGregory Haskins
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins
2008-06-06sched: make !hrtick fasterMike Galbraith
2008-06-06sched: prioritize non-migratable tasks over migratable onesGregory Haskins
2008-06-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2008-05-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-05-29Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar
2008-05-29sched: stop wake_affine from causing serious imbalanceMike Galbraith
2008-05-29sched: fix sched_clock_cpu()Peter Zijlstra
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar
2008-05-29sched: cleanupIngo Molnar
2008-05-29show_schedstat(): fix memleakAdrian Bunk
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar
2008-05-28kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison
2008-05-28splice: fix sendfile() issue with relayTom Zanussi
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov
2008-05-26posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater
2008-05-24sys_prctl(): fix return of uninitialized valueShi Weihua
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger
2008-05-23modules: proper cleanup of kobject without CONFIG_SYSFSDenis V. Lunev
2008-05-23module loading ELF handling: use SELFMAG instead of numeric constantCyrill Gorcunov
2008-05-19Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-05-17[PATCH] list_for_each_rcu must die: auditPaul E. McKenney
2008-05-17[patch 1/1] audit_send_reply(): fix error-path memory leakAndrew Morton
2008-05-16[PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro
2008-05-14lib: create common ascii hex arrayHarvey Harrison
2008-05-14cgroups: fix compile warningMirco Tischler
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds