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