index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
percpu_counter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
percpu_counter: batch size aware __percpu_counter_compare()
Dave Chinner
1
-3
/
+3
2014-09-08
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
1
-2
/
+2
2014-09-08
percpu_counter: make percpu_counters_lock irq-safe
Tejun Heo
1
-6
/
+10
2014-04-08
lib/percpu_counter.c: fix bad percpu counter state during suspend
Jens Axboe
1
-1
/
+1
2014-01-17
percpu_counter: unbreak __percpu_counter_add()
Hugh Dickins
1
-1
/
+1
2014-01-15
lib/percpu_counter.c: fix __percpu_counter_add()
Ming Lei
1
-2
/
+2
2013-10-25
percpu_counter: make APIs irq safe
Shaohua Li
1
-6
/
+9
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-1
/
+1
2013-07-03
lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...
Fan Du
1
-1
/
+1
2012-07-31
switch the protection of percpu_counter list to spinlock
Al Viro
1
-7
/
+7
2011-10-31
lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef
Glauber Costa
1
-0
/
+2
2011-09-13
locking, percpu_counter: Annotate ::lock as raw
Thomas Gleixner
1
-9
/
+9
2010-12-17
percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...
Christoph Lameter
1
-5
/
+3
2010-10-26
percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()
Christoph Lameter
1
-3
/
+3
2010-10-26
percpu_counter: add debugobj support
Tejun Heo
1
-0
/
+48
2010-10-26
percpu: fix list_head init bug in __percpu_counter_init()
Masanori ITOH
1
-0
/
+1
2010-08-09
tmpfs: add accurate compare function to percpu_counter library
Tim Chen
1
-0
/
+27
2009-01-06
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-14
/
+4
2009-01-06
percpu_counter: FBC_BATCH should be a variable
Eric Dumazet
1
-4
/
+14
2009-01-06
Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...
Ingo Molnar
1
-14
/
+4
2008-12-29
locking, percpu counters: introduce separate lock classes
Peter Zijlstra
1
-14
/
+4
2008-12-10
revert "percpu_counter: new function percpu_counter_sum_and_set"
Andrew Morton
1
-6
/
+1
2008-12-10
revert "percpu counter: clean up percpu_counter_sum_and_set()"
Andrew Morton
1
-3
/
+5
2008-12-10
percpu_counter: fix CPU unplug race in percpu_counter_destroy()
Eric Dumazet
1
-2
/
+2
2008-10-09
percpu counter: clean up percpu_counter_sum_and_set()
Mingming Cao
1
-5
/
+3
2008-07-11
percpu_counter: new function percpu_counter_sum_and_set
Mingming Cao
1
-1
/
+6
2008-04-30
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
1
-0
/
+1
2007-10-19
Add irq protection in the percpu-counters cpu-hotplug-callback path
Gautham R Shenoy
1
-2
/
+3
2007-10-17
lib: percpu_counter_init_irq
Peter Zijlstra
1
-0
/
+12
2007-10-17
lib: percpu_counter_init error handling
Peter Zijlstra
1
-1
/
+7
2007-10-17
lib: percpu_count_sum()
Peter Zijlstra
1
-3
/
+3
2007-10-17
lib: percpu_counter_sum_positive
Peter Zijlstra
1
-2
/
+2
2007-10-17
lib: percpu_counter_set
Peter Zijlstra
1
-0
/
+14
2007-10-17
lib: make percpu_counter_add take s64
Peter Zijlstra
1
-2
/
+2
2007-10-17
lib: percpu_counter variable batch
Peter Zijlstra
1
-3
/
+3
2007-10-17
lib: percpu_counter_add
Peter Zijlstra
1
-2
/
+2
2007-07-16
percpu_counters: use for_each_online_cpu()
Andrew Morton
1
-1
/
+1
2007-07-16
percpu_counters(): use cpu notifiers
Andrew Morton
1
-0
/
+66
2006-06-23
[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...
Mingming Cao
1
-5
/
+5
2006-06-23
[PATCH] percpu_counters: create lib/percpu_counter.c
Ravikiran G Thirumalai
1
-0
/
+46