aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner1-40/+7
2015-01-22x86/apic: Sanitize ioapic handlingThomas Gleixner1-14/+3
2015-01-22x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner1-4/+7
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner1-1/+65
2015-01-22x86/x2apic: Use state information for disableThomas Gleixner1-16/+10
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner2-26/+39
2015-01-22x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner1-35/+24
2015-01-22x86/x2apic: Add proper state trackingThomas Gleixner1-1/+14
2015-01-22x86/x2apic: Clarify remapping mode for x2apic enablementThomas Gleixner1-4/+4
2015-01-22x86/x2apic: Move code in conditional regionThomas Gleixner1-34/+33
2015-01-22x86/apic: Check x2apic earlyThomas Gleixner1-14/+20
2015-01-22x86/apic: Make disable x2apic work reallyThomas Gleixner1-9/+5
2015-01-22x86/ioapic: Check x2apic reallyThomas Gleixner2-2/+4
2015-01-22x86/apic: Move x2apic code to one placeThomas Gleixner1-30/+28
2015-01-22x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APICThomas Gleixner1-1/+1
2015-01-22x86/apic: Avoid open coded x2apic detectionThomas Gleixner1-4/+1
2015-01-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan1-0/+1
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov2-7/+16
2015-01-20x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end()Oleg Nesterov1-13/+6
2015-01-20x86, fpu: Introduce per-cpu in_kernel_fpu stateOleg Nesterov1-0/+9
2015-01-20x86: pmc_atom: Expose contents of PSSAndy Shevchenko1-3/+58
2015-01-20x86: pmc_atom: Clean up init functionAndy Shevchenko1-7/+3
2015-01-20x86: pmc-atom: Remove unused macroAndy Shevchenko1-2/+0
2015-01-20x86: pmc_atom: don%27t check for NULL twiceAndy Shevchenko1-4/+0
2015-01-20x86: pmc-atom: Assign debugfs node as soon as possibleAndy Shevchenko1-1/+3
2015-01-20x86, irq: Properly tag virtualization entry in /proc/interruptsJan Beulich1-1/+1
2015-01-20x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu1-13/+13
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2015-01-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+34
2015-01-17x86_64 entry: Fix RCX for ptraced syscallsAndy Lutomirski1-1/+2
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+15
2015-01-16perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLMKan Liang1-2/+2
2015-01-16perf/rapl: Fix sysfs_show() initialization for RAPL PMUStephane Eranian1-12/+32
2015-01-15ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)1-5/+15
2015-01-15Merge tag 'x86_queue' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/cleanupsIngo Molnar2-10/+9
2015-01-15Merge tag 'ras_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/rasIngo Molnar1-11/+14
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu1-6/+1
2015-01-15x86/apic: Only disable CPU x2apic mode when necessaryJiang Liu1-1/+2
2015-01-15x86/apic: Handle XAPIC remap mode proper.Jiang Liu1-5/+1
2015-01-15x86/apic: Refine enable_IR_x2apic() and related functionsJiang Liu1-45/+47
2015-01-15x86/apic: Correctly detect X2APIC status in function enable_IR()Jiang Liu1-1/+1
2015-01-15x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()Jiang Liu1-3/+1
2015-01-15x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apicJiang Liu1-0/+8
2015-01-15x86/apic: Clear stale x2apic modeThomas Gleixner1-0/+1
2015-01-15iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner1-3/+0
2015-01-13x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole userDenys Vlasenko1-46/+42
2015-01-13x86: entry_64.S: delete unused codeDenys Vlasenko1-34/+0
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu1-1/+2
2015-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+108