aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-0416-483/+411
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-301-0/+9
| |\
| | * rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-221-0/+9
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-1616-483/+402
| |\|
| | *---. Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney2018-05-1516-395/+254
| | |\ \ \
| | | | | * rcutorture: Print end-of-test statePaul E. McKenney2018-05-151-0/+8
| | | | * | rcu: Drop early GP request check from rcu_gp_kthread()Paul E. McKenney2018-05-151-6/+0
| | | | * | rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney2018-05-153-57/+3
| | | | * | rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp()Paul E. McKenney2018-05-151-4/+2
| | | | * | rcu: Make rcu_start_this_gp() check for out-of-range requestsPaul E. McKenney2018-05-151-0/+2
| | | | * | rcu: Add funnel locking to rcu_start_this_gp()Paul E. McKenney2018-05-151-57/+35
| | | | * | rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney2018-05-152-35/+27
| | | | * | rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp()Paul E. McKenney2018-05-151-44/+12
| | | | * | rcu: Clear request other than RCU_GP_FLAG_INIT at GP endPaul E. McKenney2018-05-151-0/+1
| | | | * | rcu: Cleanup, don't put ->completed into an intPaul E. McKenney2018-05-151-1/+1
| | | | * | rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs()Paul E. McKenney2018-05-151-38/+15
| | | | * | rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisitionPaul E. McKenney2018-05-151-4/+4
| | | | * | rcu: Make rcu_migrate_callbacks wake GP kthread when neededPaul E. McKenney2018-05-151-2/+6
| | | | * | rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney2018-05-152-4/+4
| | | | * | rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney2018-05-152-2/+3
| | | | * | rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney2018-05-151-2/+1
| | | | * | rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney2018-05-153-24/+10
| | | | * | rcu: Make rcu_gp_kthread() check for early-boot activityPaul E. McKenney2018-05-151-0/+6
| | | | * | rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney2018-05-153-10/+23
| | | | * | rcu: Make rcu_start_future_gp()'s grace-period check more precisePaul E. McKenney2018-05-151-13/+5
| | | | * | rcu: Improve non-root rcu_cbs_completed() accuracyPaul E. McKenney2018-05-151-0/+15
| | | | |/
| | | * | rcu: Add leaf-node macrosPaul E. McKenney2018-05-153-7/+12
| | | * | srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney2018-05-153-17/+29
| | | * | rcu: Declare rcu_eqs_special_set() in public headerYury Norov2018-05-151-1/+0
| | | * | rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney2018-05-151-2/+1
| | | * | rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney2018-05-152-48/+44
| | | * | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-152-16/+1
| | | * | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-156-17/+17
| | | * | rcu: Remove deprecated RCU debugfs tracing codeByungchul Park2018-05-152-12/+5
| | | * | rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park2018-05-151-1/+1
| | | * | rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney2018-05-151-2/+2
| | | * | rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park2018-05-152-11/+1
| | | |/
| | * | rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lockBoqun Feng2018-05-151-3/+25
| | * | rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functionsBoqun Feng2018-05-151-7/+3
| | * | rcu: Parallelize expedited grace-period initializationPaul E. McKenney2018-05-154-78/+120
| | |/
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-129/+52
|\ \ \
| * | | signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman2018-04-261-25/+56
| * | | signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat codeEric W. Biederman2018-04-261-5/+0
| * | | signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman2018-04-251-16/+8
| * | | signal: Remove SEGV_BNDERR ifdefsEric W. Biederman2018-04-251-6/+0
| * | | signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layoutEric W. Biederman2018-04-251-9/+0
| * | | signal: Reduce copy_siginfo_to_user to just copy_to_userEric W. Biederman2018-04-251-82/+2
| | |/ | |/|
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-0/+2
|\ \ \
| * | | aio: implement io_pgeteventsChristoph Hellwig2018-05-021-0/+2
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0411-248/+27
|\ \ \ \