summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
...
* | x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra2022-03-152-1/+7
|/
* xen/x2apic: Fix inconsistent indentingJiapeng Chong2022-02-101-2/+1
* xen/x86: detect support for extended destination IDRoger Pau Monne2022-02-101-0/+6
* xen/x86: obtain full video frame buffer address for Dom0 also under EFIJan Beulich2022-02-101-8/+8
* x86/Xen: streamline (and fix) PV CPU enumerationJan Beulich2022-02-032-24/+6
* xen/x2apic: enable x2apic mode when supported for HVMRoger Pau Monne2022-01-281-9/+4
* Merge tag 'for-linus-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-121-4/+8
|\
| * xen/x86: obtain upper 32 bits of video frame buffer address for Dom0Jan Beulich2022-01-061-4/+8
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-122-7/+7
|\ \
| * | x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-082-7/+7
| |/
* | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-122-19/+14
|\ \ | |/ |/|
| * perf: Force architectures to opt-in to guest callbacksSean Christopherson2021-11-171-0/+1
| * perf/core: Rework guest callbacks to prepare for static_call supportLike Xu2021-11-171-19/+13
* | 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