aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | Merge branch 'linus' into x86/bootmemIngo Molnar2011-02-1478-2542/+1658
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | |
| | | * | | | | | | | x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping()Yinghai Lu2011-01-051-0/+24
| | | * | | | | | | | x86-64, numa: Put pgtable to local node memoryYinghai Lu2010-12-291-8/+0
| | | * | | | | | | | x86: Change get_max_mapped() to inlineYinghai Lu2010-12-291-9/+0
| | | * | | | | | | | x86-64, gart: Fix allocation with memblockYinghai Lu2010-12-291-17/+16
| | * | | | | | | | | x86: Emit "mem=nopentium ignored" warning when not supportedKamal Mostafa2011-02-141-2/+5
| | * | | | | | | | | x86: Fix panic when handling "mem={invalid}" paramKamal Mostafa2011-02-141-0/+3
| | * | | | | | | | | x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li2011-02-142-9/+75
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-151-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu2011-01-251-0/+1
| * | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-03-152-85/+109
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, microcode, AMD: Fix signedness bug in generic_load_microcode()Dan Carpenter2011-02-201-1/+1
| | * | | | | | | | | | x86, microcode, AMD: Extend ucode size verificationBorislav Petkov2011-02-101-16/+44
| | * | | | | | | | | | x86, microcode, AMD: Cleanup dmesg outputBorislav Petkov2011-02-091-14/+16
| | * | | | | | | | | | x86, microcode, AMD: Remove unneeded memset callBorislav Petkov2011-02-091-1/+0
| | * | | | | | | | | | x86, microcode, AMD: Simplify get_next_ucodeBorislav Petkov2011-02-091-36/+32
| | * | | | | | | | | | x86, microcode, AMD: Simplify install_equiv_cpu_tableBorislav Petkov2011-02-091-13/+8
| | * | | | | | | | | | x86, microcode, AMD: Release firmware on errorBorislav Petkov2011-02-091-12/+14
| | * | | | | | | | | | x86, microcode: Correct sysdev_add error pathBorislav Petkov2011-02-091-2/+4
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-157-291/+203
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86: Mark low level interrupts IRQF_NO_THREADThomas Gleixner2011-03-121-0/+2
| | * | | | | | | | | | x86: Use generic show_interruptsThomas Gleixner2011-03-121-55/+2
| | * | | | | | | | | | x86: ioapic: Avoid redundant lookup of irq_cfgThomas Gleixner2011-03-121-4/+5
| | * | | | | | | | | | x86: ioapic: Use new move_irq functionsThomas Gleixner2011-03-121-2/+2
| | * | | | | | | | | | x86: Use the proper accessors in fixup_irqs()Thomas Gleixner2011-03-121-10/+13
| | * | | | | | | | | | x86: ioapic: Use irq_data->stateThomas Gleixner2011-03-121-8/+7
| | * | | | | | | | | | x86: ioapic: Simplify irq chip and handler setupThomas Gleixner2011-03-121-27/+21
| | * | | | | | | | | | x86: Cleanup the genirq name spaceThomas Gleixner2011-03-124-39/+42
| | * | | | | | | | | | Merge branch 'x86/apic' into x86/irqThomas Gleixner2011-03-123-159/+122
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | | * | | | | | | | | x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner2011-02-231-4/+0
| | | * | | | | | | | | x86: ioapic: Implement and use io_apic_setup_irq_pin_once()Thomas Gleixner2011-02-231-32/+25
| | | * | | | | | | | | x86: ioapic: Remove useless inlinesThomas Gleixner2011-02-231-12/+2
| | | * | | | | | | | | x86: ioapic: Make a few functions staticThomas Gleixner2011-02-231-27/+28
| | | * | | | | | | | | x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()Thomas Gleixner2011-02-231-10/+6
| | | * | | | | | | | | x86: ioapic: Use setup function in __io_apic_setup_irqs()Thomas Gleixner2011-02-231-12/+5
| | | * | | | | | | | | x86: ioapic: Use setup function in __io_apic_set_pci_routing()Thomas Gleixner2011-02-231-31/+3
| | | * | | | | | | | | x86: ioapic: Use new setup function in pre_init_apic_IRQ0()Thomas Gleixner2011-02-231-7/+2
| | | * | | | | | | | | x86: ioapic: Add io_apic_setup_irq_pin()Thomas Gleixner2011-02-231-0/+15
| | | * | | | | | | | | x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs()Thomas Gleixner2011-02-231-6/+13
| | | * | | | | | | | | x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs()Thomas Gleixner2011-02-231-20/+12
| | | * | | | | | | | | x86: Add dummy functions for compiling without IOAPICHenrik Kretzschmar2011-02-231-1/+1
| | | * | | | | | | | | x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar2011-02-233-4/+17
| | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | x86: Eliminate pointless adjustment attempts in fixup_irqs()Jan Beulich2011-02-181-1/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-152-7/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86: Combine printk()s in show_regs_common()Jan Beulich2011-02-181-6/+3
| | * | | | | | | | | x86: Don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler()Jan Beulich2011-02-181-1/+0
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-154-57/+37
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86: Fix and clean up generic_processor_info()Yinghai Lu2011-02-141-19/+20
| | * | | | | | | | | Merge commit 'v2.6.38-rc4' into x86/cpuIngo Molnar2011-02-146-27/+46
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | x86: Don't copy per_cpu cpuinfo for BSP two timesYinghai Lu2011-01-261-3/+3