index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcutree.c
Commit message (
Expand
)
Author
Age
*
rcu: Move RCU-related source code to kernel/rcu directory
Paul E. McKenney
2013-10-15
*
Merge branch 'idle.2013.09.25a' into HEAD
Paul E. McKenney
2013-10-15
|
\
|
*
rcu: Consistent rcu_is_watching() naming
Paul E. McKenney
2013-09-25
|
*
rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()
Paul E. McKenney
2013-09-25
|
*
rcu: Is it safe to enter an RCU read-side critical section?
Paul E. McKenney
2013-09-25
*
|
Merge branch 'gp.2013.09.25a' into HEAD
Paul E. McKenney
2013-10-15
|
\
\
|
*
|
rcu: Add tracing of normal (non-NOCB) grace-period requests
Paul E. McKenney
2013-09-23
|
*
|
rcu: Add tracing to rcu_gp_kthread()
Paul E. McKenney
2013-09-23
|
*
|
rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()
Paul E. McKenney
2013-09-23
|
*
|
rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()
Paul E. McKenney
2013-09-23
|
*
|
rcu: Improve grace-period start logic
Paul E. McKenney
2013-09-23
|
|
/
*
|
rcu: Have rcutiny tracepoints use tracepoint_string()
Paul E. McKenney
2013-09-23
*
|
rcu: Reject memory-order-induced stall-warning false positives
Paul E. McKenney
2013-09-23
*
|
rcu: Micro-optimize rcu_cpu_has_callbacks()
Paul E. McKenney
2013-09-23
*
|
rcu: Silence unused-variable warnings
Paul E. McKenney
2013-09-23
*
|
rcu: Replace __get_cpu_var() uses
Christoph Lameter
2013-09-23
*
|
rcu: Convert local functions to static
Paul E. McKenney
2013-09-23
*
|
rcu: Use proper cpp macro for ->gp_flags
Paul E. McKenney
2013-09-20
|
/
*
-
.
Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' ...
Paul E. McKenney
2013-08-31
|
\
\
|
|
*
nohz_full: Force RCU's grace-period kthreads onto timekeeping CPU
Paul E. McKenney
2013-08-31
|
|
*
nohz_full: Add full-system-idle state machine
Paul E. McKenney
2013-08-31
|
|
*
nohz_full: Add full-system-idle arguments to API
Paul E. McKenney
2013-08-18
|
|
*
nohz_full: Add per-CPU idle-state tracking
Paul E. McKenney
2013-08-18
|
|
*
nohz_full: Add rcu_dyntick data for scalable detection of all-idle state
Paul E. McKenney
2013-08-18
|
|
*
rcu: Eliminate unused APIs intended for adaptive ticks
Paul E. McKenney
2013-08-18
|
|
/
|
/
|
|
*
rcu: Simplify _rcu_barrier() processing
Paul E. McKenney
2013-08-20
|
*
rcu: Avoid redundant grace-period kthread wakeups
Paul E. McKenney
2013-08-18
|
*
rcu: Make call_rcu() leak callbacks for debug-object errors
Paul E. McKenney
2013-08-18
|
*
rcu: Expedite grace periods during suspend/resume
Borislav Petkov
2013-08-18
|
/
*
rcu: Have the RCU tracepoints use the tracepoint_string infrastructure
Steven Rostedt (Red Hat)
2013-07-29
*
rcu: Simplify RCU_STATE_INITIALIZER() macro
Steven Rostedt (Red Hat)
2013-07-29
*
rcu: Add const annotation to char * for RCU tracepoints and functions
Steven Rostedt (Red Hat)
2013-07-29
*
rcu: delete __cpuinit usage from all rcu files
Paul Gortmaker
2013-07-14
*
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
2013-07-03
*
-
.
Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...
Paul E. McKenney
2013-06-10
|
\
\
|
|
*
rcu: Drive quiescent-state-forcing delay from HZ
Paul E. McKenney
2013-06-10
|
|
/
*
|
rcu: Move redundant call to note_gp_changes() into called function
Paul E. McKenney
2013-06-10
*
|
rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()
Paul E. McKenney
2013-06-10
*
|
rcu: Eliminate check_for_new_grace_period() wrapper function
Paul E. McKenney
2013-06-10
*
|
rcu: Merge __rcu_process_gp_end() into __note_gp_changes()
Paul E. McKenney
2013-06-10
*
|
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()
Paul E. McKenney
2013-06-10
*
|
rcu: Rename note_new_gpnum() to note_gp_changes()
Paul E. McKenney
2013-06-10
*
|
rcu: Make __note_new_gpnum() check for ends of prior grace periods
Paul E. McKenney
2013-06-10
*
|
rcu: Move code to apply callback-numbering simplifications
Paul E. McKenney
2013-06-10
|
/
*
rcu: Convert rcutree.c printk calls
Paul E. McKenney
2013-06-10
*
rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migration
Paul E. McKenney
2013-06-10
*
rcu: Don't call wakeup() with rcu_node structure ->lock held
Steven Rostedt
2013-06-10
*
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
2013-05-02
|
\
|
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-04-30
|
|
\
|
|
*
-
.
Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...
Paul E. McKenney
2013-03-26
|
|
|
\
\
[next]