summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan2021-12-031-0/+20
* x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky2021-11-111-10/+2
* Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-1010-242/+85
|\
| * x86/xen: remove 32-bit awareness from startup_xenJuergen Gross2021-11-021-6/+6
| * xen: remove highmem remnantsJuergen Gross2021-11-022-8/+0
| * x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross2021-11-022-75/+6
| * x86/xen: remove xen_have_vcpu_info_placement flagJuergen Gross2021-11-025-126/+33
| * x86/xen: Remove redundant irq_enter/exit() invocationsThomas Gleixner2021-11-022-6/+0
| * xen/x86: restrict PV Dom0 identity mappingJan Beulich2021-11-021-3/+3
| * xen/x86: there's no highmem anymore in PV modeJan Beulich2021-11-021-4/+0
| * xen/x86: adjust handling of the L3 user vsyscall special page tableJan Beulich2021-11-021-1/+11
| * xen/x86: adjust xen_set_fixmap()Jan Beulich2021-11-021-4/+5
| * xen/x86: restore (fix) xen_set_pte_init() behaviorJan Beulich2021-11-021-7/+17
| * xen/x86: streamline set_pte_mfn()Jan Beulich2021-11-021-2/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-24/+13
|\ \
| * | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-4/+7
| * | x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand2021-11-091-1/+3
| * | x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand2021-11-091-14/+1
| * | x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand2021-11-091-6/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-063-7/+7
|\| | | |/ |/|
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-062-2/+2
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-062-6/+6
| * xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport2021-11-061-1/+1
* | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-015-149/+158
|\ \ | |/ |/|
| * Merge branch 'objtool/urgent'Peter Zijlstra2021-10-074-14/+23
| |\
| * | x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysPeter Zijlstra2021-09-173-83/+90
| * | x86/xen: Mark xen_force_evtchn_callback() noinstrPeter Zijlstra2021-09-171-1/+1
| * | x86/xen: Make irq_disable() noinstrPeter Zijlstra2021-09-172-4/+3
| * | x86/xen: Make irq_enable() noinstrPeter Zijlstra2021-09-172-30/+30
| * | x86/xen: Make hypercall_page noinstrPeter Zijlstra2021-09-171-1/+1
| * | x86/xen: Make save_fl() noinstrPeter Zijlstra2021-09-172-18/+18
| * | x86/xen: Make set_debugreg() noinstrPeter Zijlstra2021-09-171-1/+1
| * | x86/xen: Make get_debugreg() noinstrPeter Zijlstra2021-09-171-1/+1
| * | x86/xen: Make write_cr2() noinstrPeter Zijlstra2021-09-171-1/+2
| * | x86/xen: Make read_cr2() noinstrPeter Zijlstra2021-09-171-0/+2
| * | x86/xen: Move hypercall_page to top of the fileJosh Poimboeuf2021-09-151-17/+17
* | | xen/x86: adjust data placementJan Beulich2021-10-052-3/+5
* | | xen/x86: hook up xen_banner() also for PVHJan Beulich2021-10-054-11/+16
* | | xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich2021-10-054-7/+18
* | | xen/x86: allow "earlyprintk=xen" to work for PV Dom0Jan Beulich2021-10-051-1/+1
* | | xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich2021-10-055-25/+31
* | | xen/x86: prevent PVH type from getting clobberedJan Beulich2021-10-051-5/+4
* | | xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich2021-10-051-1/+1
| |/ |/|
* | xen/x86: fix PV trap handling on secondary processorsJan Beulich2021-09-211-6/+9
* | xen/pci-swiotlb: reduce visibility of symbolsJan Beulich2021-09-201-2/+2
* | xen/x86: drop redundant zeroing from cpu_initialize_context()Jan Beulich2021-09-201-4/+0
* | xen: fix usage of pmd_populate in mremap for pv guestsJuergen Gross2021-09-151-2/+5
* | xen: reset legacy rtc flag for PV domUJuergen Gross2021-09-151-0/+7
|/
* xen: remove stray preempt_disable() from PV AP startup codeJuergen Gross2021-09-011-1/+0
* x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw prin...zhaoxiao2021-08-301-7/+9