summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-08-08avr32: Remove include/asm-avr32/arch-at32apHaavard Skinnemoen1-14/+0
2008-08-08sparc64: Fix end-of-stack checking in save_stack_trace().David S. Miller1-2/+4
2008-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds139-0/+15825
2008-08-08powerpc/iseries: remove the old viocons driverStephen Rothwell1-10/+1
2008-08-08sparc: don't use asm/of_device.hStephen Rothwell16-16/+18
2008-08-08[ARM] Fix SMP booting with non-zero PHYS_OFFSETRussell King1-2/+2
2008-08-07Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King13-8/+91
2008-08-07[ARM] 5185/1: Fix spi num_chipselect for lubbockJonathan Cameron1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1336-1573/+64044
2008-08-07Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Russell King123-36/+7331
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King1648-9586/+146884
2008-08-07[ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/includeRussell King2-16/+20
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King391-409/+389
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King25-25/+0
2008-08-07[ARM] Fix circular include dependency with IRQ headersRussell King3-21/+20
2008-08-07[netdrvr] sh_eth: Add SH7619 supportYoshinori Sato1-0/+11
2008-08-07sparc64: Use kernel/uid16.c helpers instead of own copy.David S. Miller2-186/+10
2008-08-07Move all of include/asm-m68knommu to arch/m68knommu/include/asm.Greg Ungerer139-0/+15825
2008-08-07of/sparc: remove include of linux/of_platform.h from asm/of_platform.hStephen Rothwell1-3/+0
2008-08-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds4-222/+379
2008-08-06powerpc/4xx: Update defconfig files for 2.6.27-rc1Josh Boyer16-892/+2510
2008-08-06powerpc: 86xx: mpc8610_hpcd: add watchdog nodeAnton Vorontsov1-0/+5
2008-08-05remove unneeded #include <linux/ide.h>'sAdrian Bunk6-6/+1
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz3-3/+0
2008-08-05avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen18-38/+38
2008-08-05avr32: Introduce arch/avr32/mach-*/include/machHaavard Skinnemoen12-1/+550
2008-08-05avr32: Move include/asm-avr32 to arch/avr32/include/asmHaavard Skinnemoen96-0/+6746
2008-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-151/+166
2008-08-05powerpc/44x: Incorrect NOR offset in Warp DTSSean MacLennan1-1/+1
2008-08-05powerpc/44x: Warp DTS changes for board updatesSean MacLennan1-2/+18
2008-08-05powerpc/4xx: Cleanup Warp for i2c driver changes.Sean MacLennan1-15/+10
2008-08-05powerpc/44x: Adjust warp-nand resource end addressValentine Barshak1-1/+1
2008-08-05[ARM] pxa: introduce reset_status and clear_reset_status for driver's usageEric Miao8-3/+52
2008-08-05[ARM] pxa: introduce reset.h for reset specific header informationEric Miao3-0/+3
2008-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds32-397/+592
2008-08-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds277-69/+39209
2008-08-05mn10300: Fix up __bug_table handling in module loader.Paul Mundt1-1/+3
2008-08-05Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds135-0/+15320
2008-08-05sparc64: Remove all cpumask_t local variables in xcall dispatch.David S. Miller1-24/+9
2008-08-05sparc64: Kill error_mask from hypervisor_xcall_deliver().David S. Miller1-13/+7
2008-08-05sparc64: Build cpu list and mondo block at top-level xcall_deliver().David S. Miller1-44/+69
2008-08-05sparc64: Disable local interrupts around xcall_deliver_impl() invocation.David S. Miller1-17/+15
2008-08-05sparc64: Make all xcall_deliver's go through common helper function.David S. Miller1-4/+9
2008-08-05sparc64: Always allocate the send mondo blocks, even on non-sun4v.David S. Miller1-3/+16
2008-08-05[IA64] Update generic configTony Luck1-4/+67
2008-08-05sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.David S. Miller1-7/+11
2008-08-05sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.David S. Miller1-4/+2
2008-08-05sparc64: Call xcall_deliver() directly in some cases.David S. Miller1-23/+10
2008-08-05sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.David S. Miller1-18/+21
2008-08-05sparc64: Use xcall_deliver() consistently.David S. Miller1-23/+17