summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2016-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2016-05-06Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+21
2016-05-06x86/tsc: Read all ratio bits from MSR_PLATFORM_INFOChen Yu1-1/+1
2016-05-06x86/KASLR: Consolidate mem_avoid[] entriesYinghai Lu1-16/+61
2016-05-06x86/boot: Clean up pointer castingKees Cook2-11/+19
2016-05-06mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli1-2/+2
2016-05-05x86/sysfb_efi: Fix valid BAR address range checkWang YanQing1-2/+12
2016-05-05perf/x86/intel/pt: Convert ACCESS_ONCE()sAlexander Shishkin1-3/+3
2016-05-05perf/x86/intel/pt: Export CPU frequency ratios needed by PT decodersAlexander Shishkin2-0/+60
2016-05-05perf/x86/intel/pt: Bypass PT vs. LBR exclusivity if the core supports itAlexander Shishkin3-0/+8
2016-05-05perf/x86/intel/pt: Add support for address range filtering in PTAlexander Shishkin2-11/+194
2016-05-05perf/x86/intel/pt: Add IP filtering register/CPUID bitsAlexander Shishkin3-0/+23
2016-05-05perf/x86/intel/pt: Move PT specific MSR bit definitions to a private headerAlexander Shishkin2-20/+24
2016-05-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar9-11/+29
2016-05-05perf/x86/amd/iommu: Do not register a task ctx for uncore like PMUsPeter Zijlstra1-0/+1
2016-05-05Merge branch 'x86/urgent' into x86/platform, to resolve conflictIngo Molnar1-3/+1
2016-05-05x86/platform/UV: Bring back the call to map_low_mmrs in uv_system_initAlex Thorlton1-3/+1
2016-05-05perf/x86: Add model numbers for Kabylake CPUsAndi Kleen1-0/+2
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar3-2/+15
2016-05-05x86/entry/32: Remove asmlinkage_protect()Brian Gerst1-34/+0
2016-05-05x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst1-3/+0
2016-05-05x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst3-10/+1
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar9-16/+84
2016-05-04x86/platform/UV: Fix incorrect nodes and pnodes for cpuless and memoryless nodesDimitri Sivanich1-30/+28
2016-05-04x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich1-10/+0
2016-05-04x86/platform/UV: Update physical address conversions for UV4Mike Travis2-18/+209
2016-05-04x86/platform/UV: Build GAM reference tablesMike Travis2-2/+155
2016-05-04x86/platform/UV: Support UV4 socket address changesMike Travis2-10/+129
2016-05-04x86/platform/UV: Add obtaining GAM Range Table from UV BIOSMike Travis3-28/+81
2016-05-04x86/platform/UV: Add UV4 addressing discovery functionMike Travis1-13/+72
2016-05-04x86/platform/UV: Fold blade info into per node hub info structsMike Travis2-150/+133
2016-05-04x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis2-19/+76
2016-05-04x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis4-7/+14
2016-05-04x86/platform/UV: Move scir info to the per cpu info structMike Travis2-16/+19
2016-05-04x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis2-9/+25
2016-05-04x86/platform/UV: Update MMIOH setup function to work for both UV3 and UV4Mike Travis1-1/+2
2016-05-04x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis2-10/+0
2016-05-04x86/platform/UV: Add UV4 Specific MMR definitionsMike Travis1-422/+1769
2016-05-04x86/platform/UV: Prep for UV4 MMR updatesMike Travis2-84/+129
2016-05-04x86/platform/UV: Add UV MMR Illegal Access FunctionMike Travis1-0/+12
2016-05-04x86/platform/UV: Add UV4 Specific DefinesMike Travis1-3/+9
2016-05-04x86/platform/UV: Add UV Architecture DefinesMike Travis1-5/+31
2016-05-04x86/platform/UV: Add Initial UV4 definitionsMike Travis2-24/+62
2016-05-04Merge tag 'v4.6-rc6' into x86/platform, to refresh the treeIngo Molnar43-109/+318
2016-05-04x86/efi-bgrt: Switch all pr_err() to pr_notice() for invalid BGRTJosh Boyer1-9/+9
2016-05-03signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other ...Stas Sergeev1-12/+11
2016-05-03x86/mce: Detect local MCEs properlyYazen Ghannam1-13/+20
2016-05-03x86/mce: Look in genpool instead of mcelog for pending error recordsTony Luck3-12/+70
2016-05-03x86/mce: Detect and use SMCA-specific msr_opsYazen Ghannam2-19/+29