summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt_types.h
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2018-02-211-1/+4
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-1/+1
* Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-1/+1
|\
| * x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-021-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-7/+7
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-9/+0
* x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-3/+0
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-8/+8
|\
| * randstruct: opt-out externally exposed function pointer structsKees Cook2017-06-301-8/+8
* | x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-051-3/+2
|/
* x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-041-1/+6
* x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-3/+9
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+2
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-2/+0
|\
| * x86/fpu: Remove clts()Andy Lutomirski2016-11-011-2/+0
* | x86/paravirt: Fix bool return type for PVOP_CALL()Peter Zijlstra2016-12-111-1/+13
* | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra2016-11-221-1/+1
* | locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui2016-11-221-0/+2
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-1/+0
|\
| * x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+0
* | x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra2016-09-301-7/+0
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-6/+0
|\
| * x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-1/+0
| * x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-5/+0
* | x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski2016-04-131-2/+8
* | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski2016-04-131-4/+4
|/
* x86/paravirt: Add stack frame dependency to PVOP inline asm callsJosh Poimboeuf2016-02-241-8/+10
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-18/+0
|\
| * x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-6/+0
| * x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-10/+0
| * x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-071-2/+0
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-17/+0
|\ \
| * | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-8/+0
| * | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-9/+0
| |/
* / x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-0/+5
|/
* x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross2015-09-141-1/+0
* x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-061-2/+0
* Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-031-0/+10
|\
| * locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-111-3/+3
| * locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)2015-05-081-0/+10
* | Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-081-4/+4
|\|
| * x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-4/+4
* | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski2015-04-221-3/+4
|/
* x86, asmlinkage, paravirt: Don't rely on local assembler labelsAndi Kleen2014-01-291-4/+5
* Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-041-6/+8
|\
| * x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge2013-08-091-1/+1
| * x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge2013-08-091-6/+8
* | x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen2013-08-061-1/+2
|/
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-1/+1
|\