Age | Commit message (Expand) | Author |
2015-02-09 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-02-09 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-02-09 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-02-09 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-01-28 | Merge branch 'perf/hw_breakpoints' into perf/core | Ingo Molnar |
2015-01-28 | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar |
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/apic: Reuse apic_bsp_setup() for UP APIC setup | Thomas Gleixner |
2015-01-22 | x86/smpboot: Move apic init code to apic.c | 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: Split enable and setup function | Thomas Gleixner |
2015-01-22 | x86/x2apic: Disable x2apic from nox2apic setup | 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/ioapic: Check x2apic really | 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-20 | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() | 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/xen: Override ACPI IRQ management callback __acpi_unregister_gsi | Jiang Liu |
2015-01-15 | iommu/irq_remapping: Kill function irq_remapping_supported() and related code | Jiang Liu |
2015-01-15 | iommu, x86: Restructure setup of the irq remapping feature | Thomas Gleixner |
2015-01-13 | x86: entry_64.S: delete unused code | Denys Vlasenko |
2015-01-07 | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks | Luck, Tony |
2015-01-02 | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic | Andy Lutomirski |
2015-01-02 | x86: Clean up current_stack_pointer | Andy Lutomirski |
2015-01-02 | x86, traps: Track entry into and exit from IST context | Andy Lutomirski |
2015-01-01 | Merge tag 'pr-20141223-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar |
2014-12-23 | x86, vdso: Use asm volatile in __getcpu | Andy Lutomirski |
2014-12-23 | x86/fpu: Use a symbolic name for asm operand | Borislav Petkov |
2014-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds |
2014-12-19 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-12-19 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-12-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2014-12-18 | x86/tls: Don't validate lm in set_thread_area() after all | Andy Lutomirski |
2014-12-18 | x86/spinlock: Replace ACCESS_ONCE with READ_ONCE | Christian Borntraeger |
2014-12-18 | KVM: move APIC types to arch/x86/ | Paolo Bonzini |
2014-12-16 | Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2014-12-16 | x86, irq: Move IRQ initialization routines from io_apic.c into vector.c | Jiang Liu |
2014-12-16 | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu |
2014-12-16 | x86, irq: Move PCI MSI related code from io_apic.c into msi.c | Jiang Liu |
2014-12-16 | x86, irq: Make UP version of irq_complete_move() an inline stub | Thomas Gleixner |
2014-12-16 | x86, irq: Move local APIC related code from io_apic.c into vector.c | Jiang Liu |
2014-12-16 | x86, irq: Introduce helpers to access struct irq_cfg | Jiang Liu |
2014-12-16 | x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx() | Jiang Liu |
2014-12-16 | x86, irq: Refine hw_irq.h to prepare for irqdomain support | Jiang Liu |