summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-5/+0
* x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-3/+0
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
* x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-041-2/+7
* x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-3/+7
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+1
* x86/fpu: Remove clts()Andy Lutomirski2016-11-011-1/+0
* x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+0
* Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-2/+2
|\
| * x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt2016-09-021-2/+2
* | x86: Apply more __ro_after_init and constKees Cook2016-08-101-1/+1
|/
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+2
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-1/+0
|\
| * x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-1/+0
* | x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski2016-04-131-0/+2
* | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski2016-04-131-2/+2
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-23/+1
|\
| * x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-3/+0
| * x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-8/+0
| * x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-071-12/+1
* | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-5/+0
* | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-7/+0
|/
* x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-09-221-4/+12
* 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
OpenPOWER on IntegriCloud