summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into sched/coreIngo Molnar2010-07-2113-59/+87
|\
| * kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas2010-07-191-0/+6
| * module: initialize module dynamic debug laterYehuda Sadeh2010-07-041-8/+15
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-022-10/+10
| |\
| | * sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-012-10/+10
| * | futex: futex_find_get_task remove credentails checkMichal Hocko2010-06-301-13/+4
| * | kexec: fix Oops in crash_shrink_memory()Pavan Naregundi2010-06-291-3/+4
| * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-281-1/+3
| |\ \
| | * | perf/tracing: Fix regression of perf losing kprobe eventsSteven Rostedt2010-06-101-1/+3
| * | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-06-281-0/+3
| |\ \ \
| | * | | genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner2010-06-091-0/+3
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-06-281-59/+65
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon2010-06-251-0/+6
| | * | | sched: Fix over-scheduling bugAlex,Shi2010-06-181-3/+0
| * | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-06-281-4/+1
| |\ \ \ \
| | * | | | nohz: Fix nohz ratelimitPeter Zijlstra2010-06-171-4/+1
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-282-0/+11
| |\ \ \ \ \
| | * | | | | sched: silence PROVE_RCU in sched_fork()Peter Zijlstra2010-06-231-0/+9
| | * | | | | rcu: apply RCU protection to wake_affine()Daniel J Blueman2010-06-231-0/+2
| | |/ / / /
| * | | | | Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown2010-06-124-17/+24
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-104-17/+24
* | | | | | sched: No need for bootmem special casesPekka Enberg2010-07-173-19/+10
* | | | | | sched: Reduce update_group_power() callsPeter Zijlstra2010-07-171-6/+6
* | | | | | sched: Update rq->clock for nohz balanced cpusSuresh Siddha2010-07-171-0/+1
* | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
* | | | | | sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo2010-06-222-5/+5
* | | | | | sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()Oleg Nesterov2010-06-181-1/+4
* | | | | | sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()Oleg Nesterov2010-06-181-6/+4
* | | | | | sched: thread_group_cputime: Simplify, document the "alive" checkOleg Nesterov2010-06-181-14/+7
* | | | | | sched: Remove the obsolete exit_state/signal hacksOleg Nesterov2010-06-181-24/+3
* | | | | | sched: task_tick_rt: Remove the obsolete ->signal != NULL checkOleg Nesterov2010-06-181-3/+0
* | | | | | sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov2010-06-181-6/+2
* | | | | | sched: Fix comments to make them DocBook happyMichael Neuling2010-06-181-4/+5
* | | | | | sched: Fix fix_small_capacityMichael Neuling2010-06-181-1/+1
* | | | | | Merge commit 'v2.6.35-rc3' into sched/coreIngo Molnar2010-06-181-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-101-1/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra2010-06-081-1/+4
* | | | | sched: Add asymmetric group packing option for sibling domainMichael Neuling2010-06-091-17/+122
* | | | | sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri2010-06-091-10/+43
* | | | | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-095-153/+234
* | | | | sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi2010-06-092-6/+99
* | | | | sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov2010-06-091-7/+6
* | | | | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-096-16/+90
* | | | | Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar2010-06-085-80/+170
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sched: add hooks for workqueueTejun Heo2010-06-083-3/+68
| * | | | sched: refactor try_to_wake_up()Tejun Heo2010-06-081-34/+49
| * | | | sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-083-42/+52
| * | | | sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2010-06-081-1/+1
| |/ / /
* | | | sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra2010-06-081-56/+59
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-06-042-121/+211
|\ \ \
OpenPOWER on IntegriCloud