summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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
| * x86/topology: Fix AMD core countPeter Zijlstra2016-03-291-4/+4
* | Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar2016-04-131-1/+1
|\ \
| * | x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-311-1/+1
| |/
* | x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov2016-04-131-0/+1
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-241-2/+16
|\
| * x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flagHuang Rui2016-03-211-0/+4
| * perf/x86/amd: Move nodes_per_socket into bsp_init_amd()Huang Rui2016-03-211-2/+12
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-1/+1
|\ \ | |/
| * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-1/+4
|\ \ | |/ |/|
| * x86/amd: Set ELF function type for vide()Josh Poimboeuf2016-02-241-1/+4
* | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-13/+10
|/
* x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter2016-01-141-2/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-2/+2
|\
| * x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-241-2/+2
* | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-2/+2
|/
* x86/AMD: Fix last level cache topology for AMD Fam17h systemsAravind Gopalakrishnan2015-11-071-0/+13
* x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-221-0/+4
* x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
OpenPOWER on IntegriCloud