summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-06-182-39/+11Star
* | Merge branch 'linus' into sched-develIngo Molnar2008-06-164-55/+103
|\|
| * kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-131-6/+9
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-121-8/+14
| |\
| | * sched: 64-bit: fix arithmetics overflowLai Jiangshan2008-06-121-2/+7
| | * sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan2008-06-121-2/+5
| | * sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2008-06-101-4/+2Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds2008-06-061-38/+73
| |\ \
| | * | capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan2008-06-011-38/+73
| * | | cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan2008-06-061-3/+7
| | |/ | |/|
* | | sched: kill off dead cfs_rq_set_shares()Paul Mundt2008-06-101-8/+0Star
* | | sched: trivial sched_features cleanupMike Galbraith2008-06-101-2/+0Star
* | | sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-103-1/+20
* | | sched: fix hotplug cpus on ia64Peter Zijlstra2008-06-102-9/+115
* | | sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner2008-06-061-6/+6
* | | sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky2008-06-063-20/+26
* | | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-062-0/+28
* | | sched: fix cpuprio build bugIngo Molnar2008-06-061-1/+4
* | | sched: fix the cpuprio count reallyThomas Gleixner2008-06-061-2/+2
* | | sched: fix cpupri priocountGregory Haskins2008-06-061-1/+1
* | | sched: fix cpupri hotplug supportGregory Haskins2008-06-062-20/+58
* | | sched: print the sd->level in sched_domain_debug codeGautham R Shenoy2008-06-061-1/+24
* | | sched: add comments for ifdefs in sched.cDhaval Giani2008-06-061-38/+38
* | | sched: print module list in the "scheduling while atomic" warningArjan van de Ven2008-06-061-0/+1
* | | sched: fix defined-but-unused warningRabin Vincent2008-06-061-0/+2
* | | namespacecheck: fixes in kernel/sched.cThomas Gleixner2008-06-061-1/+1
* | | sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko2008-06-061-2/+4
* | | sched: fix SCHED_OTHER balance iterator to include all tasksGregory Haskins2008-06-061-12/+7Star
* | | sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins2008-06-065-77/+239
* | | sched: make !hrtick fasterMike Galbraith2008-06-061-3/+5
* | | sched: prioritize non-migratable tasks over migratable onesGregory Haskins2008-06-062-9/+72
|/ /
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-06-041-10/+6Star
|\ \
| * | kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison2008-05-281-10/+6Star
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-05-296-582/+147Star
|\ \ \ | |/ / |/| |
| * | Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar2008-05-2910-157/+85Star
| |\|
| * | sched: stop wake_affine from causing serious imbalanceMike Galbraith2008-05-291-11/+14
| * | sched: fix sched_clock_cpu()Peter Zijlstra2008-05-291-4/+14
| * | revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-294-488/+75Star
| * | sched: cleanupIngo Molnar2008-05-291-2/+2
| * | show_schedstat(): fix memleakAdrian Bunk2008-05-291-0/+1
| * | sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin2008-05-291-2/+2
| * | revert ("sched: fair: weight calculations")Ingo Molnar2008-05-292-75/+39Star
* | | splice: fix sendfile() issue with relayTom Zanussi2008-05-281-1/+1
| |/ |/|
* | posix timers: discard SI_TIMER signals on execOleg Nesterov2008-05-261-0/+34
* | posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov2008-05-261-6/+10
* | cgroups: remove node_ prefix_from ns subsystemCedric Le Goater2008-05-241-1/+1
* | sys_prctl(): fix return of uninitialized valueShi Weihua2008-05-241-4/+2Star
* | signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov2008-05-242-2/+8
* | stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger2008-05-231-3/+4
* | modules: proper cleanup of kobject without CONFIG_SYSFSDenis V. Lunev2008-05-231-2/+14