| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/cpu' into perf/core | Ingo Molnar | 2012-07-05 | 1 | -39/+0 |
|\ |
|
| * | x86, pvops: Remove hooks for {rd,wr}msr_safe_regs | Andre Przywara | 2012-06-07 | 1 | -39/+0 |
* | | x86: Add rdpmcl() | Andi Kleen | 2012-06-06 | 1 | -0/+2 |
|/ |
|
* | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin | 2012-04-19 | 1 | -4/+2 |
* | 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: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 | 1 | -0/+1 |
* | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 | 1 | -3/+3 |
|/ |
|
* | KVM guest: Add a pv_ops stub for steal time | Glauber Costa | 2011-07-14 | 1 | -0/+9 |
* | thp: fix PARAVIRT x86 32bit noPAE | Andrea Arcangeli | 2011-01-26 | 1 | -3/+2 |
* | thp: add pmd paravirt ops | Andrea Arcangeli | 2011-01-13 | 1 | -0/+25 |
* | x86, paravirt: Use native_halt on a halt, not native_safe_halt | Cliff Wickman | 2010-12-27 | 1 | -1/+1 |
* | tracing: Force arch_local_irq_* notrace for paravirt | Steven Rostedt | 2010-11-10 | 1 | -5/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds | 2010-10-21 | 1 | -8/+8 |
|\ |
|
| * | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 1 | -8/+8 |
* | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria | 2010-08-23 | 1 | -5/+0 |
|/ |
|
* | x86, paravirt: Remove kmap_atomic_pte paravirt op. | Ian Campbell | 2010-02-27 | 1 | -9/+0 |
* | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 1 | -7/+7 |
* | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -6/+6 |
* | x86/paravirt: Use normal calling sequences for irq enable/disable | Jeremy Fitzhardinge | 2009-10-13 | 1 | -24/+4 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-18 | 1 | -46/+5 |
|\ |
|
| * | x86: Move get/set_wallclock to x86_platform_ops | Feng Tang | 2009-09-16 | 1 | -10/+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 | -5/+0 |
| * | x86: Move percpu clockevents setup to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -12/+0 |
| * | x86: Move xen_post_allocator_init into xen_pagetable_setup_done | Thomas Gleixner | 2009-08-31 | 1 | -6/+0 |
| * | x86: Move paravirt pagetable_setup to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -10/+0 |
| * | x86: Move paravirt banner printout to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+5 |
| * | x86: Replace ARCH_SETUP by a proper x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+0 |
* | | Merge branch 'x86/paravirt' into x86/cpu | Ingo Molnar | 2009-09-01 | 1 | -711/+1 |
|\ \
| |/ |
|
| * | x86/paravirt: split paravirt definitions into paravirt_types.h | Jeremy Fitzhardinge | 2009-06-17 | 1 | -710/+1 |
* | | x86, msr: Rewrite AMD rd/wrmsr variants | Borislav Petkov | 2009-08-31 | 1 | -6/+20 |
* | | x86, msr: Add rd/wrmsr interfaces with preset registers | Borislav Petkov | 2009-08-31 | 1 | -0/+16 |
|/ |
|
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -11/+11 |
|\ |
|
| * | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar | 2009-05-08 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 1 | -17/+2 |
| |\ \ |
|
| * | | | x86/paravirt: finish change from lazy cpu to context switch start/end | Jeremy Fitzhardinge | 2009-03-29 | 1 | -7/+10 |
| * | | | x86/paravirt: flush pending mmu updates on context switch | Jeremy Fitzhardinge | 2009-03-29 | 1 | -1/+0 |
| * | | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch | Jeremy Fitzhardinge | 2009-03-29 | 1 | -5/+3 |
* | | | | x86: Fix performance regression caused by paravirt_ops on native kernels | Jeremy Fitzhardinge | 2009-05-15 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | x86: fix set_fixmap to use phys_addr_t | Masami Hiramatsu | 2009-04-09 | 1 | -2/+2 |
| |/
|/| |
|
* | | x86: with the last user gone, remove set_pte_present | Jeremy Fitzhardinge | 2009-03-19 | 1 | -15/+0 |
| | | |
| \ | |
*-. \ | Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ... | Ingo Molnar | 2009-03-18 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86, paravirt: prevent gcc from generating the wrong addressing mode | Jeremy Fitzhardinge | 2009-03-16 | 1 | -2/+2 |
| |/ |
|
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-17 | 1 | -15/+2 |
| |\ |
|
* | \ | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2009-02-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | x86: move pte types into pgtable*.h | Jeremy Fitzhardinge | 2009-02-11 | 1 | -1/+1 |
| * | | | x86: move defs around to allow paravirt.h to just include page_types.h | Jeremy Fitzhardinge | 2009-02-11 | 1 | -1/+1 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 2009-02-13 | 1 | -15/+2 |
|\ \ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption | Jeremy Fitzhardinge | 2009-02-12 | 1 | -15/+2 |
| |/ / / |
|
* | | | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 | 1 | -0/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|