summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | rcu: Create RCU_EXPERT Kconfig and hide booleans behind itPaul E. McKenney2015-05-271-2/+17
| | | | | | * | | rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney2015-05-272-0/+32
| | | | | | * | | rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney2015-05-274-17/+12
| | | | | | * | | rcu: Directly drive RCU_USER_QS from KconfigPaul E. McKenney2015-05-271-9/+1
| | | | | | * | | rcu: Directly drive TASKS_RCU from KconfigPaul E. McKenney2015-05-272-3/+2
| | | | | | * | | rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney2015-05-274-8/+93
| | | | | | * | | rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney2015-05-271-3/+3
| | | | | | * | | rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney2015-05-271-2/+13
| | | | | | |/ /
| | | | | * | | cpu: Remove new instance of __cpuinit that crept back inPaul Gortmaker2015-05-271-1/+1
| | | | | * | | cpu: Handle smpboot_unpark_threads() uniformlyPaul E. McKenney2015-05-271-1/+1
| | | | | * | | rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney2015-05-271-1/+1
| | | | | * | | rcu: Remove redundant offline checkPaul E. McKenney2015-05-271-2/+0
| | | | | * | | rcu: Remove dead code from force_qs_rnp()Paul E. McKenney2015-05-271-4/+0
| | | | | * | | rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney2015-05-271-3/+6
| | | | | * | | rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney2015-05-271-25/+14
| | | | | |/ /
| | | | * | | rculist: Fix another sparse warningYing Xue2015-05-271-2/+2
| | | | * | | rcu: Change function declaration to boolNicholas Mc Guire2015-05-271-1/+1
| | | | * | | rcu: Make rcu_*_data variables staticNicolas Iooss2015-05-272-4/+1
| | | | * | | rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney2015-05-271-1/+1
| | | | * | | smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney2015-05-273-23/+50
| | | | * | | rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney2015-05-271-2/+3
| | | | * | | rcu: Fix missing task information during rcu-preempt stallPatrick Daly2015-05-271-2/+2
| | | | * | | powerpc: Fix smp_mb__before_spinlock()Paul E. McKenney2015-05-271-0/+1
| | | | * | | rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches2015-05-271-2/+2
| | | | * | | rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney2015-05-271-0/+1
| | | | * | | rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney2015-05-273-14/+14
| | | | * | | rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney2015-05-272-7/+10
| | | | * | | rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney2015-05-272-3/+3
| | | | * | | rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney2015-05-272-17/+20
| | | | * | | rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney2015-05-271-10/+9
| | | | |/ /
| | | * | | documentation: State that rcu_dereference() reloads pointerMilos Vyletel2015-05-271-1/+3
| | | * | | documentation: Update rcu_dereference.txt based on WG21 discussionsPaul E. McKenney2015-05-271-0/+5
| | | * | | documentation: memory-barriers: Fix smp_mb__before_spinlock() semanticsWill Deacon2015-05-272-5/+4
| | | |/ /
| | * | | mce: mce_chrdev_write() can be staticPaul E. McKenney2015-05-271-2/+2
| | * | | documentation: RCU-protected array indexes no longer supportedPaul E. McKenney2015-05-274-37/+28
| | * | | rcu: Eliminate array-index-based RCU primitivesPaul E. McKenney2015-05-271-50/+0
| | * | | mce: Stop using array-index-based RCU primitivesPaul E. McKenney2015-05-271-4/+7
| | |/ /
| | * | rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-2710-192/+193
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-2286-1522/+1222
|\ \ \ \
| * | | | turn user_{path_at,path,lpath,path_dir}() into static inlinesAl Viro2015-05-152-17/+25
| * | | | namei: move saved_nd pointer into struct nameidataAl Viro2015-05-151-22/+24
| * | | | inline user_path_create()Al Viro2015-05-151-1/+1
| * | | | inline user_path_parent()Al Viro2015-05-151-1/+1
| * | | | namei: trim do_last() argumentsAl Viro2015-05-151-6/+6
| * | | | namei: stash dfd and name into nameidataAl Viro2015-05-151-50/+46
| * | | | namei: fold path_cleanup() into terminate_walk()Al Viro2015-05-151-12/+4
| * | | | namei: saner calling conventions for filename_parentat()Al Viro2015-05-151-38/+22
| * | | | namei: saner calling conventions for filename_create()Al Viro2015-05-151-16/+10
| * | | | namei: shift nameidata down into filename_parentat()Al Viro2015-05-151-41/+43
| * | | | namei: make filename_lookup() reject ERR_PTR() passed as nameAl Viro2015-05-151-20/+10
OpenPOWER on IntegriCloud