summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2005-05-20[PATCH] cpusets+hotplug+preepmt brokenPaul Jackson
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz
2005-05-01[PATCH] nice and rt-prio rlimitsMatt Mackall
2005-04-18[PATCH] sched: fix signed comparisons of long longIngo Molnar
2005-03-30[PATCH] sched: fix schedstats warningNick Piggin
2005-03-28[PATCH] break_lock fixIngo Molnar
2005-03-11[PATCH] re-inline sched functionsKenneth W. Chen
2005-03-11[PATCH] sched: find_busiest_group cleanupNick Piggin
2005-03-11[PATCH] sched: find_busiest_group fixletsNick Piggin
2005-03-11[PATCH] sched: rework schedstatsNick Piggin
2005-03-11[PATCH] sched: timestamp fixesNick Piggin
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson
2005-03-07[PATCH] make RLIMIT_CPU/SIGXCPU per-processRoland McGrath
2005-03-07[PATCH] make ITIMER_PROF, ITIMER_VIRTUAL per-processRoland McGrath
2005-03-07[PATCH] posix-timers: high-resolution CPU clocks for POSIX clock_* syscallsRoland McGrath
2005-03-07[PATCH] explicitly bind idle tasksNathan T. Lynch
2005-03-04[PATCH] Move accounting function calls out of critical vm code pathsChristoph Lameter
2005-02-07[PATCH] add design comment to kick_process()Ingo Molnar
2005-02-07[PATCH] fix wait_task_inactive raceNick Piggin
2005-02-01[PATCH] sched: fix preemption race (Core/i386)Thomas Gleixner
2005-02-01[PATCH] assert_spin_locked()Herbert Pötzl
2005-02-01[PATCH] wait_for_completion API extension addition fixesMike Waychison
2005-02-01[PATCH] Remove unnecessary ";" in schedstat_ macrosIngo Molnar
2005-01-20[PATCH] cputime_t patches broke RLIMIT_CPURoland McGrath
2005-01-20[PATCH] completion API additionsIngo Molnar
2005-01-17Merge ia64 test tree back into release tree.Tony Luck
2005-01-14[PATCH] reintroduce task_nice export for binfmt_elf32Christian Bornträger
2005-01-14[PATCH] cputime: s/390: fix account_steal_time.Ulrich Weigand
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky
2005-01-07[PATCH] sched.c: remove an unused functionAdrian Bunk
2005-01-07[PATCH] sched.c: remove an unused macroAdrian Bunk
2005-01-07[PATCH] remove the BKL by turning it into a semaphoreIngo Molnar
2005-01-07[PATCH] debug sched domains before attachNick Piggin
2005-01-07[PATCH] sched: add cond_resched_softirq()Ingo Molnar
2005-01-07[PATCH] preempt cleanupIngo Molnar
2005-01-07[PATCH] improve preemption on SMPIngo Molnar
2005-01-07[PATCH] introduce idle_task_exitNathan Lynch
2005-01-07[PATCH] sched: remove outdated/misleading commentsJosh Aas
2005-01-07[PATCH] export sched_setscheduler() for kernel module useDean Nelson
2005-01-07[PATCH] sched: no need to recalculate rqRobert Love
2005-01-07[PATCH] sched: use cached current valueOleg Nesterov
2005-01-07[PATCH] sched: remove_interactive_creditCon Kolivas
2005-01-07[PATCH] sched: requeue_granularityCon Kolivas
2005-01-07[PATCH] sched: add_requeue_taskCon Kolivas
2005-01-07[PATCH] sched: adjust_timeslice_granularityCon Kolivas
2005-01-07[PATCH] sched.c whitespace manglerCon Kolivas
2005-01-07[PATCH] sched: active_load_balance() fixletMatthew Dobson
2005-01-07[PATCH] sched: can_migrate exception for idle cpusAndrew Theurer
2005-01-07[PATCH] sched: more agressive wake_idle()Andrew Theurer
2005-01-04[PATCH] task_struct.exit_state usageRoland McGrath