aboutsummaryrefslogtreecommitdiffstats
path: root/lib/percpu_counter.c
Commit message (Expand)AuthorAgeFilesLines
* percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...Christoph Lameter2010-12-171-5/+3
* percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter2010-10-261-3/+3
* percpu_counter: add debugobj supportTejun Heo2010-10-261-0/+48
* percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH2010-10-261-0/+1
* tmpfs: add accurate compare function to percpu_counter libraryTim Chen2010-08-091-0/+27
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-061-14/+4
|\
| *-. Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-061-14/+4
| |\ \
| | | * locking, percpu counters: introduce separate lock classesPeter Zijlstra2008-12-291-14/+4
| | |/
* | | percpu_counter: FBC_BATCH should be a variableEric Dumazet2009-01-061-4/+14
|/ /
* | revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton2008-12-101-6/+1
* | revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton2008-12-101-3/+5
* | percpu_counter: fix CPU unplug race in percpu_counter_destroy()Eric Dumazet2008-12-101-2/+2
|/
* percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao2008-10-091-5/+3
* percpu_counter: new function percpu_counter_sum_and_setMingming Cao2008-07-111-1/+6
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-301-0/+1
* Add irq protection in the percpu-counters cpu-hotplug-callback pathGautham R Shenoy2007-10-191-2/+3
* lib: percpu_counter_init_irqPeter Zijlstra2007-10-171-0/+12
* lib: percpu_counter_init error handlingPeter Zijlstra2007-10-171-1/+7
* lib: percpu_count_sum()Peter Zijlstra2007-10-171-3/+3
* lib: percpu_counter_sum_positivePeter Zijlstra2007-10-171-2/+2
* lib: percpu_counter_setPeter Zijlstra2007-10-171-0/+14
* lib: make percpu_counter_add take s64Peter Zijlstra2007-10-171-2/+2
* lib: percpu_counter variable batchPeter Zijlstra2007-10-171-3/+3
* lib: percpu_counter_addPeter Zijlstra2007-10-171-2/+2
* percpu_counters: use for_each_online_cpu()Andrew Morton2007-07-161-1/+1
* percpu_counters(): use cpu notifiersAndrew Morton2007-07-161-0/+66
* [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao2006-06-231-5/+5
* [PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai2006-06-231-0/+46