summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [MIPS] Malta: Fix software reset on big endianDmitri Vorobiev2008-01-111-4/+6
| * | | [MIPS] pnx8xxx: move to clocksourceVitaly Wool2008-01-111-37/+72
| * | | [MIPS] Wrong CONFIG option prevents setup of DMA zone.Thomas Bogendoerfer2008-01-111-1/+1
| |/ /
| * | x86: fix do_fork_idle section mismatchThomas Gleixner2008-01-081-1/+1
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-01-079-47/+57
| |\ \
| | * | [MIPS] Fix CONFIG_BOOT_RAW.Ralf Baechle2008-01-071-1/+2
| | * | [MIPS] Assume R4000/R4400 newer than 3.0 don't have the mfc0 count bugThomas Bogendoerfer2008-01-071-2/+2
| | * | [MIPS] Fix IP32 breakageThomas Bogendoerfer2008-01-074-13/+19
| | * | [MIPS] Alchemy: Fix use of __init code bug exposed by modpost warningSergei Shtylyov2008-01-072-29/+32
| | * | [MIPS] Move inclusing of kernel/time/Kconfig menu to appropriate placeAtsushi Nemoto2008-01-071-2/+2
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-01-062-1/+21
| |\ \ \ | | |/ / | |/| |
| | * | [ARM] 4691/1: add missing i2c_board_info struct for at91rm9200Jan Altenberg2008-01-061-0/+9
| | * | [ARM] 4735/1: Unbreak pxa25x suspend/resumeRichard Purdie2008-01-031-1/+12
| * | | [IA64] Update Altix nofault codeRuss Anderson2008-01-031-3/+7
| |/ /
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-01-011-9/+0
| |\ \
| | * | [POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=yPaul Mackerras2008-01-021-9/+0
| * | | fix lguest rmmod "bad pgd"Rusty Russell2008-01-011-1/+1
| |/ /
| * | [POWERPC] PS3: Fix printing of os-area magic numbersGeoff Levand2007-12-281-10/+30
| * | [POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson2007-12-287-38/+95
| * | [SPARC64]: Implement pci_resource_to_user()David S. Miller2007-12-261-0/+16
| * | Revert "x86: fix show cpuinfo cpu number always zero"Linus Torvalds2007-12-251-1/+1
| * | uml: user of helper_wait() got missed when it got extra argumentsAl Viro2007-12-231-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-12-212-2/+2
| |\ \
| | * | [SPARC32]: Spelling fixesJoe Perches2007-12-201-1/+1
| | * | [SPARC64]: Spelling fixesJoe Perches2007-12-201-1/+1
* | | | [POWERPC] Provide a way to protect 4k subpages when using 64k pagesPaul Mackerras2008-01-246-18/+304
* | | | [POWERPC] mpc5200: merge defconfigs for all mpc5200 boardsGrant Likely2008-01-211-57/+496
* | | | [POWERPC] mpc5200: Add generic support for simple MPC5200 based boardsMarian Balakowicz2008-01-185-5/+112
* | | | [POWERPC] mpc5200: Add Promess Motion-PRO DTSMarian Balakowicz2008-01-181-0/+309
* | | | [POWERPC] mpc5200: add CM5200 DTSMarian Balakowicz2008-01-181-0/+236
* | | | [POWERPC] mpc5200: Add TQM5200 DTSMarian Balakowicz2008-01-181-0/+184
* | | | [POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions.Grant Likely2008-01-185-50/+33
* | | | [POWERPC] mpc5200: Add common mpc52xx_setup_pci() routineMarian Balakowicz2008-01-182-11/+15
* | | | [POWERPC] mpc5200: Add 'fsl,lpb' bus type for localplus busMarian Balakowicz2008-01-181-1/+11
* | | | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/olof...Paul Mackerras2008-01-176-121/+6
|\ \ \ \
| * | | | [POWERPC] pasemi: Move electra-ide to pata_of_platformOlof Johansson2008-01-154-108/+2
| * | | | [POWERPC] pasemi: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-022-12/+3
| * | | | [POWERPC] pasemi: Fix NMI handling checkOlof Johansson2008-01-021-1/+1
* | | | | [POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants.Jon Loeliger2008-01-173-3/+4
* | | | | [POWERPC] Check that the syscall table matches the syscall numbersStephen Rothwell2008-01-173-0/+101
* | | | | [POWERPC] Add hugepagesz boot-time parameterJon Tollefson2008-01-172-34/+96
* | | | | [POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell2008-01-175-11/+8
* | | | | [POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-176-26/+8
* | | | | [POWERPC] powermac: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-174-19/+6
* | | | | [POWERPC] Update .gitignore filesJochen Friedrich2008-01-172-0/+4
* | | | | [POWERPC] pci_32.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-7/+13
* | | | | [POWERPC] eeh.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-22/+21
* | | | | [POWERPC] iSeries: eliminate pci_dn bussubnoStephen Rothwell2008-01-172-10/+7
* | | | | [POWERPC] The pci_dn pcidev is only used by EEHStephen Rothwell2008-01-171-1/+0
* | | | | [POWERPC] Use for_each macros in arch/powerpc/platforms/powermacCyrill Gorcunov2008-01-171-2/+1
OpenPOWER on IntegriCloud