aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-04-19x86/mce: Check MCi_STATUS[MISCV] for usable addr on Intel onlyBorislav Petkov1-1/+6
2017-04-18x86/mce: Make the MCE notifier a blocking oneVishal Verma3-16/+5
2017-04-18x86/mce: Update notifier priority checkBorislav Petkov1-1/+1
2017-04-14x86/intel_rdt/mba: Add schemata file support for MBAVikas Shivappa2-0/+45
2017-04-14x86/intel_rdt: Make schemata file parsers resource specificVikas Shivappa2-14/+25
2017-04-14x86/intel_rdt/mba: Add info directory files for Memory Bandwidth AllocationVikas Shivappa2-2/+61
2017-04-14x86/intel_rdt: Make information files resource specificVikas Shivappa2-4/+15
2017-04-14x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)Vikas Shivappa1-2/+87
2017-04-14x86/intel_rdt/mba: Memory bandwith allocation feature detectVikas Shivappa2-0/+5
2017-04-14x86/intel_rdt: Add resource specific msr update functionThomas Gleixner1-24/+51
2017-04-14x86/intel_rdt: Move CBM specific data into a structThomas Gleixner3-45/+54
2017-04-14x86/intel_rdt: Cleanup namespace to support multiple resource typesVikas Shivappa3-32/+32
2017-04-14x86/intel_rdt: Organize code properlyThomas Gleixner1-47/+45
2017-04-14x86/intel_rdt: Init padding only if a device existsThomas Gleixner1-2/+2
2017-04-14x86/mce: Enable PPIN for Knights Landing/MillPiotr Luc1-0/+3
2017-04-11Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar3-3/+8
2017-04-11x86/intel_rdt: Fix locking in rdtgroup_schemata_write()Jiri Olsa1-1/+1
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar3-5/+5
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar3-5/+5
2017-04-10x86/intel_rdt: Add cpus_list rdtgroup fileJiri Olsa1-4/+25
2017-04-08Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan1-0/+3
2017-04-05x86/intel_rdt: Update schemata read to show data in tabular formatVikas Shivappa2-2/+33
2017-04-05x86/intel_rdt: Implement "update" mode when writing schemata fileTony Luck2-45/+33
2017-04-03Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2-2/+2
2017-03-31x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-3/+2
2017-03-28x86/mce: Do not register notifiers with invalid prioBorislav Petkov1-2/+3
2017-03-28x86/mce: Factor out and deprecate the /dev/mcelog driverTony Luck4-363/+416
2017-03-28RAS: Add a Corrected Errors CollectorBorislav Petkov1-76/+115
2017-03-28x86/mce: Rename mce_log to mce_log_bufferBorislav Petkov1-15/+15
2017-03-28x86/mce: Rename mce_log()'s argumentBorislav Petkov1-4/+4
2017-03-28Merge branch 'ras/urgent' into ras/core, to pick up fixIngo Molnar2-2/+7
2017-03-28x86/mce: Don't print MCEs when mcelog is activeAndi Kleen1-1/+6
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar1-8/+32
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-11/+17
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski1-2/+2
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey1-8/+10
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey1-1/+23
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey1-4/+4
2017-03-18x86/mce: Init some CPU features earlyYazen Ghannam1-12/+18
2017-03-18x86/microcode/AMD: Remove redundant NULL check on mcColin Ian King1-2/+0
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier1-6/+22
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-2/+27
2017-03-14x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa1-1/+1
2017-03-13x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang1-2/+16
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-3/+2
2017-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+0
2017-03-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-16/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1