summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-01-22x86, mpx: Fix potential performance issue on unmapsDave Hansen1-1/+19
2015-01-22x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernelsDave Hansen1-0/+6
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2015-01-22x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner1-0/+2
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner2-6/+2
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner3-34/+25
2015-01-22x86/smpboot: Sanitize uniprocessor initThomas Gleixner1-11/+26
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner3-37/+47
2015-01-22init: Get rid of x86ismsThomas Gleixner2-0/+11
2015-01-22x86/apic: Move apic_init_uniprocessor codeThomas Gleixner1-63/+62
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/ioapic: Provide stub functions for IOAPIC%3DnThomas Gleixner1-0/+5
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner2-69/+65
2015-01-22x86/x2apic: Use state information for disableThomas Gleixner1-16/+10
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner3-28/+41
2015-01-22x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner2-36/+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 Gleixner2-54/+37
2015-01-22x86/apic: Check x2apic earlyThomas Gleixner2-15/+21
2015-01-22x86/apic: Make disable x2apic work reallyThomas Gleixner1-9/+5
2015-01-22x86/ioapic: Check x2apic reallyThomas Gleixner3-4/+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 Gleixner2-5/+5
2015-01-22x86/apic: Avoid open coded x2apic detectionThomas Gleixner2-13/+11
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-0/+2
2015-01-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan1-0/+1
2015-01-20x86: Don't rely on VMWare emulating PAT MSR correctlyJuergen Gross1-1/+6
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov3-7/+20
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 Nesterov2-1/+10
2015-01-20x86: pmc_atom: Expose contents of PSSAndy Shevchenko2-3/+80
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, boot: Skip relocs when load address unchangedKees Cook1-1/+8
2015-01-20x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2-0/+3
2015-01-20x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu2-60/+13
2015-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
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/ke...Linus 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/kerne...Linus Torvalds1-5/+15
2015-01-16x86/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-1/+1
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