| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-03-15 | 3 | -192/+198 |
|\ |
|
| * | x86-64, mem: Convert memmove() to assembly file and fix return value bug | Fenghua Yu | 2011-01-25 | 3 | -192/+198 |
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-03-15 | 2 | -85/+109 |
|\ \ |
|
| * | | x86, microcode, AMD: Fix signedness bug in generic_load_microcode() | Dan Carpenter | 2011-02-20 | 1 | -1/+1 |
| * | | x86, microcode, AMD: Extend ucode size verification | Borislav Petkov | 2011-02-10 | 1 | -16/+44 |
| * | | x86, microcode, AMD: Cleanup dmesg output | Borislav Petkov | 2011-02-09 | 1 | -14/+16 |
| * | | x86, microcode, AMD: Remove unneeded memset call | Borislav Petkov | 2011-02-09 | 1 | -1/+0 |
| * | | x86, microcode, AMD: Simplify get_next_ucode | Borislav Petkov | 2011-02-09 | 1 | -36/+32 |
| * | | x86, microcode, AMD: Simplify install_equiv_cpu_table | Borislav Petkov | 2011-02-09 | 1 | -13/+8 |
| * | | x86, microcode, AMD: Release firmware on error | Borislav Petkov | 2011-02-09 | 1 | -12/+14 |
| * | | x86, microcode: Correct sysdev_add error path | Borislav Petkov | 2011-02-09 | 1 | -2/+4 |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-03-15 | 13 | -313/+253 |
|\ \ \ |
|
| * | | | x86: Enable forced interrupt threading support | Thomas Gleixner | 2011-03-12 | 1 | -0/+1 |
| * | | | x86: Mark low level interrupts IRQF_NO_THREAD | Thomas Gleixner | 2011-03-12 | 2 | -0/+4 |
| * | | | x86: Use generic show_interrupts | Thomas Gleixner | 2011-03-12 | 2 | -55/+3 |
| * | | | x86: ioapic: Avoid redundant lookup of irq_cfg | Thomas Gleixner | 2011-03-12 | 1 | -4/+5 |
| * | | | x86: ioapic: Use new move_irq functions | Thomas Gleixner | 2011-03-12 | 1 | -2/+2 |
| * | | | x86: Use the proper accessors in fixup_irqs() | Thomas Gleixner | 2011-03-12 | 1 | -10/+13 |
| * | | | x86: ioapic: Use irq_data->state | Thomas Gleixner | 2011-03-12 | 1 | -8/+7 |
| * | | | x86: ioapic: Simplify irq chip and handler setup | Thomas Gleixner | 2011-03-12 | 1 | -27/+21 |
| * | | | x86: Cleanup the genirq name space | Thomas Gleixner | 2011-03-12 | 8 | -48/+51 |
| * | | | Merge branch 'x86/apic' into x86/irq | Thomas Gleixner | 2011-03-12 | 6 | -176/+163 |
| |\ \ \ |
|
| | * | | | x86: ioapic: Move trigger defines to io_apic.h | Thomas Gleixner | 2011-02-23 | 2 | -4/+4 |
| | * | | | x86: ioapic: Implement and use io_apic_setup_irq_pin_once() | Thomas Gleixner | 2011-02-23 | 1 | -32/+25 |
| | * | | | x86: ioapic: Remove useless inlines | Thomas Gleixner | 2011-02-23 | 1 | -12/+2 |
| | * | | | x86: ioapic: Make a few functions static | Thomas Gleixner | 2011-02-23 | 2 | -32/+28 |
| | * | | | x86: ioapic: Use setup function in setup_IO_APIC_irq_extra() | Thomas Gleixner | 2011-02-23 | 1 | -10/+6 |
| | * | | | x86: ioapic: Use setup function in __io_apic_setup_irqs() | Thomas Gleixner | 2011-02-23 | 1 | -12/+5 |
| | * | | | x86: ioapic: Use setup function in __io_apic_set_pci_routing() | Thomas Gleixner | 2011-02-23 | 1 | -31/+3 |
| | * | | | x86: ioapic: Use new setup function in pre_init_apic_IRQ0() | Thomas Gleixner | 2011-02-23 | 1 | -7/+2 |
| | * | | | x86: ioapic: Add io_apic_setup_irq_pin() | Thomas Gleixner | 2011-02-23 | 2 | -0/+17 |
| | * | | | x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs() | Thomas Gleixner | 2011-02-23 | 1 | -6/+13 |
| | * | | | x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs() | Thomas Gleixner | 2011-02-23 | 1 | -20/+12 |
| | * | | | x86: Fix deps of X86_UP_IOAPIC | Henrik Kretzschmar | 2011-02-23 | 1 | -1/+1 |
| | * | | | x86: Add dummy functions for compiling without IOAPIC | Henrik Kretzschmar | 2011-02-23 | 2 | -1/+19 |
| | * | | | x86: Rework arch_disable_smp_support() for x86 | Henrik Kretzschmar | 2011-02-23 | 4 | -4/+20 |
| | * | | | x86: Add dummy mp_save_irq() | Henrik Kretzschmar | 2011-02-23 | 1 | -0/+1 |
| | * | | | x86: Move ioapic_irq_destination_types to apicdef.h | Henrik Kretzschmar | 2011-02-23 | 2 | -11/+12 |
| * | | | | x86: Eliminate pointless adjustment attempts in fixup_irqs() | Jan Beulich | 2011-02-18 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-03-15 | 2 | -7/+3 |
|\ \ \ \ |
|
| * | | | | x86: Combine printk()s in show_regs_common() | Jan Beulich | 2011-02-18 | 1 | -6/+3 |
| * | | | | x86: Don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler() | Jan Beulich | 2011-02-18 | 1 | -1/+0 |
| |/ / / |
|
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-03-15 | 6 | -61/+44 |
|\ \ \ \ |
|
| * | | | | x86: Fix and clean up generic_processor_info() | Yinghai Lu | 2011-02-14 | 1 | -19/+20 |
| * | | | | Merge commit 'v2.6.38-rc4' into x86/cpu | Ingo Molnar | 2011-02-14 | 14 | -91/+77 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | x86: Don't copy per_cpu cpuinfo for BSP two times | Yinghai Lu | 2011-01-26 | 1 | -3/+3 |
| * | | | | x86: Move llc_shared_map out of cpu_info | Yinghai Lu | 2011-01-26 | 5 | -39/+21 |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-03-15 | 22 | -344/+181 |
|\ \ \ \ \ |
|
| * | | | | | x86, binutils, xen: Fix another wrong size directive | Alexander van Heukelum | 2011-03-12 | 1 | -1/+1 |
| * | | | | | x86: Remove dead config option X86_CPU | Jan Beulich | 2011-03-09 | 2 | -5/+2 |