summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani
2015-05-27x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani
2015-05-27x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani
2015-05-27x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani
2015-05-27x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAPToshi Kani
2015-05-27Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar
2015-05-27x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi
2015-05-25x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov
2015-05-24x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski
2015-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli
2015-05-20x86/fpu: Disable XSAVES* support for nowIngo Molnar
2015-05-19x86/irq: Show statistics information for posted-interruptsFeng Wu
2015-05-19x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu
2015-05-19x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqsFeng Wu
2015-05-19x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra
2015-05-18x86/smp/boot: Fix legacy SMP bootup slow-boot bugIngo Molnar
2015-05-18x86/mce: Fix MCE severity messagesBorislav Petkov
2015-05-17Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar
2015-05-17x86/asm/entry/64: Use shorter MOVs from segment registersDenys Vlasenko
2015-05-17x86/asm/head*.S: Change global labels to localBorislav Petkov
2015-05-17Merge branch 'linus' into x86/asm, to resolve conflictsIngo Molnar
2015-05-17x86: Pack loops tightly as wellIngo Molnar
2015-05-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-15x86: Consolidate irq entering inlinesThomas Gleixner
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner
2015-05-15x86: Align jump targets to 1-byte boundariesIngo Molnar
2015-05-14x86/asm/uaccess: Get rid of copy_user_nocache_64.SBorislav Petkov
2015-05-14x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov
2015-05-14x86/asm/uaccess: Remove FIX_ALIGNMENT define from copy_user_nocache_64.S:Borislav Petkov
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner
2015-05-13x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu
2015-05-13x86/hpet: Pass proper pointer to irq_alloc_infoSergey Senozhatsky
2015-05-13Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization simi...Ingo Molnar
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-12x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long
2015-05-12x86/smp/boot: Remove 10ms delay from cpu_up() on modern processorsLen Brown
2015-05-12x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delayLen Brown
2015-05-11KVM: MMU: fix SMAP virtualizationXiao Guangrong
2015-05-11KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini
2015-05-11KVM: MMU: fix smap permission checkXiao Guangrong
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar
2015-05-11x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui