summaryrefslogtreecommitdiff
path: root/lib/percpu_counter.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov2017-07-12
* percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-20
* percpu_counter: percpu_counter_hotcpu_callback() cleanupEric Dumazet2017-01-20
* lib/percpu_counter: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-09
* percpu_counter: update debugobjects fixup callbacks return typeDu, Changbin2016-05-19
* percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner2015-05-29
* percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-08
* percpu_counter: make percpu_counters_lock irq-safeTejun Heo2014-09-08
* lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-04-08
* percpu_counter: unbreak __percpu_counter_add()Hugh Dickins2014-01-17
* lib/percpu_counter.c: fix __percpu_counter_add()Ming Lei2014-01-15
* percpu_counter: make APIs irq safeShaohua Li2013-10-25
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
* lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du2013-07-03
* switch the protection of percpu_counter list to spinlockAl Viro2012-07-31
* lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa2011-10-31
* locking, percpu_counter: Annotate ::lock as rawThomas Gleixner2011-09-13
* percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...Christoph Lameter2010-12-17
* percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter2010-10-26
* percpu_counter: add debugobj supportTejun Heo2010-10-26
* percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH2010-10-26
* tmpfs: add accurate compare function to percpu_counter libraryTim Chen2010-08-09
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-06
|\
| *-. Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-06
| |\ \
| | | * locking, percpu counters: introduce separate lock classesPeter Zijlstra2008-12-29
| | |/
* | | percpu_counter: FBC_BATCH should be a variableEric Dumazet2009-01-06
|/ /
* | revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton2008-12-10
* | revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton2008-12-10
* | percpu_counter: fix CPU unplug race in percpu_counter_destroy()Eric Dumazet2008-12-10
|/
* percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao2008-10-09
* percpu_counter: new function percpu_counter_sum_and_setMingming Cao2008-07-11
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-30
* Add irq protection in the percpu-counters cpu-hotplug-callback pathGautham R Shenoy2007-10-19
* lib: percpu_counter_init_irqPeter Zijlstra2007-10-17
* lib: percpu_counter_init error handlingPeter Zijlstra2007-10-17
* lib: percpu_count_sum()Peter Zijlstra2007-10-17
* lib: percpu_counter_sum_positivePeter Zijlstra2007-10-17
* lib: percpu_counter_setPeter Zijlstra2007-10-17
* lib: make percpu_counter_add take s64Peter Zijlstra2007-10-17
* lib: percpu_counter variable batchPeter Zijlstra2007-10-17
* lib: percpu_counter_addPeter Zijlstra2007-10-17
* percpu_counters: use for_each_online_cpu()Andrew Morton2007-07-16
* percpu_counters(): use cpu notifiersAndrew Morton2007-07-16
* [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao2006-06-23
* [PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai2006-06-23