Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2dba13f0b6c2b26ff371b8927ac58d20a7d94713
/
kernel
/
rcu
/
tree.c
2dba13f
rcu: Switch urgent quiescent-state requests to rcu_data structure
by Paul E. McKenney
· 6 years ago
df63fa5b
rcu: Convert "1UL << x" to "BIT(x)"
by Paul E. McKenney
· 6 years ago
fced9c8
rcu: Avoid resched_cpu() when rescheduling the current CPU
by Paul E. McKenney
· 6 years ago
d305210
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
by Paul E. McKenney
· 6 years ago
c06aed0
rcu: Compute jiffies_till_sched_qs from other kernel parameters
by Paul E. McKenney
· 6 years ago
7e28c5a
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
by Paul E. McKenney
· 7 years ago
a0ef9ec
rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()
by Paul E. McKenney
· 7 years ago
92aa39e
rcu: Make need_resched() respond to urgent RCU-QS needs
by Paul E. McKenney
· 7 years ago
dd46a78
rcu: Inline _rcu_barrier() into its sole remaining caller
by Paul E. McKenney
· 7 years ago
395a2f0
rcu: Define rcu_all_qs() only in !PREEMPT builds
by Paul E. McKenney
· 7 years ago
49918a5
rcu: Clean up flavor-related definitions and comments in tree.c
by Paul E. McKenney
· 7 years ago
de3875d
rcu: Remove now-unused rcutorture APIs
by Paul E. McKenney
· 7 years ago
a8bb74a
rcu: Consolidate RCU-sched update-side function definitions
by Paul E. McKenney
· 7 years ago
4c7e9c1
rcu: Consolidate RCU-bh update-side function definitions
by Paul E. McKenney
· 7 years ago
c3854a0
rcu: Pull rcu_gp_kthread() FQS loop into separate function
by Paul E. McKenney
· 7 years ago
4e95020
rcu: Inline increment_cpu_stall_ticks() into its sole caller
by Paul E. McKenney
· 7 years ago
8ff0b90
rcu: Fix typo in force_qs_rnp()'s parameter's parameter
by Paul E. McKenney
· 7 years ago
eb7a665
rcu: Eliminate initialization-time use of rsp
by Paul E. McKenney
· 7 years ago
ec9f583
rcu: Eliminate RCU-barrier use of rsp
by Paul E. McKenney
· 7 years ago
67a0edb
rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp
by Paul E. McKenney
· 7 years ago
3c779df
rcu: Eliminate callback-invocation/invocation use of rsp
by Paul E. McKenney
· 7 years ago
9cbc5b9
rcu: Eliminate grace-period management code use of rsp
by Paul E. McKenney
· 7 years ago
4c6ed43
rcu: Eliminate stall-warning use of rsp
by Paul E. McKenney
· 7 years ago
7cba477
rcu: Restructure rcu_check_gp_kthread_starvation()
by Paul E. McKenney
· 7 years ago
f7dd7d4
rcu: Simplify rcutorture_get_gp_data()
by Paul E. McKenney
· 7 years ago
b97d23c
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
by Paul E. McKenney
· 7 years ago
88d1bea
rcu: Remove rcu_data structure's ->rsp field
by Paul E. McKenney
· 7 years ago
aedf4ba
rcu: Remove rsp parameter from rcu_node tree accessor macros
by Paul E. McKenney
· 7 years ago
63d4c8c
rcu: Remove rsp parameter from expedited grace-period functions
by Paul E. McKenney
· 7 years ago
4580b05
rcu: Remove rsp parameter from no-CBs CPU functions
by Paul E. McKenney
· 7 years ago
b21ebed
rcu: Remove rsp parameter from print_cpu_stall_info()
by Paul E. McKenney
· 7 years ago
81ab59a
rcu: Remove rsp parameter from dump_blkd_tasks() and friend
by Paul E. McKenney
· 7 years ago
a2887cd
rcu: Remove rsp parameter from rcu_print_detail_task_stall()
by Paul E. McKenney
· 7 years ago
b8bb1f6
rcu: Remove rsp parameter from rcu_init_one() and friends
by Paul E. McKenney
· 7 years ago
53b4630
rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends
by Paul E. McKenney
· 7 years ago
8344b87
rcu: Remove rsp parameter from _rcu_barrier() and friends
by Paul E. McKenney
· 7 years ago
98ece50
rcu: Remove rsp parameter from __rcu_pending()
by Paul E. McKenney
· 7 years ago
5c7d896
rcu: Remove rsp parameter from __call_rcu() and friend
by Paul E. McKenney
· 7 years ago
b049fdf
rcu: Remove rsp parameter from __rcu_process_callbacks()
by Paul E. McKenney
· 7 years ago
b96f9dc
rcu: Remove rsp parameter from rcu_check_gp_start_stall()
by Paul E. McKenney
· 7 years ago
e9ecb78
rcu: Remove rsp parameter from force-quiescent-state functions
by Paul E. McKenney
· 7 years ago
5bb5d09
rcu: Remove rsp parameter from rcu_do_batch()
by Paul E. McKenney
· 7 years ago
780cd59
rcu: Remove rsp parameter from CPU hotplug functions
by Paul E. McKenney
· 7 years ago
8087d3e
rcu: Remove rsp parameter from rcu_check_quiescent_state()
by Paul E. McKenney
· 7 years ago
0854a05c
rcu: Remove rsp parameter from rcu_gp_kthread() and friends
by Paul E. McKenney
· 7 years ago
2221233
rcu: Remove rsp parameter from rcu_gp_slow()
by Paul E. McKenney
· 7 years ago
15cabdf
rcu: Remove rsp parameter from note_gp_changes()
by Paul E. McKenney
· 7 years ago
c7e48f7
rcu: Remove rsp parameter from __note_gp_changes()
by Paul E. McKenney
· 7 years ago
834f56b
rcu: Remove rsp parameter from rcu_advance_cbs()
by Paul E. McKenney
· 7 years ago
c6e09b9
rcu: Remove rsp parameter from rcu_accelerate_cbs_unlocked()
by Paul E. McKenney
· 7 years ago
02f5014
rcu: Remove rsp parameter from rcu_accelerate_cbs()
by Paul E. McKenney
· 7 years ago
532c00c
rcu: Remove rsp parameter from rcu_gp_kthread_wake()
by Paul E. McKenney
· 7 years ago
3481f2e
rcu: Remove rsp parameter from rcu_future_gp_cleanup()
by Paul E. McKenney
· 7 years ago
ea12ff2
rcu: Remove rsp parameter from check_cpu_stall()
by Paul E. McKenney
· 7 years ago
4e8b8e0
rcu: Remove rsp parameter from print_cpu_stall()
by Paul E. McKenney
· 7 years ago
a91e7e5
rcu: Remove rsp parameter from print_other_cpu_stall()
by Paul E. McKenney
· 7 years ago
e1741c6
rcu: Remove rsp parameter from rcu_stall_kick_kthreads()
by Paul E. McKenney
· 7 years ago
33dbdbf
rcu: Remove rsp parameter from rcu_dump_cpu_stacks()
by Paul E. McKenney
· 7 years ago
8fd119b
rcu: Remove rsp parameter from rcu_check_gp_kthread_starvation()
by Paul E. McKenney
· 7 years ago
ad3832e
rcu: Remove rsp parameter from record_gp_stall_check_time()
by Paul E. McKenney
· 7 years ago
336a4f6
rcu: Remove rsp parameter from rcu_get_root()
by Paul E. McKenney
· 7 years ago
de8e873
rcu: Remove rsp parameter from rcu_gp_in_progress()
by Paul E. McKenney
· 7 years ago
33085c4
rcu: Remove rsp parameter from rcu_report_qs_rdp()
by Paul E. McKenney
· 7 years ago
139ad4d
rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()
by Paul E. McKenney
· 7 years ago
aff4e9e
rcu: Remove rsp parameter from rcu_report_qs_rsp()
by Paul E. McKenney
· 7 years ago
b50912d
rcu: Remove rsp parameter from rcu_report_qs_rnp()
by Paul E. McKenney
· 7 years ago
2280ee5
rcu: Remove rcu_data_p pointer to default rcu_data structure
by Paul E. McKenney
· 7 years ago
16fc9c6
rcu: Remove rcu_state_p pointer to default rcu_state structure
by Paul E. McKenney
· 7 years ago
da1df50
rcu: Remove rcu_state structure's ->rda field
by Paul E. McKenney
· 7 years ago
ec5dd44
rcu: Eliminate rcu_state structure's ->call field
by Paul E. McKenney
· 7 years ago
358be2d
rcu: Remove RCU_STATE_INITIALIZER()
by Paul E. McKenney
· 7 years ago
45975c7
rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds
by Paul E. McKenney
· 7 years ago
4cf439a
rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment
by Paul E. McKenney
· 7 years ago
2bbfc25b
rcu: Drop "wake" parameter from rcu_report_exp_rdp()
by Paul E. McKenney
· 7 years ago
82fcecf
rcu: Update comments and help text for no more RCU-bh updaters
by Paul E. McKenney
· 7 years ago
65cfe35
rcu: Define RCU-bh update API in terms of RCU
by Paul E. McKenney
· 7 years ago
d28139c
rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe
by Paul E. McKenney
· 7 years ago
e11ec65
rcu: Add warning to detect half-interrupts
by Paul E. McKenney
· 7 years ago
3e31009
rcu: Defer reporting RCU-preempt quiescent states when disabled
by Paul E. McKenney
· 7 years ago
cf7614e
rcu: Refactor rcu_{nmi,irq}_{enter,exit}()
by Byungchul Park
· 7 years ago
f7951c3
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1895265
Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD
by Paul E. McKenney
· 7 years ago
4babd85
rcutorture: Add support to detect if boost kthread prio is too low
by Joel Fernandes (Google)
· 7 years ago
6bea2cc
rcu: Remove rcutorture test version and sequence number
by Paul E. McKenney
· 7 years ago
c7cd161
rcu: Assign higher prio to RCU threads if rcutorture is built-in
by Joel Fernandes (Google)
· 7 years ago
67abb96
rcu: Check the range of jiffies_till_{first,next}_fqs when setting them
by Byungchul Park
· 7 years ago
47199a0
rcu: Add diagnostics for rcutorture writer stall warning
by Paul E. McKenney
· 7 years ago
b06ae25
rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()
by Paul E. McKenney
· 7 years ago
51fbb91
rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()
by Paul E. McKenney
· 7 years ago
95394e6
rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()
by Paul E. McKenney
· 7 years ago
3b57a39
rcu: Inline rcu_dynticks_momentary_idle() into its sole caller
by Paul E. McKenney
· 7 years ago
6f56f71
rcu: Improve RCU-tasks naming and comments
by Paul E. McKenney
· 7 years ago
a753835
rcu: Use pr_fmt to prefix "rcu: " to logging output
by Joe Perches
· 7 years ago
07f2757
rcu: Improve rcu_note_voluntary_context_switch() reporting
by Byungchul Park
· 7 years ago
f2e2df5
rcu: Add diagnostics for offline CPUs failing to report QS
by Paul E. McKenney
· 7 years ago
fea3f22
rcu: Record ->gp_state for both phases of grace-period initialization
by Paul E. McKenney
· 7 years ago
5773894
rcu: Add CPU online/offline state to dump_blkd_tasks()
by Paul E. McKenney
· 7 years ago
e05121b
rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path
by Paul E. McKenney
· 7 years ago
17a8212
rcu: Remove failsafe check for lost quiescent state
by Paul E. McKenney
· 7 years ago
f34f2f5
rcu: Move grace-period pre-init delay after pre-init
by Paul E. McKenney
· 7 years ago
Next »