aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
AgeCommit message (Expand)Author
2020-01-09x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2019-08-06x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang
2018-09-06x86/paravirt: Prevent redefinition of SAVE_FLAGS macroJuergen Gross
2018-09-03x86/paravirt: Remove unneeded mmu related paravirt ops bitsJuergen Gross
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: Remove unused paravirt bitsJuergen Gross
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross
2018-09-03x86/paravirt: Remove clobbers from struct paravirt_patch_siteJuergen Gross
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar
2018-02-21x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov
2018-02-21x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra
2018-02-16x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
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-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-24x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy 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
2017-02-21x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra
2016-11-01x86/fpu: Remove clts()Andy Lutomirski
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra
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-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez
2016-04-13x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=yAndy Lutomirski
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-02-24x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNKJosh Poimboeuf
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds