KVM: MMU: invalidate and flush on spte small->large page size change
[safe/jmp/linux-2.6] / kernel / rcupdate.c
2010-05-10 Paul E. McKenneyrcu: slim down rcutiny by removing rcu_scheduler_active...
2010-05-06 Paul E. McKenneyrcu: create rcu_my_thread_group_empty() wrapper
2010-04-19 Paul E. McKenneyrcu: Make RCU lockdep check the lockdep_recursion variable
2010-03-16 Paul E. McKenneyrcu: Make rcu_read_lock_bh_held() allow for disabled BH
2010-02-26 Paul E. McKenneyrcu: Export rcu_scheduler_active
2010-02-26 Paul E. McKenneyrcu: Make rcu_read_lock_sched_held() take boot time...
2010-02-25 Paul E. McKenneyrcu: Introduce lockdep-based checking to RCU read-side...
2009-11-22 Paul E. McKenneyrcu: Re-arrange code to reduce #ifdef pain
2009-11-22 Paul E. McKenneyrcu: Eliminate unneeded function wrapping
2009-10-26 Paul E. McKenneyrcu: "Tiny RCU", The Bloatwatch Edition
2009-10-07 Paul E. McKenneyrcu: Move rcu_barrier() to rcutree
2009-10-05 Paul E. McKenneyrcu: Replace the rcu_barrier enum with pointer to call_...
2009-10-05 Paul E. McKenneyrcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOC...
2009-09-23 Paul E. McKenneyrcu: Clean up code to address Ingo's checkpatch feedback
2009-09-19 Paul E. McKenneyrcu: Fix whitespace inconsistencies
2009-09-17 Paul E. McKenneyrcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU
2009-08-19 Paul E. McKenneyrcu: Delay rcu_barrier() wait until beginning of next...
2009-08-15 Paul E. McKenneyrcu: Simplify RCU CPU-hotplug notification
2009-07-03 Paul E. McKenneyrcu: Add synchronize_sched_expedited() primitive
2009-04-15 David HowellsRCU: Don't try and predeclare inline funcs as it upsets...
2009-03-30 Lai Jiangshanrcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in...
2009-02-26 Paul E. McKenneyrcu: Teach RCU that idle task is not quiscent state...
2009-01-05 Paul E. McKenneyrcu: eliminate synchronize_rcu_xxx macro
2008-10-21 Lai Jiangshanrcupdate: fix bug of rcu_barrier*()
2008-08-21 Randy Dunlaprcu: fix synchronize_rcu() so that kernel-doc works
2008-07-15 Linus TorvaldsMerge branch 'generic-ipi-for-linus' of git://git....
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-05-19 Paul E. McKenneyrcu: add rcu_barrier_sched() and rcu_barrier_bh()
2008-05-19 Paul E. McKenneyrcu: add call_rcu_sched()
2008-02-14 Paul E. McKenneyrcupdate: fix comment
2008-01-25 Paul E. McKenneyPreempt-RCU: fix rcu_barrier for preemptive environment.
2008-01-25 Paul E. McKenneyPreempt-RCU: reorganize RCU code into rcuclassic.c...
2008-01-25 Dipankar SarmaPreempt-RCU: Use softirq instead of tasklets for
2008-01-22 Randy Dunlaprcu: fix section mismatch
2007-10-17 Jesper JuhlClean up duplicate includes in kernel/
2007-10-11 Peter Zijlstralockdep: annotate rcu_read_{,un}lock{,_bh}
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2006-12-07 Eric Dumazet[PATCH] rcu: add a prefetch() in rcu_do_batch()
2006-10-04 Oleg Nesterov[PATCH] rcu: simplify/improve batch tuning
2006-09-13 Oleg Nesterov[PATCH] rcu_do_batch: make ->qlen decrement irq safe
2006-07-31 Chandra Seetharaman[PATCH] cpu hotplug: replace __devinit* with __cpuinit...
2006-07-03 Ingo Molnar[PATCH] lockdep: locking init debugging improvement
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert initdata patch submitted...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert init patch submitted for...
2006-06-28 Paul E. McKenney[PATCH] rcutorture: add call_rcu_bh() operations
2006-06-23 Paul E. McKenney[PATCH] Make RCU API inaccessible to non-GPL Linux...
2006-05-15 Heiko Carstens[PATCH] RCU: introduce rcu_needs_cpu() interface
2006-04-26 Chandra Seetharaman[PATCH] Remove __devinit and __cpuinit from notifier_ca...
2006-04-26 Chandra Seetharaman[PATCH] Remove __devinitdata from notifier block defini...
2006-03-24 Oleg Nesterov[PATCH] rcu_process_callbacks: don't cli() while testin...
2006-03-23 Adrian Bunk[PATCH] kernel/rcupdate.c: make two structs static
2006-03-23 Ingo Molnar[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema...
2006-03-20 Greg Kroah-Hartman[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem
2006-03-08 Dipankar Sarma[PATCH] rcu batch tuning
2006-01-10 Oleg Nesterov[PATCH] rcu: fix hotplug-cpu ->donelist leak
2006-01-10 Oleg Nesterov[PATCH] rcu: join rcu_ctrlblk and rcu_state
2006-01-10 Oleg Nesterov[PATCH] rcu: don't set ->next_pending in rcu_start_batch()
2006-01-09 Oleg Nesterov[PATCH] rcu: uninline __rcu_pending()
2006-01-09 Nick Piggin[PATCH] rcu file: use atomic primitives
2006-01-09 Ingo Molnar[PATCH] RCU signal handling
2006-01-09 Ravikiran G Thirumalai[PATCH] Change maxaligned_in_smp alignemnt macros to...
2005-12-12 Srivatsa Vaddagiri[PATCH] Fix RCU race in access of nohz_cpu_mask
2005-12-12 Dipankar Sarma[PATCH] add rcu_barrier() synchronization point
2005-10-31 Paul E. McKenney[PATCH] RCU torture-testing kernel module
2005-10-17 Eric Dumazet[PATCH] rcu: keep rcu callback event counter
2005-10-17 Linus TorvaldsIncrease default RCU batching sharply
2005-09-09 Dipankar Sarma[PATCH] files: rcuref APIs
2005-05-01 Paul E. McKenney[PATCH] Deprecate synchronize_kernel, GPL replacement
2005-05-01 Paul E. McKenney[PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMB...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2