summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c
Commit message (Expand)AuthorAgeFilesLines
* x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-061-2/+0
* Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-081-3/+3
|\
| * x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-3/+3
* | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski2015-04-221-1/+3
|/
* kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt()Masami Hiramatsu2014-04-241-1/+3
* kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-0/+4
* x86, paravirt: Remove duplicate definition for DEF_NATIVEH. Peter Anvin2013-09-041-5/+0
* x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen2013-08-061-2/+2
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-1/+0
|\
| * x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-111-1/+0
* | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-101-12/+13
|/
* x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara2012-06-071-2/+0
* x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-6/+6
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-0/+1
|\
| * Disintegrate asm/system.h for X86David Howells2012-03-281-0/+1
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ | |/ |/|
| * bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-291-0/+1
* | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-2/+2
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-121-0/+4
|\
| * x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-041-0/+4
* | KVM guest: Add a pv_ops stub for steal timeGlauber Costa2011-07-141-0/+9
|/
* thp: add pmd paravirt opsAndrea Arcangeli2011-01-131-0/+3
* x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-231-1/+0
* x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell2010-02-271-4/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-35/+1
|\
| * x86: Move get/set_wallclock to x86_platform_opsFeng Tang2009-09-161-2/+0
| * x86: Move tsc_calibration to x86_init_opsThomas Gleixner2009-08-311-1/+0
| * x86: Add timer_init to x86_init_opsThomas Gleixner2009-08-311-1/+0
| * x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner2009-08-311-2/+0
| * x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner2009-08-311-7/+0
| * x86: Move paravirt banner printout to x86_init_opsThomas Gleixner2009-08-311-9/+1
| * x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner2009-08-311-1/+0
| * x86: Move irq_init to x86_init_opsThomas Gleixner2009-08-311-6/+0
| * x86: Move memory_setup to x86_init_opsThomas Gleixner2009-08-271-6/+0
* | x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-08-311-1/+0
* | x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-08-311-0/+2
|/
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-30/+26
|\
| * Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-1/+0
| |\
| * | x86/paravirt: use percpu_ rather than __get_cpu_varJeremy Fitzhardinge2009-03-291-5/+5
| * | x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge2009-03-291-3/+4
| * | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-291-8/+6
| * | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-291-3/+10
| * | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-291-13/+0
| * | x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge2009-03-291-0/+3
* | | x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2009-05-151-0/+2
| |/ |/|
* | x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge2009-03-191-1/+0
|/
* x86: refactor x86_quirks supportIngo Molnar2009-02-231-1/+0
*-. Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-0/+26
|\ \
| | * x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible contextThomas Gleixner2009-02-121-0/+2
| | * x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2009-02-121-0/+24
| |/
OpenPOWER on IntegriCloud