aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/system.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-03xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk1-0/+1
2011-04-24x86: Demacro CONFIG_PARAVIRT cpu accessorsAvi Kivity1-14/+71
2011-02-20x86, system.h: Drop unused __SAVE/__RESTORE macrosBorislav Petkov1-2/+0
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+7
2010-07-01x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGNAlexander Duyck1-2/+0
2010-06-30x86: Align skb w/ start of cacheline on newer core 2/Xeon ArchAlexander Duyck1-0/+9
2010-06-18x86: Fix vsyscall on gcc 4.5 with -OsAndi Kleen1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2010-02-09x86-32: Make AT_VECTOR_SIZE_ARCH=2Serge E. Hallyn1-2/+2
2010-01-05Merge branch 'master' into percpuTejun Heo1-15/+17
2009-12-09x86: Factor duplicated code out of __show_regs() into show_regs_common()Andy Isaacson1-0/+1
2009-11-26x86: Clean up the loadsegment() macroIngo Molnar1-13/+15
2009-11-26x86: Optimize loadsegment()Brian Gerst1-7/+8
2009-11-08x86: Remove unused thread_return label from switch_to()Masami Hiramatsu1-2/+0
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-4/+4
2009-09-03x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge1-1/+1
2009-07-19x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita1-27/+0
2009-03-02x86: add forward decl for tss_structJeremy Fitzhardinge1-0/+1
2009-03-02x86: unify chunks of kernel/process*.cJeremy Fitzhardinge1-0/+2
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar1-0/+38
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo1-5/+3
2009-02-10x86: implement x86_32 stack protectorTejun Heo1-0/+21
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo1-1/+11
2009-02-10x86: add %gs accessors for x86_32Tejun Heo1-0/+9
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-3/+3
2009-01-21x86: update canary handling during switchTejun Heo1-6/+9
2009-01-20x86: move stack_canary into irq_stackBrian Gerst1-2/+2
2009-01-20x86: conditionalize stack canary handling in hot pathTejun Heo1-6/+16
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar1-2/+2
2009-01-19x86-64: Use absolute displacements for per-cpu accesses.Brian Gerst1-1/+1
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+2
2009-01-11x86-64: remove locked instruction from switch_to()Benjamin LaHaise1-3/+3
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar1-0/+431
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-2/+4
2008-12-16x86: process_64.c declare __switch_to() and sys_arch_prctl before they get usedJaswinder Singh1-2/+2
2008-11-11x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera1-0/+2
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+425