summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-063-6/+8
|\
| * Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-046-15/+80
| |\
| * | x86: Fix vrtc_get_time/set_mmss to use new timespec interfaceJohn Stultz2013-05-291-2/+2
| * | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-282-4/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-052-61/+0
|\ \ \
| * | | Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-211-18/+0
| * | | Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-211-43/+0
| |/ /
* | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-033-5/+35
|\ \ \
| * | | x86: kill TIF_DEBUGOleg Nesterov2013-07-031-3/+1
| * | | mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-032-2/+34
* | | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2013-06-281-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.Konrad Rzeszutek Wilk2013-06-191-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-2/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | KVM: MMU: document fast invalidate all pagesXiao Guangrong2013-06-271-0/+3
| * | | | KVM: MMU: document write_flooding_countXiao Guangrong2013-06-271-0/+1
| * | | | KVM: MMU: document clear_spte_countXiao Guangrong2013-06-271-0/+4
| * | | | KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-271-1/+0
| * | | | KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-1/+1
| * | | | KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-051-0/+2
| * | | | KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-051-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-027-8/+271
|\ \ \ \
| * | | | trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)2013-06-221-6/+4
| * | | | x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-206-5/+202
| * | | | x86: Rename variables for debuggingSeiji Aguchi2013-06-201-3/+44
| * | | | x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-201-0/+27
| | |_|/ | |/| |
* | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-06-263-5/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'ras_fixlet_for_3.11' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-06-191-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86, mce: Fix "braodcast" typoMathias Krause2013-06-051-1/+1
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-021-1/+1
|\ \ \ \ \
| * | | | | ix86: Don't waste fixmap entriesJan Beulich2013-05-311-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-022-0/+80
|\ \ \ \ \
| * | | | | x86, microcode, amd: Fix warnings and errors on with CONFIG_MICROCODE=mJacob Shin2013-05-311-1/+1
| * | | | | x86, microcode, amd: Early microcode patch loading support for AMDJacob Shin2013-05-301-0/+14
| * | | | | x86, microcode, amd: Refactor functions to prepare for early loadingJacob Shin2013-05-301-0/+64
| * | | | | x86, microcode: Vendor abstract out save_microcode_in_initrd()Jacob Shin2013-05-301-0/+2
| |/ / / /
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-023-8/+117
|\ \ \ \ \
| * | | | | x86, fpu: Use static_cpu_has_safe before alternativesBorislav Petkov2013-06-201-1/+1
| * | | | | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-201-1/+85
| * | | | | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-201-2/+28
| * | | | | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-201-1/+1
| * | | | | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-062-3/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-14/+14
|\ \ \ \ \
| * | | | | efi: Convert runtime services function ptrsBorislav Petkov2013-06-111-14/+14
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\ \ \ \ \
| * | | | | x86: Extend #DF debugging aid to 64-bitBorislav Petkov2013-05-131-1/+1
| |/ / / /
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-021-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.10-rc6' into x86/cleanupsH. Peter Anvin2013-06-203-10/+72
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | x86, cleanups: Remove extra tab in __flush_tlb_one()Michael Wang2013-06-041-1/+1
| | |/ / / | |/| | |