aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-17/+44
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 3-1/+87
2013-07-09arm: add support for LZ4-compressed kernelGravatar Kyungsik Lee 3-1/+10
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelGravatar Robin Holt 3-121/+4
2013-07-09reboot: x86: prepare reboot_mode for moving to generic kernel codeGravatar Robin Holt 1-5/+7
2013-07-09ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis...Gravatar Oleg Nesterov 1-0/+3
2013-07-09ptrace/x86: cleanup ptrace_set_debugreg()Gravatar Oleg Nesterov 1-18/+8
2013-07-09ptrace/x86: ptrace_write_dr7() should create bp if !disabledGravatar Oleg Nesterov 1-7/+10
2013-07-09ptrace/x86: introduce ptrace_register_breakpoint()Gravatar Oleg Nesterov 1-36/+50
2013-07-09ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()Gravatar Oleg Nesterov 1-33/+20
2013-07-09ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Gravatar Oleg Nesterov 1-25/+15
2013-07-09ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Gravatar Oleg Nesterov 1-23/+5
2013-07-09mm/pgtable: don't accumulate addr during pgd prepopulate pmdGravatar Wanpeng Li 1-3/+1
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-48/+75
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-3/+1
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 14-2386/+1016
2013-07-05perf/x86/amd: Do not print an error when the device is not presentGravatar Peter Zijlstra 1-3/+1
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofGravatar Thomas Gleixner 34-271/+258
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+4
2013-07-04Merge branch 'kconfig-diet' from Dave HansenGravatar Linus Torvalds 2-10/+1
2013-07-04consolidate per-arch stack overflow debugging optionsGravatar Dave Hansen 2-10/+1