aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2013-09-14crypto: xor - Check for osxsave as well as avx in crypto/xorJohn Haxby
2013-08-29x86: Don't clear olpc_ofw_header when sentinel is detectedDaniel Drake
2013-06-20x86: Fix trigger_all_cpu_backtrace() implementationMichel Lespinasse
2013-06-19x86: Fix section mismatch on load_ucode_apPaul Gortmaker
2013-06-13Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2013-06-10Modify UEFI anti-bricking codeMatthew Garrett
2013-05-30x86, crc32-pclmul: Fix build with older binutilsJan Beulich
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro
2013-05-07Merge branch 'rwsem-optimizations'Linus Torvalds
2013-05-07x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka
2013-05-02x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-05-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-02x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-30Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-04-30Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-04-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer
2013-04-28KVM: x86: Increase the "hard" max VCPU limitChegu Vinod
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf
2013-04-26perf/x86/intel/P4: Robistify P4 PMU typesIngo Molnar
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna
2013-04-25crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna
2013-04-25crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna
2013-04-25crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna
2013-04-25x86 cmpxchg.h: fix wrong commentLi Zhong