summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-09121-1858/+408
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-20121-1858/+408
| |\
| | *-------. Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-1341-252/+296
| | |\ \ \ \ \
| | | | | | | * rcu: Fix for rcuo online-time-creation reorganization bugPaul E. McKenney2014-10-291-3/+7
| | | | | | | * rcu: Kick rcuo kthreads after their CPU goes offlinePaul E. McKenney2014-10-291-1/+3
| | | | | | | * rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-2948-80/+74
| | | | | | | * rcu: Unify boost and kthread prioritiesClark Williams2014-10-295-24/+32
| | | | | | | * rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited()Paul E. McKenney2014-10-281-1/+26
| | | | | | | * rcu: Move RCU_BOOST variable declarations, eliminating #ifdefPaul E. McKenney2014-10-282-15/+15
| | | | | | | * init/Kconfig: move RCU_NOCB_CPU dependencies to choiceStefan Hengelein2014-10-281-3/+1
| | | | | | * | signal: Document the RCU protection of ->sighandOleg Nesterov2014-10-292-2/+15
| | | | | | * | signal: Exit RCU read-side critical section on each pass through loopPaul E. McKenney2014-10-291-16/+14
| | | | | | |/
| | | | | * | rcu: Fix FIXME in rcu_tasks_kthread()Paul E. McKenney2014-11-131-1/+2
| | | | | * | rcu: More info about potential deadlocks with rcu_read_unlock()Oleg Nesterov2014-11-131-1/+3
| | | | | * | rcu: Optimize cond_resched_rcu_qs()Paul E. McKenney2014-11-131-2/+2
| | | | | * | rcu: Add sparse check for RCU_INIT_POINTER()Pranith Kumar2014-11-131-0/+1
| | | | | * | rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney2014-10-2815-44/+1
| | | | | |/
| | | | * | documentation: memory-barriers.txt: Correct example for reorderingsPranith Kumar2014-11-131-11/+11
| | | | * | documentation: Add atomic_long_t to atomic_ops.txtPaul E. McKenney2014-11-131-4/+8
| | | | * | documentation: Additional restriction for control dependenciesPaul E. McKenney2014-11-131-0/+18
| | | | * | documentation: Document RCU self test boot paramsPranith Kumar2014-11-131-0/+9
| | | | |/
| | | * | cpu: Avoid puts_pending overflowPaul E. McKenney2014-11-031-6/+13
| | | * | rcu: Remove "cpu" argument to rcu_cleanup_after_idle()Paul E. McKenney2014-11-033-5/+5
| | | * | rcu: Remove "cpu" argument to rcu_prepare_for_idle()Paul E. McKenney2014-11-033-7/+7
| | | * | rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-035-11/+11
| | | * | rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-037-11/+11
| | | * | rcu: Remove "cpu" argument to rcu_preempt_check_callbacks()Paul E. McKenney2014-11-033-6/+6
| | | * | rcu: Remove "cpu" argument to rcu_pending()Paul E. McKenney2014-11-031-4/+4
| | | * | rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney2014-11-034-7/+6
| | | * | rcu: Use DEFINE_PER_CPU_SHARED_ALIGNED for rcu_dataPaul E. McKenney2014-11-031-1/+1
| | | * | rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_...Christoph Lameter2014-11-033-18/+22
| | | |/
| | * | rcutorture: Fix rcu_torture_cbflood() memory leakPaul E. McKenney2014-11-031-0/+1
| | * | rcutorture: Remove obsolete kversion param in kvm.shPranith Kumar2014-11-032-15/+6
| | * | rcutorture: Remove stale test configurationsPranith Kumar2014-11-0371-1588/+0
| | * | rcutorture: Enable RCU self test in configsPranith Kumar2014-11-036-0/+12
| | * | rcutorture: Add early boot self testsPranith Kumar2014-11-034-1/+91
| | * | torture: Run Linux-kernel binary out of results directoryPaul E. McKenney2014-11-031-2/+2
| | |/
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-12-092-1/+179
|\ \ \
| * | | x86/ticketlock: Fix spin_unlock_wait() livelockOleg Nesterov2014-12-081-1/+13
| * | | locking/lglocks: Add documentation of current lglocks implementationNicholas Mc Guire2014-12-081-0/+166
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-0933-368/+835
|\ \ \ \
| * | | | ARM64: use GENERIC_PCI_IOMAPArnd Bergmann2014-11-191-0/+1
| * | | | sparc: io: remove duplicate relaxed accessors on sparc32Arnd Bergmann2014-11-192-9/+6
| * | | | Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux...Arnd Bergmann2014-11-1119-46/+106
| |\ \ \ \
| | * | | | documentation: memory-barriers: clarify relaxed io accessor semanticsWill Deacon2014-10-201-4/+9
| | * | | | x86: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-0/+4
| | * | | | tile: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-0/+4
| | * | | | sparc: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-203-10/+11
| | * | | | powerpc: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-4/+8
| | * | | | parisc: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-4/+8
OpenPOWER on IntegriCloud