aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-01x86/fpu: Stop saving and restoring CR0.TS in fpu__init_check_bugs()Andy Lutomirski1-7/+0
2016-11-01x86/fpu: Get rid of two redundant clts() callsAndy Lutomirski1-18/+0
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar15-21/+50
2016-11-01Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar11-16/+37
2016-10-30x86/intel_rdt: Add scheduler hookFenghua Yu4-1/+11
2016-10-30x86/intel_rdt: Add schemata fileTony Luck3-1/+253
2016-10-30x86/intel_rdt: Add tasks filesFenghua Yu1-0/+180
2016-10-30x86/intel_rdt: Add cpus fileTony Luck2-5/+149
2016-10-30x86/intel_rdt: Add mkdir to resctrl file systemFenghua Yu1-0/+231
2016-10-30x86/intel_rdt: Add "info" files to resctrl file systemFenghua Yu1-0/+185
2016-10-30x86/intel_rdt: Add basic resctrl filesystem supportFenghua Yu3-2/+279
2016-10-30x86/intel_rdt: Build structures for each resource based on cache topologyTony Luck1-0/+189
2016-10-30x86/vmware: Add paravirt sched clockAlexey Makhalov1-0/+42
2016-10-30x86/vmware: Add basic paravirt ops supportAlexey Makhalov1-0/+12
2016-10-30x86/vmware: Use tsc_khz value for calibrate_cpu()Alexey Makhalov1-0/+1
2016-10-29x86/smpboot: Init apic mapping before usageThomas Gleixner1-1/+6
2016-10-28Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-10-28x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov1-1/+1
2016-10-28x86/unwind: Ensure stack grows downJosh Poimboeuf1-4/+30
2016-10-27x86/unwind: Detect bad stack return addressJosh Poimboeuf1-1/+9
2016-10-27x86/dumpstack: Warn on stack recursionJosh Poimboeuf2-2/+6
2016-10-27x86/unwind: Warn on bad frame pointerJosh Poimboeuf1-2/+16
2016-10-26x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUIDFenghua Yu1-7/+104
2016-10-26x86/intel_rdt: Add Haswell feature discoveryFenghua Yu1-4/+45
2016-10-26x86/intel_rdt: Add CONFIG, Makefile, and basic initializationFenghua Yu2-0/+56
2016-10-26x86/cpufeature: Add RDT CPUID feature bitsFenghua Yu1-0/+3
2016-10-26x86/intel_cacheinfo: Enable cache id in cache infoFenghua Yu1-0/+20
2016-10-26x86: Fix export for mcount and __fentry__Steven Rostedt1-1/+2
2016-10-26kernel/smp: Make the SMP boot message common on all archesMichael Ellerman1-8/+0
2016-10-25x86/dumpstack: Remove raw stack dumpJosh Poimboeuf3-103/+4
2016-10-25x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf3-21/+10
2016-10-25x86/microcode: Bump driver version, update copyrightsBorislav Petkov2-3/+4
2016-10-25x86/microcode: Rework microcode loadingBorislav Petkov3-697/+445
2016-10-25x86/microcode/intel: Remove intel_lib.cBorislav Petkov3-186/+154
2016-10-25x86/microcode/amd: Move private inlines to .c and mark local functions staticBorislav Petkov1-16/+37
2016-10-25x86/microcode: Collect CPU info on resumeBorislav Petkov1-0/+3
2016-10-25x86/microcode: Issue the debug printk on resume only on successBorislav Petkov1-2/+2
2016-10-25x86/microcode/amd: Hand down the CPU familyBorislav Petkov2-5/+5
2016-10-25x86/microcode: Export the microcode cache linked listBorislav Petkov2-16/+9
2016-10-25x86/microcode/intel: Simplify generic_load_microcode()Borislav Petkov1-9/+5
2016-10-25x86/microcode: Move driver authors to CREDITSBorislav Petkov1-2/+1
2016-10-25x86/microcode: Run the AP-loading routine only on the application processorsBorislav Petkov2-10/+2
2016-10-25x86/cpu: Get rid of the show_msr= boot optionBorislav Petkov1-53/+0
2016-10-25x86/cpu: Merge bugs.c and bugs_64.cBorislav Petkov3-40/+23
2016-10-25x86/cpu: Remove the printk format specifier in "CPU0: "Borislav Petkov1-1/+1
2016-10-25x86/quirks: Hide maybe-uninitialized warningArnd Bergmann1-2/+1
2016-10-25x86/unwind: Fix empty stack dereference in guess unwinderJosh Poimboeuf1-1/+8
2016-10-24ACPI/PCI: pci_link: penalize SCI correctlySinan Kaya1-0/+1
2016-10-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-10/+18
2016-10-22x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä1-7/+9