summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-2/+3
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-263-28/+1
|\
| * x86/umip: Make the UMIP activated message genericLendacky, Thomas2018-12-051-1/+1
| * x86/umip: Print UMIP line only onceBorislav Petkov2018-12-031-1/+1
| * x86/cpufeatures: Remove get_scattered_cpuid_leaf()Sean Christopherson2018-11-052-27/+0
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-2610-6/+17
|\ \
| * | x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-086-1/+9
| * | x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
| * | Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar2018-12-035-153/+410
| |\ \
| * | | x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov2018-11-143-4/+7
| | |/ | |/|
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-2615-17/+26
|\ \ \
| * | | x86/mce: Restore MCE injector's module nameBorislav Petkov2018-12-191-1/+3
| * | | x86/mce: Unify pr_* prefixBorislav Petkov2018-12-067-4/+11
| * | | x86/mce: Streamline MCE subsystem's namingBorislav Petkov2018-12-0515-14/+14
| | |/ | |/|
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-12-261-162/+308
|\ \ \
| * | | x86/microcode/AMD: Update copyrightBorislav Petkov2018-11-191-1/+1
| * | | x86/microcode/AMD: Check the equivalence table size when scanning itMaciej S. Szmigiero2018-11-191-6/+15
| * | | x86/microcode/AMD: Convert CPU equivalence table variable into a structMaciej S. Szmigiero2018-11-191-14/+18
| * | | x86/microcode/AMD: Check microcode container data in the late loaderMaciej S. Szmigiero2018-11-191-21/+17
| * | | x86/microcode/AMD: Fix container size's typeBorislav Petkov2018-11-191-10/+12
| * | | x86/microcode/AMD: Convert early parser to the new verification routinesBorislav Petkov2018-11-191-22/+24
| * | | x86/microcode/AMD: Change verify_patch()'s return valueBorislav Petkov2018-11-191-39/+52
| * | | x86/microcode/AMD: Move chipset-specific check into verify_patch()Borislav Petkov2018-11-191-6/+6
| * | | x86/microcode/AMD: Move patch family check to verify_patch()Borislav Petkov2018-11-191-5/+10
| * | | x86/microcode/AMD: Simplify patch family detectionBorislav Petkov2018-11-191-24/+3
| * | | x86/microcode/AMD: Concentrate patch verificationBorislav Petkov2018-11-191-25/+54
| * | | x86/microcode/AMD: Cleanup verify_patch_size() moreBorislav Petkov2018-11-191-12/+14
| * | | x86/microcode/AMD: Clean up per-family patch size checksBorislav Petkov2018-11-191-13/+8
| * | | x86/microcode/AMD: Move verify_patch_size() up in the fileBorislav Petkov2018-11-191-41/+41
| * | | x86/microcode/AMD: Add microcode container verificationMaciej S. Szmigiero2018-11-191-0/+101
| * | | x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover lengthMaciej S. Szmigiero2018-11-191-3/+12
* | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-2610-141/+342
|\ \ \ \
| * | | | x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre2018-12-113-3/+3
| * | | | x86/resctrl: Remove unnecessary check for cbm_validate()Babu Moger2018-11-291-1/+1
| * | | | x86/resctrl: Use rdt_last_cmd_puts() where possibleReinette Chatre2018-11-272-6/+6
| * | | | x86/resctrl: Introduce AMD QOS featureBabu Moger2018-11-223-3/+142
| * | | | x86/resctrl: Fixup the user-visible stringsBabu Moger2018-11-223-46/+46
| * | | | x86/resctrl: Add AMD's X86_FEATURE_MBA to the scattered CPUID featuresSherry Hurwitz2018-11-221-1/+6
| * | | | x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2018-11-222-3/+3
| * | | | x86/resctrl: Add vendor check for the MBA software controllerBabu Moger2018-11-221-1/+4
| * | | | x86/resctrl: Bring cbm_validate() into the resource structureBabu Moger2018-11-223-9/+19
| * | | | x86/resctrl: Initialize the vendor-specific resource functionsBabu Moger2018-11-223-9/+37
| * | | | x86/resctrl: Move all the macros to resctrl/internal.hBabu Moger2018-11-224-24/+24
| * | | | x86/resctrl: Re-arrange the RDT init codeBabu Moger2018-11-221-7/+21
| * | | | x86/resctrl: Rename the RDT functions and definitionsBabu Moger2018-11-224-25/+26
| * | | | x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger2018-11-229-17/+18
| |/ / /
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-251-10/+27
|\ \ \ \
| * | | | x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2018-12-181-6/+22
| * | | | x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2018-12-111-1/+2