summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2020-08-03Merge tag 'x86-timers-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-08-03Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2020-07-26x86/ioperm: Initialize pointer bitmap with NULL rather than 0Colin Ian King1-1/+1
2020-07-25x86/xen/time: Set the X86_FEATURE_TSC_KNOWN_FREQ flag in xen_tsc_khz()Hayato Ohhashi1-0/+1
2020-07-25Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new co...Ingo Molnar2-12/+55
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski1-0/+12
2020-07-08xen: Mark "xen_nopvspin" parameter obsoleteZhenzhong Duan1-2/+2
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2-7/+26
2020-07-01x86/entry/64/compat: Fix Xen PV SYSENTER frame setupAndy Lutomirski1-4/+16
2020-06-18x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst1-2/+0
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-11xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov2-1/+1
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner1-0/+12
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2-2/+2
2020-06-11x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner5-9/+13
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner2-3/+3
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner2-3/+3
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner2-2/+7
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner2-2/+2
2020-06-11x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner2-2/+2
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner2-2/+2
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-10Merge 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-30Merge 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