summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-05-05x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman1-9/+6
2014-05-05x86/quirks: Add workaround for AMD F16h Erratum792Aravind Gopalakrishnan1-0/+37
2014-04-18crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2-32/+11
2014-04-03x86: fix boot on uniprocessor systemsArtem Fetishev1-1/+2
2014-04-03Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel2-14/+4
2014-04-03arch/x86/mm/srat: Skip NUMA_NO_NODE while parsing SLITToshi Kani1-3/+13
2014-04-03crypto: sha256_ssse3 - also test for BMI2Oliver Neukum1-1/+1
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2014-03-31KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2-0/+17
2014-03-31KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti1-0/+3
2014-03-31x86: bpf_jit: support negative offsetsAlexei Starovoitov1-1/+1
2014-03-24x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPUSuresh Siddha1-3/+12
2014-03-24KVM: SVM: fix cr8 intercept windowRadim Krčmář1-3/+3
2014-03-23x86/amd/numa: Fix northbridge quirk to assign correct NUMA nodeDaniel J Blueman1-1/+1
2014-03-23x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2-2/+2
2014-03-23x86: Ignore NMIs that come in during early bootH. Peter Anvin2-2/+11
2014-03-12x86/dumpstack: Fix printk_address for direct addressesJiri Slaby4-6/+11
2014-03-05perf/x86: Fix event schedulingPeter Zijlstra1-0/+3
2014-03-05x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski1-1/+3
2014-03-05kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-23ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)1-36/+47
2014-02-23x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin1-5/+9
2014-02-23x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin1-1/+6
2014-02-23xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2-4/+14
2014-02-20x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman1-1/+1
2014-02-14mm: don't lose the SOFT_DIRTY flag on mprotectAndrey Vagin1-1/+2
2014-02-14xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+74
2014-02-06x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2014-02-06bpf: do not use reciprocal divideEric Dumazet1-4/+10
2014-02-06x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2-5/+11
2014-02-06x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2-16/+33
2014-02-06KVM: x86: limit PIT timer frequencyMarcelo Tosatti4-3/+23
2014-02-06x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young1-1/+1
2014-02-06kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-25ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt2-3/+3
2014-01-25perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter1-8/+45
2014-01-16x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-01-10mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-2/+9
2014-01-10mm: numa: serialise parallel get_user_page against THP migrationMel Gorman1-0/+13
2014-01-10KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2014-01-10KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1
2014-01-10x86 idle: Repair large-server 50-watt idle-power regressionLen Brown1-1/+2
2013-12-20x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin4-8/+10
2013-12-20x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ...cpw1-2/+3
2013-12-20x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett1-7/+0
2013-12-20KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-20KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-53/+18
2013-12-20KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-12-12x86-64, build: Always pass in -mno-sseH. Peter Anvin1-1/+7
2013-12-08net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin1-0/+2