summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-02-15x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam1-0/+7
2017-02-15x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov4-4/+19
2017-02-15x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin1-0/+2
2017-02-15Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds1-2/+0
2017-02-09x86/irq: Make irq activate operations symmetricThomas Gleixner2-0/+3
2017-02-09KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář1-0/+1
2017-02-09perf/x86/intel/uncore: Clean up hotplug conversion falloutThomas Gleixner1-40/+4
2017-02-09x86/efi: Always map the first physical page into the EFI pagetablesJiri Kosina1-0/+16
2017-02-01platform/x86: mlx-platform: free first dev on errorDan Carpenter1-1/+1
2017-01-26swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2-2/+2
2017-01-26x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko1-0/+2
2017-01-26x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6FBjorn Helgaas1-0/+10
2017-01-19x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba1-1/+1
2017-01-19x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov1-8/+1
2017-01-19x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner3-9/+16
2017-01-19x86/cpu/AMD: Clean up cpu_llc_id assignment per topology featureYazen Ghannam1-12/+19
2017-01-19x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange1-2/+2
2017-01-19efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones1-0/+66
2017-01-19KVM: x86: Introduce segmented_write_stdSteve Rutherford1-4/+18
2017-01-19KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář1-1/+128
2017-01-19KVM: x86: add asm_safe wrapperRadim Krčmář1-11/+23
2017-01-19KVM: x86: add Align16 instruction flagRadim Krčmář1-8/+12
2017-01-19KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li1-0/+2
2017-01-19KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack3-0/+8
2017-01-19KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini1-10/+38
2017-01-15bpf: change back to orig prog on too many passesDaniel Borkmann1-0/+2
2017-01-12x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski1-3/+4
2017-01-12x86/prctl/uapi: Remove #ifdef for CHECKPOINT_RESTOREDmitry Safonov1-5/+3
2017-01-12KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong1-2/+7
2017-01-09x86/smpboot: Make logical package management more robustThomas Gleixner4-69/+27
2017-01-09ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)1-2/+2
2017-01-09kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson1-6/+5
2017-01-09perf/x86/intel/cstate: Prevent hotplug callback leakThomas Gleixner1-7/+7
2017-01-09perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2-3/+7
2017-01-06x86/kbuild: enable modversions for symbols exported from asmAdam Borowski1-0/+16
2016-12-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-9/+12
2016-12-06perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2-2/+2
2016-12-06perf/x86/intel: Enable C-state residency events for Knights MillPiotr Luc1-0/+1
2016-11-28x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf1-3/+6
2016-11-28x86/build: Annotate die() with noreturn to fix build warning on clangPeter Foley1-1/+1
2016-11-28x86/platform/olpc: Fix resume handler build warningBorislav Petkov1-0/+2
2016-11-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-29/+28
2016-11-24KVM: x86: check for pic and ioapic presence before useRadim Krčmář1-0/+13
2016-11-24KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář2-3/+3
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář1-25/+11
2016-11-24KVM: x86: fix out-of-bounds access in lapicRadim Krčmář1-1/+1
2016-11-24x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2016-11-24x86/coredump: Always use user_regs_struct for compat_elf_gregset_tDmitry Safonov1-3/+1
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-38/+37
2016-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-33/+95