summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt_patch_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-301-12/+6Star
* x86/paravirt: Clean up native_patch()Borislav Petkov2018-09-111-28/+16Star
* x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+2
* x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+2
* x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-0/+4
* x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-24/+24
* x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross2018-09-031-3/+2Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/paravirt: Mark unused patch_default labelPeter Zijlstra2016-12-221-1/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-2/+0Star
|\
| * x86/fpu: Remove clts()Andy Lutomirski2016-11-011-2/+0Star
* | x86/paravirt: Fix native_patch()Peter Zijlstra2016-12-111-0/+4
* | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra2016-11-221-0/+8
|/
* x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra2016-09-301-2/+2
* x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-2/+0Star
* x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-061-2/+0Star
* locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)2015-05-081-4/+18
* x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge2009-01-301-0/+12
* x86: coding style fixes to arch/x86/kernel/paravirt_patch_32.cPaolo Ciarrocchi2008-08-151-1/+1
* x86/paravirt: split sysret and sysexitJeremy Fitzhardinge2008-07-081-2/+2
* x86: move patching code to arch-specific file.Glauber de Oliveira Costa2008-01-301-0/+49