Age | Commit message (Expand) | Author | Files | Lines |
2016-01-12 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -26/+0 |
2016-01-12 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -12/+0 |
2015-12-19 | x86/paravirt: Prevent rtc_cmos platform device init on PV guests | David Vrabel | 1 | -0/+6 |
2015-11-26 | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross | 1 | -17/+0 |
2015-11-23 | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op | Boris Ostrovsky | 1 | -5/+0 |
2015-11-23 | x86/paravirt: Remove the unused irq_enable_sysexit pv op | Boris Ostrovsky | 1 | -7/+0 |
2015-11-19 | x86/paravirt: Remove unused pv_apic_ops structure | Juergen Gross | 1 | -9/+0 |
2015-08-23 | x86/asm/msr: Make wrmsrl() a function | Andy Lutomirski | 1 | -1/+5 |
2015-07-06 | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks | Andy Lutomirski | 1 | -34/+0 |
2015-05-11 | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 1 | -3/+3 |
2015-05-08 | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching | Peter Zijlstra (Intel) | 1 | -1/+28 |
2015-04-15 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -4/+4 |
2015-04-03 | x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32 | Borislav Petkov | 1 | -5/+0 |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 1 | -3/+3 |
2014-11-19 | x86: Cleanly separate use of asm-generic/mm_hooks.h | Dave Hansen | 1 | -3/+13 |
2014-01-30 | x86, asmlinkage, paravirt: Make paravirt thunks global | Andi Kleen | 1 | -1/+1 |
2013-08-09 | x86, ticketlock: Add slowpath logic | Jeremy Fitzhardinge | 1 | -1/+1 |
2013-08-09 | x86, pvticketlock: Use callee-save for lock_spinning | Jeremy Fitzhardinge | 1 | -1/+1 |
2013-08-09 | x86, spinlock: Replace pv spinlocks with pv ticketlocks | Jeremy Fitzhardinge | 1 | -26/+6 |
2013-04-30 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+0 |
2013-04-12 | x86, xen, gdt: Remove the pvops variant of store_gdt. | Konrad Rzeszutek Wilk | 1 | -4/+0 |
2013-04-10 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky | 1 | -1/+4 |
2012-12-18 | x86, paravirt: fix build error when thp is disabled | David Rientjes | 1 | -2/+0 |
2012-07-27 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+3 |
2012-07-05 | Merge branch 'x86/cpu' into perf/core | Ingo Molnar | 1 | -39/+0 |
2012-06-28 | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range | Alex Shi | 1 | -2/+3 |
2012-06-07 | x86, pvops: Remove hooks for {rd,wr}msr_safe_regs | Andre Przywara | 1 | -39/+0 |
2012-06-06 | x86: Add rdpmcl() | Andi Kleen | 1 | -0/+2 |
2012-04-20 | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin | 1 | -4/+2 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-05 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 1 | -0/+1 |
2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 1 | -3/+3 |
2011-07-14 | KVM guest: Add a pv_ops stub for steal time | Glauber Costa | 1 | -0/+9 |
2011-01-26 | thp: fix PARAVIRT x86 32bit noPAE | Andrea Arcangeli | 1 | -3/+2 |
2011-01-14 | thp: add pmd paravirt ops | Andrea Arcangeli | 1 | -0/+25 |
2010-12-28 | x86, paravirt: Use native_halt on a halt, not native_safe_halt | Cliff Wickman | 1 | -1/+1 |
2010-11-11 | tracing: Force arch_local_irq_* notrace for paravirt | Steven Rostedt | 1 | -5/+5 |
2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds | 1 | -8/+8 |
2010-10-07 | Fix IRQ flag handling naming | David Howells | 1 | -8/+8 |
2010-08-24 | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria | 1 | -5/+0 |
2010-02-28 | x86, paravirt: Remove kmap_atomic_pte paravirt op. | Ian Campbell | 1 | -9/+0 |
2009-12-15 | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 1 | -7/+7 |
2009-12-15 | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 1 | -6/+6 |
2009-10-13 | x86/paravirt: Use normal calling sequences for irq enable/disable | Jeremy Fitzhardinge | 1 | -24/+4 |
2009-09-19 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -46/+5 |
2009-09-16 | x86: Move get/set_wallclock to x86_platform_ops | Feng Tang | 1 | -10/+0 |
2009-09-01 | Merge branch 'x86/paravirt' into x86/cpu | Ingo Molnar | 1 | -711/+1 |
2009-09-01 | x86, msr: Rewrite AMD rd/wrmsr variants | Borislav Petkov | 1 | -6/+20 |
2009-09-01 | x86, msr: Add rd/wrmsr interfaces with preset registers | Borislav Petkov | 1 | -0/+16 |
2009-08-31 | x86: Move tsc_calibration to x86_init_ops | Thomas Gleixner | 1 | -1/+0 |