aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-23x86/intel_rdt: Respect read and write accessReinette Chatre1-1/+2
2018-06-23x86/intel_rdt: Introduce the Cache Pseudo-Locking modesReinette Chatre2-2/+21
2018-06-23x86/intel_rdt: Display resource groups' allocations' size in bytesReinette Chatre2-0/+83
2018-06-23x86/intel_rdt: Introduce "bit_usage" to display cache allocations detailsReinette Chatre1-0/+79
2018-06-23x86/intel_rdt: Ensure requested schemata respects modeReinette Chatre3-14/+41
2018-06-23x86/intel_rdt: Support flexible data to parsing callbacksReinette Chatre2-5/+7
2018-06-23x86/intel_rdt: Making CBM name and type more explicitReinette Chatre1-4/+5
2018-06-23x86/intel_rdt: Enable setting of exclusive modeReinette Chatre1-1/+96
2018-06-23x86/intel_rdt: Introduce new "exclusive" modeReinette Chatre2-0/+3
2018-06-23x86/intel_rdt: Initialize new resource group with sane defaultsReinette Chatre1-3/+112
2018-06-23x86/intel_rdt: Make useful functions available internallyReinette Chatre3-2/+4
2018-06-23x86/intel_rdt: Introduce test to determine if closid is in useReinette Chatre1-0/+12
2018-06-23x86/intel_rdt: Introduce resource group's mode resctrl fileReinette Chatre1-0/+83
2018-06-23x86/intel_rdt: Associate mode with each RDT resource groupReinette Chatre2-0/+25
2018-06-23x86/intel_rdt: Introduce RDT resource group modeReinette Chatre1-0/+16
2018-06-23x86/intel_rdt: Provide pseudo-locking hooks within rdt_mountReinette Chatre2-1/+18
2018-06-22x86/CPU/AMD: Fix LLC ID bit-shift calculationSuravee Suthikulpanit1-1/+1
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner49-345/+674
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-1/+1
2018-06-22x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblingsBorislav Petkov1-20/+17
2018-06-22x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan1-1/+4
2018-06-22x86/mce: Cleanup __mc_scan_banks()Borislav Petkov1-13/+10
2018-06-22x86/mce: Carve out bank scanning codeBorislav Petkov1-63/+71
2018-06-22x86/mce: Remove !banks checkBorislav Petkov1-4/+1
2018-06-22x86/mce: Carve out the crashing_cpu checkBorislav Petkov1-27/+37
2018-06-22x86/mce: Always use 64-bit timestampsArnd Bergmann1-2/+2
2018-06-22x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck1-8/+18
2018-06-22x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov1-8/+10
2018-06-21kprobes/x86: Fix %p uses in error messagesMasami Hiramatsu1-4/+1
2018-06-21uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov1-1/+1
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf1-21/+31
2018-06-21x86/stacktrace: Do not fail for ORC with regs on stackJiri Slaby1-1/+2
2018-06-21x86/stacktrace: Clarify the reliable success pathsJiri Slaby1-4/+12
2018-06-21x86/stacktrace: Remove STACKTRACE_DUMP_ONCEJiri Slaby1-16/+2
2018-06-21x86/stacktrace: Do not unwind after user regsJiri Slaby1-9/+0
2018-06-21x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com1-0/+11
2018-06-21x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com1-3/+46
2018-06-21x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2-1/+21
2018-06-21x86/cpu/AMD: Evaluate smp_num_siblings earlyThomas Gleixner1-0/+13
2018-06-21x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP infoBorislav Petkov1-6/+3
2018-06-21x86/cpu/intel: Evaluate smp_num_siblings earlyThomas Gleixner1-0/+7
2018-06-21x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner2-9/+23
2018-06-21x86/cpu/common: Provide detect_ht_early()Thomas Gleixner2-10/+15
2018-06-21x86/cpu/AMD: Remove the pointless detect_ht() callThomas Gleixner1-4/+0
2018-06-21x86/cpu: Remove the pointless CPU printoutThomas Gleixner2-25/+5
2018-06-21x86/topology: Provide topology_smt_supported()Thomas Gleixner1-0/+8
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2-0/+24
2018-06-21x86/pti: Don't report XenPV as vulnerableJiri Kosina1-0/+4
2018-06-21kprobes/x86: Do not disable preempt on int3 pathMasami Hiramatsu2-15/+4
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2-6/+7