summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-144-29/+133
|\
| * xen: use stronger barrier after unlocking lockYang Xiaowei2009-09-091-2/+7
| * xen: only enable interrupts while actually blocking for spinlockJeremy Fitzhardinge2009-09-091-8/+11
| * xen: make -fstack-protector work under XenJeremy Fitzhardinge2009-09-093-19/+115
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-1/+1
|\ \ | |/ |/|
| * x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-08-311-1/+1
* | x86, xen: Initialize cx to suppress warningH. Peter Anvin2009-08-251-0/+1
* | x86, xen: Suppress WP test on XenJeremy Fitzhardinge2009-08-251-0/+1
* | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-08-202-12/+14
|\ \ | |/ |/|
| * xen: rearrange things to fix stackprotectorJeremy Fitzhardinge2009-08-192-12/+14
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-104-24/+71
|\ \
| * | xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge2009-05-081-1/+17
| * | xen/x86-64: clean up warnings about IST-using trapsJeremy Fitzhardinge2009-05-081-2/+20
| * | xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge2009-05-081-1/+18
| * | xen: reserve Xen start_info rather than e820 reservingJeremy Fitzhardinge2009-05-081-3/+3
| * | Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-082-2/+12
| |\ \ | | |/
| * | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-091-0/+3
| * | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-072-7/+6
| |\ \
| * | | xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge2009-03-301-3/+3
| * | | xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge2009-03-301-1/+6
| * | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-03-301-2/+2
| * | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-03-302-14/+28
| * | | xen: mask XSAVE from cpuidJeremy Fitzhardinge2009-03-301-6/+44
| * | | NULL noise: arch/x86/xen/smp.cHannes Eder2009-03-301-2/+2
| * | | xen: remove xen_load_gdt debugJeremy Fitzhardinge2009-03-301-3/+0
| * | | xen: make xen_load_gdt simplerJeremy Fitzhardinge2009-03-301-8/+6
| * | | xen: clean up xen_load_gdtJeremy Fitzhardinge2009-03-301-2/+13
| * | | xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge2009-03-301-1/+6
| * | | xen: separate p2m allocation from settingJeremy Fitzhardinge2009-03-292-17/+47
| * | | xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge2009-03-291-0/+2
| * | | x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge2009-03-291-7/+1
| * | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-291-6/+4
| * | | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-293-5/+9
| * | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-291-4/+1
* | | | x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2009-05-152-6/+18
* | | | xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap2009-05-131-0/+1
| |_|/ |/| |
* | | x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge2009-05-081-0/+5
* | | clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+6
* | | Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-135-57/+157
|\ \ \
| * | | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-081-0/+3
| * | | xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge2009-04-081-3/+3
| * | | xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge2009-04-081-1/+6
| * | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-04-081-2/+2
| * | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-04-082-14/+28
| * | | xen: mask XSAVE from cpuidJeremy Fitzhardinge2009-04-081-6/+44
| * | | NULL noise: arch/x86/xen/smp.cHannes Eder2009-04-081-2/+2
| * | | xen: remove xen_load_gdt debugJeremy Fitzhardinge2009-04-081-3/+0
| * | | xen: make xen_load_gdt simplerJeremy Fitzhardinge2009-04-081-8/+6
| * | | xen: clean up xen_load_gdtJeremy Fitzhardinge2009-04-081-2/+13
| * | | xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge2009-04-081-1/+6
OpenPOWER on IntegriCloud