aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-12-14x86/tls: Disallow unusual TLS segmentsGravatar Andy Lutomirski 1-0/+22
2014-12-14x86/tls: Validate TLS entries to protect espfixGravatar Andy Lutomirski 1-0/+23
2014-12-13Merge tag 'trace-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 25-50/+48
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Gravatar Linus Torvalds 9-1/+37
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsGravatar Riku Voipio 1-0/+1
2014-12-13x86: hook up execveat system callGravatar David Drysdale 7-0/+35
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableGravatar Joonsoo Kim 1-1/+1
2014-12-13x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.cGravatar Rafael J. Wysocki 1-1/+1
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-70/+20
2014-12-12Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsGravatar Ingo Molnar 13-38/+112
2014-12-11ftrace/x86: Update i386 call to prepare_ftrace_return()Gravatar Steven Rostedt (Red Hat) 1-3/+3
2014-12-11Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 4-4/+129
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Gravatar Alexander Duyck 2-10/+14
2014-12-11arch: Cleanup read_barrier_depends() and commentsGravatar Alexander Duyck 2-60/+6
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-116/+19
2014-12-11Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+62
2014-12-11xen: switch to post-init routines in xen mmu.c earlierGravatar Juergen Gross 1-1/+1
2014-12-11KVM: x86: em_ret_far overrides cplGravatar Nadav Amit 1-1/+1
2014-12-11KVM: nVMX: Disable unrestricted mode if ept=0Gravatar Bandan Das 1-2/+2
2014-12-11x86/asm: Unify segment selector definesGravatar Borislav Petkov 1-21/+9
2014-12-11x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c ...Gravatar Borislav Petkov 2-0/+8
2014-12-11x86_64, switch_to(): Load TLS descriptors before switching DS and ESGravatar Andy Lutomirski 1-28/+73
2014-12-11x86/mm: Use min() instead of min_t() in the e820 printout codeGravatar Xishi Qiu 1-2/+2
2014-12-11x86/mm: Fix zone ranges boot printoutGravatar Xishi Qiu 2-3/+3
2014-12-11perf/x86/intel/uncore: Make sure only uncore events are collectedGravatar Jiri Olsa 1-3/+19
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-1/+51
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+86
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 5-99/+459
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-0/+5
2014-12-10mm: fix huge zero page accounting in smaps reportGravatar Kirill A. Shutemov 1-0/+5
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2014-12-10Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 8-24/+87
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-200/+190
2014-12-10Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-46/+112
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 23-340/+468
2014-12-10Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k...Gravatar Linus Torvalds 4-24/+12
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-23/+36
2014-12-10Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Gravatar Linus Torvalds 9-26/+23
2014-12-10net, lib: kill arch_fast_hash library bitsGravatar Daniel Borkmann 3-100/+1
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-30/+103
2014-12-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-41/+51
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 19-36/+1246
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-31/+9
2014-12-10KVM: x86: Emulate should check #UD before #GPGravatar Nadav Amit 1-6/+6
2014-12-10KVM: x86: Do not push eflags.vm on pushfGravatar Nadav Amit 1-1/+1
2014-12-10KVM: x86: Remove prefix flag when GP macro is usedGravatar Nadav Amit 1-2/+2
2014-12-10x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitGravatar Andy Lutomirski 2-2/+8
2014-12-10x86/microcode/intel: Fish out the stashed microcode for the BSPGravatar Borislav Petkov 1-14/+12