summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2015-08-31Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-148/+666
2015-08-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-103/+1031
2015-08-31Merge branch 'mm-kasan-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-118/+8
2015-08-31Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+8
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-35/+2417
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-49/+19
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+2
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+54
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-559/+805
2015-08-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-20/+23
2015-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+7
2015-08-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-11/+14
2015-08-22x86/apic: Fix fallout from x2apic cleanupThomas Gleixner1-7/+7
2015-08-22x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin1-118/+5
2015-08-22x86/kasan: Define KASAN_SHADOW_OFFSET per architectureAndrey Ryabinin1-0/+3
2015-08-22x86/fpu/math-emu: Fix crash in fork()Ingo Molnar1-1/+1
2015-08-22x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar1-1/+6
2015-08-21perf/x86/msr: Fix the MSR driver buildIngo Molnar1-1/+1
2015-08-20x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang1-0/+2
2015-08-20Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-08-20x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APICDavid Vrabel1-2/+2
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar25-214/+318
2015-08-19Merge branch 'x86/asm/urgent' to pick up an entry code fixIngo Molnar1-8/+4
2015-08-18x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu1-1/+1
2015-08-18Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski1-8/+4
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+1
2015-08-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-9/+22
2015-08-16x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2-30/+30
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+19
2015-08-13x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds1-1/+2
2015-08-13Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+4
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds3-36/+17
2015-08-13x86/ras: Move AMD MCE injector to arch/x86/ras/Borislav Petkov4-0/+390
2015-08-13x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2-0/+10
2015-08-13x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov1-4/+4
2015-08-13x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi1-18/+23
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj5-1/+56
2015-08-13x86/mce: Remove unused function declarationsAshok Raj1-4/+0
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2-43/+3
2015-08-13x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong3-4/+2
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2-76/+61
2015-08-13x86/mce: Don't use percpu workqueuesChen, Gong1-7/+7
2015-08-13x86/mce: Provide a lockless memory pool to save error recordsChen, Gong5-2/+120
2015-08-13x86/mce: Reuse one of the u16 padding fields in 'struct mce'Borislav Petkov1-1/+2
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-4/+4