summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne2021-01-124-9/+13
* x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney2020-12-021-1/+11
* x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross2020-11-051-0/+9
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-0/+1
* x86/xen: Distribute switch variables for initializationKees Cook2020-03-111-3/+4
* kprobes/x86/xen: blacklist non-attachable xen interrupt functionsAndrea Righi2019-12-051-0/+2
* x86/xen: Return from panic notifierBoris Ostrovsky2019-11-061-3/+25
* xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-291-0/+2
* xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-08-062-2/+1
* xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne2019-05-221-0/+1
* xen: fix dom0 boot on huge systemsJuergen Gross2019-03-231-7/+6
* always clear the X2APIC_ENABLE bit for PV guestTalons Lee2019-02-271-4/+1
* xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-221-3/+9
* x86/mm: Fix guard hole handlingKirill A. Shutemov2019-01-131-5/+6
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-12-172-80/+4
* x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov2018-11-271-3/+3
* xen: fix xen_qlock_wait()Juergen Gross2018-11-131-6/+8
* xen/pvh: don't try to unplug emulated devicesJuergen Gross2018-11-131-0/+4
* xen/pvh: increase early stack sizeRoger Pau Monne2018-11-131-1/+1
* xen: make xen_qlock_wait() nestableJuergen Gross2018-11-131-14/+10
* xen: fix race in xen_qlock_wait()Juergen Gross2018-11-131-10/+5
* x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross2018-11-131-1/+1
* Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-231-1/+1
|\
| * xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky2018-09-191-1/+1
* | x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-2/+6
|/
* Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-311-6/+3
|\
| * x86/xen: remove redundant variable save_pudColin Ian King2018-08-281-2/+0
| * x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross2018-08-271-4/+3
* | Merge branch 'tlb-fixes'Linus Torvalds2018-08-231-0/+2
|\ \ | |/ |/|
| * x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-0/+2
* | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2018-08-202-0/+4
* | x86/xen: remove unused function xen_auto_xlated_memory_setup()Juergen Gross2018-08-202-32/+0
* | x86/Xen: further refine add_preferred_console() invocationsJan Beulich2018-08-201-1/+4
* | x86/Xen: mark xen_setup_gdt() __initJan Beulich2018-08-201-3/+3
|/
* Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-143-3/+10
|\
| * xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-071-3/+3
| * xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci2018-08-061-0/+3
| * xen/spinlock: Don't use pvqspinlock if only 1 vCPUWaiman Long2018-07-261-0/+4
* | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+1
|\ \
| * | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-055-16/+27
| |\|
| * | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* | | x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin2018-07-201-1/+10
* | | x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin2018-07-205-41/+34
| |/ |/|
* | Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-07-142-16/+13
|\ \
| * | xen: setup pv irq ops vector earlierJuergen Gross2018-07-132-16/+12
| * | xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross2018-07-121-0/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-241-0/+5
|\ \ \
| * \ \ Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-224-32/+142
| |\ \ \ | | | |/ | | |/|
| * | | x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross2018-06-211-0/+5
* | | | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-233-0/+9
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|