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-04-27
rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks
Paul E. McKenney
2
-6
/
+5
2020-04-27
rcu-tasks: Make rcutorture writer stall output include GP state
Paul E. McKenney
1
-5
/
+72
2020-04-27
rcu-tasks: Add RCU tasks to rcutorture writer stall output
Paul E. McKenney
3
-3
/
+45
2020-04-27
rcu-tasks: Move #ifdef into tasks.h
Paul E. McKenney
2
-4
/
+5
2020-04-27
rcu-tasks: Add stall warnings for RCU Tasks Trace
Paul E. McKenney
1
-4
/
+66
2020-04-27
rcutorture: Add torture tests for RCU Tasks Trace
Paul E. McKenney
3
-1
/
+46
2020-04-27
rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks
Paul E. McKenney
3
-5
/
+371
2020-04-27
rcu-tasks: Code movement to allow more Tasks RCU variants
Paul E. McKenney
1
-59
/
+63
2020-04-27
rcu-tasks: Further refactor RCU-tasks to allow adding more variants
Paul E. McKenney
1
-58
/
+108
2020-04-27
rcu-tasks: Use unique names for RCU-Tasks kthreads and messages
Paul E. McKenney
1
-9
/
+16
2020-04-27
rcutorture: Add torture tests for RCU Tasks Rude
Paul E. McKenney
3
-2
/
+32
2020-04-27
rcu-tasks: Add an RCU-tasks rude variant
Paul E. McKenney
2
-1
/
+108
2020-04-27
rcu-tasks: Refactor RCU-tasks to allow variants to be added
Paul E. McKenney
3
-236
/
+269
2020-04-27
rcutorture: Add a test for synchronize_rcu_mult()
Paul E. McKenney
1
-2
/
+7
2020-04-27
rcu-tasks: Create struct to hold state information
Paul E. McKenney
1
-27
/
+46
2020-04-27
rcu-tasks: Move Tasks RCU to its own file
Paul E. McKenney
2
-364
/
+372
2020-04-27
rcu: Add per-task state to RCU CPU stall warnings
Paul E. McKenney
1
-2
/
+36
2020-04-27
sched/core: Add function to sample state of locked-down task
Paul E. McKenney
1
-0
/
+48
2020-04-27
rcu-tasks: Use context-switch hook for PREEMPT=y kernels
Paul E. McKenney
1
-0
/
+2
2020-04-27
rcu: Add comments marking transitions between RCU watching and not
Paul E. McKenney
1
-4
/
+25
2020-04-27
rcutorture: Add test of holding scheduler locks across rcu_read_unlock()
Paul E. McKenney
1
-1
/
+9
2020-04-27
rcu: Don't use negative nesting depth in __rcu_read_unlock()
Lai Jiangshan
2
-41
/
+12
2020-04-27
rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs field
Lai Jiangshan
1
-1
/
+0
2020-04-27
rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs()
Lai Jiangshan
1
-5
/
+0
2020-04-27
rcu: Make rcu_read_unlock_special() safe for rq/pi locks
Paul E. McKenney
1
-9
/
+8
2020-04-27
rcu: Add KCSAN stubs to update.c
Paul E. McKenney
1
-0
/
+13
2020-04-27
rcu: Add rcu_gp_might_be_stalled()
Paul E. McKenney
1
-4
/
+36
2020-04-27
rcu/tree: Count number of batched kfree_rcu() locklessly
Joel Fernandes (Google)
1
-6
/
+4
2020-04-27
rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching
Joel Fernandes (Google)
1
-0
/
+60
2020-04-27
rcuperf: Add ability to increase object allocation size
Joel Fernandes (Google)
1
-1
/
+4
2020-04-27
rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()
Paul E. McKenney
1
-1
/
+1
2020-04-27
rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()
Paul E. McKenney
1
-1
/
+1
2020-04-27
rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparison
Paul E. McKenney
1
-1
/
+1
2020-04-27
rcu: Replace 1 by true
Jules Irenge
1
-1
/
+1
2020-04-27
rcu: Replace assigned pointer ret value by corresponding boolean value
Jules Irenge
1
-3
/
+3
2020-04-27
rcu: Mark rcu_state.gp_seq to detect more concurrent writes
Paul E. McKenney
1
-1
/
+3
2020-04-27
rcu: Get rid of some doc warnings in update.c
Mauro Carvalho Chehab
1
-4
/
+4
2020-04-27
rcu: Fix the (t=0 jiffies) false positive
Zhaolong Zhang
1
-6
/
+6
2020-04-27
rcu: Expedite first two FQS scans under callback-overload conditions
Paul E. McKenney
2
-4
/
+16
2020-04-27
rcu: Use data_race() for RCU CPU stall-warning prints
Paul E. McKenney
1
-13
/
+13
2020-04-27
rcu: Add WRITE_ONCE() to rcu_node ->boost_tasks
Paul E. McKenney
1
-2
/
+2
2020-04-27
srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays
Paul E. McKenney
1
-4
/
+4
2020-04-27
rcu: Add READ_ONCE and data_race() to rcu_node ->boost_tasks
Paul E. McKenney
1
-2
/
+3
2020-04-27
rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus locking
Paul E. McKenney
2
-12
/
+15
2020-04-27
rcu: Mark rcu_state.ncpus to detect concurrent writes
Paul E. McKenney
1
-0
/
+1
2020-04-27
srcu: Add KCSAN stubs
Paul E. McKenney
1
-0
/
+13
2020-04-27
rcu: Add KCSAN stubs
Paul E. McKenney
1
-0
/
+13
2020-04-27
locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()
Alex Shi
1
-2
/
+0
2020-04-27
PM: hibernate: Freeze kernel threads in software_resume()
Dexuan Cui
1
-0
/
+7
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
18
-207
/
+132
[prev]
[next]