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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-20
srcu: Fix __call_srcu()/process_srcu() datarace
Paul E. McKenney
1
-2
/
+2
2020-02-20
rcu: Add missing annotation for exit_tasks_rcu_finish()
Jules Irenge
1
-1
/
+1
2020-02-20
rcu: Add missing annotation for exit_tasks_rcu_start()
Jules Irenge
1
-1
/
+1
2020-02-20
rcu-tasks: *_ONCE() for rcu_tasks_cbs_head
Paul E. McKenney
1
-2
/
+2
2020-02-20
rcu: Update __call_rcu() comments
Paul E. McKenney
1
-7
/
+2
2020-02-20
rcu: Fix spelling mistake "leval" -> "level"
Colin Ian King
1
-1
/
+1
2020-02-20
rcu: React to callback overload by boosting RCU readers
Paul E. McKenney
1
-1
/
+1
2020-02-20
rcu: React to callback overload by aggressively seeking quiescent states
Paul E. McKenney
3
-4
/
+77
2020-02-20
rcu: Clear ->core_needs_qs at GP end or self-reported QS
Paul E. McKenney
1
-4
/
+9
2020-02-20
locktorture: Forgive apparent unfairness if CPU hotplug
Paul E. McKenney
1
-1
/
+2
2020-02-20
locktorture: Use private random-number generators
Paul E. McKenney
1
-2
/
+2
2020-02-20
locktorture: Print ratio of acquisitions, not failures
Paul E. McKenney
1
-4
/
+4
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
timer: Use hlist_unhashed_lockless() in timer_pending()
Eric Dumazet
1
-3
/
+4
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
locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner
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-02-20
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
Masami Hiramatsu
1
-1
/
+2
2020-02-20
tracing: Clear trace_state when starting trace
Masami Hiramatsu
1
-2
/
+2
2020-02-20
tracing: Disable trace_printk() on post poned tests
Steven Rostedt (VMware)
1
-0
/
+2
2020-02-20
tracing: Have synthetic event test use raw_smp_processor_id()
Steven Rostedt (VMware)
1
-6
/
+6
2020-02-20
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
1
-3
/
+29
2020-02-20
tracing: Check that number of vals matches number of synth event fields
Tom Zanussi
1
-2
/
+12
2020-02-20
tracing: Make synth_event trace functions endian-correct
Tom Zanussi
1
-4
/
+58
2020-02-20
tracing: Make sure synth_event_trace() example always uses u64
Tom Zanussi
1
-17
/
+17
2020-02-20
sched/fair: Remove wake_cap()
Morten Rasmussen
1
-29
/
+1
2020-02-20
sched/core: Remove for_each_lower_domain()
Valentin Schneider
1
-2
/
+0
2020-02-20
sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems
Morten Rasmussen
1
-12
/
+3
[prev]
[next]