aboutsummaryrefslogtreecommitdiff
path: root/include/linux/percpu-defs.h
AgeCommit message (Expand)Author
2015-07-14percpu: update incorrect comment for this_cpu_*() operationsTejun Heo
2014-12-13percpu: remove __get_cpu_var and __raw_get_cpu_var macrosChristoph Lameter
2014-08-26percpu: Remove __this_cpu_ptrChristoph Lameter
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-07-01core: fix typo in percpu read_mostly sectionZhengyu He
2014-06-17percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...Tejun Heo
2014-06-17percpu: preffity percpu header filesTejun Heo
2014-06-17percpu: use raw_cpu_*() to define __this_cpu_*()Tejun Heo
2014-06-17percpu: reorder macros in percpu header filesTejun Heo
2014-06-17percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.hTejun Heo
2014-06-17percpu: reorganize include/linux/percpu-defs.hTejun Heo
2014-06-17percpu: move accessors from include/linux/percpu.h to percpu-defs.hTejun Heo
2014-06-17percpu: include/asm-generic/percpu.h should contain only arch-overridable partsTejun Heo
2013-12-05percpu: fix spurious sparse warnings from DEFINE_PER_CPU()Tejun Heo
2013-08-23percpu: Make __verify_pcu_ptr handle per cpu pointers to arraysChristoph Lameter
2010-10-27percpu: Remove the multi-page alignment facilityIngo Molnar
2010-10-22Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-10-20percpu: Introduce a read-mostly percpu APIShaohua Li
2010-09-07x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds
2010-03-03Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko
2009-12-08percpu: remove compile warnings caused by __verify_pcpu_ptr()Tejun Heo
2009-10-29percpu: make accessors check for percpu pointer in sparseTejun Heo
2009-10-29percpu: add __percpu for sparse.Rusty Russell
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell
2009-10-29percpu: remove some sparse warningsTejun Heo
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-14Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-04x86/i386: Put aligned stack-canary in percpu shared_aligned sectionJeremy Fitzhardinge
2009-08-04x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED()Tejun Heo
2009-07-04Merge branch 'master' into for-nextTejun Heo
2009-06-30alpha: fix percpu build breakageTejun Heo
2009-06-29percpu: use __weak only in the definition of weak percpu variablesTejun Heo
2009-06-24percpu: implement optional weak percpu definitionsTejun Heo
2009-04-21PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells