summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-17x86: fold apic_ops into genapicYinghai Lu1-10/+11
2009-02-17Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar14-1227/+1175
2009-02-16x86, xen: do multicall callbacks with interrupts disabledJeremy Fitzhardinge1-2/+2
2009-02-16x86, xen: degrade BUG to WARN when multicall failsJeremy Fitzhardinge1-1/+1
2009-02-16x86, xen: record and display initiator of each multicall when debuggingIan Campbell1-2/+7
2009-02-13xen: fix xen_flush_tlb_othersIan Campbell1-3/+0
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar4-212/+228
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo1-8/+9
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar1-1/+3
2009-02-09xen: use our own eventchannel->irq pathJeremy Fitzhardinge1-16/+1
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar11-980/+962
2009-02-06Merge branch 'x86/urgent' into x86/apicIngo Molnar1-1/+3
2009-02-05x86: style cleanups for xen assembliesTejun Heo3-204/+219
2009-02-05xen: use direct ops on 64-bitJeremy Fitzhardinge1-13/+1
2009-02-05xen: make direct versions of irq_enable/disable/save/restore to common codeJeremy Fitzhardinge5-231/+169
2009-02-05xen: setup percpu data pointersJeremy Fitzhardinge3-3/+20
2009-02-05Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2-1/+7
2009-02-05xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge1-0/+37
2009-02-04xen: disable interrupts before saving in percpuJeremy Fitzhardinge1-1/+3
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge2-1/+7
2009-01-31x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge1-8/+16
2009-01-31x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2-8/+14
2009-01-31xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge4-730/+712
2009-01-31Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin7-83/+47
2009-01-29Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar1-1/+0
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-1/+0
2009-01-23x86, xen: fix hardirq.h merge falloutIngo Molnar1-0/+1
2009-01-23x86/pvops: remove pte_flags pvopJeremy Fitzhardinge1-1/+0
2009-01-20x86: remove pda_init()Brian Gerst1-1/+0
2009-01-18x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst1-4/+4
2009-01-18x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-12/+11
2009-01-18x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+1
2009-01-18x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-5/+1
2009-01-18x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-15/+3
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar5-14/+14
2009-01-16x86: misc clean up after the percpu updateTejun Heo1-1/+1
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-10/+0
2009-01-11x86: change flush_tlb_others to take a const struct cpumaskRusty Russell1-19/+12
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-6/+4
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-20/+34
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-6/+4
2008-12-17x86: xen: use smp_call_function_many()Mike Travis1-5/+15
2008-12-17x86: cosmetic changes apic-related files.Mike Travis1-5/+6
2008-12-17xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis3-5/+9
2008-12-17x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-9/+8
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge1-0/+1
2008-12-16xen: whitespace/checkpatch cleanupTej4-19/+25
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-12-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+14