UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / lib / percpu_counter.c
2010-12-17 Christoph Lameterpercpucounter: Optimize __percpu_counter_add a bit...
2010-10-26 Christoph Lameterpercpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()
2010-10-26 Tejun Heopercpu_counter: add debugobj support
2010-10-26 Masanori ITOHpercpu: fix list_head init bug in __percpu_counter_init()
2010-08-10 Tim Chentmpfs: add accurate compare function to percpu_counter...
2009-01-07 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-01-06 Eric Dumazetpercpu_counter: FBC_BATCH should be a variable
2009-01-06 Ingo MolnarMerge branches 'core/futexes', 'core/locking', 'core...
2008-12-29 Peter Zijlstralocking, percpu counters: introduce separate lock classes
2008-12-10 Andrew Mortonrevert "percpu_counter: new function percpu_counter_sum...
2008-12-10 Andrew Mortonrevert "percpu counter: clean up percpu_counter_sum_and...
2008-12-10 Eric Dumazetpercpu_counter: fix CPU unplug race in percpu_counter_d...
2008-10-09 Mingming Caopercpu counter: clean up percpu_counter_sum_and_set()
2008-07-11 Mingming Caopercpu_counter: new function percpu_counter_sum_and_set
2008-04-30 Peter Zijlstramm: bdi: export BDI attributes in sysfs
2007-10-19 Gautham R ShenoyAdd irq protection in the percpu-counters cpu-hotplug...
2007-10-17 Peter Zijlstralib: percpu_counter_init_irq
2007-10-17 Peter Zijlstralib: percpu_counter_init error handling
2007-10-17 Peter Zijlstralib: percpu_count_sum()
2007-10-17 Peter Zijlstralib: percpu_counter_sum_positive
2007-10-17 Peter Zijlstralib: percpu_counter_set
2007-10-17 Peter Zijlstralib: make percpu_counter_add take s64
2007-10-17 Peter Zijlstralib: percpu_counter variable batch
2007-10-17 Peter Zijlstralib: percpu_counter_add
2007-07-16 Andrew Mortonpercpu_counters: use for_each_online_cpu()
2007-07-16 Andrew Mortonpercpu_counters(): use cpu notifiers
2006-06-23 Mingming Cao[PATCH] percpu counter data type changes to suppport...
2006-06-23 Ravikiran G Thirumalai[PATCH] percpu_counters: create lib/percpu_counter.c