aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge
2009-05-13xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap
2009-05-08xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge
2009-05-08xen/x86-64: clean up warnings about IST-using trapsJeremy Fitzhardinge
2009-05-08xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge
2009-05-08xen: reserve Xen start_info rather than e820 reservingJeremy Fitzhardinge
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar
2009-05-08x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm
2009-04-13Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-04-09x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu
2009-04-09xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge
2009-04-08xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge
2009-04-08xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge
2009-04-08xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge
2009-04-08xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge
2009-04-08xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge
2009-04-08xen: mask XSAVE from cpuidJeremy Fitzhardinge
2009-04-08NULL noise: arch/x86/xen/smp.cHannes Eder
2009-04-08xen: remove xen_load_gdt debugJeremy Fitzhardinge
2009-04-08xen: make xen_load_gdt simplerJeremy Fitzhardinge
2009-04-08xen: clean up xen_load_gdtJeremy Fitzhardinge
2009-04-08xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge
2009-04-08xen: separate p2m allocation from settingJeremy Fitzhardinge
2009-04-08xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar
2009-03-30xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge
2009-03-30xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge
2009-03-30xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge
2009-03-30xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge
2009-03-30xen: mask XSAVE from cpuidJeremy Fitzhardinge
2009-03-30NULL noise: arch/x86/xen/smp.cHannes Eder
2009-03-30xen: remove xen_load_gdt debugJeremy Fitzhardinge
2009-03-30xen: make xen_load_gdt simplerJeremy Fitzhardinge
2009-03-30xen: clean up xen_load_gdtJeremy Fitzhardinge
2009-03-30xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge
2009-03-29xen: separate p2m allocation from settingJeremy Fitzhardinge
2009-03-29xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge
2009-03-29x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge
2009-03-29x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge
2009-03-29x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge
2009-03-29x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge
2009-02-26Merge branch 'x86/urgent' into x86/coreIngo Molnar