Age | Commit message (Expand) | Author |
2015-01-23 | x86/apic: Re-enable PCI_MSI support for non-SMP X86_32 | Bryan O'Donoghue |
2015-01-22 | x86, mm: Change cachemode exports to non-gpl | Juergen Gross |
2015-01-22 | x86, tls: Interpret an all-zero struct user_desc as "no segment" | Andy Lutomirski |
2015-01-22 | x86, tls, ldt: Stop checking lm in LDT_empty | Andy Lutomirski |
2015-01-22 | x86, mpx: Fix potential performance issue on unmaps | Dave Hansen |
2015-01-22 | x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels | Dave Hansen |
2015-01-23 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-01-22 | x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APIC | Thomas Gleixner |
2015-01-22 | x86: Consolidate boot cpu timer setup | Thomas Gleixner |
2015-01-22 | x86/apic: Reuse apic_bsp_setup() for UP APIC setup | Thomas Gleixner |
2015-01-22 | x86/smpboot: Sanitize uniprocessor init | Thomas Gleixner |
2015-01-22 | x86/smpboot: Move apic init code to apic.c | Thomas Gleixner |
2015-01-22 | init: Get rid of x86isms | Thomas Gleixner |
2015-01-22 | x86/apic: Move apic_init_uniprocessor code | Thomas Gleixner |
2015-01-22 | x86/smpboot: Cleanup ioapic handling | Thomas Gleixner |
2015-01-22 | x86/apic: Sanitize ioapic handling | Thomas Gleixner |
2015-01-22 | x86/ioapic: Add proper checks to setp/enable_IO_APIC() | Thomas Gleixner |
2015-01-22 | x86/ioapic: Provide stub functions for IOAPIC%3Dn | Thomas Gleixner |
2015-01-22 | x86/smpboot: Move smpboot inlines to code | Thomas Gleixner |
2015-01-22 | x86/x2apic: Use state information for disable | Thomas Gleixner |
2015-01-22 | x86/x2apic: Split enable and setup function | Thomas Gleixner |
2015-01-22 | x86/x2apic: Disable x2apic from nox2apic setup | Thomas Gleixner |
2015-01-22 | x86/x2apic: Add proper state tracking | Thomas Gleixner |
2015-01-22 | x86/x2apic: Clarify remapping mode for x2apic enablement | Thomas Gleixner |
2015-01-22 | x86/x2apic: Move code in conditional region | Thomas Gleixner |
2015-01-22 | x86/apic: Check x2apic early | Thomas Gleixner |
2015-01-22 | x86/apic: Make disable x2apic work really | Thomas Gleixner |
2015-01-22 | x86/ioapic: Check x2apic really | Thomas Gleixner |
2015-01-22 | x86/apic: Move x2apic code to one place | Thomas Gleixner |
2015-01-22 | x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC | Thomas Gleixner |
2015-01-22 | x86/apic: Avoid open coded x2apic detection | Thomas Gleixner |
2015-01-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2015-01-20 | x86, hyperv: Mark the Hyper-V clocksource as being continuous | K. Y. Srinivasan |
2015-01-20 | x86: Don't rely on VMWare emulating PAT MSR correctly | Juergen Gross |
2015-01-20 | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() | Oleg Nesterov |
2015-01-20 | x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end() | Oleg Nesterov |
2015-01-20 | x86, fpu: Introduce per-cpu in_kernel_fpu state | Oleg Nesterov |
2015-01-20 | x86: pmc_atom: Expose contents of PSS | Andy Shevchenko |
2015-01-20 | x86: pmc_atom: Clean up init function | Andy Shevchenko |
2015-01-20 | x86: pmc-atom: Remove unused macro | Andy Shevchenko |
2015-01-20 | x86: pmc_atom: don%27t check for NULL twice | Andy Shevchenko |
2015-01-20 | x86: pmc-atom: Assign debugfs node as soon as possible | Andy Shevchenko |
2015-01-20 | x86, irq: Properly tag virtualization entry in /proc/interrupts | Jan Beulich |
2015-01-20 | x86, boot: Skip relocs when load address unchanged | Kees Cook |
2015-01-20 | x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsi | Jiang Liu |
2015-01-20 | x86/xen: Treat SCI interrupt as normal GSI interrupt | Jiang Liu |
2015-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2015-01-20 | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell |
2015-01-18 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-01-17 | x86_64 entry: Fix RCX for ptraced syscalls | Andy Lutomirski |