Age | Commit message (Expand) | Author |
2016-10-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-09-30 | x86/asm: Get rid of __read_cr4_safe() | Andy Lutomirski |
2016-09-30 | x86, locking/spinlocks: Remove ticket (spin)lock implementation | Peter Zijlstra |
2016-05-16 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-04-22 | x86/paravirt: Remove paravirt_enabled() | Luis R. Rodriguez |
2016-04-22 | x86/rtc: Replace paravirt rtc check with platform legacy quirk | Luis R. Rodriguez |
2016-04-13 | x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y | Andy Lutomirski |
2016-04-13 | x86/paravirt: Add paravirt_{read,write}_msr() | Andy Lutomirski |
2016-04-13 | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks | Andy Lutomirski |
2016-02-24 | x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNK | Josh Poimboeuf |
2016-01-11 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-01-11 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-12-19 | x86/paravirt: Prevent rtc_cmos platform device init on PV guests | David Vrabel |
2015-11-25 | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross |
2015-11-23 | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op | Boris Ostrovsky |
2015-11-23 | x86/paravirt: Remove the unused irq_enable_sysexit pv op | Boris Ostrovsky |
2015-11-19 | x86/paravirt: Remove unused pv_apic_ops structure | Juergen Gross |
2015-08-23 | x86/asm/msr: Make wrmsrl() a function | Andy Lutomirski |
2015-07-06 | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks | Andy Lutomirski |
2015-05-11 | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar |
2015-05-08 | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching | Peter Zijlstra (Intel) |
2015-04-14 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov |
2015-04-03 | x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32 | Borislav Petkov |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski |
2014-11-19 | x86: Cleanly separate use of asm-generic/mm_hooks.h | Dave Hansen |
2014-01-29 | x86, asmlinkage, paravirt: Make paravirt thunks global | Andi Kleen |
2013-08-09 | x86, ticketlock: Add slowpath logic | Jeremy Fitzhardinge |
2013-08-09 | x86, pvticketlock: Use callee-save for lock_spinning | Jeremy Fitzhardinge |
2013-08-09 | x86, spinlock: Replace pv spinlocks with pv ticketlocks | Jeremy Fitzhardinge |
2013-04-30 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-04-11 | x86, xen, gdt: Remove the pvops variant of store_gdt. | Konrad Rzeszutek Wilk |
2013-04-10 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky |
2012-12-18 | x86, paravirt: fix build error when thp is disabled | David Rientjes |
2012-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-07-05 | Merge branch 'x86/cpu' into perf/core | Ingo Molnar |
2012-06-27 | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range | Alex Shi |
2012-06-07 | x86, pvops: Remove hooks for {rd,wr}msr_safe_regs | Andre Przywara |
2012-06-06 | x86: Add rdpmcl() | Andi Kleen |
2012-04-19 | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds |
2012-03-04 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker |
2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar |
2011-07-14 | KVM guest: Add a pv_ops stub for steal time | Glauber Costa |
2011-01-26 | thp: fix PARAVIRT x86 32bit noPAE | Andrea Arcangeli |
2011-01-13 | thp: add pmd paravirt ops | Andrea Arcangeli |
2010-12-27 | x86, paravirt: Use native_halt on a halt, not native_safe_halt | Cliff Wickman |
2010-11-10 | tracing: Force arch_local_irq_* notrace for paravirt | Steven Rostedt |
2010-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds |
2010-10-07 | Fix IRQ flag handling naming | David Howells |
2010-08-23 | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria |