Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
29c990dfc77c58b21a0f2ff4640b6a26955d0661
/
kernel
/
rcu
/
tree_plugin.h
dc5a4f2
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
by Paul E. McKenney
· 6 years ago
4c5273b
rcu: Switch dyntick nesting counters to rcu_data structure
by Paul E. McKenney
· 6 years ago
2dba13f
rcu: Switch urgent quiescent-state requests to rcu_data structure
by Paul E. McKenney
· 6 years ago
c458a89
rcu: Switch lazy counts to rcu_data structure
by Paul E. McKenney
· 6 years ago
5998a75
rcu: Switch last accelerate/advance to rcu_data structure
by Paul E. McKenney
· 6 years ago
0fd79e7
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
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
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
0ae86a2
rcu: Clean up flavor-related definitions and comments in tree_plugin.h
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
b97d23c
rcu: Remove for_each_rcu_flavor() flavor-traversal macro
by Paul E. McKenney
· 7 years ago
564a9ae
rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.h
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
6dbfdc14
rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
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
5bb5d09
rcu: Remove rsp parameter from rcu_do_batch()
by Paul E. McKenney
· 7 years ago
15cabdf
rcu: Remove rsp parameter from note_gp_changes()
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
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
139ad4d
rcu: Remove rsp parameter from rcu_report_unblock_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
45975c7
rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds
by Paul E. McKenney
· 7 years ago
2bbfc25b
rcu: Drop "wake" parameter from rcu_report_exp_rdp()
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
ba1c64c
rcu: Report expedited grace periods at context-switch time
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
fcc878e
rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special union
by Paul E. McKenney
· 7 years ago
27c744e
rcu: Allow processing deferred QSes for exiting RCU-preempt readers
by Paul E. McKenney
· 7 years ago
3e31009
rcu: Defer reporting RCU-preempt quiescent states when disabled
by Paul E. McKenney
· 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
89b4cd4
rcu: Print stall-warning NMI dyntick state in hexadecimal
by Paul E. McKenney
· 7 years ago
ab6b821
rcu: Remove unused local variable "cpu"
by Paul E. McKenney
· 7 years ago
164ba3f
rcu: Remove unused rcu_kick_nohz_cpu() function
by Paul E. McKenney
· 7 years ago
c7037ff
rcu: Clarify and correct the rcu_preempt_qs() header comment
by Paul E. McKenney
· 7 years ago
1565120
rcu: Mark task as .need_qs less aggressively
by Paul E. McKenney
· 7 years ago
a753835
rcu: Use pr_fmt to prefix "rcu: " to logging output
by Joe Perches
· 7 years ago
3949fa9
rcu: Make rcu_read_unlock_special() static
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
ff3cee3
rcu: Add up-tree information to dump_blkd_tasks() diagnostics
by Paul E. McKenney
· 7 years ago
1f3e5f5
rcu: Add RCU-preempt check for waiting on newly onlined CPU
by Paul E. McKenney
· 7 years ago
0b107d2
rcu: Suppress false-positive splats from mid-init task resume
by Paul E. McKenney
· 7 years ago
77cfc7b
rcu: Fix typo and add additional debug
by Paul E. McKenney
· 7 years ago
ff3bb6f
rcu: Remove ->gpnum and ->completed
by Paul E. McKenney
· 7 years ago
db02329
rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seq
by Paul E. McKenney
· 7 years ago
865aa1e
rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seq
by Paul E. McKenney
· 7 years ago
598ce09
rcu: Convert rcu_preempt_task tracepoint to ->gp_seq
by Paul E. McKenney
· 7 years ago
477351f
rcu: Convert rcu_grace_period tracepoint to gp_seq
by Paul E. McKenney
· 7 years ago
ab5e869
rcu: Make rcu_nocb_wait_gp() check if GP already requested
by Paul E. McKenney
· 7 years ago
471f87c3
rcu: Make RCU CPU stall warnings use ->gp_seq
by Paul E. McKenney
· 7 years ago
29365e5
rcu: Convert grace-period requests to ->gp_seq
by Paul E. McKenney
· 7 years ago
d43a5d3
rcu: Convert ->completedqs to ->gp_seq
by Paul E. McKenney
· 7 years ago
8aa670c
rcu: Convert ->rcu_iw_gpnum to ->gp_seq
by Paul E. McKenney
· 7 years ago
e0da237
rcu: Move rcu_nocb_gp_get() to ->gp_seq
by Paul E. McKenney
· 7 years ago
03c8cb7
rcu: Move rcu_try_advance_all_cbs() to ->gp_seq
by Paul E. McKenney
· 7 years ago
ce11fae
rcu: Use the proper lockdep annotation in dump_blkd_tasks()
by Boqun Feng
· 7 years ago
4bc8d55
rcu: Add debugging info to assertion
by Paul E. McKenney
· 7 years ago
b3dae10
sched/swait: Rename to exclusive
by Peter Zijlstra
· 7 years ago
22df731
Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEAD
by Paul E. McKenney
· 7 years ago
41e8059
rcu: Make rcu_start_future_gp() caller select grace period
by Paul E. McKenney
· 7 years ago
fb31340
rcu: Make rcu_gp_cleanup() more accurately predict need for new GP
by Paul E. McKenney
· 7 years ago
c91a867
rcu: Add accessor macros for the ->need_future_gp[] array
by Paul E. McKenney
· 7 years ago
5b4c11d
rcu: Add leaf-node macros
by Paul E. McKenney
· 7 years ago
265f5f2
rcu: Update rcu_bind_gp_kthread() header comment
by Paul E. McKenney
· 7 years ago
0e5da22
rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.h
by Paul E. McKenney
· 7 years ago
cee4393
rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()
by Paul E. McKenney
· 7 years ago
efcd2d5
rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is high
by Byungchul Park
· 7 years ago
ef12620
rcu: Don't allocate rcu_nocb_mask if no one needs it
by Paul E. McKenney
· 7 years ago
be01b4c
rcu: Inline rcu_preempt_do_callback() into its sole caller
by Byungchul Park
· 7 years ago
a32e01e
rcu: Use wrapper for lockdep asserts
by Matthew Wilcox
· 7 years ago
62df63e
rcu: Remove obsolete callback-invocation statistics for debugfs
by Paul E. McKenney
· 7 years ago
bec0678
rcu: Remove obsolete boost statistics for debugfs
by Paul E. McKenney
· 7 years ago
3caa973
rcu: Call touch_nmi_watchdog() while printing stall warnings
by Tejun Heo
· 7 years ago
3016611
rcu: Fix CPU offload boot message when no CPUs are offloaded
by Paul E. McKenney
· 7 years ago
1dfa55e
Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD
by Paul E. McKenney
· 7 years ago
84b12b7
rcu: Remove have_rcu_nocb_mask from tree_plugin.h
by Rakib Mullick
· 7 years ago
84585aa
rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long
by Paul E. McKenney
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
3e20146
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8e9a2db
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b04db8e
rcu: Use lockdep to assert IRQs are disabled/enabled
by Frederic Weisbecker
· 7 years ago
fd30b71
rcu: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
de20155
sched/isolation: Introduce housekeeping flags
by Frederic Weisbecker
· 7 years ago
7863406
sched/isolation: Move housekeeping related code to its own file
by Frederic Weisbecker
· 7 years ago
ad4e25a
Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEAD
by Paul E. McKenney
· 7 years ago
02a7c23
rcu: Suppress lockdep false-positive ->boost_mtx complaints
by Paul E. McKenney
· 7 years ago
b886978
rcu: Do not include rtmutex_common.h unconditionally
by Sebastian Andrzej Siewior
· 7 years ago
9b9500d
rcu: Make RCU CPU stall warnings check for irq-disabled CPUs
by Paul E. McKenney
· 7 years ago
Next »