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