summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner2-2/+7
2020-06-11x86/xen: Split HVM vector callback setup and interrupt gate allocationVitaly Kuznetsov2-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-1/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-1/+1
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar1-1/+1
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-0/+1
2020-04-11Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2020-04-09x86/xen: fix booting 32-bit pv guestJuergen Gross1-1/+1
2020-04-08x86/xen: make xen_pvmmu_arch_setup() staticJason Yan1-1/+1
2020-04-03Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+18
2020-03-31Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+22
2020-03-30x86/xen: Make the secondary CPU idle tasks reliableMiroslav Benes2-1/+12
2020-03-30x86/xen: Make the boot CPU idle task reliableMiroslav Benes1-2/+6
2020-03-25x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-1/+1
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross1-0/+25
2020-02-22Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+4
2020-02-20x86/xen: Distribute switch variables for initializationKees Cook1-3/+4
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner1-10/+11
2020-02-17x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner1-5/+12
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner1-0/+1
2020-01-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-1/+1
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel1-1/+1
2019-12-10x86/Kconfig: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-11-26Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-37/+40
2019-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-50/+25
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2019-11-19x86/xen/32: Simplify ring check in xen_iret_crit_fixup()Jan Beulich1-11/+4
2019-11-19x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich1-42/+24
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner1-10/+0
2019-10-26Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2019-10-25xen: issue deprecation warning for 32-bit pv guestJuergen Gross1-0/+8
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby1-3/+4
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2-22/+22