aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-20Merge tag 'for-linus-5.10b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+11
2020-11-17efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel1-28/+9
2020-11-09x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney1-1/+11
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-2/+1
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner1-3/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-8/+13
2020-10-23xen/events: only register debug interrupt for 2-level eventsJuergen Gross2-8/+13
2020-10-18x86/xen: open code alloc_vm_area in arch_gnttab_vallocChristoph Hellwig1-7/+20
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-1/+10
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-10-04x86/xen: Fix typo in xen_pagetable_p2m_free()Hui Su1-1/+1
2020-10-04x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross1-0/+9
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry1-1/+1
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross1-8/+0
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross1-6/+0
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds14-956/+281
2020-08-11x86/xen: drop tests for highmem in pv codeJuergen Gross2-95/+57
2020-08-11x86/xen: eliminate xen-asm_64.SJuergen Gross3-195/+180
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross12-667/+45
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-2/+7
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+2
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra3-2/+4
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar3-0/+3
2020-08-03Merge tag 'x86-timers-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-08-03Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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 commitsIngo 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-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-3/+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