aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-10-26x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich1-3/+3
2013-10-14treewide: fix "distingush" typoMichael Opdenacker1-1/+1
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-08-12x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinfo_x86Torsten Kaiser1-15/+5
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-2/+2
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-17/+16
2013-07-03mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-1/+1
2013-04-16x86, CPU, AMD: Drop useless labelBorislav Petkov1-6/+3
2013-04-16x86, AMD: Correct {rd,wr}msr_amd_safe warningsBorislav Petkov1-4/+4
2013-04-02x86, cpu: Convert AMD Erratum 400Borislav Petkov1-7/+16
2013-04-02x86, cpu: Convert AMD Erratum 383Borislav Petkov1-2/+6
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+3
2013-02-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+30
2013-02-19x86, cpu, amd: Fix WC+ workaround for older virtual hostsBorislav Petkov1-5/+7
2013-01-31x86, AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky1-5/+16
2013-01-31x86, AMD: Clean up init_amd()Boris Ostrovsky1-17/+12
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-10/+16
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-2/+1
2013-01-10x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman1-2/+2
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2012-12-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+2
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin1-3/+0
2012-11-17x86, mm: kill numa_64.hYinghai Lu1-1/+0
2012-11-17x86, mm: Fixup code testing if a pfn is direct mappedJacob Shin1-5/+3
2012-11-13x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann1-6/+1
2012-11-13x86: Add cpu_has_topoextAndreas Herrmann1-1/+1
2012-10-31x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara1-0/+14
2012-08-06x86, cpu: Preset default tlb_flushall_shift on AMDBorislav Petkov1-0/+13
2012-08-06x86, cpu: Add AMD TLB size detectionBorislav Petkov1-0/+54
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin1-2/+2
2012-06-07x86, cpu, amd: Deprecate AMD-specific MSR variantsBorislav Petkov1-0/+33
2012-06-07x86, cpu, amd: Fix crash as Xen Dom0 on AMD Trinity systemsAndre Przywara1-2/+2
2012-04-27x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann1-0/+18
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann1-3/+4
2012-04-16x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann1-2/+2
2012-02-07x86/sched/perf/AMD: Set sched_clock_stableBorislav Petkov1-0/+3
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-2/+0
2011-12-05x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman1-0/+7
2011-12-04x86: Fix boot failures on older AMD CPU'sLinus Torvalds1-4/+4
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-28Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2011-10-19x86, microcode, AMD: Add microcode revision to /proc/cpuinfoBorislav Petkov1-0/+4
2011-08-10x86, amd: Include elf.h explicitly, prepare the code for the module.h splitStephen Rothwell1-0/+1
2011-08-05x86, amd: Move BSP code to cpu_dev helperBorislav Petkov1-30/+29
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-0/+13
2011-05-26x86, amd: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky1-2/+5
2011-05-20x86, amd: Use _safe() msr access for GartTlbWlk disable codeRoedel, Joerg1-3/+6
2011-05-17x86, AMD: Fix ARAT feature setting againBorislav Petkov1-1/+1