aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller177-1258/+4459
2008-10-30Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-0/+26
2008-10-31gianfar: Fix race in TBI/SerDes configurationTrent Piepho1-0/+26
2008-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-12/+20
2008-10-30Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-40/+85
2008-10-31lguest: fix irq vectors.Rusty Russell1-0/+3
2008-10-31lguest: fix early_ioremap.Rusty Russell1-12/+17
2008-10-31x86: cpu_index build fixIngo Molnar1-0/+2
2008-10-31x86/voyager: fix missing cpu_index initialisationJames Bottomley2-0/+3
2008-10-31x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c600fee1e2James Bottomley3-1/+11
2008-10-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds18-13/+79
2008-10-30x86: fix /dev/mem mmap breakage when PAT is disabledRavikiran G Thirumalai1-0/+4
2008-10-30x86/voyager: fix compile breakage casued by x86: move prefill_possible_map calling earlyJames Bottomley1-0/+6
2008-10-30x86: use CONFIG_X86_SMP instead of CONFIG_SMPJames Bottomley2-2/+2
2008-10-30x86/voyager: fix boot breakage caused by x86: boot secondary cpus through initial_codeJames Bottomley1-1/+4
2008-10-30Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds20-305/+281
2008-10-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-31/+34
2008-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds4-9/+16
2008-10-30x86, uv: fix compile error in uv_hub.hMike Travis1-0/+1
2008-10-30.gitignore updatesAlexey Dobriyan1-0/+2
2008-10-30[ARM] 5326/1: AFEB9260: Fix for i2c_board_info structureSergey Lapin1-0/+1
2008-10-30Merge branch 'for-rmk-rc' of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6Russell King4-3/+25
2008-10-30[ARM] mx31ads: Add missing includeSascha Hauer1-0/+2
2008-10-30[ARM] MXC: Fix mxc_gpio_get(), which must read PSR register instead DR.Darius Augulis1-1/+1
2008-10-30[ARM] MX3: Use ioremap wrapper to map SoC devices nonsharedSascha Hauer1-0/+20
2008-10-30CHAR: Delete old and now unused M48T35 RTC driver for SGI IP27.Ralf Baechle2-28/+0
2008-10-30CHAR: Delete old and now unused DS1286 driver.Ralf Baechle4-23/+0
2008-10-30MIPS: Sort out CPU type to name translation.Ralf Baechle1-127/+98
2008-10-30MIPS: Use the new byteorder headersHarvey Harrison1-24/+16
2008-10-30MIPS: Probe for watch registers on cores of all vendors, not just MTI.Ralf Baechle1-10/+12
2008-10-30MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle7-37/+37
2008-10-30MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.Ralf Baechle1-6/+0
2008-10-30MIPS: Consider value of c0_ebase when computing value of exception base.David Daney1-4/+9
2008-10-30MIPS: Clean up MIPSxx-optimized bitop functionsRalf Baechle1-38/+76
2008-10-30MIPS: New feature test macro cpu_has_mips_rRalf Baechle1-0/+2
2008-10-30MIPS: RBTX4927: Add GPIO-LED supportAtsushi Nemoto1-4/+21
2008-10-30MIPS: TXx9: Fix RBTX4939 ethernet address initializationAtsushi Nemoto1-4/+10
2008-10-30[ARM] gpio_free might sleep, arm architectureUwe Kleine-König6-0/+15
2008-10-30[ARM] ep93xx: fix OHCI DMA maskMatthias Kaehlcke1-2/+4
2008-10-30Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6Russell King122-855/+3949
2008-10-30[ARM] sharpsl_pm: fix compilation w/o CONFIG_PMDmitry Baryshkov1-5/+14
2008-10-30i386/PAE: fix pud_page()Jan Beulich1-2/+2
2008-10-30[ARM] pcm037: map AIPS1 and AIPS2 as nonshared areaSascha Hauer1-2/+2
2008-10-29x86: remove debug code from arch_add_memory()Gary Hade1-1/+1
2008-10-29x86: start annotating early ioremap pointers with __iomemHarvey Harrison2-14/+14
2008-10-29x86: two trivial sparse annotationsHarvey Harrison2-2/+2
2008-10-29[ARM] corgi_lcd: fix simultaneous compilation with corgi_blDmitry Baryshkov3-2/+7
2008-10-29[ARM] pxa/spitz: fix spi cs on spitzDmitry Baryshkov1-0/+12
2008-10-28x86: fix init_memory_mapping for [dc000000 - e0000000) - v2Yinghai Lu1-17/+33
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds29-118/+62