summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-08-16x86/power/64: Fix hibernation return address corruptionJosh Poimboeuf1-3/+1
2016-08-16x86/microcode: Fix suspend to RAM with builtin microcodeBorislav Petkov3-10/+2
2016-08-16x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells1-1/+1
2016-08-16x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani1-19/+0
2016-08-16x86/xen, pat: Remove PAT table init code from XenToshi Kani3-11/+1
2016-08-16x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani3-10/+18
2016-08-16x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2-2/+14
2016-08-16x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()Toshi Kani1-2/+2
2016-08-16x86/mm/pat: Add pat_disable() interfaceToshi Kani2-1/+13
2016-08-16x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani3-22/+55
2016-08-10pvclock: Add CPU barriers to get correct version valueMinfei Huang2-0/+6
2016-08-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-0/+64
2016-08-10x86/quirks: Reintroduce scanning of secondary busesLukas Wunner1-13/+21
2016-08-10x86/quirks: Apply nvidia_bugs quirk only on root busLukas Wunner1-0/+7
2016-07-27KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas1-12/+11
2016-07-27kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang1-5/+10
2016-07-27perf/x86: Fix 32-bit perf user callgraph collectionJosh Poimboeuf1-5/+6
2016-07-27x86/amd_nb: Fix boot crash on non-AMD systemsBorislav Petkov1-2/+2
2016-07-27perf/x86/intel/rapl: Fix pmus free during cleanupVincent Stehlé1-1/+1
2016-07-27kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu1-0/+12
2016-07-27x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin1-0/+3
2016-07-27x86/msr: Use the proper trace point conditional for writesDr. David Alan Gilbert1-2/+2
2016-06-24x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski1-10/+10
2016-06-24KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini1-0/+5
2016-06-08xen: use same main loop for counting and remapping pagesJuergen Gross1-39/+26
2016-06-01x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen3-9/+13
2016-06-01xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-06-01KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers1-1/+1
2016-06-01KVM: MTRR: remove MSR 0x2f8Andy Honig1-2/+0
2016-06-01crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABIJosh Poimboeuf1-2/+11
2016-06-01perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probeJiri Olsa1-1/+1
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-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: 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-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-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/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-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
2016-05-06x86/tsc: Read all ratio bits from MSR_PLATFORM_INFOChen Yu1-1/+1
2016-05-06mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli1-2/+2
2016-05-05x86/sysfb_efi: Fix valid BAR address range checkWang YanQing1-2/+12