summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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-26ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt1-1/+2
2017-01-19x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba1-1/+1
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: 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-12KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong1-2/+7
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
2016-12-15perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2-2/+2
2016-12-08x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski1-1/+1
2016-12-02KVM: x86: check for pic and ioapic presence before useRadim Krčmář1-0/+13
2016-12-02KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář1-25/+11
2016-11-26x86/kexec: add -fno-PIESebastian Andrzej Siewior1-0/+1
2016-11-26KVM: Disable irq while unregistering user notifierIgnacio Alvarado1-2/+11
2016-11-26KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini1-0/+3
2016-11-26x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam1-5/+1
2016-11-10kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann1-1/+1
2016-11-10x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross1-1/+1
2016-11-10KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv1-1/+3
2016-11-10Fix potential infoleak in older kernelsLinus Torvalds1-5/+5
2016-11-01Revert "fix minor infoleak in get_user_ex()"Greg Kroah-Hartman1-5/+1
2016-11-01Revert "x86/mm: Expand the exception table logic to allow new handling options"Greg Kroah-Hartman6-109/+57
2016-10-31x86/mm: Expand the exception table logic to allow new handling optionsTony Luck6-57/+109
2016-10-31drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä1-6/+5
2016-10-28kvm: x86: memset whole irq_eoiJiri Slaby1-1/+1
2016-10-28x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams1-1/+1
2016-10-20x86/build: Build compressed x86 kernels as PIEH.J. Lu3-1/+49
2016-10-16x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf1-2/+2
2016-10-16x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg1-3/+20
2016-10-16x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulationDan Williams1-9/+5
2016-10-07KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář1-0/+13
2016-10-07x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-10-07x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski1-1/+1
2016-09-24fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-09-24kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann1-0/+2
2016-09-24x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai1-0/+12
2016-09-24x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-09-24Revert "KVM: x86: fix missed hardware breakpoints"Paolo Bonzini1-1/+0
2016-09-15x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li1-0/+3
2016-09-15x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov1-0/+12
2016-09-15perf/x86/cqm: Fix CQM memory leak and notifier leakVikas Shivappa1-11/+32
2016-09-15perf/x86/cqm: Fix CQM handling of grouping events into a cache_groupVikas Shivappa1-3/+10
2016-09-07uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko1-11/+11
2016-09-07x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior1-0/+7
2016-08-20x86/platform/intel_mid_pci: Rework IRQ0 workaroundAndy Shevchenko1-2/+10