aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2015-05-27mce: Stop using array-index-based RCU primitivesPaul E. McKenney1-4/+7
2015-05-27x86: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski1-1/+2
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-3/+3
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-1/+1
2015-05-27x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez3-10/+35
2015-05-27x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez1-3/+3
2015-05-27x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT pagesLuis R. Rodriguez1-0/+3
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani1-10/+30
2015-05-27x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani1-52/+86
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani1-7/+7
2015-05-27x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2-8/+10
2015-05-27x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani1-10/+18
2015-05-27Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new changesIngo Molnar2-4/+4
2015-05-27x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi1-4/+1
2015-05-27x86/cpu: Strip any /proc/cpuinfo model name field whitespacePrarit Bhargava1-13/+4
2015-05-27perf/x86/intel/pt: Remove redundant variable declarationAlexander Shishkin1-1/+0
2015-05-27perf/x86/intel/pt: Kill pt_is_running()Alexander Shishkin1-10/+1
2015-05-27perf/x86/intel/pt: Document pt_buffer_reset_offsets()Alexander Shishkin1-1/+8
2015-05-27perf/x86/intel/pt: Document pt_buffer_reset_markers()Alexander Shishkin1-4/+7
2015-05-27perf/x86/intel/pt: Kill an unused variableAlexander Shishkin1-3/+3
2015-05-27perf/x86/intel: Simplify put_exclusive_constraints()Peter Zijlstra1-14/+15
2015-05-27perf/x86: Simplify the x86_schedule_events() logicPeter Zijlstra1-3/+1
2015-05-27perf/x86/intel: Remove intel_excl_states::init_statePeter Zijlstra3-22/+2
2015-05-27perf/x86/intel: Remove pointless testsPeter Zijlstra1-10/+4
2015-05-27perf/x86/intel: Clean up intel_commit_scheduling() placementPeter Zijlstra2-32/+32
2015-05-27perf/x86/intel: Make WARN()ings consistentPeter Zijlstra1-11/+7
2015-05-27perf/x86/intel: Simplify the dynamic constraint code somewhatPeter Zijlstra1-11/+10
2015-05-27perf/x86/intel: Add lockdep assertPeter Zijlstra1-2/+1
2015-05-27perf/x86/intel: Correct local vs remote sibling statePeter Zijlstra1-46/+33
2015-05-27perf/x86/intel/cqm: Use 'u32' data type for RMIDsMatt Fleming1-19/+18
2015-05-27perf/x86/intel/cqm: Add storage for 'closid' and clean up 'struct intel_pqr_state'Thomas Gleixner1-23/+27
2015-05-27perf/x86/intel/cqm: Remove useless wrapper functionThomas Gleixner1-6/+1
2015-05-27perf/x86/intel/cqm: Avoid pointless MSR writeThomas Gleixner1-3/+5
2015-05-27perf/x86/intel/cqm: Remove pointless spinlock from state cacheThomas Gleixner1-11/+6
2015-05-27perf/x86/intel/cqm: Use proper data typesThomas Gleixner1-2/+2
2015-05-27perf/x86/intel/cqm: Document PQR MSR abuseThomas Gleixner1-2/+13
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar7-78/+122
2015-05-27perf/x86: Tweak broken BIOS rules during check_hw_exists()Don Zickus1-1/+15
2015-05-27perf/x86/intel/pt: Untangle pt_buffer_reset_markers()Alexander Shishkin1-12/+22
2015-05-27perf/x86: Improve HT workaround GP counter constraintPeter Zijlstra4-30/+53
2015-05-27perf/x86: Fix event/group validationPeter Zijlstra6-36/+33
2015-05-20Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar1-2/+5
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar1-36/+0
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner5-34/+59
2015-05-19x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPTIngo Molnar1-8/+9
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Remove the extra fpu__detect() layerIngo Molnar1-1/+1
2015-05-19x86/fpu: Simplify fpu__cpu_init()Ingo Molnar1-2/+2
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1