summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-1137-3667/+1636
|\
| * rcu: Move end of special early-boot RCU operation earlierPaul E. McKenney2009-09-041-1/+1
| * Merge branch 'linus' into core/rcuIngo Molnar2009-09-04448-3097/+5241
| |\
| * | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-294-12/+17
| * | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-294-8/+69
| * | rcu: Remove lockdep annotations from RCU's _notrace() API membersPaul E. McKenney2009-08-261-2/+0
| * | rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney2009-08-251-0/+2
| * | rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney2009-08-242-0/+26
| * | rcu: Add "notrace" to RCU function headers used by ftracePaul E. McKenney2009-08-241-2/+2
| * | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-2312-2142/+13
| * | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-2314-55/+661
| * | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-236-9/+14
| * | rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney2009-08-231-30/+15
| * | rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney2009-08-231-9/+5
| * | rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney2009-08-231-1/+1
| * | rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.hPaul E. McKenney2009-08-233-24/+44
| * | rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-2310-63/+95
| * | rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney2009-08-234-211/+241
| * | rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney2009-08-222-4/+4
| * | rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney2009-08-191-1/+2
| * | rcu: Fix typo in rcu_irq_exit() comment headerJosh Triplett2009-08-151-1/+1
| * | rcu: Make rcupreempt_trace.c look at offline CPUsPaul E. McKenney2009-08-151-2/+3
| * | rcu: Make preemptable RCU scan all CPUs when summing RCU countersPaul E. McKenney2009-08-151-7/+1
| * | rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney2009-08-153-36/+22
| * | cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU casePaul E. McKenney2009-08-151-5/+12
| * | rcu: Split hierarchical RCU initialization into boot-time and CPU-online piecesPaul E. McKenney2009-08-151-20/+33
| * | Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2009-08-152538-36388/+70259
| |\ \
| * | | rcu: Add synchronize_sched_expedited() rcutorture doc + updatesPaul E. McKenney2009-07-036-19/+156
| * | | rcu: Add synchronize_sched_expedited() torture testsPaul E. McKenney2009-07-031-92/+110
| * | | rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney2009-07-035-15/+186
| * | | rcu: Remove Classic RCUPaul E. McKenney2009-06-245-999/+3
* | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-111-57/+118
|\ \ \ \
| * | | | printk: Fix "printk: Enable the use of more than one CON_BOOT (early console)"Sonic Zhang2009-08-081-1/+1
| * | | | printk: Restore previous console_loglevel when re-enabling loggingFrans Pop2009-07-101-1/+10
| * | | | printk: Ensure that "console enabled" messages are printed on the consoleRobin Getz2009-07-101-15/+29
| * | | | printk: Enable the use of more than one CON_BOOT (early console)Robin Getz2009-07-031-54/+92
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1119-652/+1209
|\ \ \ \ \
| * | | | | locking, m68k/asm-offsets: Rename signal definesHeiko Carstens2009-09-013-9/+8
| * | | | | locking: Inline spinlock code for all locking variants on s390Heiko Carstens2009-08-311-0/+29
| * | | | | locking: Simplify spinlock inliningHeiko Carstens2009-08-312-40/+18
| * | | | | locking: Allow arch-inlined spinlocksHeiko Carstens2009-08-312-0/+175
| * | | | | locking: Move spinlock function bodies to header fileHeiko Carstens2009-08-313-155/+300
| * | | | | locking, m68k: Calculate thread_info offset with asm offsetHeiko Carstens2009-08-312-1/+15
| * | | | | locking, m68k/asm-offsets: Rename pt_regs offset definesHeiko Carstens2009-08-316-56/+53
| * | | | | locking, sparc: Rename __spin_try_lock() and friendsHeiko Carstens2009-08-312-20/+20
| * | | | | locking, powerpc: Rename __spin_try_lock() and friendsHeiko Carstens2009-08-311-10/+10
| * | | | | Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar2009-08-311284-18787/+32489
| |\ \ \ \ \
| * | | | | | lockdep: Remove recursion stattisticsMing Lei2009-08-292-12/+0
| * | | | | | lockdep: Simplify lock_stat seqfile codeLi Zefan2009-08-171-22/+7
| * | | | | | lockdep: Simplify lockdep_chains seqfile codeLi Zefan2009-08-171-30/+7