summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner
2015-01-22x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner
2015-01-22x86/x2apic: Add proper state trackingThomas Gleixner
2015-01-22x86/x2apic: Clarify remapping mode for x2apic enablementThomas Gleixner
2015-01-22x86/x2apic: Move code in conditional regionThomas Gleixner
2015-01-22x86/apic: Check x2apic earlyThomas Gleixner
2015-01-22x86/apic: Make disable x2apic work reallyThomas Gleixner
2015-01-22x86/ioapic: Check x2apic reallyThomas Gleixner
2015-01-22x86/apic: Move x2apic code to one placeThomas Gleixner
2015-01-22x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APICThomas Gleixner
2015-01-22x86/apic: Avoid open coded x2apic detectionThomas Gleixner
2015-01-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov
2015-01-20x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end()Oleg Nesterov
2015-01-20x86, fpu: Introduce per-cpu in_kernel_fpu stateOleg Nesterov
2015-01-20x86: pmc_atom: Expose contents of PSSAndy Shevchenko
2015-01-20x86: pmc_atom: Clean up init functionAndy Shevchenko
2015-01-20x86: pmc-atom: Remove unused macroAndy Shevchenko
2015-01-20x86: pmc_atom: don%27t check for NULL twiceAndy Shevchenko
2015-01-20x86: pmc-atom: Assign debugfs node as soon as possibleAndy Shevchenko
2015-01-20x86, irq: Properly tag virtualization entry in /proc/interruptsJan Beulich
2015-01-20x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2015-01-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-01-17x86_64 entry: Fix RCX for ptraced syscallsAndy Lutomirski
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-01-16perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLMKan Liang
2015-01-16perf/rapl: Fix sysfs_show() initialization for RAPL PMUStephane Eranian
2015-01-15ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)
2015-01-15Merge tag 'x86_queue' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp ...Ingo Molnar
2015-01-15Merge tag 'ras_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/...Ingo Molnar
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu
2015-01-15x86/apic: Only disable CPU x2apic mode when necessaryJiang Liu
2015-01-15x86/apic: Handle XAPIC remap mode proper.Jiang Liu
2015-01-15x86/apic: Refine enable_IR_x2apic() and related functionsJiang Liu
2015-01-15x86/apic: Correctly detect X2APIC status in function enable_IR()Jiang Liu
2015-01-15x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()Jiang Liu
2015-01-15x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apicJiang Liu
2015-01-15x86/apic: Clear stale x2apic modeThomas Gleixner
2015-01-15iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner
2015-01-13x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole userDenys Vlasenko
2015-01-13x86: entry_64.S: delete unused codeDenys Vlasenko
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu
2015-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-01-11x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman
2015-01-09perf/x86/uncore/hsw-ep: Handle systems with only two SBOXesAndi Kleen
2015-01-09perf/x86_64: Improve user regs samplingAndy Lutomirski
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony