aboutsummaryrefslogtreecommitdiffstats
path: root/lib/percpu_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa1-0/+2
2011-09-13locking, percpu_counter: Annotate ::lock as rawThomas Gleixner1-9/+9
2010-12-17percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options.Christoph Lameter1-5/+3
2010-10-26percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter1-3/+3
2010-10-26percpu_counter: add debugobj supportTejun Heo1-0/+48
2010-10-26percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH1-0/+1
2010-08-09tmpfs: add accurate compare function to percpu_counter libraryTim Chen1-0/+27
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+4
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet1-4/+14
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgentIngo Molnar1-14/+4
2008-12-29locking, percpu counters: introduce separate lock classesPeter Zijlstra1-14/+4
2008-12-10revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton1-6/+1
2008-12-10revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton1-3/+5
2008-12-10percpu_counter: fix CPU unplug race in percpu_counter_destroy()Eric Dumazet1-2/+2
2008-10-09percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao1-5/+3
2008-07-11percpu_counter: new function percpu_counter_sum_and_setMingming Cao1-1/+6
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+1
2007-10-19Add irq protection in the percpu-counters cpu-hotplug-callback pathGautham R Shenoy1-2/+3
2007-10-17lib: percpu_counter_init_irqPeter Zijlstra1-0/+12
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-1/+7
2007-10-17lib: percpu_count_sum()Peter Zijlstra1-3/+3
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-2/+2
2007-10-17lib: percpu_counter_setPeter Zijlstra1-0/+14
2007-10-17lib: make percpu_counter_add take s64Peter Zijlstra1-2/+2
2007-10-17lib: percpu_counter variable batchPeter Zijlstra1-3/+3
2007-10-17lib: percpu_counter_addPeter Zijlstra1-2/+2
2007-07-16percpu_counters: use for_each_online_cpu()Andrew Morton1-1/+1
2007-07-16percpu_counters(): use cpu notifiersAndrew Morton1-0/+66
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counterMingming Cao1-5/+5
2006-06-23[PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai1-0/+46