aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-29x86 merge fallout: umlAl Viro2-6/+2
2007-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds8-20/+30
2007-10-27scatterlist fallout: frvAl Viro1-1/+2
2007-10-27x86: Dump filtering supports x86_64 sparsememKen'ichi Ohmichi1-0/+2
2007-10-27x86: fix compiler warnings in arch/x86/kernel/early-quirks.cJeff Garzik1-1/+3
2007-10-27x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.cJeff Garzik1-2/+1
2007-10-27x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman3-8/+21
2007-10-27x86: voyager: fix bogus conversion to per_cpu for boot_cpu_infoJames Bottomley1-2/+2
2007-10-27x86: export smp_ops to allow modular build of KVMThomas Gleixner1-0/+1
2007-10-27Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner1-7/+0
2007-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds14-78/+55
2007-10-27[SPARC32]: Fix build-warning in io-unit.cDavid S. Miller1-1/+1
2007-10-27[SPARC32]: __inline__ --> inlineDavid S. Miller5-21/+17
2007-10-27[SPARC64]: __inline__ --> inlineDavid S. Miller8-56/+37
2007-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setupLinus Torvalds5-25/+51
2007-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds13-85/+63
2007-10-25x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin4-5/+5
2007-10-25x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin2-20/+46
2007-10-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2007-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2-4/+4
2007-10-25Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-5/+7
2007-10-25x86: kill the old i386 and x86_64 directoriesSam Ravnborg2-2/+0
2007-10-25x86: move i386 and x86_64 Kconfig files to x86 directorySam Ravnborg3-1/+1
2007-10-25x86: unification of i386 and x86_64 Kconfig.debugRandy Dunlap4-73/+43
2007-10-25x86: move defconfig files for i386 and x86_64 to x86Sam Ravnborg3-1/+4
2007-10-25x86: move i386 and x86_64 Makefiles to arch/x86Sam Ravnborg4-9/+16
2007-10-25x86: pci-gart fixFUJITA Tomonori1-2/+1
2007-10-25lguest: documentation updateRusty Russell2-26/+30
2007-10-25lguest: build fixJeff Garzik1-0/+1
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell1-3/+2
2007-10-24blackfin: fix sg falloutAdrian Bunk1-0/+1
2007-10-24arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong1-0/+2
2007-10-24x86: fix bogus KERN_ALERT on oopsAlexey Dobriyan1-1/+1
2007-10-24x86: lguest build fixJeff Garzik1-0/+1
2007-10-24x86: fix CONFIG_KEXEC build breakageMike Galbraith1-3/+3
2007-10-24m68k: sg falloutGeert Uytterhoeven1-1/+1
2007-10-24More SG build fixesDavid Miller1-1/+1
2007-10-24SG build fixDavid Miller1-1/+1
2007-10-23[SPARC64]: pass correct addr in get_fb_unmapped_area(MAP_FIXED)Chris Wright1-1/+1
2007-10-23m68knommu: mark mem init functions as __initGreg Ungerer1-2/+2
2007-10-23m68knommu: mark setup_arch() as __initGreg Ungerer1-1/+1
2007-10-23m68knommu: cleanup 68VZ328 init codeGreg Ungerer1-11/+1
2007-10-23m68knommu: cleanup 68EZ328 init codeGreg Ungerer1-17/+2
2007-10-23m68knommu: cleanup 68360 startup codeGreg Ungerer1-35/+16
2007-10-23m68knommu: cleanup 68328 timer codeGreg Ungerer1-12/+15
2007-10-23m68knommu: cleanup 68328 init codeGreg Ungerer1-22/+2
2007-10-23m68knommu: remove unused variables in setup.cGreg Ungerer1-3/+0
2007-10-23Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds2-4/+4
2007-10-23[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2-4/+4
2007-10-23Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds33-430/+368