index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
percpu_counter.c
Age
Commit message (
Expand
)
Author
2012-07-31
switch the protection of percpu_counter list to spinlock
Al Viro
2011-10-31
lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef
Glauber Costa
2011-09-13
locking, percpu_counter: Annotate ::lock as raw
Thomas Gleixner
2010-12-17
percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...
Christoph Lameter
2010-10-26
percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()
Christoph Lameter
2010-10-26
percpu_counter: add debugobj support
Tejun Heo
2010-10-26
percpu: fix list_head init bug in __percpu_counter_init()
Masanori ITOH
2010-08-09
tmpfs: add accurate compare function to percpu_counter library
Tim Chen
2009-01-06
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-06
percpu_counter: FBC_BATCH should be a variable
Eric Dumazet
2009-01-06
Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...
Ingo Molnar
2008-12-29
locking, percpu counters: introduce separate lock classes
Peter Zijlstra
2008-12-10
revert "percpu_counter: new function percpu_counter_sum_and_set"
Andrew Morton
2008-12-10
revert "percpu counter: clean up percpu_counter_sum_and_set()"
Andrew Morton
2008-12-10
percpu_counter: fix CPU unplug race in percpu_counter_destroy()
Eric Dumazet
2008-10-09
percpu counter: clean up percpu_counter_sum_and_set()
Mingming Cao
2008-07-11
percpu_counter: new function percpu_counter_sum_and_set
Mingming Cao
2008-04-30
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
2007-10-19
Add irq protection in the percpu-counters cpu-hotplug-callback path
Gautham R Shenoy
2007-10-17
lib: percpu_counter_init_irq
Peter Zijlstra
2007-10-17
lib: percpu_counter_init error handling
Peter Zijlstra
2007-10-17
lib: percpu_count_sum()
Peter Zijlstra
2007-10-17
lib: percpu_counter_sum_positive
Peter Zijlstra
2007-10-17
lib: percpu_counter_set
Peter Zijlstra
2007-10-17
lib: make percpu_counter_add take s64
Peter Zijlstra
2007-10-17
lib: percpu_counter variable batch
Peter Zijlstra
2007-10-17
lib: percpu_counter_add
Peter Zijlstra
2007-07-16
percpu_counters: use for_each_online_cpu()
Andrew Morton
2007-07-16
percpu_counters(): use cpu notifiers
Andrew Morton
2006-06-23
[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...
Mingming Cao
2006-06-23
[PATCH] percpu_counters: create lib/percpu_counter.c
Ravikiran G Thirumalai