summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten_pv.c
AgeCommit message (Expand)Author
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams
2020-10-04x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-11x86/xen: drop tests for highmem in pv codeJuergen Gross
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross
2020-07-26x86/ioperm: Initialize pointer bitmap with NULL rather than 0Colin Ian King
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross
2020-02-21Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-20x86/xen: Distribute switch variables for initializationKees Cook
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner
2019-10-26Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-25xen: issue deprecation warning for 32-bit pv guestJuergen Gross
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-07-17x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan
2019-04-25xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne
2019-01-14always clear the X2APIC_ENABLE bit for PV guestTalons Lee
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross