index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
percpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
percpu: update free path to take advantage of contig hints
Dennis Zhou (Facebook)
2017-07-26
1
-0
/
+3
*
percpu: introduce bitmap metadata blocks
Dennis Zhou (Facebook)
2017-07-26
1
-0
/
+12
*
percpu: replace area map allocator with bitmap
Dennis Zhou (Facebook)
2017-07-26
1
-1
/
+0
*
percpu: increase minimum percpu allocation size and align first regions
Dennis Zhou (Facebook)
2017-07-26
1
-0
/
+4
*
locking/lockdep: Handle statically initialized PER_CPU locks properly
Thomas Gleixner
2017-03-16
1
-0
/
+1
*
printk/nmi: generic solution for safe printk in NMI
Petr Mladek
2016-05-20
1
-3
/
+0
*
percpu: remove PERCPU_ENOUGH_ROOM which is stale definition
Jungseok Lee
2015-11-16
1
-6
/
+0
*
printk/percpu: Define printk_func when printk is not defined
Steven Rostedt (Red Hat)
2014-11-21
1
-0
/
+1
*
printk: Add per_cpu printk func to allow printk to be diverted
Steven Rostedt (Red Hat)
2014-11-19
1
-0
/
+3
*
percpu: implement asynchronous chunk population
Tejun Heo
2014-09-02
1
-2
/
+2
*
percpu: implement [__]alloc_percpu_gfp()
Tejun Heo
2014-09-02
1
-2
/
+7
*
percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.h
Tejun Heo
2014-06-17
1
-208
/
+0
*
percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...
Tejun Heo
2014-06-17
1
-344
/
+0
*
percpu: only allow sized arch overrides for {raw|this}_cpu_*() ops
Tejun Heo
2014-06-17
1
-89
/
+5
*
percpu: move accessors from include/linux/percpu.h to percpu-defs.h
Tejun Heo
2014-06-17
1
-37
/
+0
*
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-06-09
1
-1
/
+1
|
\
|
*
percpu: Replace __get_cpu_var with this_cpu_ptr
Christoph Lameter
2014-04-15
1
-1
/
+1
*
|
percpu: Fix raw_cpu_inc_return()
Paul E. McKenney
2014-05-14
1
-1
/
+1
|
/
*
percpu: add preemption checks to __this_cpu ops
Christoph Lameter
2014-04-07
1
-10
/
+29
*
percpu: add raw_cpu_ops
Christoph Lameter
2014-04-07
1
-136
/
+195
*
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
2014-01-23
1
-0
/
+1
*
Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2013-11-13
1
-32
/
+0
|
\
|
*
percpu: remove this_cpu_xor() implementation
Heiko Carstens
2013-10-27
1
-32
/
+0
*
|
percpu: fix this_cpu_sub() subtrahend casting for unsigneds
Greg Thelen
2013-10-30
1
-4
/
+4
|
/
*
sections: fix section conflicts in mm/percpu.c
Andi Kleen
2012-10-06
1
-1
/
+1
*
percpu: remove percpu_xxx() functions
Alex Shi
2012-05-14
1
-54
/
+0
*
percpu: fix __this_cpu_{sub,inc,dec}_return() definition
Konstantin Khlebnikov
2012-03-04
1
-3
/
+3
*
percpu: use raw_local_irq_* in _this_cpu op
Ming Lei
2012-02-21
1
-10
/
+10
*
percpu: fix generic definition of __this_cpu_add_and_return()
Konstantin Khlebnikov
2012-02-21
1
-1
/
+2
*
percpu: Remove irqsafe_cpu_xxx variants
Christoph Lameter
2011-12-22
1
-168
/
+22
*
slub: always align cpu_slab to honor cmpxchg_double requirement
Chris Metcalf
2011-06-03
1
-0
/
+3
*
slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchg
Thomas Gleixner
2011-05-04
1
-1
/
+1
*
percpu: Generic support for this_cpu_cmpxchg_double()
Christoph Lameter
2011-02-28
1
-0
/
+128
*
percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg support
Christoph Lameter
2010-12-18
1
-1
/
+133
*
percpu,x86: relocate this_cpu_add_return() and friends
Tejun Heo
2010-12-17
1
-30
/
+30
*
percpu: Generic support for this_cpu_add, sub, dec, inc_return
Christoph Lameter
2010-12-17
1
-0
/
+71
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2010-10-22
1
-25
/
+6
|
\
|
*
percpu: use percpu allocator on UP too
Tejun Heo
2010-09-08
1
-24
/
+5
|
*
percpu: reduce PCPU_MIN_UNIT_SIZE to 32k
Tejun Heo
2010-09-08
1
-1
/
+1
*
|
percpu: Add {get,put}_cpu_ptr
Peter Zijlstra
2010-09-21
1
-0
/
+9
|
/
*
percpu: handle __percpu notations in UP accessors
Namhyung Kim
2010-08-07
1
-1
/
+1
*
percpu: allow limited allocation before slab is online
Tejun Heo
2010-06-27
1
-0
/
+13
*
percpu: make @dyn_size always mean min dyn_size in first chunk init functions
Tejun Heo
2010-06-27
1
-6
/
+1
*
Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc
Linus Torvalds
2010-04-05
1
-25
/
+5
|
\
|
*
percpu: don't implicitly include slab.h from percpu.h
Tejun Heo
2010-03-30
1
-25
/
+5
*
|
percpu, module: implement and use is_kernel/module_percpu_address()
Tejun Heo
2010-03-29
1
-0
/
+7
|
/
*
Merge branch 'master' into percpu
Tejun Heo
2010-01-05
1
-0
/
+6
|
\
|
*
Merge branch 'for-linus' into for-next
Tejun Heo
2009-12-08
1
-0
/
+6
|
|
\
|
|
*
percpu: add missing per_cpu_ptr_to_phys() definition for UP
Tejun Heo
2009-12-02
1
-0
/
+5
[next]