aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar1-0/+3
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge3-5/+18
2009-02-26Merge branch 'x86/urgent' into x86/coreIngo Molnar1-0/+3
2009-02-25xen: disable interrupts early, as start_kernel expectsJeremy Fitzhardinge1-0/+3
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/coreIngo Molnar16-1237/+1186
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar1-1/+1
2009-02-20Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar1-1/+1
2009-02-19Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/headersIngo Molnar1-1/+1
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/paravirt', 'x86/urgent' and 'x86/xen'; commit 'v2.6.29-rc5' into x86/coreIngo 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-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-1/+1
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-05Merge branch 'x86/urgent' into x86/apicIngo Molnar1-1/+3
2009-02-05x86: style cleanups for xen assembliesTejun Heo3-204/+219
2009-02-04xen: use direct ops on 64-bitJeremy Fitzhardinge1-13/+1
2009-02-04xen: make direct versions of irq_enable/disable/save/restore to common codeJeremy Fitzhardinge5-231/+169
2009-02-04xen: setup percpu data pointersJeremy Fitzhardinge3-3/+20
2009-02-04Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2-1/+7
2009-02-04xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge1-0/+37
2009-02-03xen: disable interrupts before saving in percpuJeremy Fitzhardinge1-1/+3
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge2-1/+7
2009-01-30x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge1-8/+16
2009-01-30x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2-8/+14
2009-01-30xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge4-730/+712
2009-01-30Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin7-83/+47
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-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-22x86/pvops: remove pte_flags pvopJeremy Fitzhardinge1-1/+0
2009-01-20x86: remove pda_init()Brian Gerst1-1/+0
2009-01-19x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst1-4/+4
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-12/+11
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+1
2009-01-19x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-5/+1
2009-01-19x86-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/kernel/git/tip/linux-2.6-tipLinus Torvalds5-20/+34