summaryrefslogtreecommitdiff
path: root/xen/include/asm-x86/percpu.h
AgeCommit message (Expand)Author
2019-08-12xen/percpu: Make DECLARE_PER_CPU() and __DEFINE_PER_CPU() commonAndrew Cooper
2019-08-09xen/link: Introduce .bss.percpu.page_alignedAndrew Cooper
2019-06-25drop __get_cpu_var() and __get_cpu_ptr()Jan Beulich
2016-01-22rwlock: add per-cpu reader-writer lock infrastructureMalcolm Crossley
2012-04-11xen: define __section() and friends and use them for section annotations.Tim Deegan
2010-07-13x86: optimize this_cpu()Keir Fraser
2010-05-18x86: Dynamically allocate percpu data area when a CPU comes online.Keir Fraser
2009-09-15x86: Re-increase size of percpu areaKeir Fraser
2009-07-13Introduce and use a per-CPU read-mostly sub-sectionKeir Fraser
2009-07-06x86: PERCPU_SHIFT can be reduced to 12 now compat_arg_xlat_area is notKeir Fraser
2008-06-1232-on-64: Clean up and unify compat_arg_xlat_area handling.Keir Fraser
2006-04-21Pull the Linux percpu interface into Xen. Implemented forkaf24@firebug.cl.cam.ac.uk