summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * xen: Fix misspelled CONFIG variable in comment.Robert P. J. Day2010-02-051-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-032-21/+7Star
|\ \
| * | x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell2010-02-271-22/+0Star
| * | x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell2010-02-272-5/+13
| |/
* | Merge branch 'master' into percpuTejun Heo2010-02-021-0/+4
|\|
| * x86: xen: 64-bit kernel RPL should be 0Ian Campbell2010-01-131-0/+4
* | Merge branch 'master' into percpuTejun Heo2010-01-058-35/+67
|\|
| * 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
| |\
| * \ 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
| |/ /
* | / percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-2/+2
| |/ |/|
* | percpu: make percpu symbols in xen uniqueTejun Heo2009-10-292-32/+33
|/
* 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