summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-24/+12
|\
| * x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when availableSuravee Suthikulpanit2018-05-061-1/+10
| * x86/CPU/AMD: Calculate last level cache ID from number of sharing threadsSuravee Suthikulpanit2018-05-061-16/+3
| * x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-05-061-9/+1
* | x86/cpufeatures: Add FEATURE_ZENThomas Gleixner2018-05-171-0/+1
* | x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-171-6/+1
* | x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-091-7/+7
* | x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-031-1/+1
* | x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2018-05-031-0/+26
|/
* x86/jailhouse: Allow to use PCI_MMCONFIG without ACPIJan Kiszka2018-03-081-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-151-14/+14
|\
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-14/+14
* | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-2/+26
|\|
| * x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky2018-01-091-2/+16
| * x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky2018-01-091-0/+10
| * x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-171-2/+5
* | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-20/+46
|\ \
| * | x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU featureTom Lendacky2017-12-041-20/+46
| |/
* / x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-061-2/+5
|/
* x86/cpu/AMD: Fix erratum 1076 (CPB bit)Borislav Petkov2017-09-151-0/+11
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-4/+25
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-0/+1
| |\
| * | x86/cpu/AMD: Make the microcode level available earlier in the bootTom Lendacky2017-07-181-4/+4
| * | x86/cpu/AMD: Handle SME reduction in physical address sizeTom Lendacky2017-07-181-11/+13
| * | x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky2017-07-181-0/+19
* | | x86/cpu/amd: Hide unused legacy_fixup_core_id() functionArnd Bergmann2017-08-111-1/+1
* | | x86/cpu/amd: Limit cpu_core_id fixup to families older than F17hSuravee Suthikulpanit2017-08-101-7/+17
| |/ |/|
* | x86/cpu: Use indirect call to measure performance in init_amd_k6()Mikulas Patocka2017-07-161-0/+1
|/
* Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-2/+3
|\
| * x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross2017-05-111-2/+3
* | x86: use set_memory.h headerLaura Abbott2017-05-091-1/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-071-4/+0
|\
| * sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra2017-03-021-4/+0
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-2/+4
|\
| * Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-011-8/+1
| |\
| * | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-201-2/+4
* | | x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam2017-02-051-0/+7
* | | x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-051-1/+8
| |/ |/|
* | x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov2017-01-061-8/+1
|/
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-7/+13
|\
| * x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2016-12-091-7/+13
* | x86/cpu/AMD: Clean up cpu_llc_id assignment per topology featureYazen Ghannam2016-11-091-12/+19
* | x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam2016-11-091-5/+1
|/
* x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai2016-09-021-0/+12
* x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov2016-06-081-2/+2
* x86/cpu: Simplify extended APIC ID detection on AMDBorislav Petkov2016-04-131-7/+10
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-2/+2
* Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-131-8/+4
|\
| * x86/cpu: Get rid of compute_unit_idBorislav Petkov2016-03-291-7/+3