aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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-27sched/x86: Drop repeated word from mwait_idle() commentHuang Rui1-4/+3
2015-05-27x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar1-1/+1
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar1-2/+2
2015-05-27x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar1-13/+5
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar1-2/+2
2015-05-27x86/fpu: Add debugging check to fpu__restore()Ingo Molnar1-0/+2
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar1-32/+19
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2-4/+4
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar1-4/+1
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2-3/+32
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar2-23/+30
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-25x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar1-8/+2
2015-05-24x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski3-25/+30
2015-05-20Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2-2/+19
2015-05-20x86/fpu: Disable XSAVES* support for nowIngo Molnar1-0/+15
2015-05-20kvm: x86: Make functions that have no external callers staticNicholas Krause1-2/+2
2015-05-20x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar1-10/+25
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar2-36/+37
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie5-40/+64