summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: use correct end address of kernel for conflict checkingJuergen Gross2024-11-081-1/+1
* x86/xen: Convert comma to semicolonChen Ni2024-08-191-2/+2
* x86/xen: Add some null pointer checking to smp.cKunwu Chan2024-03-261-0/+12
* x86/xen: Fix secondary processors' FPU initializationJuergen Gross2023-08-081-0/+2
* x86/xen: Fix memory leak in xen_init_lock_cpu()Xiu Jianfeng2023-01-181-3/+3
* x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()Xiu Jianfeng2023-01-182-18/+18
* xen/events: only register debug interrupt for 2-level eventsJuergen Gross2023-01-182-8/+13
* xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32Dongli Zhang2022-04-152-1/+29
* xen: fix is_xen_pmu()Juergen Gross2022-04-153-8/+7
* xen/x86: fix PV trap handling on secondary processorsJan Beulich2021-10-061-6/+9
* xen: reset legacy rtc flag for PV domUJuergen Gross2021-09-221-0/+7
* xen: fix setting of max_pfn in shared_infoJuergen Gross2021-09-221-2/+2
* Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-071-3/+41
* Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich2021-02-231-1/+2
* Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich2021-02-231-7/+5
* 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
|\