aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner1-2/+0
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper1-4/+0
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-1/+1
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+23
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-13/+1
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar1-11/+11
2019-04-25x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()Ingo Molnar1-8/+8
2019-04-25x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()Ingo Molnar1-4/+4
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-1/+1
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross1-19/+7
2018-10-29x86/paravirt: Remove GPL from pv_ops exportJuergen Gross1-1/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-156/+160
2018-09-19x86/paravirt: Fix some warning messagesDan Carpenter1-2/+2
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-6/+9
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+1
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+12
2018-09-03x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross1-0/+2
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-149/+141
2018-09-03x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross1-9/+5
2018-09-03x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() staticJuergen Gross1-6/+6
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-0/+2
2018-08-07x86/paravirt: Fix spectre-v2 mitigations for paravirt guestsPeter Zijlstra1-4/+10
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()Andy Lutomirski1-3/+3
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross1-2/+12
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-5/+0
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross1-3/+0
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+1
2017-04-04x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov1-2/+7
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov1-3/+7
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-0/+1
2016-11-01x86/fpu: Remove clts()Andy Lutomirski1-1/+0
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski1-1/+0
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-2/+2
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-1/+0
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski1-0/+2
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski1-2/+2
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+1
2015-11-25x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross1-3/+0
2015-11-23x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky1-5/+0
2015-11-23x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky1-7/+0
2015-11-19x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross1-8/+0
2015-11-07x86/paravirt: Kill some unused patching functionsBorislav Petkov1-12/+1
2015-09-22x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski1-4/+12
2015-07-06x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski1-2/+0
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar1-3/+3
2015-04-22x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski1-1/+3