summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar13-293/+347
2017-02-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-22Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-308/+348
2017-02-07xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky1-0/+3
2017-02-07xen/pvh: PVH guests always have PV devicesBoris Ostrovsky1-2/+2
2017-02-07xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky1-0/+12
2017-02-07xen/pvh: Bootstrap PVH guestBoris Ostrovsky4-11/+277
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky7-294/+53
2017-01-30x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir1-1/+1
2017-01-29x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar1-5/+4
2017-01-29xen, x86/boot/e820: Simplify Xen's xen_e820_table constructIngo Molnar1-37/+33
2017-01-29x86/boot/e820: Clean up the E820 table size define namesIngo Molnar1-1/+1
2017-01-29x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-11/+11
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-3/+3
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar1-3/+3
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-38/+38
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-38/+38
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar1-6/+6
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-14locking/spinlocks/x86, paravirt: Remove paravirt_ticketlocks_enabledWaiman Long1-19/+0
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-01-05Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2016-12-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2016-12-26Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2-4/+4
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22xen/setup: Don't relocate p2m over existing oneRoss Lagerwall1-3/+3
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven1-1/+1
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+0
2016-12-14Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2016-12-14Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2016-12-13x86/smpboot: Make logical package management more robustThomas Gleixner1-6/+0
2016-12-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+0
2016-12-09xen/x86: Increase xen_e820_map to E820_X_MAX possible entriesAlex Thorlton1-3/+3
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra1-2/+3
2016-11-22x86/xen: Support the vCPU preemption checkJuergen Gross1-1/+2
2016-11-07swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping functionAlexander Duyck1-1/+0
2016-11-01x86/fpu: Remove clts()Andy Lutomirski1-13/+0
2016-10-25Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2016-10-24x86: xen: move cpu_up functions out of ifdefArnd Bergmann1-0/+2
2016-10-06Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-80/+96
2016-10-06xen/x86: Update topology map for PV VCPUsBoris Ostrovsky1-0/+6
2016-10-05xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky1-1/+2
2016-10-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-10-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-249/+1
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed3-22/+6