aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/percpu_counter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15percpu: percpu_counter_initialized can be booleanguoyayun1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-3/+4
2015-05-29percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner1-1/+12
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-4/+6
2013-02-05percpu_counter.h: comment code for better readabilityJesper Dangaard Brouer1-1/+1
2011-09-13locking, percpu_counter: Annotate ::lock as rawThomas Gleixner1-1/+1
2011-05-25percpu_counter: change return value and add commentsShaohua Li1-1/+5
2010-10-27ext4: fix kernel oops if the journal superblock has a non-zero j_errnoTheodore Ts'o1-0/+10
2010-08-09tmpfs: add accurate compare function to percpu_counter libraryTim Chen1-0/+11
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-1/+1
2010-02-08percpu_counter: Make __percpu_counter_add an inline function on UPAnton Blanchard1-3/+6
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+10
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet1-6/+2
2008-12-29locking, percpu counters: introduce separate lock classesPeter Zijlstra1-4/+10
2008-12-10revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton1-9/+3
2008-12-10revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton1-3/+9
2008-10-09percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao1-9/+3
2008-07-11percpu_counter: new function percpu_counter_sum_and_setMingming Cao1-3/+9
2007-10-17lib: percpu_counter_init_irqPeter Zijlstra1-0/+3
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-2/+3
2007-10-17lib: percpu_count_sum()Peter Zijlstra1-1/+17
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-2/+2
2007-10-17lib: percpu_counter_setPeter Zijlstra1-0/+6
2007-10-17lib: make percpu_counter_add take s64Peter Zijlstra1-3/+3
2007-10-17lib: percpu_counter variable batchPeter Zijlstra1-1/+9
2007-10-17lib: percpu_counter_subPeter Zijlstra1-0/+5
2007-10-17lib: percpu_counter_addPeter Zijlstra1-4/+4
2007-07-16percpu_counters(): use cpu notifiersAndrew Morton1-12/+6
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counterMingming Cao1-18/+20
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-08[PATCH] percpu_counter_sum()Andrew Morton1-0/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+107