summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-08-14rcu/nocb: Use build-time no-CBs check in rcu_core()Paul E. McKenney1-4/+4
2019-08-14rcu/nocb: Use build-time no-CBs check in rcu_do_batch()Paul E. McKenney1-5/+5
2019-08-14rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fieldsPaul E. McKenney1-4/+2
2019-08-14rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fieldsPaul E. McKenney2-3/+0
2019-08-14rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fieldsPaul E. McKenney3-20/+3
2019-08-14rcu/nocb: Remove obsolete nocb_head and nocb_tail fieldsPaul E. McKenney2-4/+0
2019-08-14rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney5-383/+270
2019-08-14rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney5-35/+11
2019-08-14rcu/nocb: Allow lockless use of rcu_segcblist_empty()Paul E. McKenney2-3/+3
2019-08-14rcu/nocb: Allow lockless use of rcu_segcblist_restempty()Paul E. McKenney2-16/+16
2019-08-14rcu/nocb: Remove deferred wakeup checks for extended quiescent statesPaul E. McKenney1-10/+0
2019-08-14rcu/nocb: Check for deferred nocb wakeups before nohz_full early exitPaul E. McKenney1-4/+4
2019-08-14rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structurePaul E. McKenney1-5/+6
2019-08-14rcu/nocb: Add checks for offloaded callback processingPaul E. McKenney1-3/+8
2019-08-14rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney4-8/+32
2019-08-14rcu/nocb: Use separate flag to indicate disabled ->cblistPaul E. McKenney3-3/+4
2019-08-14rcu/nocb: Print gp/cb kthread hierarchy if dump_treePaul E. McKenney1-0/+6
2019-08-14rcu/nocb: Rename rcu_nocb_leader_stride kernel boot parameterPaul E. McKenney1-4/+4
2019-08-14rcu/nocb: Rename and document no-CB CB kthread sleep trace eventPaul E. McKenney1-1/+1
2019-08-14rcu/nocb: Rename rcu_organize_nocb_kthreads() local variablePaul E. McKenney1-3/+3
2019-08-14rcu/nocb: Rename wake_nocb_leader_defer() to wake_nocb_gp_defer()Paul E. McKenney1-6/+6
2019-08-14rcu/nocb: Rename __wake_nocb_leader() to __wake_nocb_gp()Paul E. McKenney1-9/+9
2019-08-14rcu/nocb: Rename wake_nocb_leader() to wake_nocb_gp()Paul E. McKenney1-3/+3
2019-08-14rcu/nocb: Rename nocb_follower_wait() to nocb_cb_wait()Paul E. McKenney1-2/+2
2019-08-14rcu/nocb: Provide separate no-CBs grace-period kthreadsPaul E. McKenney2-60/+61
2019-08-14rcu/nocb: Update comments to prepare for forward-progress workPaul E. McKenney2-32/+33
2019-08-14rcu/nocb: Rename rcu_data fields to prepare for forward-progress workPaul E. McKenney2-46/+46
2019-08-14Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney16-110/+193
2019-08-12rcu: Fix spelling mistake "greate"->"great"Mukesh Ojha1-1/+1
2019-08-12rcu: Remove redundant "if" condition from rcu_gp_is_expedited()Paul E. McKenney1-2/+1
2019-08-12idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra1-2/+3
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)2-33/+74
2019-08-02rcutorture: Aggressive forward-progress tests shouldn't block shutdownPaul E. McKenney1-1/+16
2019-08-02rcuperf: Make rcuperf kernel test more robust for !expedited modeJoel Fernandes (Google)1-0/+8
2019-08-02torture: Remove exporting of internal functionsDenis Efremov1-2/+0
2019-08-02rcutorture: Emulate userspace sojourn during call_rcu() floodsPaul E. McKenney1-5/+7
2019-08-02rcuperf: Fix perf_type module-parameter descriptionXiao Yang1-1/+1
2019-08-02rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()Joel Fernandes (Google)1-5/+1
2019-08-02treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)2-6/+6
2019-08-02rcu: Change return type of rcu_spawn_one_boost_kthread()Byungchul Park1-9/+11
2019-08-02srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney2-23/+3
2019-08-02rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney1-1/+5
2019-08-02rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney3-0/+7
2019-08-02rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Paul E. McKenney1-11/+0
2019-08-02time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-08-02lockdep: Make print_lock() address visiblePaul E. McKenney1-1/+1
2019-08-02rcu: Simplify rcu_note_context_switch exit from critical sectionJoel Fernandes (Google)1-9/+0
2019-08-02rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()Paul E. McKenney1-2/+3
2019-08-02rcu: Simplify rcu_read_unlock_special() deferred wakeupsPaul E. McKenney1-6/+1
2019-07-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-44/+102