summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | sched: Use a buddy to implement yield_task_fair()Rik van Riel2011-02-034-69/+90
* | | | | sched: Limit the scope of clear_buddiesRik van Riel2011-02-031-7/+23
* | | | | sched: Check the right ->nr_running in yield_task_fair()Rik van Riel2011-02-031-1/+1
* | | | | sched: Avoid expensive initial update_cfs_load(), on UP tooPeter Zijlstra2011-01-271-0/+2
* | | | | sched: Fix switch_from_fair()Peter Zijlstra2011-01-265-34/+66
* | | | | sched: Simplify the idle scheduling classPeter Zijlstra2011-01-261-19/+4
* | | | | softirqs: Account ksoftirqd time as cpustat softirqVenkatesh Pallipadi2011-01-261-0/+8
* | | | | sched: Export ns irqtimes through /proc/statVenkatesh Pallipadi2011-01-261-0/+102
* | | | | sched: Refactor account_system_time separating id-updateVenkatesh Pallipadi2011-01-261-15/+31
* | | | | time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi2011-01-261-2/+21
* | | | | softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi2011-01-262-3/+2
* | | | | sched: Avoid expensive initial update_cfs_load()Paul Turner2011-01-262-0/+3
* | | | | sched: Simplify update_cfs_shares parametersPaul Turner2011-01-262-17/+15
| |_|/ / |/| | |
* | | | sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner2011-01-261-1/+1
* | | | sched: Fix/remove redundant cfs_rq checksPaul Turner2011-01-261-4/+1
* | | | sched: Fix sign under-flows in wake_affinePaul Turner2011-01-261-3/+3
|/ / /
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-251-19/+27
|\ \ \
| * | | perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Oleg Nesterov2011-01-211-1/+1
| * | | perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatPeter Zijlstra2011-01-211-0/+3
| * | | perf: Fix perf_event_init_task()/perf_event_free_task() interactionOleg Nesterov2011-01-191-5/+4
| * | | perf: Fix find_get_context() vs perf_event_exit_task() raceOleg Nesterov2011-01-191-14/+20
| | |/ | |/|
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-251-3/+4
|\ \ \
| * | | hrtimers: Notify hrtimer users of switches to NOHZ modeStephen Boyd2011-01-191-3/+4
| |/ /
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-251-25/+53
|\ \ \
| * | | sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang2011-01-241-25/+53
* | | | module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-241-11/+54
|/ / /
* | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-211-3/+17
|\ \ \
| * | | workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noopTejun Heo2011-01-111-1/+5
| * | | workqueue: relax lockdep annotation on flush_work()Tejun Heo2011-01-111-2/+12
* | | | genirq: Remove __do_IRQThomas Gleixner2011-01-212-114/+0
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-203-29/+8
|\ \ \ \
| * | | | smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status t...Tejun Heo2011-01-201-4/+7
| * | | | lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-202-25/+1
| | |/ / | |/| |
* | | | Merge branch 'akpm'Linus Torvalds2011-01-201-6/+45
|\ \ \ \
| * | | | kernel/smp.c: consolidate writes in smp_call_function_interrupt()Milton Miller2011-01-201-10/+19
| * | | | kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard2011-01-201-0/+30
| |/ / /
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-205-22/+117
|\ \ \ \ | |/ / / |/| | |
| * | | sched, cgroup: Use exit hook to avoid use-after-free crashPeter Zijlstra2011-01-191-0/+18
| * | | sched: Fix signed unsigned comparison in check_preempt_tick()Mike Galbraith2011-01-181-0/+3
| * | | sched: Replace rq->bkl_count with rq->rq_sched_info.bkl_countYong Zhang2011-01-182-5/+4
| * | | sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failureMike Galbraith2011-01-183-1/+33
| * | | sched: Display autogroup names in /proc/sched_debugBharata B Rao2011-01-182-0/+8
| * | | sched: Reinstate group names in /proc/sched_debugBharata B Rao2011-01-181-0/+35
| * | | sched: Update effective_load() to use global share weightsPaul Turner2011-01-181-16/+16
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-181-11/+12
|\ \ \ \
| * | | | perf: Validate cpu early in perf_event_alloc()Oleg Nesterov2011-01-181-4/+6
| * | | | perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov2011-01-181-1/+1
| * | | | perf: Fix contexted inheritancePeter Zijlstra2011-01-181-6/+5
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-156-34/+36
|\ \ \ \ \ \ \ \ | | | | |/ / / /
| | | | * | | | tracing: Remove syscall_exit_fieldsLai Jiangshan2011-01-141-21/+12
OpenPOWER on IntegriCloud