summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-02-24x86: dtb: Add a device tree for CE4100Sebastian Andrzej Siewior1-0/+428
2011-02-24x86: Add device tree supportSebastian Andrzej Siewior8-13/+106
2011-02-24x86: e820: Remove conditional early mapping in parse_e820_extSebastian Andrzej Siewior3-11/+16
2011-02-23Merge branch 'x86/apic' into x86/platformThomas Gleixner6-176/+163
2011-02-23x86: ioapic: Move trigger defines to io_apic.hThomas Gleixner2-4/+4
2011-02-23x86: ioapic: Implement and use io_apic_setup_irq_pin_once()Thomas Gleixner1-32/+25
2011-02-23x86: ioapic: Remove useless inlinesThomas Gleixner1-12/+2
2011-02-23x86: ioapic: Make a few functions staticThomas Gleixner2-32/+28
2011-02-23x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()Thomas Gleixner1-10/+6
2011-02-23x86: ioapic: Use setup function in __io_apic_setup_irqs()Thomas Gleixner1-12/+5
2011-02-23x86: ioapic: Use setup function in __io_apic_set_pci_routing()Thomas Gleixner1-31/+3
2011-02-23x86: ioapic: Use new setup function in pre_init_apic_IRQ0()Thomas Gleixner1-7/+2
2011-02-23x86: ioapic: Add io_apic_setup_irq_pin()Thomas Gleixner2-0/+17
2011-02-23x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs()Thomas Gleixner1-6/+13
2011-02-23x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs()Thomas Gleixner1-20/+12
2011-02-23x86: OLPC: Make OLPC=n build againThomas Gleixner1-0/+7
2011-02-23x86: Fix deps of X86_UP_IOAPICHenrik Kretzschmar1-1/+1
2011-02-23x86: Add dummy functions for compiling without IOAPICHenrik Kretzschmar2-1/+19
2011-02-23x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar4-4/+20
2011-02-23x86: Add dummy mp_save_irq()Henrik Kretzschmar1-0/+1
2011-02-23x86: Move ioapic_irq_destination_types to apicdef.hHenrik Kretzschmar2-11/+12
2011-02-23x86: OLPC: Remove extra OLPC_OPENFIRMWARE_DT indirectionThomas Gleixner3-8/+4
2011-02-23x86: OLPC: Cleanup config maze completelyThomas Gleixner4-20/+5
2011-02-23x86: OLPC: Hide OLPC_OPENFIRMWARE config switchThomas Gleixner1-8/+2
2011-02-23x86: OLPC: Remove redundant !X64_64 config dependencyThomas Gleixner1-2/+2
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner16-55/+84
2011-02-22Merge branch 'devicetree/for-x86' of git://git.secretlab.ca/git/linux-2.6 int...Thomas Gleixner214-4571/+8533
2011-02-19x86: mrst: Remove apb timer read workaroundjacob.jun.pan@linux.intel.com1-56/+4
2011-02-18x86/pci: Remove unused variableSebastian Andrzej Siewior1-1/+1
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-02-15Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-13/+33
2011-02-15x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar1-6/+16
2011-02-15x86, ioapic: Don't warn about non-existing IOAPICs if we have nonePaul Bolle1-0/+3
2011-02-14mrst/vrtc: Avoid using cmos rtc opsFeng Tang2-12/+6
2011-02-14x86/platform: Add a wallclock_init func to x86_init.timers opsFeng Tang3-0/+5
2011-02-14x86: Fix mwait_usable section mismatchBorislav Petkov2-2/+2
2011-02-12x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner1-1/+2
2011-02-12x86: Fix text_poke_smp_batch() deadlockPeter Zijlstra1-1/+1
2011-02-12Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2011-02-10x86: Fix section mismatch in LAPIC initializationJan Beulich3-4/+10
2011-02-09KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel1-1/+1
2011-02-07x86, nx: Mark the ACPI resume trampoline code as +xH. Peter Anvin1-3/+10
2011-02-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-33/+26
2011-02-05x86-32: Make sure the stack is set up before we use itH. Peter Anvin4-24/+17
2011-02-04x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s...Suresh Siddha1-2/+3
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+10
2011-02-03x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha1-1/+9
2011-02-03x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET1-8/+0
2011-01-28Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-13/+13
2011-01-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-35/+13