summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-02-27kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig
2014-02-26KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti
2014-02-15Merge tag 'trace-fixes-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-02-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-14Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin
2014-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-14x86/efi: Check status field to validate BGRT headerMatt Fleming
2014-02-14x86/efi: Fix 32-bit falloutBorislav Petkov
2014-02-13x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin
2014-02-13x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin
2014-02-11ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)
2014-02-10xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman
2014-02-09x86: Use preempt_disable_notrace() in cycles_2_ns()Steven Rostedt
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2014-02-06arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...Tang Chen
2014-02-06arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...Tang Chen
2014-02-06x86, microcode, AMD: Unify valid container checksBorislav Petkov
2014-02-05Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-02-05x86/efi: Allow mapping BGRT on x86-32Matt Fleming
2014-02-05x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigsIngo Molnar
2014-02-03xen/pvh: set CR4 flags for APsMukesh Rathor
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk
2014-02-01x86: Fix the initialization of physnode_mapPetr Tesarik
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-31xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss
2014-01-30Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-01-30Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-01-30Merge branch 'drop-time' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds
2014-01-30mm: don't lose the SOFT_DIRTY flag on mprotectAndrey Vagin
2014-01-30x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()Prarit Bhargava
2014-01-30x86, build: Build 16-bit code with -m16 where possibleDavid Woodhouse
2014-01-30x86, boot: Fix word-size assumptions in has_eflag() inline asmDavid Woodhouse
2014-01-29x86, asmlinkage, xen: Fix type of NMIAndi Kleen
2014-01-29x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen
2014-01-29x86: Use inline assembler instead of global register variable to get spAndi Kleen
2014-01-29x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen
2014-01-29x86, asmlinkage, paravirt: Don't rely on local assembler labelsAndi Kleen
2014-01-29x86, asmlinkage, lguest: Fix C functions used by inline assemblerAndi Kleen
2014-01-29Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-29x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini
2014-01-29x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini
2014-01-29kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin