summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-1/+1
|\
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-1/+1
* | x86/paravirt: Have only one paravirt patch functionJuergen Gross2021-03-111-18/+2
* | x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross2021-03-111-10/+6
* | x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross2021-03-111-24/+2
* | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-4/+9
|/
* x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross2021-02-101-1/+0
* x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross2021-02-101-4/+1
* x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross2021-02-101-1/+0
* x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-151-1/+0
* x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-18/+0
* x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2020-07-181-1/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2020-04-261-5/+0
* x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2020-04-261-9/+0
* x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-261-6/+1
* x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-291-0/+5
* x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-161-2/+0
* x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-221-4/+0
* x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-23/+23
|\
| * x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-291-11/+11
| * x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()Ingo Molnar2019-04-251-8/+8
| * x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()Ingo Molnar2019-04-251-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-13/+1
* | x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-1/+1
|/
* x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-301-19/+7
* x86/paravirt: Remove GPL from pv_ops exportJuergen Gross2018-10-291-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-156/+160
|\
| * x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-6/+9
| * x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-1/+1
| * x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-1/+12
| * x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-0/+2
| * x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-149/+141
| * x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross2018-09-031-9/+5
| * x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() staticJuergen Gross2018-09-031-6/+6
* | x86/paravirt: Fix some warning messagesDan Carpenter2018-09-191-2/+2
|/
* x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-0/+2
* x86/paravirt: Fix spectre-v2 mitigations for paravirt guestsPeter Zijlstra2018-08-071-4/+10
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-3/+3
* locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross2017-10-101-2/+12
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-5/+0
* x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-3/+0
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
* x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-041-2/+7
* x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-3/+7
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+1
* x86/fpu: Remove clts()Andy Lutomirski2016-11-011-1/+0
* x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+0