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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | sched: Add some clock info to sched_debugPeter Zijlstra2010-11-232-5/+28
| * | | | | | | | | | | | | cpu: Remove incorrect BUG_ONPeter Zijlstra2010-11-231-1/+4
| * | | | | | | | | | | | | cpu: Remove unused variableDhaval Giani2010-11-231-1/+0
| * | | | | | | | | | | | | sched: Fix UP build breakagePeter Zijlstra2010-11-231-1/+1
| * | | | | | | | | | | | | sched: Make task dump print all 15 chars of proc commErik Gilling2010-11-231-1/+1
| * | | | | | | | | | | | | sched: Update tg->shares after cpu.shares writePaul Turner2010-11-181-31/+11
| * | | | | | | | | | | | | sched: Allow update_cfs_load() to update global loadPaul Turner2010-11-181-15/+29
| * | | | | | | | | | | | | sched: Implement demand based update_cfs_load()Paul Turner2010-11-182-1/+20
| * | | | | | | | | | | | | sched: Update shares on idle_balancePaul Turner2010-11-181-0/+1
| * | | | | | | | | | | | | sched: Add sysctl_sched_shares_windowPaul Turner2010-11-182-1/+15
| * | | | | | | | | | | | | sched: Introduce hierarchal order on shares update listPaul Turner2010-11-181-10/+16
| * | | | | | | | | | | | | sched: Fix update_cfs_load() synchronizationPaul Turner2010-11-182-13/+22
| * | | | | | | | | | | | | sched: Fix load corruption from update_cfs_shares()Paul Turner2010-11-181-8/+8
| * | | | | | | | | | | | | sched: Make tg_shares_up() walk on-demandPeter Zijlstra2010-11-182-67/+58
| * | | | | | | | | | | | | sched: Implement on-demand (active) cfs_rq listPeter Zijlstra2010-11-183-83/+92
| * | | | | | | | | | | | | sched: Rewrite tg_shares_up)Peter Zijlstra2010-11-185-211/+162
| * | | | | | | | | | | | | sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra2010-11-182-155/+67
| * | | | | | | | | | | | | Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-1862-911/+1301
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-236-8/+12
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-0613-348/+894
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | perf: Add calls to suspend trace pointJean Pihet2011-01-051-0/+3
| * | | | | | | | | | | | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-052-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-042-0/+18
| * | | | | | | | | | | | | | perf: Do not export power_frequency, but power_start eventThomas Renninger2011-01-041-1/+1
| * | | | | | | | | | | | | | Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-043-14/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-12-222-4/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | tracing/events: Show real number in array fieldsSteven Rostedt2010-11-192-4/+16
| * | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-227-151/+260
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | perf: Sysfs enumerationPeter Zijlstra2010-12-161-1/+94
| * | | | | | | | | | | | | | | perf: Dynamic pmu typesPeter Zijlstra2010-12-162-7/+43
| * | | | | | | | | | | | | | | perf: Move perf_event_init() into main.cPeter Zijlstra2010-12-161-2/+0
| * | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-12-164-10/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-103-1/+18
| * | | | | | | | | | | | | | | | perf: Stop all counters on rebootPeter Zijlstra2010-12-081-1/+23
| * | | | | | | | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-12-071-67/+167
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | perf events: Make sample_type identity fields available in all PERF_RECORD_ e...Arnaldo Carvalho de Melo2010-12-041-17/+91
OpenPOWER on IntegriCloud