summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-142-32/+33
|\
| * percpu: make percpu symbols in xen uniqueTejun Heo2009-10-292-32/+33
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-0/+6
|\ \
| * | PCI: add pci_request_acsChris Wright2009-12-051-0/+5
| * | xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+1
* | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-12-107-21/+39
|\ \ \
| * | | xen: call clock resume notifier on all CPUsIan Campbell2009-12-031-1/+14
| * | | xen: use iret for return from 64b kernel to 32b usermodeJeremy Fitzhardinge2009-12-031-2/+2
| * | | xen: register runstate info for boot CPU earlyJeremy Fitzhardinge2009-12-031-0/+2
| * | | xen: register runstate on secondary CPUsIan Campbell2009-12-031-0/+1
| * | | xen: register timer interrupt with IRQF_TIMERIan Campbell2009-12-031-1/+1
| * | | xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell2009-12-033-1/+4
| * | | xen: restore runstate_info even if !have_vcpu_info_placementJeremy Fitzhardinge2009-12-031-14/+11Star
| * | | xen: re-register runstate area earlier on resume.Ian Campbell2009-12-033-3/+5
* | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-081-1/+1
|\ \ \ \
| * | | | cpumask: Use modern cpumask style in XenRusty Russell2009-11-041-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-3/+1Star
|\ \ \ \ | |_|/ / |/| | |
| * | | x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-161-3/+1Star
| | |/ | |/|
* | | xen: mask extended topology info in cpuidJeremy Fitzhardinge2009-11-031-1/+10
| |/ |/|
* | xen: set up mmu_ops before trying to set any ptesJeremy Fitzhardinge2009-10-281-1/+2
|/
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-261-5/+5
|\
| * Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-09-231-5/+5
| |\
| | * xen: check EFER for NX before setting up GDT mappingJeremy Fitzhardinge2009-09-211-5/+5
* | | cpumask: use mm_cpumask() wrapper: x86Rusty Russell2009-09-241-2/+2
|/ /
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-185-23/+28
|\ \ | |/ |/|
| * x86: Move get/set_wallclock to x86_platform_opsFeng Tang2009-09-161-2/+2
| * x86: Move tsc_calibration to x86_init_opsThomas Gleixner2009-08-311-1/+2
| * x86: Add timer_init to x86_init_opsThomas Gleixner2009-08-311-2/+2
| * x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner2009-08-311-2/+2
| * x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner2009-08-313-5/+4Star
| * x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner2009-08-313-6/+9
| * x86: Move paravirt banner printout to x86_init_opsThomas Gleixner2009-08-311-1/+1
| * x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner2009-08-311-1/+1
| * x86: Move irq_init to x86_init_opsThomas Gleixner2009-08-311-2/+3
| * x86: Move memory_setup to x86_init_opsThomas Gleixner2009-08-271-1/+2
* | 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-101-2/+7
| * | xen: only enable interrupts while actually blocking for spinlockJeremy Fitzhardinge2009-09-101-8/+11
| * | xen: make -fstack-protector work under XenJeremy Fitzhardinge2009-09-103-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-09-011-1/+1
* | | x86, xen: Initialize cx to suppress warningH. Peter Anvin2009-08-261-0/+1
* | | x86, xen: Suppress WP test on XenJeremy Fitzhardinge2009-08-261-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-202-12/+14
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-114-24/+71
|\ \
| * | xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge2009-05-091-1/+17
| * | xen/x86-64: clean up warnings about IST-using trapsJeremy Fitzhardinge2009-05-091-2/+20