summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2015-01-23x86/apic: Re-enable PCI_MSI support for non-SMP X86_32Bryan O'Donoghue
2015-01-22x86, mm: Change cachemode exports to non-gplJuergen Gross
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski
2015-01-22x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski
2015-01-22x86, mpx: Fix potential performance issue on unmapsDave Hansen
2015-01-22x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernelsDave Hansen
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-01-22x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner
2015-01-22x86/smpboot: Sanitize uniprocessor initThomas Gleixner
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner
2015-01-22init: Get rid of x86ismsThomas Gleixner
2015-01-22x86/apic: Move apic_init_uniprocessor codeThomas Gleixner
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner
2015-01-22x86/apic: Sanitize ioapic handlingThomas Gleixner
2015-01-22x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner
2015-01-22x86/ioapic: Provide stub functions for IOAPIC%3DnThomas Gleixner
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner
2015-01-22x86/x2apic: Use state information for disableThomas Gleixner
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-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-01-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan
2015-01-20x86: Don't rely on VMWare emulating PAT MSR correctlyJuergen Gross
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, boot: Skip relocs when load address unchangedKees Cook
2015-01-20x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu
2015-01-20x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu
2015-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
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