summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | 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-186-213/+162
| | * | | | | | | | | | | | | | | | | sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra2010-11-183-158/+67
| | * | | | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-188924-528771/+974426
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-237-10/+15
| | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-06207-3447/+4917
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-061-125/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | futex: Add futex_q static initializerDarren Hart2010-11-101-15/+10
| | * | | | | | | | | | | | | | | | | | futex: Replace fshared and clockrt with combined flagsDarren Hart2010-11-101-76/+70
| | * | | | | | | | | | | | | | | | | | futex: Cleanup stale fshared flag interfacesThomas Gleixner2010-11-101-34/+30
| * | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-0617-285/+1207
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-12-2317-285/+1207
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | rcu: remove unused __list_for_each_rcu() macroPaul E. McKenney2010-12-171-5/+0
| | | * | | | | | | | | | | | | | | | | | rculist: fix borked __list_for_each_rcu() macroMariusz Kozlowski2010-12-171-1/+1
| | | * | | | | | | | | | | | | | | | | | rcu: reduce __call_rcu()-induced contention on rcu_node structuresPaul E. McKenney2010-12-171-17/+21
| | | * | | | | | | | | | | | | | | | | | rcu: limit rcu_node leaf-level fanoutPaul E. McKenney2010-12-172-21/+27
| | | * | | | | | | | | | | | | | | | | | rcu: fine-tune grace-period begin/end checksPaul E. McKenney2010-12-171-9/+18
| | | * | | | | | | | | | | | | | | | | | rcu: Keep gpnum and completed fields synchronizedFrederic Weisbecker2010-12-171-0/+9
| | | * | | | | | | | | | | | | | | | | | rcu: Stop chasing QS if another CPU did it for usFrederic Weisbecker2010-12-171-0/+8
| | | * | | | | | | | | | | | | | | | | | rcu: increase synchronize_sched_expedited() batchingTejun Heo2010-12-172-20/+64
| | | * | | | | | | | | | | | | | | | | | rcu: Make synchronize_srcu_expedited() fast if running readersPaul E. McKenney2010-11-292-1/+22
| | | * | | | | | | | | | | | | | | | | | rcu: fix race condition in synchronize_sched_expedited()Paul E. McKenney2010-11-291-2/+16
| | | * | | | | | | | | | | | | | | | | | rcu: update documentation/comments for Lai's adoption patchPaul E. McKenney2010-11-293-13/+11
| | | * | | | | | | | | | | | | | | | | | rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan2010-11-294-78/+31
| | | * | | | | | | | | | | | | | | | | | rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan2010-11-295-70/+77
| | | * | | | | | | | | | | | | | | | | | rcu: get rid of obsolete "classic" names in TREE_RCU tracingPaul E. McKenney2010-11-291-4/+4
| | | * | | | | | | | | | | | | | | | | | rcu: Distinguish between boosting and boostedPaul E. McKenney2010-11-291-0/+4
| | | * | | | | | | | | | | | | | | | | | rcu: document TINY_RCU and TINY_PREEMPT_RCU tracing.Paul E. McKenney2010-11-291-8/+124
| | | * | | | | | | | | | | | | | | | | | rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCUPaul E. McKenney2010-11-293-11/+226
| | | * | | | | | | | | | | | | | | | | | rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney2010-11-295-53/+280
| | | * | | | | | | | | | | | | | | | | | rcu: move TINY_RCU from softirq to kthreadPaul E. McKenney2010-11-175-26/+70
| | | * | | | | | | | | | | | | | | | | | rcu: add priority-inversion testing to rcutorturePaul E. McKenney2010-10-071-11/+259
| * | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2011-01-0612-173/+86
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | GFS2: Don't flush delete workqueue when releasing the transaction lockSteven Whitehouse2010-12-161-1/+0
| | * | | | | | | | | | | | | | | | | | | | GFS2: fsck.gfs2 reported statfs error after gfs2_growBob Peterson2010-12-071-1/+1
| | * | | | | | | | | | | | | | | | | | | | GFS2: Merge glock state fields into a bitfieldSteven Whitehouse2010-11-303-8/+14
| | * | | | | | | | | | | | | | | | | | | | GFS2: Fix uninitialised error value in previous patchSteven Whitehouse2010-11-301-1/+1
| | * | | | | | | | | | | | | | | | | | | | GFS2: fix recursive locking during rindex truncatesBenjamin Marzinski2010-11-303-3/+9
| | * | | | | | | | | | | | | | | | | | | | GFS2: reread rindex when necessary to grow rindexBenjamin Marzinski2010-11-301-42/+11
| | * | | | | | | | | | | | | | | | | | | | GFS2: Remove duplicate #defines from glock.hSteven Whitehouse2010-11-301-14/+0
| | * | | | | | | | | | | | | | | | | | | | GFS2: Clean up of gdlm_lock functionSteven Whitehouse2010-11-303-40/+17
| | * | | | | | | | | | | | | | | | | | | | GFS2: Allow gfs2 to update quota usage values through the quotactl interfaceAbhijith Das2010-11-301-2/+11
| | * | | | | | | | | | | | | | | | | | | | GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbgJoe Perches2010-11-301-0/+2
| | * | | | | | | | | | | | | | | | | | | | GFS2: fs/gfs2/glock.c: Use printf extension %pVJoe Perches2010-11-301-2/+7
| | * | | | | | | | | | | | | | | | | | | | GFS2: Clean up duplicated setattr codeSteven Whitehouse2010-11-302-21/+2
| | * | | | | | | | | | | | | | | | | | | | GFS2: Remove unreachable calls to vmtruncateSteven Whitehouse2010-11-303-27/+0
| | * | | | | | | | | | | | | | | | | | | | GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pSJoe Perches2010-11-301-8/+7
| | * | | | | | | | | | | | | | | | | | | | GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIMSteven Whitehouse2010-11-301-3/+4
| * | | | | | | | | | | | | | | | | | | | | kernel-doc: code reorganizationRandy Dunlap2011-01-061-48/+54
OpenPOWER on IntegriCloud