summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-302-2/+1
|\
| * x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-111-1/+0
| * x86: Make Linux guest support optionalBorislav Petkov2013-03-041-1/+1
* | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-3/+1
|\ \
| * | x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-111-3/+1
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-1/+1
|\ \ \
| * | | x86: Use generic idle loopThomas Gleixner2013-04-081-1/+1
| |/ /
* | | Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-04-294-11/+105
|\ \ \
| * | | xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk2013-04-161-10/+4
| * | | xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk2013-04-161-1/+12
| * | | xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVMKonrad Rzeszutek Wilk2013-04-161-0/+21
| * | | xen/spinlock: Check against default value of -1 for IRQ line.Konrad Rzeszutek Wilk2013-04-161-0/+4
| * | | xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk2013-04-161-2/+5
| * | | xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2013-04-162-2/+9
| * | | xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...Konrad Rzeszutek Wilk2013-04-161-0/+1
| * | | xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk2013-04-161-0/+1
| * | | x86/xen: populate boot_params with EDD dataDavid Vrabel2013-04-161-0/+52
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-141-0/+1
|\ \ \
| * | | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-101-0/+1
| |/ /
* / / xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provide...Konrad Rzeszutek Wilk2013-04-021-4/+8
|/ /
* / xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.Konrad Rzeszutek Wilk2013-03-271-2/+1
|/
* xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
* Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-242-20/+23
|\
| * xen: Send spinlock IPI to all waitersStefan Bader2013-02-191-1/+0
| * xen/smp: Move the common CPU init code a bit to prep for PVH patch.Konrad Rzeszutek Wilk2013-02-191-19/+23
* | x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk2013-02-221-5/+39
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-28/+0
|\ \
| * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-296-41/+101
| |\|
| * | x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu2012-11-171-28/+0
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-4/+1
|\ \ \
| * | | x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-101-3/+0
| * | | xen idle: make xen-specific macro xen-specificLen Brown2013-02-101-1/+1
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-0/+1
|\ \ \
| * | | x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-241-0/+1
| |/ /
* | | Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-02-154-63/+32
|\ \ \ | |/ / |/| |
| * | Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk2013-02-143-55/+24
| * | Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk2013-02-141-1/+1
| * | x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich2013-02-131-7/+7
* | | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-181-7/+0
|\| |
| * | Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil...Konrad Rzeszutek Wilk2013-01-151-7/+0
| * | Merge tag 'v3.7' into stable/for-linus-3.8Konrad Rzeszutek Wilk2013-01-151-1/+20
| |\|
* | | Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s...Linus Torvalds2012-12-182-4/+5
|\| |
| * | xen/vcpu: Fix vcpu restore path.Wei Liu2012-12-171-3/+4
| * | xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot ...Konrad Rzeszutek Wilk2012-12-171-1/+1
* | | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-135-29/+95
|\| |
| * | Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux...Konrad Rzeszutek Wilk2012-11-302-2/+16
| |\ \
| | * | xen: correctly use xen_pfn_t in remap_domain_mfn_range.Ian Campbell2012-11-291-1/+1
| | * | xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell2012-11-291-0/+1
| | * | xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell2012-11-291-1/+14
| * | | xen/PVonHVM: fix compile warning in init_hvm_pv_infoOlaf Hering2012-11-301-1/+1