aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberGravatar Radu Caragea 2-3/+5
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Gravatar Linus Torvalds 2-2/+2
2013-08-21Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-2/+31
2013-08-20xen/smp: initialize IPI vectors before marking CPU onlineGravatar Chuck Anderson 1-2/+9
2013-08-20x86/xen: do not identity map UNUSABLE regions in the machine E820Gravatar David Vrabel 1-0/+22
2013-08-20x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMGravatar Yinghai Lu 1-2/+2
2013-08-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-46/+34
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 6-4/+98
2013-08-14Merge tag 'amd_ucode_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Ingo Molnar 4-44/+32
2013-08-13x86 get_unmapped_area(): use proper mmap base for bottom-up directionGravatar Radu Caragea 2-2/+2
2013-08-13mm: save soft-dirty bits on file pagesGravatar Cyrill Gorcunov 4-2/+68
2013-08-13mm: save soft-dirty bits on swapped pagesGravatar Cyrill Gorcunov 2-0/+28
2013-08-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+3
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceGravatar Oleg Nesterov 1-4/+0
2013-08-12x86, microcode, AMD: Fix early microcode loadingGravatar Torsten Kaiser 3-29/+27
2013-08-12x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinf...Gravatar Torsten Kaiser 1-15/+5
2013-08-12perf/x86: Add Haswell ULT model number used in Macbook Air and other systemsGravatar Andi Kleen 1-0/+1
2013-08-09x86: Don't clear olpc_ofw_header when sentinel is detectedGravatar Daniel Drake 1-2/+2
2013-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-8/+19
2013-08-05Merging v3.10-rc2 as I need to apply a fix forGravatar Stefano Stabellini 5-8/+24
2013-08-05perf/x86: Fix intel QPI uncore event definitionsGravatar Vince Weaver 1-2/+2
2013-08-02Merge tag 'please-pull-fix-mce-regression' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-2/+2
2013-07-31arch/x86/platform/ce4100/ce4100.c: include reboot.hGravatar Andrew Morton 1-0/+1
2013-07-31x86, amd, microcode: Fix error path in apply_microcode_amd()Gravatar Torsten Kaiser 1-4/+5
2013-07-30Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Gravatar Ingo Molnar 1-1/+1
2013-07-29x86/mce: Fix mce regression from recent cleanupGravatar Tony Luck 1-2/+2
2013-07-26x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.dazGravatar H.J. Lu 1-1/+1
2013-07-26x86, efi: correct call to free_pagesGravatar Roy Franz 1-1/+1
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-796/+0
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Gravatar Herbert Xu 3-796/+0
2013-07-23x86/iommu/vt-d: Expand interrupt remapping quirk to cover x58 chipsetGravatar Neil Horman 1-2/+12
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlGravatar Linus Torvalds 1-1/+0
2013-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+7
2013-07-19um: remove dead codeGravatar Richard Weinberger 1-1/+0
2013-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-34/+25
2013-07-18KVM: MMU: avoid fast page fault fixing mmio page faultGravatar Xiao Guangrong 1-0/+7
2013-07-16x86: Make sure IDT is page alignedGravatar Kees Cook 3-25/+8
2013-07-15x86, suspend: Handle CPUs which fail to #GP on RDMSRGravatar H. Peter Anvin 1-2/+16
2013-07-14x86: delete __cpuinit usage from all x86 filesGravatar Paul Gortmaker 71-356/+345
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+4
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningGravatar Dave Hansen 1-3/+4
2013-07-12x86/platform/ce4100: Add header file for reboot typeGravatar Xiong Zhou 1-0/+1
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 2-4/+66
2013-07-11Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()"Gravatar Matt Fleming 1-7/+0
2013-07-10Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+9
2013-07-10Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 2-4/+0
2013-07-10mm: remove free_area_cacheGravatar Michel Lespinasse 2-4/+0
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+1
2013-07-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+18