-
- Downloads
Merge branch 'x86-mrst-for-linus' of...
Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (30 commits) x86, mrst: Fix whitespace breakage in apb_timer.c x86, mrst: Fix APB timer per cpu clockevent x86, mrst: Remove X86_MRST dependency on PCI_IOAPIC x86, olpc: Use pci subarch init for OLPC x86, pci: Add arch_init to x86_init abstraction x86, mrst: Add Kconfig dependencies for Moorestown x86, pci: Exclude Moorestown PCI code if CONFIG_X86_MRST=n x86, numaq: Make CONFIG_X86_NUMAQ depend on CONFIG_PCI x86, pci: Add sanity check for PCI fixed bar probing x86, legacy_irq: Remove duplicate vector assigment x86, legacy_irq: Remove left over nr_legacy_irqs x86, mrst: Platform clock setup code x86, apbt: Moorestown APB system timer driver x86, mrst: Add vrtc platform data setup code x86, mrst: Add platform timer info parsing code x86, mrst: Fill in PCI functions in x86_init layer x86, mrst: Add dummy legacy pic to platform setup x86/PCI: Moorestown PCI support x86, ioapic: Add dummy ioapic functions x86, ioapic: Early enable ioapic for timer irq ... Fixed up semantic conflict of new clocksources due to commit 17622339 ("clocksource: add argument to resume callback").
No related branches found
No related tags found
Showing
- Documentation/kernel-parameters.txt 6 additions, 0 deletionsDocumentation/kernel-parameters.txt
- arch/x86/Kconfig 15 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/include/asm/apb_timer.h 70 additions, 0 deletionsarch/x86/include/asm/apb_timer.h
- arch/x86/include/asm/hw_irq.h 0 additions, 7 deletionsarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/i8259.h 12 additions, 7 deletionsarch/x86/include/asm/i8259.h
- arch/x86/include/asm/io_apic.h 5 additions, 2 deletionsarch/x86/include/asm/io_apic.h
- arch/x86/include/asm/irq.h 0 additions, 1 deletionarch/x86/include/asm/irq.h
- arch/x86/include/asm/mrst.h 19 additions, 0 deletionsarch/x86/include/asm/mrst.h
- arch/x86/include/asm/numaq.h 1 addition, 0 deletionsarch/x86/include/asm/numaq.h
- arch/x86/include/asm/olpc.h 2 additions, 18 deletionsarch/x86/include/asm/olpc.h
- arch/x86/include/asm/pci.h 8 additions, 1 deletionarch/x86/include/asm/pci.h
- arch/x86/include/asm/pci_x86.h 17 additions, 5 deletionsarch/x86/include/asm/pci_x86.h
- arch/x86/include/asm/setup.h 0 additions, 2 deletionsarch/x86/include/asm/setup.h
- arch/x86/include/asm/visws/cobalt.h 2 additions, 0 deletionsarch/x86/include/asm/visws/cobalt.h
- arch/x86/include/asm/x86_init.h 15 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/Makefile 1 addition, 0 deletionsarch/x86/kernel/Makefile
- arch/x86/kernel/acpi/boot.c 4 additions, 0 deletionsarch/x86/kernel/acpi/boot.c
- arch/x86/kernel/apb_timer.c 784 additions, 0 deletionsarch/x86/kernel/apb_timer.c
- arch/x86/kernel/apic/apic.c 4 additions, 4 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/io_apic.c 53 additions, 33 deletionsarch/x86/kernel/apic/io_apic.c
Loading
Please register or sign in to comment