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
/
include
/
linux
/
rcupdate.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-17
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...
Paul E. McKenney
1
-5
/
+10
2017-08-17
rcu: Create reasonable API for do_exit() TASKS_RCU processing
Paul E. McKenney
1
-3
/
+4
2017-08-17
rcu: Drive TASKS_RCU directly off of PREEMPT
Paul E. McKenney
1
-2
/
+4
2017-07-25
rcu: Migrate callbacks earlier in the CPU-offline timeline
Paul E. McKenney
1
-0
/
+1
2017-07-25
srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU
Paul E. McKenney
1
-0
/
+1
2017-06-09
rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.h
Paul E. McKenney
1
-6
/
+0
2017-06-09
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
1
-9
/
+0
2017-06-09
rcu: Refactor #includes from include/linux/rcupdate.h
Paul E. McKenney
1
-16
/
+6
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
1
-12
/
+0
2017-06-09
rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h
Paul E. McKenney
1
-9
/
+0
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
1
-4
/
+0
2017-06-09
rcu: Eliminate the unused __rcu_is_watching() function
Paul E. McKenney
1
-4
/
+0
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
1
-52
/
+0
2017-06-09
rcu: Move expediting-related access/control out of rcupdate.h
Paul E. McKenney
1
-26
/
+0
2017-06-09
rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h
Paul E. McKenney
1
-7
/
+0
2017-06-09
rcu: Move docbook comments out of rcupdate.h
Paul E. McKenney
1
-114
/
+3
2017-06-08
rcu: Print out rcupdate.c non-default boot-time settings
Paul E. McKenney
1
-0
/
+1
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+11
2017-04-21
rcu: Make non-preemptive schedule be Tasks RCU quiescent state
Paul E. McKenney
1
-3
/
+8
2017-04-18
rcu: Make arch select smp_mb__after_unlock_lock() strength
Paul E. McKenney
1
-3
/
+3
2017-04-10
rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work
Steven Rostedt (VMware)
1
-0
/
+5
2017-03-02
rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...
Ingo Molnar
1
-40
/
+0
2017-01-25
srcu: Force full grace-period ordering
Paul E. McKenney
1
-0
/
+12
2017-01-15
rcu: Narrow early boot window of illegal synchronous grace periods
Paul E. McKenney
1
-0
/
+4
2016-08-22
rcu: Provide exact CPU-online tracking for RCU
Paul E. McKenney
1
-0
/
+1
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+6
2016-07-06
rcu: Suppress sparse warnings for rcu_dereference_raw()
Paul E. McKenney
1
-2
/
+6
2016-06-16
rcu: Make call_rcu_tasks() tolerate first call with irqs disabled
Paul E. McKenney
1
-0
/
+1
2016-06-16
rcu: No ordering for rcu_assign_pointer() of NULL
Paul E. McKenney
1
-1
/
+10
2016-06-15
rcu: Document RCU_NONIDLE() restrictions in comment header
Paul E. McKenney
1
-5
/
+6
2016-03-31
rcu: Remove superfluous versions of rcu_read_lock_sched_held()
Boqun Feng
1
-16
/
+1
2016-03-31
rcu: Consolidate dumping of ftrace buffer
Paul E. McKenney
1
-0
/
+13
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+1
2016-03-01
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
1
-3
/
+1
2016-02-24
rcu: Remove rcu_user_hooks_switch
Yang Shi
1
-2
/
+0
2015-12-08
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...
Paul E. McKenney
1
-4
/
+17
2015-12-08
rcu: Fix comment for rcu_dereference_raw_notrace
Alexey Kardashevskiy
1
-1
/
+1
2015-12-08
rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()
Paul E. McKenney
1
-2
/
+2
2015-12-08
rcu: Remove TINY_RCU bloat from pointless boot parameters
Paul E. McKenney
1
-1
/
+8
2015-12-04
rcu: Add rcu_normal kernel parameter to suppress expediting
Paul E. McKenney
1
-0
/
+6
2015-10-06
rcu: Remove deprecated rcu_lockdep_assert()
Paul E. McKenney
1
-21
/
+0
2015-10-06
rcu: Add rcu_pointer_handoff()
Paul E. McKenney
1
-0
/
+22
2015-10-06
rcu: Don't disable preemption for Tiny and Tree RCU readers
Boqun Feng
1
-2
/
+4
2015-10-06
rcu: Use rcu_callback_t in call_rcu*() and friends
Boqun Feng
1
-5
/
+5
2015-09-21
rcu: Change _wait_rcu_gp() to work around GCC bug 67055
Oleg Nesterov
1
-6
/
+5
2015-07-23
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
1
-21
/
+42
[next]