summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-204-12/+22
|\
| * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-174-12/+22
* | xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-172-2/+1Star
* | x86/xen: Add "nopv" support for HVM guestZhenzhong Duan2019-07-171-8/+35
* | x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan2019-07-171-1/+1
* | xen: Map "xen_nopv" parameter to "nopv" and mark it obsoleteZhenzhong Duan2019-07-171-6/+6
* | x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan2019-07-171-0/+1
* | x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initZhenzhong Duan2019-07-171-2/+1Star
* | Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Zhenzhong Duan2019-07-171-4/+2Star
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-9/+1Star
|\
| * x86: xen: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-032-9/+1Star
* | mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-2/+1Star
* | x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-101-0/+1
* | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-0/+1
|\ \
| * | topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+1
| |/
* / x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui2019-06-111-0/+1
|/
* Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-165-13/+32
|\
| * xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne2019-04-254-10/+14
| * xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne2019-04-251-0/+1
| * x86/xen: Add "xen_timer_slop" command line optionRyan Thibodeaux2019-04-231-3/+17
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-2/+0Star
|\ \ \
| * | | x86/alternatives: Use temporary mm for text pokingNadav Amit2019-04-301-2/+0Star
| | |/ | |/|
* | | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-5/+5
* | | x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-171-1/+3
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-121-2/+9
|\ \
| * | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-2/+9
| |/
* | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-122-7/+19
|\ \ | |/ |/|
| * xen: fix dom0 boot on huge systemsJuergen Gross2019-03-081-7/+6Star
| * x86/xen: dont add memory above max allowed allocationJuergen Gross2019-02-181-0/+13
* | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-062-6/+6
|/
* Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-182-7/+10
|\
| * xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-161-3/+9
| * always clear the X2APIC_ENABLE bit for PV guestTalons Lee2019-01-141-4/+1Star
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-271-1/+1
|\ \
| * | x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* | | Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-265-255/+21Star
|\ \ \ | | |/ | |/|
| * | kprobes/x86/xen: blacklist non-attachable xen interrupt functionsAndrea Righi2018-12-171-0/+2
| * | xen/pvh: Move Xen code for getting mem map via hcall out of common fileMaran Wilson2018-12-131-0/+20
| * | xen/pvh: Move Xen specific PVH VM initialization out of common fileMaran Wilson2018-12-131-1/+21
| * | xen/pvh: Create a new file for Xen specific PVH codeMaran Wilson2018-12-132-0/+12
| * | xen/pvh: Move PVH entry code out of Xen specific treeMaran Wilson2018-12-133-289/+0Star
| * | xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVHMaran Wilson2018-12-131-1/+2
| |/
* / x86/mm: Fix guard hole handlingKirill A. Shutemov2018-12-111-5/+6
|/
* Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-024-101/+25Star
|\
| * Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-292-80/+4Star
| * xen/x86: add diagnostic printout to xen_mc_flush() in case of errorJuergen Gross2018-11-291-15/+20
| * x86/xen: cleanup includes in arch/x86/xen/spinlock.cJuergen Gross2018-11-221-6/+1Star
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-111-3/+3
|\ \