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
2022-12-21
Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+6
2022-12-18
rcu: Don't assert interrupts enabled too early in boot
Paul E. McKenney
1
-4
/
+6
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+2
2022-12-12
Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
5
-24
/
+26
2022-12-12
Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-152
/
+544
2022-12-02
srcu: Make Tiny synchronize_srcu() check for readers
Zqiang
1
-0
/
+10
2022-12-01
Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...
Paul E. McKenney
13
-152
/
+544
2022-11-30
rcu: Make SRCU mandatory
Paul E. McKenney
4
-24
/
+16
2022-11-30
rcu/rcutorture: Use call_rcu_hurry() where needed
Joel Fernandes (Google)
1
-8
/
+8
2022-11-30
rcu/rcuscale: Use call_rcu_hurry() for async reader test
Joel Fernandes (Google)
1
-1
/
+1
2022-11-30
rcu/sync: Use call_rcu_hurry() instead of call_rcu
Joel Fernandes (Google)
1
-1
/
+1
2022-11-30
rcuscale: Add laziness and kfree tests
Joel Fernandes (Google)
1
-2
/
+65
2022-11-30
rcu: Shrinker for lazy rcu
Vineeth Pillai
1
-0
/
+52
2022-11-30
rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()
Joel Fernandes (Google)
1
-8
/
+9
2022-11-30
rcu: Make call_rcu() lazy to save power
Joel Fernandes (Google)
7
-82
/
+237
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+6
2022-10-21
srcu: Debug NMI safety even on archs that don't require it
Frederic Weisbecker
1
-15
/
+10
2022-10-21
srcu: Explain the reason behind the read side critical section on GP start
Frederic Weisbecker
1
-0
/
+5
2022-10-21
srcu: Warn when NMI-unsafe API is used in NMI
Frederic Weisbecker
1
-0
/
+2
2022-10-21
rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
Zqiang
1
-1
/
+1
2022-10-21
rcu-tasks: Make grace-period-age message human-readable
Paul E. McKenney
1
-1
/
+1
2022-10-21
rcu: Remove rcu_is_idle_cpu()
Yipeng Zou
1
-6
/
+0
2022-10-21
rcu: Keep synchronize_rcu() from enabling irqs in early boot
Paul E. McKenney
1
-4
/
+6
2022-10-21
srcu: Check for consistent global per-srcu_struct NMI safety
Paul E. McKenney
1
-0
/
+5
2022-10-21
srcu: Check for consistent per-CPU per-srcu_struct NMI safety
Paul E. McKenney
1
-6
/
+32
2022-10-21
srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()
Paul E. McKenney
3
-6
/
+51
2022-10-19
rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATE
Paul E. McKenney
1
-2
/
+20
2022-10-19
rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATE
Paul E. McKenney
1
-2
/
+21
2022-10-19
rcu: Fix missing nocb gp wake on rcu_barrier()
Frederic Weisbecker
3
-0
/
+17
2022-10-19
rcu: Fix late wakeup when flush of bypass cblist happens
Joel Fernandes (Google)
1
-2
/
+8
2022-10-19
rcu: Simplify rcu_init_nohz() cpumask handling
Zhen Lei
1
-23
/
+11
2022-10-19
rcu: Use READ_ONCE() for lockless read of rnp->qsmask
Joel Fernandes (Google)
1
-1
/
+1
2022-10-19
rcu: Synchronize ->qsmaskinitnext in rcu_boost_kthread_setaffinity()
Pingfan Liu
1
-1
/
+4
2022-10-19
rcu: Remove duplicate RCU exp QS report from rcu_report_dead()
Zqiang
1
-2
/
+0
2022-10-18
srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic
Paul E. McKenney
1
-12
/
+12
2022-10-18
rcu-tasks: Provide rcu_trace_implies_rcu_gp()
Paul E. McKenney
1
-0
/
+2
2022-09-01
Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...
Paul E. McKenney
9
-151
/
+613
2022-09-01
rcutorture: Use the barrier operation specified by cur_ops
Zqiang
1
-2
/
+2
2022-08-31
rcu-tasks: Make RCU Tasks Trace check for userspace execution
Zqiang
2
-6
/
+2
2022-08-31
rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
Zqiang
1
-1
/
+1
2022-08-31
srcu: Make Tiny SRCU use full-sized grace-period counters
Paul E. McKenney
1
-7
/
+7
2022-08-31
srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precise
Paul E. McKenney
1
-2
/
+2
2022-08-31
rcutorture: Make "srcud" option also test polled grace-period API
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcutorture: Limit read-side polling-API testing
Paul E. McKenney
1
-18
/
+23
2022-08-31
rcutorture: Expand rcu_torture_write_types() first "if" statement
Paul E. McKenney
1
-6
/
+23
2022-08-31
rcutorture: Use 1-suffixed variable in rcu_torture_write_types() check
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Make synchronize_rcu() fastpath update only boot-CPU counters
Paul E. McKenney
1
-2
/
+16
2022-08-31
rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removal
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
Paul E. McKenney
1
-5
/
+1
[next]