index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-07
rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()
Paul E. McKenney
1
-2
/
+2
2021-07-07
rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()
Paul E. McKenney
1
-1
/
+0
2021-07-06
rcu-tasks: Don't delete holdouts within trc_inspect_reader()
Paul E. McKenney
1
-3
/
+2
2021-07-06
refscale: Avoid false-positive warnings in ref_scale_reader()
Paul E. McKenney
1
-3
/
+3
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
13
-459
/
+730
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+2
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+2
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
2
-8
/
+8
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-05-18
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...
Paul E. McKenney
13
-453
/
+727
2021-05-18
tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inline
Paul E. McKenney
2
-1
/
+4
2021-05-18
rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent states
Paul E. McKenney
1
-0
/
+1
2021-05-13
rcu: Add missing __releases() annotation
Jules Irenge
1
-0
/
+1
2021-05-13
rcu: Improve comments describing RCU read-side critical sections
Paul E. McKenney
1
-10
/
+14
2021-05-12
srcu: Early test SRCU polling start
Frederic Weisbecker
1
-1
/
+5
2021-05-12
rcu: Fix various typos in comments
Ingo Molnar
6
-13
/
+13
2021-05-12
rcu/nocb: Unify timers
Frederic Weisbecker
2
-56
/
+42
2021-05-12
rcu/nocb: Prepare for fine-grained deferred wakeup
Frederic Weisbecker
3
-10
/
+11
2021-05-12
rcu/nocb: Only cancel nocb timer if not polling
Frederic Weisbecker
1
-7
/
+7
2021-05-12
rcu/nocb: Delete bypass_timer upon nocb_gp wakeup
Frederic Weisbecker
1
-0
/
+2
2021-05-12
rcu/nocb: Cancel nocb_timer upon nocb_gp wakeup
Frederic Weisbecker
1
-0
/
+4
2021-05-12
rcu/nocb: Allow de-offloading rdp leader
Frederic Weisbecker
1
-4
/
+0
2021-05-12
rcu/nocb: Directly call __wake_nocb_gp() from bypass timer
Frederic Weisbecker
1
-2
/
+3
2021-05-11
rcu: Don't penalize priority boosting when there is nothing to boost
Paul E. McKenney
1
-3
/
+14
2021-05-11
rcu: Point to documentation of ordering guarantees
Paul E. McKenney
2
-2
/
+21
2021-05-11
rcu: Make rcu_gp_cleanup() be noinline for tracing
Paul E. McKenney
1
-1
/
+1
2021-05-11
rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUs
Paul E. McKenney
1
-1
/
+1
2021-05-11
rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GP
Paul E. McKenney
1
-2
/
+3
2021-05-11
rcu: Make RCU priority boosting work on single-CPU rcu_node structures
Paul E. McKenney
3
-24
/
+9
2021-05-11
rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output
Paul E. McKenney
3
-3
/
+11
2021-05-11
rcu: Reject RCU_LOCKDEP_WARN() false positives
Paul E. McKenney
1
-1
/
+1
2021-05-11
rcu: Add ->gp_max to show_rcu_gp_kthreads() output
Paul E. McKenney
1
-1
/
+2
2021-05-11
rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() output
Paul E. McKenney
1
-3
/
+5
2021-05-11
rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
Paul E. McKenney
1
-1
/
+1
2021-05-11
rcu: Improve tree.c comments and add code cleanups
Zhouyi Zhou
1
-12
/
+12
2021-05-11
rcu: Remove the unused rcu_irq_exit_preempt() function
Paul E. McKenney
1
-22
/
+0
2021-05-11
rcutorture: Move mem_dump_obj() tests into separate function
Paul E. McKenney
1
-39
/
+42
2021-05-11
rcutorture: Don't count CPU-stalled time against priority boosting
Paul E. McKenney
2
-5
/
+18
2021-05-11
rcutorture: Forgive RCU boost failures when CPUs don't pass through QS
Paul E. McKenney
3
-26
/
+79
2021-05-11
rcutorture: Make rcu_torture_boost_failed() check for GP end
Paul E. McKenney
1
-0
/
+6
2021-05-11
rcutorture: Consolidate rcu_torture_boost() timing and statistics
Paul E. McKenney
1
-10
/
+4
2021-05-11
rcutorture: Delay-based false positives for RCU priority boosting tests
Paul E. McKenney
1
-2
/
+6
2021-05-11
rcutorture: Judge RCU priority boosting on grace periods, not callbacks
Paul E. McKenney
1
-60
/
+51
2021-05-11
rcutorture: Abstract read-lock-held checks
Paul E. McKenney
1
-10
/
+19
2021-05-11
refscale: Add acqrel, lock, and lock-irq
Paul E. McKenney
1
-2
/
+107
2021-05-11
rcu-tasks: Add block comment laying out RCU Rude design
Paul E. McKenney
1
-2
/
+7
2021-05-11
rcu-tasks: Add block comment laying out RCU Tasks design
Paul E. McKenney
1
-0
/
+40
2021-05-11
srcu: Fix broken node geometry after early ssp init
Frederic Weisbecker
3
-1
/
+20
2021-05-11
srcu: Initialize SRCU after timers
Frederic Weisbecker
4
-8
/
+5
2021-05-11
srcu: Remove superfluous ssp initialization for early callbacks
Frederic Weisbecker
1
-1
/
+0
[next]