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-09-04
Merge branch 'csd.2020.09.04a' into HEAD
Paul E. McKenney
1
-0
/
+134
2020-09-04
smp: Make symbol 'csd_bug_count' static
Wei Yongjun
1
-1
/
+1
2020-09-04
kernel/smp: Provide CSD lock timeout diagnostics
Paul E. McKenney
1
-2
/
+130
2020-09-04
smp: Add source and destination CPUs to __call_single_data
Paul E. McKenney
1
-0
/
+6
2020-09-03
Merge branch 'strictgp.2020.08.24a' into HEAD
Paul E. McKenney
5
-16
/
+113
2020-09-03
Merge branch 'scftorture.2020.08.24a' into HEAD
Paul E. McKenney
6
-168
/
+745
2020-09-03
Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...
Paul E. McKenney
12
-107
/
+117
2020-09-03
rcu: Shrink each possible cpu krcp
Zqiang
1
-3
/
+3
2020-09-03
rcu/segcblist: Prevent useless GP start if no CBs to accelerate
Joel Fernandes (Google)
1
-1
/
+9
2020-08-24
rcutorture: Allow pointer leaks to test diagnostic code
Paul E. McKenney
1
-0
/
+4
2020-08-24
rcutorture: Hoist OOM registry up one level
Paul E. McKenney
1
-2
/
+2
2020-08-24
refperf: Avoid null pointer dereference when buf fails to allocate
Colin Ian King
1
-3
/
+5
2020-08-24
rcutorture: Properly synchronize with OOM notifier
Paul E. McKenney
1
-1
/
+13
2020-08-24
rcutorture: Properly set rcu_fwds for OOM handling
Paul E. McKenney
1
-1
/
+12
2020-08-24
locktorture: Make function torture_percpu_rwsem_init() static
Wei Yongjun
1
-1
/
+1
2020-08-24
rcutorture: Output number of elapsed grace periods
Joel Fernandes (Google)
1
-2
/
+11
2020-08-24
rcutorture: Remove KCSAN stubs
Paul E. McKenney
1
-13
/
+0
2020-08-24
rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()
Paul E. McKenney
2
-6
/
+6
2020-08-24
rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPs
Paul E. McKenney
2
-6
/
+24
2020-08-24
rcu: Execute RCU reader shortly after rcu_core for strict GPs
Paul E. McKenney
2
-0
/
+14
2020-08-24
rcu: Provide optional RCU-reader exit delay for strict GPs
Paul E. McKenney
1
-2
/
+10
2020-08-24
rcu: IPI all CPUs at GP end for strict GPs
Paul E. McKenney
1
-0
/
+4
2020-08-24
rcu: IPI all CPUs at GP start for strict GPs
Paul E. McKenney
1
-0
/
+13
2020-08-24
rcu: Attempt QS when CPU discovers GP for strict GPs
Paul E. McKenney
1
-0
/
+14
2020-08-24
rcu: Do full report for .need_qs for strict GPs
Paul E. McKenney
1
-2
/
+6
2020-08-24
rcu: Always set .need_qs from __rcu_read_lock() for strict GPs
Paul E. McKenney
1
-0
/
+2
2020-08-24
rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPs
Paul E. McKenney
1
-6
/
+7
2020-08-24
rcu: Restrict default jiffies_till_first_fqs for strict RCU GPs
Paul E. McKenney
1
-1
/
+1
2020-08-24
rcu: Reduce leaf fanout for strict RCU grace periods
Paul E. McKenney
1
-3
/
+5
2020-08-24
rcu: Add Kconfig option for strict RCU grace periods
Paul E. McKenney
2
-0
/
+17
2020-08-24
rcuperf: Change rcuperf to rcuscale
Paul E. McKenney
3
-167
/
+167
2020-08-24
scftorture: Add cond_resched() to test loop
Paul E. McKenney
1
-0
/
+1
2020-08-24
scftorture: Adapt memory-ordering test to UP operation
Paul E. McKenney
1
-1
/
+2
2020-08-24
scftorture: Block scftorture_invoker() kthreads for offline CPUs
Paul E. McKenney
1
-1
/
+12
2020-08-24
scftorture: Check unexpected "switch" statement value
Paul E. McKenney
1
-0
/
+4
2020-08-24
scftorture: Make symbol 'scf_torture_rand' static
Wei Yongjun
1
-1
/
+1
2020-08-24
scftorture: Prevent compiler from reducing race probabilities
Paul E. McKenney
1
-2
/
+8
2020-08-24
scftorture: Flag errors in torture-compatible manner
Paul E. McKenney
1
-4
/
+10
2020-08-24
scftorture: Consolidate scftorture_invoke_one() scf_check initialization
Paul E. McKenney
1
-13
/
+8
2020-08-24
scftorture: Consolidate scftorture_invoke_one() check and kfree()
Paul E. McKenney
1
-18
/
+8
2020-08-24
scftorture: Add smp_call_function() memory-ordering checks
Paul E. McKenney
1
-8
/
+17
2020-08-24
scftorture: Add smp_call_function_many() memory-ordering checks
Paul E. McKenney
1
-3
/
+23
2020-08-24
scftorture: Add smp_call_function_single() memory-ordering checks
Paul E. McKenney
1
-8
/
+48
2020-08-24
scftorture: Summarize per-thread statistics
Paul E. McKenney
1
-4
/
+18
2020-08-24
tick-sched: Clarify "NOHZ: local_softirq_pending" warning
Paul E. McKenney
1
-1
/
+1
2020-08-24
scftorture: Implement weighted primitive selection
Paul E. McKenney
1
-27
/
+155
2020-08-24
scftorture: Add smp_call_function() torture test
Paul E. McKenney
2
-0
/
+352
2020-08-24
rcu: Remove unused __rcu_is_watching() function
Paul E. McKenney
2
-6
/
+1
2020-08-24
rcu: Make FQS more aggressive in complaining about offline CPUs
Joel Fernandes (Google)
1
-4
/
+19
2020-08-24
rcu: Clarify comments about FQS loop reporting quiescent states
Joel Fernandes (Google)
1
-4
/
+7
[next]