summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-251-0/+2
|\
| * x86: xen: move cpu_up functions out of ifdefArnd Bergmann2016-10-241-0/+2
* | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-067-80/+96
|\|
| * xen/x86: Update topology map for PV VCPUsBoris Ostrovsky2016-10-061-0/+6
| * xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky2016-10-051-1/+2
| * xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-303-22/+6Star
| * xen/x86: Convert to hotplug state machineBoris Ostrovsky2016-09-301-50/+65
| * x86/xen: add missing \n at end of printk warning messageColin Ian King2016-09-301-1/+1
| * xen/grant-table: Use kmalloc_array() in arch_gnttab_valloc()Markus Elfring2016-08-261-1/+1
| * xen: Make VPMU init message look less scaryJuergen Gross2016-08-241-2/+5
| * xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky2016-08-243-56/+63
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-041-1/+1
|\ \
| * | x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-1/+1
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-041-1/+0Star
|\ \ \
| * | | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+0Star
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-031-249/+1Star
|\ \ \
| * | | x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra2016-09-301-249/+1Star
| |/ /
* / / xen: Add xen_pin_vcpu() to support calling functions on a dedicated pCPUJuergen Gross2016-09-051-0/+40
|/ /
* / xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2016-08-241-1/+1
|/
* kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik2016-08-031-3/+2Star
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-016-6/+6
|\
| * x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-146-6/+6
* | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-278-118/+186
|\ \
| * | xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross2016-07-261-0/+1
| * | xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov2016-07-253-1/+9
| * | x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov2016-07-251-4/+6
| * | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-254-16/+26
| * | xen: introduce xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-1/+22
| * | x86/xen: Use DIV_ROUND_UPAmitoj Kaur Chawla2016-07-061-2/+2
| * | xen/PMU: Log VPMU initialization error at lower levelBoris Ostrovsky2016-07-061-1/+1
| * | xen: add steal_clock support on x86Juergen Gross2016-07-061-42/+2Star
| * | XEN: EFI: Move x86 specific codes to architecture directoryShannon Zhao2016-07-061-0/+111
| * | xen/grant-table: Move xlated_setup_gnttab_pages to common placeShannon Zhao2016-07-061-51/+6Star
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-261-3/+1Star
|\ \
| * | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar2016-07-092-43/+33Star
| |\|
| * | x86/xen: Simplify set_aliased_prot()Andy Lutomirski2016-06-111-3/+1Star
* | | x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang2016-07-151-1/+0Star
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-251-1/+1
|\ \
| * | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-1/+1
| |/
* | x86/xen: avoid m2p lookup when setting early page table entriesDavid Vrabel2016-06-231-41/+31Star
* | x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross2016-06-231-1/+1
|/
* Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-242-42/+29Star
|\
| * xen: use same main loop for counting and remapping pagesJuergen Gross2016-05-241-39/+26Star
| * xen/x86: don't lose event interruptsStefano Stabellini2016-05-241-3/+3
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-171-4/+8
|\ \
| * | x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-1/+0Star
| * | x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-3/+7
| * | x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez2016-04-221-0/+1
| |/
* | Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-291-0/+6
|\ \
| * | xen/qspinlock: Don't kick CPU if IRQ is not initializedRoss Lagerwall2016-04-231-0/+6
| |/