summaryrefslogtreecommitdiff
path: root/arch/x86/xen/xen-head.S
AgeCommit message (Expand)Author
2023-07-04x86/Xen: tidy xen-head.SJan Beulich
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst
2023-02-13x86/xen: don't let xen_pv_play_dead() returnJuergen Gross
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross
2022-06-27objtool: Update Retpoline validationPeter Zijlstra
2022-04-19x86/xen: Add ANNOTATE_NOENDBR to startup_xen()Josh Poimboeuf
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-11-02x86/xen: remove 32-bit awareness from startup_xenJuergen Gross
2021-09-17x86/xen: Make hypercall_page noinstrPeter Zijlstra
2021-09-15x86/xen: Move hypercall_page to top of the fileJosh Poimboeuf
2021-01-26x86/xen: Support objtool vmlinux.o validation in xen-head.SJosh Poimboeuf
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross
2020-04-09x86/xen: fix booting 32-bit pv guestJuergen Gross
2020-03-30x86/xen: Make the secondary CPU idle tasks reliableMiroslav Benes
2020-03-30x86/xen: Make the boot CPU idle task reliableMiroslav Benes
2019-10-18x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski
2018-04-10xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky
2018-02-06x86/xen: init %gs very early to avoid page faults with stack protectorJuergen Gross
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-28x86/xen: Add unwind hint annotationsJosh Poimboeuf
2017-09-28x86/xen: Fix xen head ELF annotationsJosh Poimboeuf
2017-07-21x86/xen: Redefine XEN_ELFNOTE_INIT_P2M using PUD_SIZE * PTRS_PER_PUDKirill A. Shutemov
2017-05-02x86/xen: define startup_xen for XEN PV onlyVitaly Kuznetsov
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-03xen/x86: Drop mode-selecting ifdefs in startup_xen()Boris Ostrovsky
2016-03-03xen/x86: Zero out .bss for PV guestsBoris Ostrovsky
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross
2015-03-16xen: use generated hypercall symbols in arch/x86/xen/xen-head.SJuergen Gross
2014-10-06x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor
2014-10-03xen: eliminate scalability issues from initrd handlingJuergen Gross
2014-01-06xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor
2012-07-30xen/perf: Define .glob for the different hypercalls.Konrad Rzeszutek Wilk
2011-02-25x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge
2008-07-16xen64: add xen-head code to head_64.SJeremy Fitzhardinge
2008-07-16xen: make ELF notes work for 32 and 64 bitJeremy Fitzhardinge
2008-06-20xen: don't drop NX bitJeremy Fitzhardinge
2008-06-02xen: add new Xen elfnote types and use them appropriatelyJeremy Fitzhardinge
2008-05-22xen: remove support for non-PAE 32-bitJeremy Fitzhardinge
2008-01-30xen: fix section usage in xen-head.S and setup.cSam Ravnborg
2007-10-11i386: move xenThomas Gleixner