summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-3015-518/+640
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-04-1015-518/+640
| |\
| | *-. Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-2611-505/+603
| | |\ \
| | | | * rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney2013-03-261-18/+32
| | | | * rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney2013-03-263-99/+130
| | | | * rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney2013-03-262-11/+11
| | | | * rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney2013-03-262-17/+12
| | | | * rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney2013-03-262-38/+40
| | | | * rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney2013-03-261-4/+2
| | | | * rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-267-313/+149
| | | | * rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney2013-03-261-8/+13
| | | | * rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney2013-03-261-11/+20
| | | | * rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-265-13/+20
| | | | * rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney2013-03-262-0/+85
| | | | * rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney2013-03-261-0/+7
| | | | * rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney2013-03-263-20/+127
| | | | * rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney2013-03-262-0/+53
| | | | * rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-124-129/+57
| | | * | rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney2013-03-131-1/+2
| | | * | rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2013-03-133-10/+32
| | | * | rcu: Fix hlist_bl_set_first_rcu() annotationSteven Whitehouse2013-03-122-1/+6
| | | * | rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney2013-03-121-3/+0
| | | * | rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat2013-03-121-5/+0
| | | * | rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney2013-03-121-1/+2
| | | * | rcu: Fix spacing problemJiang Fang2013-03-121-1/+1
| | | |/
| | * | rcu: Documentation updatePaul E. McKenney2013-03-123-11/+35
| | * | rcu: Make bugginess of code sample more evidentPaul E. McKenney2013-03-121-2/+2
| | |/
* | | tracing: Fix small merge bugSteven Rostedt2013-04-301-1/+1
* | | Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-10/+16
|\ \ \
| * | | localmodconfig: Process source kconfig files as they are foundSteven Rostedt2013-04-291-10/+7
| * | | localmodconfig: Add debug prints for dependencies of module configsSteven Rostedt2013-04-291-0/+9
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-29218-2303/+2859
|\ \ \ \
| * | | | net: rename random32 to prandomAkinobu Mita2013-04-291-2/+2
| * | | | net/core: remove duplicate statements by do-while loopAkinobu Mita2013-04-291-9/+6
| * | | | net/core: rename random32() to prandom_u32()Akinobu Mita2013-04-291-14/+15
| * | | | net/netfilter: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
| * | | | net/sched: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
| * | | | net/sunrpc: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
| * | | | scsi: rename random32() to prandom_u32()Akinobu Mita2013-04-292-5/+5
| * | | | lguest: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
| * | | | uwb: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
| * | | | video/uvesafb: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
| * | | | mmc: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
| * | | | drbd: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+3
| * | | | kernel/: rename random32() to prandom_u32()Akinobu Mita2013-04-292-2/+2
| * | | | mm/: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
| * | | | lib/: rename random32() to prandom_u32()Akinobu Mita2013-04-292-2/+2
| * | | | x86: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
| * | | | x86: pageattr-test: remove srandom32 callAkinobu Mita2013-04-291-1/+0
| * | | | uuid: use prandom_bytes()Akinobu Mita2013-04-291-7/+1
OpenPOWER on IntegriCloud