aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-8/+8
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-32/+33
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+6
2009-12-10Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds7-21/+39
2009-12-08Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2009-12-04PCI: add pci_request_acsChris Wright1-0/+5
2009-12-03xen: call clock resume notifier on all CPUsIan Campbell1-1/+14
2009-12-03xen: use iret for return from 64b kernel to 32b usermodeJeremy Fitzhardinge1-2/+2
2009-12-03xen: register runstate info for boot CPU earlyJeremy Fitzhardinge1-0/+2
2009-12-03xen: register runstate on secondary CPUsIan Campbell1-0/+1
2009-12-03xen: register timer interrupt with IRQF_TIMERIan Campbell1-1/+1
2009-12-03xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell3-1/+4
2009-12-03xen: restore runstate_info even if !have_vcpu_info_placementJeremy Fitzhardinge1-14/+11
2009-12-03xen: re-register runstate area earlier on resume.Ian Campbell3-3/+5
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin1-3/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+1
2009-11-04cpumask: Use modern cpumask style in XenRusty Russell1-1/+1
2009-11-03xen: mask extended topology info in cpuidJeremy Fitzhardinge1-1/+10
2009-10-29percpu: make percpu symbols in xen uniqueTejun Heo2-32/+33
2009-10-27xen: set up mmu_ops before trying to set any ptesJeremy Fitzhardinge1-1/+2
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+5
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-2/+2
2009-09-23Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgentIngo Molnar1-5/+5
2009-09-21xen: check EFER for NX before setting up GDT mappingJeremy Fitzhardinge1-5/+5
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-23/+28
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang1-2/+2
2009-09-14Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-29/+133
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-09xen: use stronger barrier after unlocking lockYang Xiaowei1-2/+7
2009-09-09xen: only enable interrupts while actually blocking for spinlockJeremy Fitzhardinge1-8/+11
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge3-19/+115
2009-08-31x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin1-1/+1
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner1-1/+2
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-2/+2
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner1-2/+2
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner3-5/+4
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner3-6/+9
2009-08-31x86: Move paravirt banner printout to x86_init_opsThomas Gleixner1-1/+1
2009-08-31x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner1-1/+1
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner1-2/+3
2009-08-27x86: Move memory_setup to x86_init_opsThomas Gleixner1-1/+2
2009-08-25x86, xen: Initialize cx to suppress warningH. Peter Anvin1-0/+1
2009-08-25x86, xen: Suppress WP test on XenJeremy Fitzhardinge1-0/+1
2009-08-20Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgentIngo Molnar2-12/+14
2009-08-19xen: rearrange things to fix stackprotectorJeremy Fitzhardinge2-12/+14
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-24/+71
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2-6/+18
2009-05-13xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap1-0/+1