aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2-32/+11
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+3
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+12
2014-03-31x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman1-9/+6
2014-03-31Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+43
2014-03-31Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2014-03-31Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+14
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-475/+2144
2014-03-31Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-96/+230
2014-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+4
2014-03-31Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-03-31Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-46/+36
2014-03-31Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+1
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-102/+576
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-1/+2
2014-03-30x86, vdso: Fix the symbol versions on the 32-bit vDSOAndy Lutomirski1-3/+7
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+6
2014-03-28x86: fix boot on uniprocessor systemsArtem Fetishev1-1/+2
2014-03-28x86, CMCI: Add proper detection of end of CMCI stormsChen, Gong2-2/+35
2014-03-27x86, hyperv: Bypass the timer_irq_works() checkJason Wang1-0/+6
2014-03-27KVM: vmx: fix MPX detectionPaolo Bonzini1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-4/+4
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming1-79/+76
2014-03-25x86, vdso, build: Don't rebuild 32-bit vdsos on every makeAndy Lutomirski1-1/+1
2014-03-25x86, vdso: Actually discard the .discard sectionsH. Peter Anvin1-0/+5
2014-03-25x86: hpet: Use proper destructor for delayed workThomas Gleixner1-1/+1
2014-03-25crypto: x86/sha1 - reduce size of the AVX2 asm implementationMathias Krause1-1/+0
2014-03-25crypto: x86/sha1 - fix stack alignment of AVX2 variantMathias Krause1-5/+2
2014-03-25crypto: x86/sha1 - re-enable the AVX variantMathias Krause1-10/+16
2014-03-25Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel2-14/+4
2014-03-24x86, kaslr: fix module lock ordering problemKees Cook1-2/+5
2014-03-24x86, vdso: Fix size of get_unmapped_area()Stefani Seibold1-1/+3
2014-03-21Merge branch 'acpi-processor'Rafael J. Wysocki1-4/+0
2014-03-21crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan3-7/+757
2014-03-20x86, vdso: Finish removing VDSO32_PRELINKAndy Lutomirski1-2/+0
2014-03-20x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski7-41/+41
2014-03-20x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pentium MChris Bainbridge2-0/+39
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones1-1/+1
2014-03-20x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski7-91/+70
2014-03-20audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris1-1/+1
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris1-5/+3
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro1-0/+1
2014-03-20x86, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+6
2014-03-20x86, oprofile, nmi: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-2/+13
2014-03-20x86, pci, amd-bus: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+4
2014-03-20x86, hpet: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+3
2014-03-20x86, amd, uncore: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+4