summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/paravirt.c
AgeCommit message (Expand)Author
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar
2019-04-25x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()Ingo Molnar
2019-04-25x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()Ingo Molnar
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross
2018-10-29x86/paravirt: Remove GPL from pv_ops exportJuergen Gross
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-19x86/paravirt: Fix some warning messagesDan Carpenter
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross
2018-09-03x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross
2018-09-03x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross
2018-09-03x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() staticJuergen Gross
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra
2018-08-07x86/paravirt: Fix spectre-v2 mitigations for paravirt guestsPeter Zijlstra
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-04-04x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2016-11-01x86/fpu: Remove clts()Andy Lutomirski
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds