aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/xen-head.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross1-9/+1
2022-06-27objtool: Update Retpoline validationPeter Zijlstra1-0/+1
2022-04-19x86/xen: Add ANNOTATE_NOENDBR to startup_xen()Josh Poimboeuf1-0/+1
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra1-2/+7
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-1/+1
2021-11-02x86/xen: remove 32-bit awareness from startup_xenJuergen Gross1-6/+6
2021-09-17x86/xen: Make hypercall_page noinstrPeter Zijlstra1-1/+1
2021-09-15x86/xen: Move hypercall_page to top of the fileJosh Poimboeuf1-17/+17
2021-01-26x86/xen: Support objtool vmlinux.o validation in xen-head.SJosh Poimboeuf1-2/+3
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross1-6/+0
2020-04-09x86/xen: fix booting 32-bit pv guestJuergen Gross1-1/+1
2020-03-30x86/xen: Make the secondary CPU idle tasks reliableMiroslav Benes1-0/+10
2020-03-30x86/xen: Make the boot CPU idle task reliableMiroslav Benes1-2/+6
2019-10-18x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby1-4/+4
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski1-5/+5
2018-04-10xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky1-1/+3
2018-02-06x86/xen: init %gs very early to avoid page faults with stack protectorJuergen Gross1-0/+16
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-28x86/xen: Add unwind hint annotationsJosh Poimboeuf1-1/+6
2017-09-28x86/xen: Fix xen head ELF annotationsJosh Poimboeuf1-2/+2
2017-07-21x86/xen: Redefine XEN_ELFNOTE_INIT_P2M using PUD_SIZE * PTRS_PER_PUDKirill A. Shutemov1-1/+1
2017-05-02x86/xen: define startup_xen for XEN PV onlyVitaly Kuznetsov1-0/+4
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky1-58/+4
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-03xen/x86: Drop mode-selecting ifdefs in startup_xen()Boris Ostrovsky1-7/+3
2016-03-03xen/x86: Zero out .bss for PV guestsBoris Ostrovsky1-0/+9
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross1-0/+2
2015-03-16xen: use generated hypercall symbols in arch/x86/xen/xen-head.SJuergen Gross1-53/+10
2014-10-06x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor1-0/+35
2014-10-03xen: eliminate scalability issues from initrd handlingJuergen Gross1-0/+1
2014-01-06xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor1-1/+24
2012-07-30xen/perf: Define .glob for the different hypercalls.Konrad Rzeszutek Wilk1-2/+54
2011-02-25x86, asm: Cleanup unnecssary macros in asm-offsets.cStratos Psomadakis1-2/+2
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-1/+1
2008-07-16xen64: add xen-head code to head_64.SJeremy Fitzhardinge1-2/+13
2008-07-16xen: make ELF notes work for 32 and 64 bitJeremy Fitzhardinge1-5/+8
2008-06-20xen: don't drop NX bitJeremy Fitzhardinge1-1/+1
2008-06-02xen: add new Xen elfnote types and use them appropriatelyJeremy Fitzhardinge1-0/+5
2008-05-22xen: remove support for non-PAE 32-bitJeremy Fitzhardinge1-4/+0
2008-01-30xen: fix section usage in xen-head.S and setup.cSam Ravnborg1-2/+4
2007-10-11i386: move xenThomas Gleixner1-0/+38