summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds47-783/+1250
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds112-839/+911
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-99/+123
2016-05-16Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-89/+328
2016-05-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-603/+1194
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-18/+40
2016-05-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-496/+123
2016-05-16Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+11
2016-05-16locking/rwsem: Fix comment on register clobberingBorislav Petkov1-2/+4
2016-05-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-05-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+11
2016-05-13x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GSMateusz Guzik1-0/+1
2016-05-12perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-12x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin1-2/+2
2016-05-12perf/x86/intel/pt: Generate PMI in the STOP region as wellAlexander Shishkin1-0/+2
2016-05-12Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-2/+9
2016-05-12perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin1-1/+1
2016-05-12perf/x86/msr: Fix SMI overflowPeter Zijlstra1-1/+1
2016-05-12perf/x86/intel/uncore: Fix CHA registers configuration procedure for Knights ...hchrzani1-0/+7
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar20-41/+127
2016-05-12x86/RAS: Add SMCA support to AMD Error InjectorYazen Ghannam1-6/+25
2016-05-12x86/mce: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam1-5/+3
2016-05-12x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam3-4/+14
2016-05-12x86/mce/AMD: Save an indentation level in prepare_threshold_block()Borislav Petkov1-40/+38
2016-05-12x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systemsYazen Ghannam1-9/+29
2016-05-12x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam2-8/+28
2016-05-11x86/extable: ensure entries are swapped completely when sortingMathias Krause1-0/+8
2016-05-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+8
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-18/+31
2016-05-10kvmconfig: add more virtio driversAndrey Utkin1-0/+3
2016-05-10x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf1-1/+5
2016-05-10x86/KASLR: Clarify purpose of each get_random_long()Kees Cook1-4/+5
2016-05-10x86/KASLR: Add virtual address choosing functionBaoquan He1-4/+28
2016-05-10x86/KASLR: Return earliest overlap when avoiding regionsKees Cook1-9/+20
2016-05-10x86/KASLR: Add 'struct slot_area' to manage random_addr slotsBaoquan He1-0/+29
2016-05-10x86/boot: Add missing file header commentsKees Cook3-1/+10
2016-05-10x86/KASLR: Initialize mapping_info every timeKees Cook1-11/+5
2016-05-10x86/boot: Comment what finalize_identity_maps() doesBorislav Petkov1-0/+2
2016-05-10x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner1-1/+1
2016-05-07x86/topology: Handle CPUID bogosity gracefullyThomas Gleixner1-0/+5
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook6-2/+187
2016-05-07x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu3-73/+80
2016-05-07x86/boot: Clean up indenting for asm/boot.hKees Cook1-11/+9
2016-05-07x86/KASLR: Improve comments around the mem_avoid[] logicKees Cook1-48/+78
2016-05-07x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov3-17/+13
2016-05-07Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar18-40/+121
2016-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2016-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2016-05-06Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+21