summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pv.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams1-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 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/kern...Linus Torvalds1-72/+6
2020-08-11x86/xen: drop tests for highmem in pv codeJuergen Gross1-10/+4
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross1-62/+2
2020-07-26x86/ioperm: Initialize pointer bitmap with NULL rather than 0Colin Ian King1-1/+1
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski1-0/+12
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski1-4/+24
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner1-2/+2
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner1-1/+6
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner1-1/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross1-0/+25
2020-02-21Merge 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-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner1-0/+1
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-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper1-15/+0
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-1/+2
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan1-1/+1
2019-07-17x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan1-0/+1
2019-04-25xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne1-1/+1
2019-01-14always clear the X2APIC_ENABLE bit for PV guestTalons Lee1-4/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-13/+18