| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86: replace percpu_xxx funcs with this_cpu_xxx | Alex Shi | 2012-05-14 | 1 | -6/+6 |
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -0/+1 |
|\ |
|
| * | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -0/+1 |
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2012-03-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | bug.h: add include of it to various implicit C users | Paul Gortmaker | 2012-02-29 | 1 | -0/+1 |
* | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-12 | 1 | -0/+4 |
|\ |
|
| * | x86-64: Add user_64bit_mode paravirt op | Andy Lutomirski | 2011-08-04 | 1 | -0/+4 |
* | | KVM guest: Add a pv_ops stub for steal time | Glauber Costa | 2011-07-14 | 1 | -0/+9 |
|/ |
|
* | thp: add pmd paravirt ops | Andrea Arcangeli | 2011-01-13 | 1 | -0/+3 |
* | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria | 2010-08-23 | 1 | -1/+0 |
* | x86, paravirt: Remove kmap_atomic_pte paravirt op. | Ian Campbell | 2010-02-27 | 1 | -4/+0 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-18 | 1 | -35/+1 |
|\ |
|
| * | x86: Move get/set_wallclock to x86_platform_ops | Feng Tang | 2009-09-16 | 1 | -2/+0 |
| * | x86: Move tsc_calibration to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+0 |
| * | x86: Add timer_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+0 |
| * | x86: Move percpu clockevents setup to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -2/+0 |
| * | x86: Move paravirt pagetable_setup to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -7/+0 |
| * | x86: Move paravirt banner printout to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -9/+1 |
| * | x86: Replace ARCH_SETUP by a proper x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+0 |
| * | x86: Move irq_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -6/+0 |
| * | x86: Move memory_setup to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -6/+0 |
* | | x86, msr: Rewrite AMD rd/wrmsr variants | Borislav Petkov | 2009-08-31 | 1 | -1/+0 |
* | | x86, msr: Add rd/wrmsr interfaces with preset registers | Borislav Petkov | 2009-08-31 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -30/+26 |
|\ |
|
| * | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 1 | -1/+0 |
| |\ |
|
| * | | x86/paravirt: use percpu_ rather than __get_cpu_var | Jeremy Fitzhardinge | 2009-03-29 | 1 | -5/+5 |
| * | | x86/paravirt: allow preemption with lazy mmu mode | Jeremy Fitzhardinge | 2009-03-29 | 1 | -3/+4 |
| * | | x86/paravirt: finish change from lazy cpu to context switch start/end | Jeremy Fitzhardinge | 2009-03-29 | 1 | -8/+6 |
| * | | x86/paravirt: flush pending mmu updates on context switch | Jeremy Fitzhardinge | 2009-03-29 | 1 | -3/+10 |
| * | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch | Jeremy Fitzhardinge | 2009-03-29 | 1 | -13/+0 |