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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
srcu: Apply trivial callback lists to shrink Tiny SRCU
Paul E. McKenney
4
-44
/
+37
2017-06-09
srcu: Shrink srcu.h by moving docbook and private function
Paul E. McKenney
6
-27
/
+23
2017-06-09
srcu: Prevent sdp->srcu_gp_seq_needed counter wrap
Paul E. McKenney
2
-0
/
+27
2017-06-09
rcu: Move rcutiny.h to new empty/true/false-function style
Paul E. McKenney
1
-55
/
+16
2017-06-09
rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h
Paul E. McKenney
3
-7
/
+6
2017-06-09
rcu: Move torture-related functions out of rcutiny.h and rcutree.h
Paul E. McKenney
3
-96
/
+99
2017-06-09
rcu: move rcupdate.h to the new true/false-function style
Paul E. McKenney
1
-11
/
+2
2017-06-09
rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.h
Paul E. McKenney
2
-12
/
+12
2017-06-09
rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h
Paul E. McKenney
2
-9
/
+8
2017-06-09
rcu: Improve __call_rcu() debug-objects error message
Paul E. McKenney
1
-2
/
+7
2017-06-09
rcu: Remove linux/debugobjects.h from rcupdate.h
Paul E. McKenney
1
-1
/
+0
2017-06-09
rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.h
Paul E. McKenney
2
-4
/
+4
2017-06-09
rcu: Eliminate the unused __rcu_is_watching() function
Paul E. McKenney
4
-43
/
+4
2017-06-09
rcu: Move rcupdate.h to new empty-function style
Paul E. McKenney
1
-30
/
+9
2017-06-09
rcu: Remove UINT_CMP_GE() and UINT_CMP_LT()
Paul E. McKenney
1
-2
/
+0
2017-06-09
rcu: Move torture-related definitions from rcupdate.h to rcu.h
Paul E. McKenney
7
-82
/
+91
2017-06-09
rcu: Move expediting-related access/control out of rcupdate.h
Paul E. McKenney
4
-26
/
+30
2017-06-09
rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h
Paul E. McKenney
2
-7
/
+2
2017-06-09
rcu: Move docbook comments out of rcupdate.h
Paul E. McKenney
4
-123
/
+89
2017-06-09
rcu: Flag need for rcu_node_tree.h and rcu_segcblist.h visibility
Paul E. McKenney
2
-0
/
+8
2017-06-09
rcu: Add memory barriers for NOCB leader wakeup
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
Paul E. McKenney
2
-7
/
+7
2017-06-08
sched: Rely on synchronize_rcu_mult() de-duplication
Paul E. McKenney
1
-7
/
+1
2017-06-08
rcu: Make synchronize_rcu_mult() check for duplicates
Paul E. McKenney
1
-2
/
+11
2017-06-08
srcu: Add DEBUG_OBJECTS_RCU_HEAD functionality
Paul E. McKenney
1
-1
/
+18
2017-06-08
srcu: Shrink Tiny SRCU a bit
Paul E. McKenney
2
-16
/
+15
2017-06-08
srcu: Make SRCU be once again optional
Paul E. McKenney
2
-2
/
+6
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree_plugin.h
Paul E. McKenney
1
-0
/
+17
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree.c
Paul E. McKenney
1
-0
/
+25
2017-06-08
srcu: Print non-default exp_holdoff values at boot time
Paul E. McKenney
1
-1
/
+5
2017-06-08
srcu: Make exp_holdoff module parameter be static
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcu: Update rcu_bootup_announce_oddness()
Paul E. McKenney
2
-6
/
+34
2017-06-08
rcu: Print out rcupdate.c non-default boot-time settings
Paul E. McKenney
3
-1
/
+43
2017-06-08
rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()
Paul E. McKenney
1
-0
/
+2
2017-06-08
doc: Take tail recursion into account in RCU requirements
Paul E. McKenney
1
-1
/
+2
2017-06-08
srcu: Document auto-expediting requirement
Paul E. McKenney
1
-0
/
+14
2017-06-08
rcutorture: Add "git diff" output to testid.txt file
Paul E. McKenney
1
-4
/
+1
2017-06-08
rcuperf: Add writer_holdoff boot parameter
Paul E. McKenney
2
-3
/
+11
2017-06-08
srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
Priyalee Kushwaha
1
-1
/
+1
2017-06-08
rcuperf: Set more user-friendly defaults
Paul E. McKenney
1
-2
/
+3
2017-06-08
srcu: Shrink Tiny SRCU a bit more
Paul E. McKenney
2
-5
/
+5
2017-06-08
rcutorture: Reduce CPUs dedicated to testing Classic SRCU
Paul E. McKenney
1
-1
/
+1
2017-06-08
srcu: Make Classic and Tree SRCU announce themselves at bootup
Paul E. McKenney
2
-0
/
+14
2017-06-08
rcuperf: Add the ability to test tiny RCU flavors
Paul E. McKenney
1
-0
/
+16
2017-06-08
docs: Fix typo in Documentation/memory-barriers.txt
Stan Drozd
1
-1
/
+1
2017-06-08
atomics: Add header comment so spin_unlock_wait()
Paul E. McKenney
1
-0
/
+20
2017-06-08
doc/atomic_ops: Clarify smp_mb__{before,after}_atomic()
Paul E. McKenney
1
-0
/
+5
2017-06-08
rcuperf: Add test for dynamically initialized srcu_struct
Paul E. McKenney
1
-1
/
+30
2017-06-08
checkpatch: Remove checks for expedited grace periods
Paul E. McKenney
1
-17
/
+0
2017-06-08
rcu: Make sync_rcu_preempt_exp_done() return bool
Paul E. McKenney
1
-1
/
+1
[next]