aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-10-21x86/intel_rdt: Fix potential deadlock during resctrl unmountReinette Chatre1-5/+5
2017-10-21x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabledReinette Chatre1-0/+1
2017-10-18x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()Thomas Gleixner1-2/+8
2017-10-18x86/microcode/intel: Disable late loading on model 79Borislav Petkov1-0/+19
2017-10-17x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen1-9/+7
2017-10-17x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen2-0/+114
2017-10-16x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'Colin Ian King1-1/+0
2017-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+18
2017-10-14x86/microcode: Do the family check firstBorislav Petkov1-9/+18
2017-10-05x86/mce: Convert timers to use timer_setup()Kees Cook1-8/+5
2017-10-05x86/mce: Hide mca_cfgBorislav Petkov2-0/+9
2017-10-05x86/intel_rdt: Remove redundant assignmentJithu Joseph1-1/+0
2017-10-05x86/intel_rdt/cqm: Make integer rmid_limbo_count staticColin Ian King1-1/+1
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-2/+2
2017-09-27x86/intel_rdt: Add diagnostics when making directoriesTony Luck1-6/+22
2017-09-27x86/intel_rdt: Add diagnostics when writing the cpus fileTony Luck1-3/+12
2017-09-27x86/intel_rdt: Add diagnostics when writing the tasks fileTony Luck2-6/+11
2017-09-27x86/intel_rdt: Add diagnostics when writing the schemata fileTony Luck1-11/+38
2017-09-27x86/intel_rdt: Add framework for better RDT UI diagnosticsTony Luck2-0/+63
2017-09-17x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski2-8/+8
2017-09-15x86/cpu/AMD: Fix erratum 1076 (CPB bit)Borislav Petkov1-0/+11
2017-09-13x86/hyper-V: Allocate the IDT entry early in bootK. Y. Srinivasan1-2/+2
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski1-42/+7
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-09-06x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski1-0/+13
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski1-0/+2
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+9
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-61/+9
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-267/+2233
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-4/+117
2017-09-04Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+18
2017-09-04Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-22/+36
2017-09-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+2
2017-08-31Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar9-10/+138
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner1-7/+2
2017-08-29x86/idt: Create file for IDT related codeThomas Gleixner1-9/+0
2017-08-29x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner3-45/+7
2017-08-29x86/microcode/intel: Improve microcode patches saving flowBorislav Petkov1-13/+14
2017-08-28Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman4-6/+21
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar5-20/+48
2017-08-25x86/intel_rdt: Turn off most RDT features on SkylakeTony Luck1-0/+3
2017-08-25x86/intel_rdt: Add command line options for resource director technologyTony Luck1-8/+88
2017-08-25x86/intel_rdt: Move special case code for Haswell to a quirk functionTony Luck1-24/+28
2017-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+18
2017-08-18x86: Constify attribute_group structuresArvind Yadav2-3/+3
2017-08-17x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck1-0/+43
2017-08-16x86/intel_rdt: Remove redundant ternary operator on returnColin Ian King1-1/+1
2017-08-16x86/intel_rdt/cqm: Improve limbo list processingVikas Shivappa3-122/+133
2017-08-16x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplugVikas Shivappa4-6/+6
2017-08-15x86/mtrr: Prevent CPU hotplug lock recursionThomas Gleixner1-3/+15