| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/paravirt: Remove unused _paravirt_ident_32 | Juergen Gross | 2018-10-30 | 1 | -19/+7 |
* | x86/paravirt: Remove GPL from pv_ops export | Juergen Gross | 2018-10-29 | 1 | -1/+1 |
* | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-10-23 | 1 | -156/+160 |
|\ |
|
| * | x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella | Juergen Gross | 2018-09-03 | 1 | -6/+9 |
| * | x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella | Juergen Gross | 2018-09-03 | 1 | -1/+1 |
| * | x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella | Juergen Gross | 2018-09-03 | 1 | -1/+12 |
| * | x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella | Juergen Gross | 2018-09-03 | 1 | -0/+2 |
| * | x86/paravirt: Use a single ops structure | Juergen Gross | 2018-09-03 | 1 | -149/+141 |
| * | x86/paravirt: Remove clobbers parameter from paravirt patch functions | Juergen Gross | 2018-09-03 | 1 | -9/+5 |
| * | x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static | Juergen Gross | 2018-09-03 | 1 | -6/+6 |
* | | x86/paravirt: Fix some warning messages | Dan Carpenter | 2018-09-19 | 1 | -2/+2 |
|/ |
|
* | x86/mm: Only use tlb_remove_table() for paravirt | Peter Zijlstra | 2018-08-23 | 1 | -0/+2 |
* | x86/paravirt: Fix spectre-v2 mitigations for paravirt guests | Peter Zijlstra | 2018-08-07 | 1 | -4/+10 |
* | x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use... | Andy Lutomirski | 2018-02-15 | 1 | -3/+3 |
* | locking/paravirt: Use new static key for controlling call of virt_spin_lock() | Juergen Gross | 2017-10-10 | 1 | -2/+12 |
* | x86/paravirt: Remove no longer used paravirt functions | Juergen Gross | 2017-09-13 | 1 | -5/+0 |
* | x86/xen: Get rid of paravirt op adjust_exception_frame | Juergen Gross | 2017-08-31 | 1 | -3/+0 |
* | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski | 2017-06-13 | 1 | -1/+1 |
* | x86/paravirt: Add 5-level support to the paravirt code | Kirill A. Shutemov | 2017-04-04 | 1 | -2/+7 |
* | x86: Convert the rest of the code to support p4d_t | Kirill A. Shutemov | 2017-03-27 | 1 | -3/+7 |
* | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 2017-02-24 | 1 | -0/+1 |
* | x86/fpu: Remove clts() | Andy Lutomirski | 2016-11-01 | 1 | -1/+0 |
* | x86/asm: Get rid of __read_cr4_safe() | Andy Lutomirski | 2016-09-30 | 1 | -1/+0 |
* | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 2016-09-15 | 1 | -2/+2 |
|\ |
|
| * | x86/paravirt: Do not trace _paravirt_ident_*() functions | Steven Rostedt | 2016-09-02 | 1 | -2/+2 |
* | | x86: Apply more __ro_after_init and const | Kees Cook | 2016-08-10 | 1 | -1/+1 |
|/ |
|
* | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+2 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-16 | 1 | -1/+0 |
|\ |
|
| * | x86/paravirt: Remove paravirt_enabled() | Luis R. Rodriguez | 2016-04-22 | 1 | -1/+0 |
* | | x86/paravirt: Add paravirt_{read,write}_msr() | Andy Lutomirski | 2016-04-13 | 1 | -0/+2 |
* | | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks | Andy Lutomirski | 2016-04-13 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 1 | -23/+1 |
|\ |
|
| * | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross | 2015-11-25 | 1 | -3/+0 |
| * | x86/paravirt: Remove unused pv_apic_ops structure | Juergen Gross | 2015-11-19 | 1 | -8/+0 |
| * | x86/paravirt: Kill some unused patching functions | Borislav Petkov | 2015-11-07 | 1 | -12/+1 |
* | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op | Boris Ostrovsky | 2015-11-23 | 1 | -5/+0 |
* | | x86/paravirt: Remove the unused irq_enable_sysexit pv op | Boris Ostrovsky | 2015-11-23 | 1 | -7/+0 |
|/ |
|
* | x86/paravirt: Replace the paravirt nop with a bona fide empty function | Andy Lutomirski | 2015-09-22 | 1 | -4/+12 |
* | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks | Andy Lutomirski | 2015-07-06 | 1 | -2/+0 |
* | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 2015-05-08 | 1 | -3/+3 |
|\ |
|
| * | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 2015-04-14 | 1 | -3/+3 |
* | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop | Andy Lutomirski | 2015-04-22 | 1 | -1/+3 |
|/ |
|
* | kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt() | Masami Hiramatsu | 2014-04-24 | 1 | -1/+3 |
* | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist | Masami Hiramatsu | 2014-04-24 | 1 | -0/+4 |
* | x86, paravirt: Remove duplicate definition for DEF_NATIVE | H. Peter Anvin | 2013-09-04 | 1 | -5/+0 |
* | x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt ops | Andi Kleen | 2013-08-06 | 1 | -2/+2 |
* | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-30 | 1 | -1/+0 |
|\ |
|
| * | x86, xen, gdt: Remove the pvops variant of store_gdt. | Konrad Rzeszutek Wilk | 2013-04-11 | 1 | -1/+0 |
* | | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky | 2013-04-10 | 1 | -12/+13 |
|/ |
|
* | x86, pvops: Remove hooks for {rd,wr}msr_safe_regs | Andre Przywara | 2012-06-07 | 1 | -2/+0 |