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
/
rcupdate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-16
RCU: Don't try and predeclare inline funcs as it upsets some versions of gcc
David Howells
1
-10
/
+8
2009-03-31
rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to...
Lai Jiangshan
1
-0
/
+44
2009-02-26
rcu: Teach RCU that idle task is not quiscent state at boot
Paul E. McKenney
1
-0
/
+12
2009-01-05
rcu: eliminate synchronize_rcu_xxx macro
Paul E. McKenney
1
-2
/
+9
2008-10-21
rcupdate: fix bug of rcu_barrier*()
Lai Jiangshan
1
-9
/
+10
2008-08-21
rcu: fix synchronize_rcu() so that kernel-doc works
Randy Dunlap
1
-0
/
+1
2008-07-16
Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-1
/
+1
2008-05-19
rcu: add rcu_barrier_sched() and rcu_barrier_bh()
Paul E. McKenney
1
-6
/
+49
2008-05-19
rcu: add call_rcu_sched()
Paul E. McKenney
1
-18
/
+2
2008-02-14
rcupdate: fix comment
Paul E. McKenney
1
-1
/
+4
2008-01-25
Preempt-RCU: fix rcu_barrier for preemptive environment.
Paul E. McKenney
1
-0
/
+10
2008-01-25
Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c
Paul E. McKenney
1
-550
/
+25
2008-01-25
Preempt-RCU: Use softirq instead of tasklets for
Dipankar Sarma
1
-8
/
+17
2008-01-22
rcu: fix section mismatch
Randy Dunlap
1
-1
/
+1
2007-10-17
Clean up duplicate includes in kernel/
Jesper Juhl
1
-1
/
+0
2007-10-12
lockdep: annotate rcu_read_{,un}lock{,_bh}
Peter Zijlstra
1
-0
/
+8
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
1
-0
/
+2
2006-12-07
[PATCH] rcu: add a prefetch() in rcu_do_batch()
Eric Dumazet
1
-1
/
+3
2006-10-04
[PATCH] rcu: simplify/improve batch tuning
Oleg Nesterov
1
-8
/
+3
2006-09-13
[PATCH] rcu_do_batch: make ->qlen decrement irq safe
Oleg Nesterov
1
-1
/
+5
2006-08-01
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
Chandra Seetharaman
1
-2
/
+2
2006-07-04
[PATCH] lockdep: locking init debugging improvement
Ingo Molnar
1
-2
/
+2
2006-06-28
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
Chandra Seetharaman
1
-1
/
+1
2006-06-28
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
Chandra Seetharaman
1
-1
/
+1
2006-06-28
[PATCH] rcutorture: add call_rcu_bh() operations
Paul E. McKenney
1
-0
/
+10
2006-06-23
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
Paul E. McKenney
1
-11
/
+2
2006-05-15
[PATCH] RCU: introduce rcu_needs_cpu() interface
Heiko Carstens
1
-0
/
+19
2006-04-26
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Chandra Seetharaman
1
-1
/
+1
2006-04-26
[PATCH] Remove __devinitdata from notifier block definitions
Chandra Seetharaman
1
-1
/
+1
2006-03-24
[PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlist
Oleg Nesterov
1
-3
/
+2
2006-03-23
[PATCH] kernel/rcupdate.c: make two structs static
Adrian Bunk
1
-2
/
+2
2006-03-23
[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutex
Ingo Molnar
1
-5
/
+5
2006-03-21
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem
Greg Kroah-Hartman
1
-3
/
+3
2006-03-09
[PATCH] rcu batch tuning
Dipankar Sarma
1
-18
/
+58
2006-01-10
[PATCH] rcu: fix hotplug-cpu ->donelist leak
Oleg Nesterov
1
-1
/
+2
2006-01-10
[PATCH] rcu: join rcu_ctrlblk and rcu_state
Oleg Nesterov
1
-44
/
+38
2006-01-10
[PATCH] rcu: don't set ->next_pending in rcu_start_batch()
Oleg Nesterov
1
-7
/
+4
2006-01-09
[PATCH] rcu: uninline __rcu_pending()
Oleg Nesterov
1
-0
/
+30
2006-01-09
[PATCH] rcu file: use atomic primitives
Nick Piggin
1
-14
/
+0
2006-01-09
[PATCH] RCU signal handling
Ingo Molnar
1
-0
/
+1
2006-01-09
[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...
Ravikiran G Thirumalai
1
-2
/
+2
2005-12-12
[PATCH] Fix RCU race in access of nohz_cpu_mask
Srivatsa Vaddagiri
1
-5
/
+13
2005-12-12
[PATCH] add rcu_barrier() synchronization point
Dipankar Sarma
1
-0
/
+41
2005-10-31
[PATCH] RCU torture-testing kernel module
Paul E. McKenney
1
-0
/
+10
2005-10-18
[PATCH] rcu: keep rcu callback event counter
Eric Dumazet
1
-0
/
+11
2005-10-17
Increase default RCU batching sharply
Linus Torvalds
1
-1
/
+1
2005-09-10
[PATCH] files: rcuref APIs
Dipankar Sarma
1
-0
/
+14
2005-05-01
[PATCH] Deprecate synchronize_kernel, GPL replacement
Paul E. McKenney
1
-2
/
+14
2005-05-01
[PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL
Paul E. McKenney
1
-3
/
+3
[next]