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
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
rcu: Shrink each possible cpu krcp
Zqiang
1
-3
/
+3
2020-08-25
rcu: Remove unused __rcu_is_watching() function
Paul E. McKenney
1
-5
/
+0
2020-08-25
rcu: Make FQS more aggressive in complaining about offline CPUs
Joel Fernandes (Google)
1
-4
/
+19
2020-08-25
rcu: Clarify comments about FQS loop reporting quiescent states
Joel Fernandes (Google)
1
-4
/
+7
2020-08-25
rcu: Move rcu_cpu_started per-CPU variable to rcu_data
Paul E. McKenney
1
-7
/
+4
2020-08-25
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_ns
Paul E. McKenney
1
-2
/
+6
2020-08-25
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisor
Paul E. McKenney
1
-1
/
+4
2020-08-25
rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()
Neeraj Upadhyay
1
-2
/
+1
2020-08-25
rcu/tree: Force quiescent state on callback overload
Neeraj Upadhyay
1
-1
/
+1
2020-08-25
rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepoint
Joel Fernandes (Google)
1
-2
/
+3
2020-08-25
rcu: Remove KCSAN stubs
Paul E. McKenney
1
-13
/
+0
2020-08-07
rcu: kasan: record and print call_rcu() call stack
Walter Wu
1
-0
/
+2
2020-06-29
Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...
Paul E. McKenney
1
-127
/
+280
2020-06-29
rcu: Support reclaim for head-less object
Uladzislau Rezki (Sony)
1
-2
/
+43
2020-06-29
rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*
Uladzislau Rezki (Sony)
1
-8
/
+8
2020-06-29
rcu/tree: Maintain separate array for vmalloc ptrs
Uladzislau Rezki (Sony)
1
-73
/
+100
2020-06-29
rcu/tree: cache specified number of objects
Uladzislau Rezki (Sony)
1
-4
/
+62
2020-06-29
rcu/tree: Use static initializer for krc.lock
Sebastian Andrzej Siewior
1
-7
/
+6
2020-06-29
rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions
Uladzislau Rezki (Sony)
1
-8
/
+23
2020-06-29
rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
Uladzislau Rezki (Sony)
1
-8
/
+9
2020-06-29
rcu/tree: Make debug_objects logic independent of rcu_head
Joel Fernandes (Google)
1
-16
/
+13
2020-06-29
rcu/tree: Repeat the monitor if any free channel is busy
Uladzislau Rezki (Sony)
1
-3
/
+6
2020-06-29
rcu/tree: Skip entry into the page allocator for PREEMPT_RT
Joel Fernandes (Google)
1
-0
/
+12
2020-06-29
rcu/tree: Keep kfree_rcu() awake during lock contention
Joel Fernandes (Google)
1
-15
/
+15
2020-06-29
rcu: Fix a kernel-doc warnings for "count"
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-29
kernel/rcu/tree.c: Fix kernel-doc warnings
Randy Dunlap
1
-1
/
+0
2020-06-29
rcu: Stop shrinker loop
Peter Enderborg
1
-1
/
+1
2020-06-29
rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr
Paul E. McKenney
1
-1
/
+4
2020-06-29
rcu: Grace-period-kthread related sleeps to idle priority
Paul E. McKenney
1
-3
/
+3
2020-06-29
rcu: Add callbacks-invoked counters
Paul E. McKenney
1
-0
/
+1
2020-06-29
rcu: Simplify the calculation of rcu_state.ncpus
Wei Yang
1
-6
/
+3
2020-06-25
rcu: Fixup noinstr warnings
Peter Zijlstra
1
-7
/
+25
2020-06-01
Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependencies
Ingo Molnar
1
-20
/
+80
2020-05-28
rcu: Allow for smp_call_function() running callbacks from idle
Peter Zijlstra
1
-6
/
+19
2020-05-26
rcu: Provide rcu_irq_exit_check_preempt()
Thomas Gleixner
1
-0
/
+18
2020-05-26
rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()
Paul E. McKenney
1
-20
/
+62
2020-05-19
rcu: Provide __rcu_is_watching()
Thomas Gleixner
1
-0
/
+5
2020-05-19
rcu: Provide rcu_irq_exit_preempt()
Thomas Gleixner
1
-0
/
+22
2020-05-19
rcu: Make RCU IRQ enter/exit functions rely on in_nmi()
Paul E. McKenney
1
-32
/
+15
2020-05-19
rcu/tree: Mark the idle relevant functions noinstr
Thomas Gleixner
1
-37
/
+46
2020-05-07
Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....
Paul E. McKenney
1
-4
/
+134
2020-05-07
rcu: Allow rcutorture to starve grace-period kthread
Paul E. McKenney
1
-0
/
+27
2020-04-27
rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built
Paul E. McKenney
1
-0
/
+24
2020-04-27
rcu: Add comments marking transitions between RCU watching and not
Paul E. McKenney
1
-4
/
+25
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
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: Mark rcu_state.gp_seq to detect more concurrent writes
Paul E. McKenney
1
-1
/
+3
2020-04-27
rcu: Expedite first two FQS scans under callback-overload conditions
Paul E. McKenney
1
-4
/
+15
[next]