index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-20
rcu: Clear ->core_needs_qs at GP end or self-reported QS
Paul E. McKenney
1
-4
/
+9
2020-02-20
rcu: Add a trace event for kfree_rcu() use of kfree_bulk()
Uladzislau Rezki (Sony)
1
-0
/
+3
2020-02-20
rcu: Support kfree_bulk() interface in kfree_rcu()
Uladzislau Rezki (Sony)
1
-35
/
+169
2020-02-20
rcu: Make nocb_gp_wait() double-check unexpected-callback warning
Paul E. McKenney
1
-1
/
+5
2020-02-20
rcu: Tighten rcu_lockdep_assert_cblist_protected() check
Paul E. McKenney
1
-2
/
+1
2020-02-20
rcu: Optimize and protect atomic_cmpxchg() loop
Paul E. McKenney
1
-2
/
+5
2020-02-20
rcu/nocb: Add missing annotation for rcu_nocb_bypass_unlock()
Jules Irenge
1
-0
/
+1
2020-02-20
rcu: Add missing annotation for rcu_nocb_bypass_lock()
Jules Irenge
1
-0
/
+1
2020-02-20
rcu: Don't flag non-starting GPs before GP kthread is running
Paul E. McKenney
2
-15
/
+20
2020-02-20
rcu: Fix rcu_barrier_callback() race condition
Paul E. McKenney
1
-3
/
+10
2020-02-20
rcu: Add WRITE_ONCE() to rcu_state ->gp_start
Paul E. McKenney
1
-1
/
+1
2020-02-20
rcu: Remove dead code from rcu_segcblist_insert_pend_cbs()
Paul E. McKenney
1
-2
/
+0
2020-02-20
rcu: Add *_ONCE() to rcu_node ->boost_kthread_status
Paul E. McKenney
1
-4
/
+4
2020-02-20
rcu: Add *_ONCE() to rcu_data ->rcu_forced_tick
Paul E. McKenney
1
-3
/
+4
2020-02-20
rcu: Add READ_ONCE() to rcu_data ->gpwrap
Paul E. McKenney
2
-2
/
+2
2020-02-20
rcu: Fix typos in file-header comments
SeongJae Park
2
-3
/
+3
2020-02-20
rcu: Add *_ONCE() for grace-period progress indicators
Paul E. McKenney
3
-19
/
+23
2020-02-20
rcu: Add READ_ONCE() to rcu_segcblist ->tails[]
Paul E. McKenney
1
-1
/
+1
2020-02-20
rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnext
Paul E. McKenney
1
-2
/
+2
2020-02-20
rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activity
Paul E. McKenney
1
-2
/
+2
2020-02-20
rcu: Add READ_ONCE() to rcu_node ->gp_seq
Paul E. McKenney
1
-4
/
+5
2020-02-20
rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq store
Paul E. McKenney
1
-1
/
+1
2020-02-20
rcu: Add WRITE_ONCE() to rcu_node ->qsmask update
Paul E. McKenney
1
-1
/
+1
2020-02-20
rcu: Provide debug symbols and line numbers in KCSAN runs
Paul E. McKenney
1
-0
/
+4
2020-02-20
rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() datarace
Paul E. McKenney
1
-1
/
+1
2020-02-20
rcu: Warn on for_each_leaf_node_cpu_mask() from non-leaf
Paul E. McKenney
1
-2
/
+4
2020-01-25
rcu: Forgive slow expedited grace periods at boot time
Paul E. McKenney
1
-1
/
+0
2020-01-24
Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...
Paul E. McKenney
16
-384
/
+777
2020-01-24
rcu: Remove unused stop-machine #include
Paul E. McKenney
2
-2
/
+0
2020-01-24
srcu: Apply *_ONCE() to ->srcu_last_gp_end
Paul E. McKenney
1
-3
/
+4
2020-01-24
rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()
Paul E. McKenney
1
-8
/
+5
2020-01-24
rcu: Move rcu_{expedited,normal} definitions into rcupdate.h
Ben Dooks
1
-2
/
+0
2020-01-24
rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h
Lai Jiangshan
3
-22
/
+22
2020-01-24
rcu: Remove the declaration of call_rcu() in tree.h
Lai Jiangshan
1
-1
/
+0
2020-01-24
rcu: Fix tracepoint tracking RCU CPU kthread utilization
Lai Jiangshan
1
-1
/
+1
2020-01-24
rcu: Fix harmless omission of "CONFIG_" from #if condition
Lai Jiangshan
1
-2
/
+2
2020-01-24
rcu: Avoid tick_dep_set_cpu() misordering
Paul E. McKenney
1
-3
/
+9
2020-01-24
rcu: Provide wrappers for uses of ->rcu_read_lock_nesting
Lai Jiangshan
2
-21
/
+36
2020-01-24
rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()
Paul E. McKenney
1
-1
/
+1
2020-01-24
rcu: Clear ->rcu_read_unlock_special only once
Lai Jiangshan
1
-16
/
+3
2020-01-24
rcu: Clear .exp_hint only when deferred quiescent state has been reported
Lai Jiangshan
1
-2
/
+1
2020-01-24
rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU
Lai Jiangshan
2
-5
/
+5
2020-01-24
rcu: Remove kfree_call_rcu_nobatch()
Joel Fernandes (Google)
2
-23
/
+5
2020-01-24
rcu: Remove kfree_rcu() special casing and lazy-callback handling
Joel Fernandes (Google)
9
-129
/
+75
2020-01-24
rcu: Add support for debug_objects debugging for kfree_rcu()
Joel Fernandes (Google)
1
-0
/
+8
2020-01-24
rcu: Add multiple in-flight batches of kfree_rcu() work
Joel Fernandes (Google)
1
-12
/
+39
2020-01-24
rcu: Make kfree_rcu() use a non-atomic ->monitor_todo
Joel Fernandes
1
-6
/
+10
2020-01-24
rcuperf: Add kfree_rcu() performance Tests
Joel Fernandes (Google)
1
-8
/
+173
2020-01-24
rcu: Add basic support for kfree_rcu() batching
Byungchul Park
2
-6
/
+198
2019-12-12
rcu: Mark non-global functions and variables as static
Paul E. McKenney
2
-6
/
+4
[prev]
[next]