index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
percpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-18
percpu: preffity percpu header files
Tejun Heo
1
-285
/
+296
2014-06-18
percpu: reorder macros in percpu header files
Tejun Heo
1
-99
/
+99
2014-06-18
percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...
Tejun Heo
1
-0
/
+341
2014-06-18
percpu: include/asm-generic/percpu.h should contain only arch-overridable parts
Tejun Heo
1
-64
/
+0
2014-06-18
percpu: introduce arch_raw_cpu_ptr()
Tejun Heo
1
-2
/
+9
2014-06-18
percpu: disallow archs from overriding SHIFT_PERCPU_PTR()
Tejun Heo
1
-6
/
+3
2014-04-08
percpu: add raw_cpu_ops
Christoph Lameter
1
-5
/
+8
2010-09-10
percpu: Optimize __get_cpu_var()
Brian Gerst
1
-4
/
+3
2010-09-10
x86, percpu: Optimize this_cpu_ptr
Brian Gerst
1
-2
/
+7
2010-08-07
percpu: handle __percpu notations in UP accessors
Namhyung Kim
1
-5
/
+10
2010-06-01
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-5
/
+5
2010-03-03
Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].
Denys Vlasenko
1
-5
/
+5
2009-10-29
percpu: make accessors check for percpu pointer in sparse
Tejun Heo
1
-2
/
+4
2009-10-29
percpu: add __percpu for sparse.
Rusty Russell
1
-1
/
+3
2009-10-29
percpu: remove per_cpu__ prefix.
Rusty Russell
1
-6
/
+6
2009-10-03
this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operations
Christoph Lameter
1
-0
/
+5
2009-09-04
x86/i386: Put aligned stack-canary in percpu shared_aligned section
Jeremy Fitzhardinge
1
-0
/
+3
2009-07-01
alpha: fix percpu build breakage
Tejun Heo
1
-0
/
+4
2009-04-22
PERCPU: Collect the DECLARE/DEFINE declarations together
David Howells
1
-24
/
+2
2009-04-22
FRV: Fix the section attribute on UP DECLARE_PER_CPU()
David Howells
1
-2
/
+41
2009-04-10
percpu: unbreak alpha percpu
Tejun Heo
1
-52
/
+0
2009-01-16
percpu: add optimized generic percpu accessors
Ingo Molnar
1
-0
/
+52
2008-02-23
percpu: fix DEBUG_PREEMPT per_cpu checking
Hugh Dickins
1
-0
/
+2
2008-01-30
x86/non-x86: percpu, node ids, apic ids x86.git fixup
Mike Travis
1
-10
/
+2
2008-01-30
percpu: make the asm-generic/percpu.h more "generic"
travis@sgi.com
1
-11
/
+63
2008-01-30
percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h
travis@sgi.com
1
-18
/
+0
2008-01-30
percpu: use a kconfig variable to signal arch specific percpu setup
travis@sgi.com
1
-1
/
+0
2007-07-19
define new percpu interface for shared data
Fenghua Yu
1
-0
/
+8
2007-05-02
[PATCH] i386: Use per-cpu variables for GDT, PDA
Rusty Russell
1
-0
/
+1
2006-10-06
[PATCH] Fix typo in "syntax error if percpu macros are incorrectly used" patch
Jan Blunck
1
-1
/
+1
2006-09-26
[PATCH] trigger a syntax error if percpu macros are incorrectly used
Jan Blunck
1
-1
/
+3
2006-07-04
[PATCH] lockdep: add per_cpu_offset()
Ingo Molnar
1
-0
/
+2
2006-06-25
[PATCH] Define __raw_get_cpu_var and use it
Paul Mackerras
1
-0
/
+2
2006-03-28
[PATCH] for_each_possible_cpu: fixes for generic part
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-03-23
[PATCH] more for_each_cpu() conversions
Andrew Morton
1
-4
/
+3
2005-06-23
[PATCH] adjust per_cpu definition in non-SMP case
Jan Beulich
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+42