summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: Remove FAIR_SLEEPERS featureMike Galbraith2010-03-112-8/+1Star
* sched: Remove NORMALIZED_SLEEPERMike Galbraith2010-03-112-17/+0Star
* sched: Fix select_idle_sibling()Mike Galbraith2010-03-111-4/+10
* sched: Tweak sched_latency and min_granularityMike Galbraith2010-03-111-6/+6
* sched: Cleanup/optimize clock updatesMike Galbraith2010-03-112-18/+16Star
* sched: Remove avg_overlapMike Galbraith2010-03-114-68/+0Star
* sched: Remove avg_wakeupMike Galbraith2010-03-114-60/+4Star
* sched: Rate-limit nohzMike Galbraith2010-03-112-0/+15
* sched: Implement group scheduler statistics in one structLucas De Marchi2010-03-114-134/+81Star
* sched: Fix pick_next_highest_task_rt() for cgroupsPeter Zijlstra2010-03-111-1/+6
* sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter2010-03-111-2/+2
* Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-011-2/+3
|\
| * blktrace: perform cleanup after setup errorDmitry Monakhov2010-02-281-2/+3
| |
| \
| \
| \
*---. \ Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...Linus Torvalds2010-03-011-3/+3
|\ \ \ \
| * | | | futex: Protect pid lookup in compat code with RCUThomas Gleixner2009-12-091-3/+3
* | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-014-7/+20
|\ \ \ \ \
| * | | | | posix-timers.c: Don't export local functionsH Hartley Sweeten2010-02-051-1/+1
| * | | | | clocksource: add suspend callbackMagnus Damm2010-02-052-0/+13
| * | | | | clocksource: add argument to resume callbackMagnus Damm2010-02-051-1/+1
| * | | | | ntp: Cleanup xtime references in ntp.cJohn Stultz2010-01-291-3/+3
| * | | | | ntp: Make time_esterror and time_maxerror staticjohn stultz2010-01-291-2/+2
* | | | | | Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-281-0/+88
|\ \ \ \ \ \
| * | | | | | ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha2010-02-231-1/+1
| * | | | | | ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha2010-02-121-0/+88
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-02-281-0/+13
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into x86/mmThomas Gleixner2010-02-17132-5977/+12188
| |\ \ \ \ \ \ \
| * | | | | | | | Generic page_is_ram: use __weakAndrew Morton2010-02-021-1/+1
| * | | | | | | | resources: introduce generic page_is_ram()Wu Fengguang2010-02-021-0/+13
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-289-2440/+1785Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha2010-02-261-33/+43
| * | | | | | | | | sched: Don't use possibly stale sched_classThomas Gleixner2010-02-171-2/+4
| * | | | | | | | | Merge branch 'sched/urgent' into sched/coreThomas Gleixner2010-02-162-29/+59
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard2010-02-091-1/+1
| * | | | | | | | | | sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard2010-02-081-1/+19
| * | | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-02-0832-296/+464
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched: Remove member rt_se from struct rt_rqYong Zhang2010-02-041-2/+0Star
| * | | | | | | | | | | sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]Yong Zhang2010-02-041-2/+8
| * | | | | | | | | | | sched: Remove unused update_shares_locked()Peter Zijlstra2010-02-021-14/+0Star
| * | | | | | | | | | | sched: Use for_each_bitAkinobu Mita2010-02-021-3/+1Star
| * | | | | | | | | | | sched: Queue a deboosted task to the head of the RT prio queueThomas Gleixner2010-01-221-1/+1
| * | | | | | | | | | | sched: Implement head queueing for sched_rtThomas Gleixner2010-01-221-8/+11
| * | | | | | | | | | | sched: Extend enqueue_task to allow head queueingThomas Gleixner2010-01-223-8/+11
| * | | | | | | | | | | sched: Remove USER_SCHEDDhaval Giani2010-01-214-425/+7Star
| * | | | | | | | | | | sched: Fix the place where group powers are updatedGautham R Shenoy2010-01-211-4/+3Star
| * | | | | | | | | | | sched: Assume *balance is validPeter Zijlstra2010-01-211-3/+3
| * | | | | | | | | | | sched: Remove load_balance_newidle()Peter Zijlstra2010-01-211-122/+13Star
| * | | | | | | | | | | sched: Unify load_balance{,_newidle}()Peter Zijlstra2010-01-211-56/+59
| * | | | | | | | | | | sched: Add a lock break for PREEMPT=yPeter Zijlstra2010-01-211-0/+4
| * | | | | | | | | | | sched: Remove from fwd declsPeter Zijlstra2010-01-211-67/+60Star
| * | | | | | | | | | | sched: Remove rq_iterator from move_one_taskPeter Zijlstra2010-01-211-110/+36Star