index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+8
2017-11-08
rcu: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
1
-8
/
+8
2017-10-24
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-32
/
+127
2017-10-20
Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...
Paul E. McKenney
1
-32
/
+127
2017-10-19
doc: Fix various RCU docbook comment-header problems
Paul E. McKenney
1
-8
/
+10
2017-10-19
rcu: Add extended-quiescent-state testing advice
Paul E. McKenney
1
-0
/
+30
2017-10-09
rcu: Make RCU CPU stall warnings check for irq-disabled CPUs
Paul E. McKenney
1
-12
/
+92
2017-10-09
sched,rcu: Make cond_resched() provide RCU quiescent state
Paul E. McKenney
1
-20
/
+5
2017-10-04
Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2017-10-03
rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()
Paul E. McKenney
1
-2
/
+2
2017-09-25
Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+10
2017-09-23
rcu: Allow for page faults in NMI handlers
Paul E. McKenney
1
-0
/
+10
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-1
/
+1
2017-08-17
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...
Paul E. McKenney
1
-128
/
+85
2017-08-17
rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()
Paul E. McKenney
1
-2
/
+0
2017-08-17
rcu: Add warning to rcu_idle_enter() for irqs enabled
Paul E. McKenney
1
-1
/
+2
2017-08-17
rcu: Make rcu_idle_enter() rely on callers disabling irqs
Peter Zijlstra (Intel)
1
-4
/
+1
2017-08-17
rcu: Add assertions verifying blocked-tasks list
Paul E. McKenney
1
-0
/
+2
2017-08-17
rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()
Masami Hiramatsu
1
-0
/
+2
2017-08-17
rcu: Add TPS() protection for _rcu_barrier_trace strings
Paul E. McKenney
1
-12
/
+15
2017-08-17
rcu: Use idle versions of swait to make idle-hack clear
Luis R. Rodriguez
1
-6
/
+5
2017-07-25
rcu: Move callback-list warning to irq-disable region
Paul E. McKenney
1
-2
/
+2
2017-07-25
rcu: Localize rcu_state ->orphan_pend and ->orphan_done
Paul E. McKenney
1
-69
/
+4
2017-07-25
rcu: Advance callbacks after migration
Paul E. McKenney
1
-0
/
+1
2017-07-25
rcu: Eliminate rcu_state ->orphan_lock
Paul E. McKenney
1
-12
/
+3
2017-07-25
rcu: Advance outgoing CPU's callbacks before migrating them
Paul E. McKenney
1
-1
/
+6
2017-07-25
rcu: Make NOCB CPUs migrate CBs directly from outgoing CPU
Paul E. McKenney
1
-6
/
+8
2017-07-25
rcu: Check for NOCB CPUs and empty lists earlier in CB migration
Paul E. McKenney
1
-4
/
+3
2017-07-25
rcu: Remove orphan/adopt event-tracing fields
Paul E. McKenney
1
-2
/
+0
2017-07-25
rcu: Make expedited GPs correctly handle hardware CPU insertion
Paul E. McKenney
1
-2
/
+8
2017-07-25
rcu: Migrate callbacks earlier in the CPU-offline timeline
Paul E. McKenney
1
-96
/
+113
2017-07-24
rcu: Add last-CPU to GP-kthread starvation messages
Paul E. McKenney
1
-2
/
+3
2017-06-08
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
1
-34
/
+7
2017-06-08
rcu: Remove the RCU_KTHREAD_PRIO Kconfig option
Paul E. McKenney
1
-4
/
+0
2017-06-08
rcu: Remove *_SLOW_* Kconfig options
Paul E. McKenney
1
-20
/
+6
2017-06-08
rcu: Improve __call_rcu() debug-objects error message
Paul E. McKenney
1
-2
/
+7
2017-06-08
rcu: Eliminate the unused __rcu_is_watching() function
Paul E. McKenney
1
-15
/
+4
2017-06-08
rcu: Move docbook comments out of rcupdate.h
Paul E. McKenney
1
-4
/
+38
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree.c
Paul E. McKenney
1
-0
/
+25
2017-06-08
rcu: Update rcu_bootup_announce_oddness()
Paul E. McKenney
1
-3
/
+6
2017-06-08
rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcu: Remove obsolete reference to synchronize_kernel()
Paul E. McKenney
1
-6
/
+0
2017-06-08
rcu: Complain if blocking in preemptible RCU read-side critical section
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcu: Prevent rcu_barrier() from starting needless grace periods
Paul E. McKenney
1
-2
/
+8
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-417
/
+293
2017-05-02
rcu: Open-code the rcu_cblist_n_lazy_cbs() function
Paul E. McKenney
1
-1
/
+1
2017-05-02
rcu: Open-code the rcu_cblist_n_cbs() function
Paul E. McKenney
1
-5
/
+4
2017-05-02
rcu: Open-code the rcu_cblist_empty() function
Paul E. McKenney
1
-5
/
+4
2017-04-26
srcu: Make rcutorture writer stalls print SRCU GP state
Paul E. McKenney
1
-8
/
+4
2017-04-21
Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...
Paul E. McKenney
1
-407
/
+289
[next]