aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-06x86/paravirt: Prevent redefinition of SAVE_FLAGS macroJuergen Gross1-1/+1
2018-09-03x86/paravirt: Remove unneeded mmu related paravirt ops bitsJuergen Gross1-17/+3
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-62/+63
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-3/+3
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-2/+17
2018-09-03x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross1-0/+2
2018-09-03x86/paravirt: Remove unused paravirt bitsJuergen Gross1-8/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-147/+128
2018-09-03x86/paravirt: Remove clobbers from struct paravirt_patch_siteJuergen Gross1-18/+15
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-0/+5
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov1-2/+2
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar1-4/+13
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar1-2/+2
2018-02-21x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov1-10/+13
2018-02-21x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra1-4/+13
2018-02-16x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov1-4/+6
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()Andy Lutomirski1-2/+2
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky1-0/+9
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-3/+2
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-37/+0
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross1-5/+0
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2017-06-24x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev1-1/+1
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+1
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski1-4/+2
2017-04-04x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov1-11/+26
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov1-5/+28
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-0/+11
2017-02-21x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long1-1/+1
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra1-0/+5
2016-11-01x86/fpu: Remove clts()Andy Lutomirski1-5/+0
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski1-4/+0
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra1-18/+0
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-5/+0
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-6/+0
2016-04-13x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=yAndy Lutomirski1-6/+3
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski1-0/+11
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski1-16/+17
2016-02-24x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNKJosh Poimboeuf1-2/+7
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+0
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+0
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel1-0/+6
2015-11-25x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross1-17/+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