summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched, autogroup: Fix reference leakMike Galbraith2011-01-041-1/+1
* sched, autogroup: Fix potential access to freed memoryMike Galbraith2011-01-041-8/+17
* sched: Remove redundant CONFIG_CGROUP_SCHED ifdefYong Zhang2011-01-041-4/+0
* sched: Fix interactivity bug by charging unaccounted run-time on entity re-we...Paul Turner2010-12-191-1/+5
* sched: Move periodic share updates to entity_tick()Paul Turner2010-12-191-4/+17
* Merge commit 'v2.6.37-rc6' into sched/coreIngo Molnar2010-12-191-3/+4
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-12-141-3/+4
| |\
| | * workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt2010-12-141-2/+2
| | * workqueue: check the allocation of system_unbound_wqHitoshi Mitake2010-11-261-1/+2
* | | printk: Use this_cpu_{read|write} api on printk_pendingEric Dumazet2010-12-081-4/+4
* | | sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli2010-12-081-0/+2
* | | Merge branch 'linus' into sched/coreIngo Molnar2010-12-0814-60/+188
|\ \ \ | |/ /
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes...Linus Torvalds2010-12-081-1/+3
| |\ \ \ \
| | | | * | nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens2010-11-261-0/+2
| | | | * | printk: Fix wake_up_klogd() vs cpu hotplugHeiko Carstens2010-11-261-1/+1
| * | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-12-071-1/+1
| |\ \ \ \ \
| | * | | | | genirq: Fix incorrect proc spurious outputKenji Kaneshige2010-12-011-1/+1
| * | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-12-064-28/+54
| |\ \ \ \ \ \
| | * | | | | | PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-063-13/+16
| | * | | | | | PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver2010-12-061-15/+38
| | | |_|_|_|/ | | |/| | | |
| * | | | | | do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage2010-12-021-0/+9
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-281-4/+20
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | perf: Fix the software context switch counterPeter Zijlstra2010-11-261-2/+0
| | * | | perf: Fix inherit vs. context rotation bugThomas Gleixner2010-11-261-2/+20
| * | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-11-271-6/+6
| |\ \ \ \
| | * | | | posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky2010-11-101-6/+6
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-275-15/+92
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | irq_work: Drop cmpxchg() resultSergio Aguirre2010-11-181-1/+3
| | * | | | perf: Fix owner-list vs exitPeter Zijlstra2010-11-181-12/+51
| | * | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-182-2/+7
| | |\ \ \ \
| | | * | | | perf,hw_breakpoint: Initialize hardware api earlierJason Wessel2010-11-122-2/+7
| | * | | | | Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2010-11-182-0/+31
| | |\ \ \ \ \
| | | * | | | | tracing: Fix recursive user stack traceSteven Rostedt2010-11-121-0/+19
| | | * | | | | tracing: Fix module use of trace_bprintk()Steven Rostedt2010-11-101-0/+12
| * | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-271-5/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | sched: Fix idle balancingNikhil Rao2010-11-181-1/+3
| | * | | | | sched: Fix volanomark performance regressionAlex Shi2010-11-181-4/+0
* | | | | | | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-307-49/+292
* | | | | | | sched: Fix unregister_fair_sched_group()Paul Turner2010-11-301-2/+1
* | | | | | | sched: Remove unused argument dest_cpu to migrate_task()Nikanth Karthikesan2010-11-261-5/+3
* | | | | | | mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer2010-11-262-2/+3
* | | | | | | Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar2010-11-2611-39/+84
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds2010-11-191-1/+1
| * | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-11-181-10/+11
| |\ \ \ \ \ \
| | * | | | | | kdb: fix crash when KDB_BASE_CMD_MAX is exceededJovi Zhang2010-11-171-4/+4
| | * | | | | | kdb: fix memory leak in kdb_main.cJovi Zhang2010-11-171-6/+7
| | | |/ / / / | | |/| | | |
| * | | | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
| | |/ / / / | |/| | | |
| * | | | | kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner2010-11-161-1/+1
| * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-163-22/+61
| |\ \ \ \ \
| | * | | | | sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra2010-11-113-18/+27
OpenPOWER on IntegriCloud