aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAge
* xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.Konrad Rzeszutek Wilk2013-03-27
* xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-28
* Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-24
|\
| * xen: Send spinlock IPI to all waitersStefan Bader2013-02-19
| * xen/smp: Move the common CPU init code a bit to prep for PVH patch.Konrad Rzeszutek Wilk2013-02-19
* | x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk2013-02-22
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\ \
| * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-29
| |\|
| * | x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu2012-11-17
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-20
|\ \ \
| * | | x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-10
| * | | xen idle: make xen-specific macro xen-specificLen Brown2013-02-10
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-19
|\ \ \
| * | | x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-24
| |/ /
* | | Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-02-15
|\ \ \ | |/ / |/| |
| * | Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk2013-02-14
| * | Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk2013-02-14
| * | x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich2013-02-13
* | | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-18
|\| |
| * | Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil...Konrad Rzeszutek Wilk2013-01-15
| * | Merge tag 'v3.7' into stable/for-linus-3.8Konrad Rzeszutek Wilk2013-01-15
| |\|
* | | Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s...Linus Torvalds2012-12-18
|\| |
| * | xen/vcpu: Fix vcpu restore path.Wei Liu2012-12-17
| * | xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot ...Konrad Rzeszutek Wilk2012-12-17
* | | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-13
|\| |
| * | Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux...Konrad Rzeszutek Wilk2012-11-30
| |\ \
| | * | xen: correctly use xen_pfn_t in remap_domain_mfn_range.Ian Campbell2012-11-29
| | * | xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell2012-11-29
| | * | xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell2012-11-29
| * | | xen/PVonHVM: fix compile warning in init_hvm_pv_infoOlaf Hering2012-11-30
| * | | xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk2012-11-28
| * | | xen/acpi: revert pad config check in xen_check_mwaitLiu, Jinsong2012-11-26
| |/ /
| * | xen PVonHVM: use E820_Reserved area for shared_infoOlaf Hering2012-11-02
* | | x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin2012-11-29
| |/ |/|
* | xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk2012-10-31
|/
* Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-19
|\
| * Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-12
| |\
| * | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-09
| * | Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-06
| |\ \
| * \ \ Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-03
| |\ \ \
| * \ \ \ Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-01
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
| |\ \ \ \ \
| | * | | | | x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-23
| | * | | | | Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-08-16
| | |\ \ \ \ \
| * | | | | | | xen/boot: Disable NUMA for PV guests.Konrad Rzeszutek Wilk2012-09-24
| * | | | | | | xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk2012-09-19
| * | | | | | | xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini2012-09-12
* | | | | | | | xen/x86: remove duplicated include from enlighten.cWei Yongjun2012-10-19
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk2012-10-12
* | | | | | | xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk2012-10-12