summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-10-2311-146/+230
|\
| * Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-10-2311-146/+230
| |\
| | * [POWERPC] 4xx: Enable EMAC on Bamboo boardJosh Boyer2007-10-193-50/+76
| | * [POWERPC] 4xx: Enable EMAC for PPC405 Walnut boardJosh Boyer2007-10-194-43/+66
| | * [POWERPC] 4xx: Fix timebase clock selection on WalnutJosh Boyer2007-10-191-2/+2
| | * [POWERPC] 4xx: Enable EMAC on the PPC 440GP Ebony boardJosh Boyer2007-10-191-45/+70
| | * [POWERPC] 4xx: Split early debug output and early boot console for 44xValentine Barshak2007-10-192-1/+1
| | * [POWERPC] 4xx: Enable NEW EMAC support for Sequoia 440EPx.Valentine Barshak2007-10-191-4/+3
| | * [POWERPC] 4xx: Add RGMII support for Sequoia 440EPxValentine Barshak2007-10-192-2/+13
* | | Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-235-4/+406
|\ \ \
| * | | [AVR32] ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2007-10-231-1/+1
| * | | [AVR32] Implement at32_add_device_cf()Haavard Skinnemoen2007-10-231-31/+102
| * | | [AVR32] Implement more at32_add_device_foo() functionsHaavard Skinnemoen2007-10-231-0/+208
| * | | [AVR32] Fix a couple of sparse warningsHaavard Skinnemoen2007-10-232-3/+3
| * | | [AVR32] Wire up AT73C213 sound driver on ATSTK1000 boardHans-Christian Egtvedt2007-10-231-0/+58
| * | | [AVR32] Platform code for pata_at32Kristoffer Nyborg Gregertsen2007-10-231-0/+65
* | | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-235-0/+9
|\ \ \ \
| * | | | sparc64: zero out dma_lengthFUJITA Tomonori2007-10-231-0/+5
| * | | | mips: sg_page() falloutJens Axboe2007-10-231-0/+1
| * | | | alpha: sg_virt() falloutJens Axboe2007-10-231-0/+1
| * | | | parisc: fix sg_page() falloutFUJITA Tomonori2007-10-231-0/+1
| * | | | arm: build fixFUJITA Tomonori2007-10-231-0/+1
| | |/ / | |/| |
* | | | m68knommu: cleanup m68knommu timer codeGreg Ungerer2007-10-2315-137/+29
* | | | m68knommu: fix make archcleanGreg Ungerer2007-10-231-1/+1
* | | | m68knommu: remove use of undefined symbols in setup.cGreg Ungerer2007-10-231-12/+0
* | | | m68knommu: fix syscall restart handlingGreg Ungerer2007-10-231-9/+1
* | | | m68knommu: add make support for Savant/Rosie1 boardWilson Callan2007-10-231-0/+1
* | | | m68knommu: no separate stack region to report at startupGreg Ungerer2007-10-231-4/+2
* | | | m68knommu: add config support for Savant/Rosie1 boardWilson Callan2007-10-231-1/+12
* | | | m68knommu: updated defconfigGreg Ungerer2007-10-231-211/+114
* | | | m68knommu: fix syscall tracingMatt Waddel2007-10-231-1/+4
|/ / /
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds2007-10-222-4/+4
|\ \ \
| * | | Blackfin arch: use KBUILD_CFLAGS and KBUILD_AFLAGS in MakefileBryan Wu2007-10-221-2/+2
| * | | Blackfin arch: Javier Herrer writes: fix building when icache and dcache is d...Mike Frysinger2007-10-221-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-10-229-151/+336
|\ \ \
| * | | [S390] 4level-fixup cleanupMartin Schwidefsky2007-10-223-8/+37
| * | | [S390] Cleanup page table definitions.Martin Schwidefsky2007-10-224-29/+114
| * | | [S390] Introduce follow_table in uaccess_pt.cMartin Schwidefsky2007-10-221-63/+22
| * | | [S390] Remove unused user_seg from thread structure.Martin Schwidefsky2007-10-221-2/+0
| * | | [S390] tlb flush fix.Martin Schwidefsky2007-10-221-1/+1
| * | | [S390] kernel: Fix dump on panic for DASDs under LPAR.Michael Holzheu2007-10-221-0/+2
| * | | [S390] Add per-cpu idle time / idle count sysfs attributes.Heiko Carstens2007-10-222-3/+76
| * | | [S390] Update default configuration.Martin Schwidefsky2007-10-221-46/+85
| |/ /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-228-125/+87
|\ \ \
| * | | [SPARC64]: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2007-10-221-2/+1
| * | | [SPARC64]: small Makefile cleanupsSam Ravnborg2007-10-223-14/+1
| * | | [SPARC64]: Stop using __do_IRQ().David S. Miller2007-10-223-50/+53
| * | | [SPARC64]: Update defconfig.David S. Miller2007-10-211-59/+32
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-225-41/+95
|\ \ \
| * \ \ Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xxPaul Mackerras2007-10-235-41/+95
| |\ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud