summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPUSuresh Siddha2014-03-241-3/+12
* KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-03-241-3/+3
* x86/amd/numa: Fix northbridge quirk to assign correct NUMA nodeDaniel J Blueman2014-03-221-1/+1
* x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2014-03-222-2/+2
* x86: Ignore NMIs that come in during early bootH. Peter Anvin2014-03-222-2/+11
* x86/dumpstack: Fix printk_address for direct addressesJiri Slaby2014-03-124-6/+11
* perf/x86: Fix event schedulingPeter Zijlstra2014-03-051-0/+3
* x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-03-051-1/+3
* kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-03-051-1/+1
* ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-221-36/+47
* x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin2014-02-221-5/+9
* x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin2014-02-221-1/+6
* xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-222-4/+14
* x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman2014-02-201-1/+1
* mm: don't lose the SOFT_DIRTY flag on mprotectAndrey Vagin2014-02-131-1/+2
* xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-02-131-0/+74
* x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2014-02-062-0/+11
* bpf: do not use reciprocal divideEric Dumazet2014-02-061-4/+10
* x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2014-02-062-5/+11
* x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2014-02-062-16/+33
* KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-02-064-3/+23
* x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young2014-02-061-1/+1
* kvm: x86: fix apic_base enable checkAndrew Jones2014-02-061-1/+1
* ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt2014-01-252-3/+3
* perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter2014-01-251-8/+45
* x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds2014-01-151-6/+7
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2014-01-091-2/+9
* mm: numa: serialise parallel get_user_page against THP migrationMel Gorman2014-01-091-0/+13
* KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2014-01-091-4/+4
* KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka2014-01-091-2/+1
* x86 idle: Repair large-server 50-watt idle-power regressionLen Brown2014-01-091-1/+2
* x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin2013-12-204-8/+10
* x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ...cpw2013-12-201-2/+3
* x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett2013-12-201-7/+0
* KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov2013-12-201-1/+4
* KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-203-53/+18
* KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2013-12-201-1/+2
* x86-64, build: Always pass in -mno-sseH. Peter Anvin2013-12-111-1/+7
* net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin2013-12-081-0/+2
* ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao2013-11-291-1/+13
* KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini2013-11-291-1/+4
* x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as...Thomas Renninger2013-11-291-1/+1
* x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2013-11-292-5/+5
* sched, idle: Fix the idle polling state logicPeter Zijlstra2013-11-291-3/+3
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-012-5/+5
|\
| * perf/x86: Fix NMI measurementsPeter Zijlstra2013-10-292-5/+5
* | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2013-10-301-1/+2
|\ \
| * | percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen2013-10-301-1/+2
| |/
* | KVM: Fix modprobe failure for kvm_intel/kvm_amdTim Gardner2013-10-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-231-5/+13
|\