aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-0/+1
2016-11-01x86/fpu: Remove clts()Andy Lutomirski1-1/+0
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski1-1/+0
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-2/+2
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-1/+0
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski1-0/+2
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski1-2/+2
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+1
2015-11-25x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross1-3/+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
2015-11-19x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross1-8/+0
2015-11-07x86/paravirt: Kill some unused patching functionsBorislav Petkov1-12/+1
2015-09-22x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski1-4/+12
2015-07-06x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski1-2/+0
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar1-3/+3
2015-04-22x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski1-1/+3
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov1-3/+3
2014-04-24kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt()Masami Hiramatsu1-1/+3
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu1-0/+4
2013-09-04x86, paravirt: Remove duplicate definition for DEF_NATIVEH. Peter Anvin1-5/+0
2013-08-06x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen1-2/+2
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2013-04-11x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk1-1/+0
2013-04-10x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky1-12/+13
2012-06-07x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara1-2/+0
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-6/+6
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-0/+1
2012-03-28Disintegrate asm/system.h for X86David Howells1-0/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker1-0/+1
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-2/+2
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds1-0/+4
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-0/+4
2011-07-14KVM guest: Add a pv_ops stub for steal timeGlauber Costa1-0/+9
2011-01-13thp: add pmd paravirt opsAndrea Arcangeli1-0/+3
2010-08-23x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria1-1/+0
2010-02-27x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell1-4/+0
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-35/+1
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang1-2/+0
2009-08-31x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov1-1/+0
2009-08-31x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov1-0/+2
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner1-1/+0
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-1/+0
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner1-2/+0
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner1-7/+0