summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-105-2/+7
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-063-2/+4
| * x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-063-0/+3
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-3/+2
|\ \
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-3/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-2/+2
|\ \ \
| * | | xen: Mark "xen_nopvspin" parameter obsoleteZhenzhong Duan2020-07-081-2/+2
* | | | Merge tag 'x86-timers-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-0/+1
|\ \ \ \
| * | | | x86/xen/time: Set the X86_FEATURE_TSC_KNOWN_FREQ flag in xen_tsc_khz()Hayato Ohhashi2020-07-251-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-031-2/+0
|\ \ \ \
| * | | | Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new co...Ingo Molnar2020-07-252-12/+55
| |\| | |
| * | | | x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst2020-06-181-2/+0
| | |/ / | |/| |
* | | | x86/ioperm: Initialize pointer bitmap with NULL rather than 0Colin Ian King2020-07-261-1/+1
| |/ / |/| |
* | | x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2020-07-181-0/+12
| |/ |/|
* | x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2020-07-042-7/+26
* | x86/entry/64/compat: Fix Xen PV SYSENTER frame setupAndy Lutomirski2020-07-011-4/+16
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
|/
* xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov2020-06-112-1/+1
* x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner2020-06-111-0/+12
* x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2020-06-112-2/+2
* x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner2020-06-115-9/+13
* x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner2020-06-112-3/+3
* x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner2020-06-112-3/+3
* x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner2020-06-112-2/+7
* x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner2020-06-112-2/+2
* x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner2020-06-111-1/+1
* x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner2020-06-112-2/+2
* x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner2020-06-112-2/+7
* x86/xen: Split HVM vector callback setup and interrupt gate allocationVitaly Kuznetsov2020-06-112-2/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-1/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-1/+1
|\
| * efi/libstub: Add definitions for console input and eventsArvind Sankar2020-05-201-1/+1
* | x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-0/+1
|/
* Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-102-2/+2
|\
| * x86/xen: fix booting 32-bit pv guestJuergen Gross2020-04-091-1/+1