aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30rcu: Remove rsp parameter from rcu_gp_kthread() and friendsPaul E. McKenney1-12/+15
2018-08-30rcu: Remove rsp parameter from rcu_gp_slow()Paul E. McKenney1-5/+5
2018-08-30rcu: Remove rsp parameter from note_gp_changes()Paul E. McKenney1-3/+3
2018-08-30rcu: Remove rsp parameter from __note_gp_changes()Paul E. McKenney1-5/+5
2018-08-30rcu: Remove rsp parameter from rcu_advance_cbs()Paul E. McKenney1-5/+4
2018-08-30rcu: Remove rsp parameter from rcu_accelerate_cbs_unlocked()Paul E. McKenney1-5/+4
2018-08-30rcu: Remove rsp parameter from rcu_accelerate_cbs()Paul E. McKenney1-8/+7
2018-08-30rcu: Remove rsp parameter from rcu_gp_kthread_wake()Paul E. McKenney1-11/+11
2018-08-30rcu: Remove rsp parameter from rcu_future_gp_cleanup()Paul E. McKenney1-2/+2
2018-08-30rcu: Remove rsp parameter from check_cpu_stall()Paul E. McKenney1-2/+3
2018-08-30rcu: Remove rsp parameter from print_cpu_stall()Paul E. McKenney1-2/+3
2018-08-30rcu: Remove rsp parameter from print_other_cpu_stall()Paul E. McKenney1-2/+3
2018-08-30rcu: Remove rsp parameter from rcu_stall_kick_kthreads()Paul E. McKenney1-4/+5
2018-08-30rcu: Remove rsp parameter from rcu_dump_cpu_stacks()Paul E. McKenney1-4/+4
2018-08-30rcu: Remove rsp parameter from rcu_check_gp_kthread_starvation()Paul E. McKenney1-3/+4
2018-08-30rcu: Remove rsp parameter from record_gp_stall_check_time()Paul E. McKenney1-6/+6
2018-08-30rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney1-19/+19
2018-08-30rcu: Remove rsp parameter from rcu_gp_in_progress()Paul E. McKenney1-15/+15
2018-08-30rcu: Remove rsp parameter from rcu_report_qs_rdp()Paul E. McKenney1-2/+3
2018-08-30rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()Paul E. McKenney1-2/+1
2018-08-30rcu: Remove rsp parameter from rcu_report_qs_rsp()Paul E. McKenney1-6/+10
2018-08-30rcu: Remove rsp parameter from rcu_report_qs_rnp()Paul E. McKenney1-12/+11
2018-08-30rcu: Remove rcu_data_p pointer to default rcu_data structurePaul E. McKenney1-1/+0
2018-08-30rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney1-15/+12
2018-08-30rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney1-34/+33
2018-08-30rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney1-1/+0
2018-08-30rcu: Remove RCU_STATE_INITIALIZER()Paul E. McKenney1-40/+14
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney1-199/+102
2018-08-30rcu: Fix typo in rcu_get_gp_kthreads_prio() header commentPaul E. McKenney1-1/+1
2018-08-30rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney1-6/+3
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney1-8/+9
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney1-89/+8
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney1-0/+7
2018-08-30rcu: Add warning to detect half-interruptsPaul E. McKenney1-0/+2
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-0/+9
2018-08-30rcu: Refactor rcu_{nmi,irq}_{enter,exit}()Byungchul Park1-22/+44
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney1-37/+7
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)1-0/+7
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney1-37/+0
2018-07-12rcu: Assign higher prio to RCU threads if rcutorture is built-inJoel Fernandes (Google)1-1/+5
2018-07-12rcu: Check the range of jiffies_till_{first,next}_fqs when setting themByungchul Park1-13/+32
2018-07-12rcu: Add diagnostics for rcutorture writer stall warningPaul E. McKenney1-0/+21
2018-07-12rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()Paul E. McKenney1-8/+9
2018-07-12rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()Paul E. McKenney1-1/+1
2018-07-12rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()Paul E. McKenney1-2/+2
2018-07-12rcu: Inline rcu_dynticks_momentary_idle() into its sole callerPaul E. McKenney1-16/+7
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney1-1/+1
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches1-3/+5
2018-07-12rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park1-2/+2