summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | powerpc/fsl_msi: enable msi allocation in all banksLi Yang2010-05-242-3/+13
| | * | | | | powerpc/fsl_msi: fix the conflict of virt_msir's chip_dataLi Yang2010-05-241-6/+27
| | * | | | | powerpc/fsl_msi: Add multiple MSI bank supportLan Chunhe-B258062010-05-241-15/+25
| | * | | | | powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior2010-05-246-1/+74
| | * | | | | powerpc/fsl-booke: Move the entry setup code into a seperate fileSebastian Andrzej Siewior2010-05-242-198/+201
| | * | | | | powerpc/fsl-booke: fix the case where we are not in the first pageSebastian Andrzej Siewior2010-05-241-0/+1
| | * | | | | powerpc/85xx: Enable support for ports 3 and 4 on 8548 CDSAndy Fleming2010-05-211-4/+0
| | * | | | | powerpc/fsl-booke: Add hibernation support for FSL BookE processorsAnton Vorontsov2010-05-212-2/+199
| | * | | | | powerpc/e500mc: Implement machine check handler.Scott Wood2010-05-214-12/+112
| * | | | | | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2010-05-319-7/+2217
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | powerpc/44x: icon: select SM502 and frame buffer console supportAnatolij Gustschin2010-05-261-7/+142
| | * | | | | powerpc/44x: Add basic ICON PPC440SPe board supportStefan Roese2010-05-124-1/+1776
| | * | | | | powerpc/44x: Fix UART clocks on 440SPeBenjamin Herrenschmidt2010-05-121-6/+6
| | * | | | | powerpc/44x: Add reset-type to katmai.dtsStefan Roese2010-05-071-0/+1
| | * | | | | powerpc/44x: Adding PCI-E support for PowerPC 460SX based SOC.Tirumala Marri2010-05-073-0/+299
* | | | | | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-0154-105/+103
|\ \ \ \ \ \ \
| * | | | | | | add random binaries to .gitignoreJan III Sobieski2010-04-081-0/+3
| * | | | | | | Rename .text.start to .text..start.Denys Vlasenko2010-03-032-2/+2
| * | | | | | | Rename special text sections in arch/frv from .text.XXX to .text..XXX.Denys Vlasenko2010-03-035-8/+8
| * | | | | | | Rename .data.lock_aligned to .data..lock_aligned.Denys Vlasenko2010-03-032-3/+3
| * | | | | | | Rename .data.initvect to .data..initvect.Denys Vlasenko2010-03-033-3/+3
| * | | | | | | Rename .data.init to .data..init.Denys Vlasenko2010-03-032-2/+2
| * | | | | | | Rename .data.nosave to .data..nosave.Denys Vlasenko2010-03-031-1/+1
| * | | | | | | Rename .text.startup to .text..startup.Denys Vlasenko2010-03-032-2/+2
| * | | | | | | Rename .text.page_aligned to .text..page_aligned.Denys Vlasenko2010-03-032-2/+2
| * | | | | | | Rename .text.lock to .text..lock.Denys Vlasenko2010-03-032-3/+3
| * | | | | | | Rename .text.ivt to .text..ivt.Denys Vlasenko2010-03-033-3/+3
| * | | | | | | Rename .rodata.compressed to .rodata..compressed.Denys Vlasenko2010-03-033-4/+4
| * | | | | | | Rename .data.vmpages and .data.vm0.XXX to .data..vmpages and .data..vm0.XXX.Denys Vlasenko2010-03-032-7/+7
| * | | | | | | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-0311-11/+11
| * | | | | | | Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-031-1/+1
| * | | | | | | Rename .data..patch.XXX to .data..patch.XXX.Denys Vlasenko2010-03-035-25/+25
| * | | | | | | Rename .data.init_irqstack to .data..init_irqstack.Denys Vlasenko2010-03-033-3/+3
| * | | | | | | Rename .data.gate to .data..gate.Denys Vlasenko2010-03-034-5/+5
| * | | | | | | Rename .bss.stack to .bss..stack.Denys Vlasenko2010-03-032-2/+2
| * | | | | | | Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott2010-03-031-1/+1
| * | | | | | | Rename .data.page_aligned to .data..page_aligned.Tim Abbott2010-03-032-2/+2
| * | | | | | | powerpc: remove unused __page_aligned definition.Tim Abbott2010-03-031-8/+0
| * | | | | | | Rename .data.init_task to .data..init_task.Tim Abbott2010-03-032-4/+2
| * | | | | | | Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott2010-03-032-2/+2
| * | | | | | | kbuild: move -fno-dwarf2-cfi-asm to powerpc onlyAndi Kleen2010-02-051-0/+5
| * | | | | | | scripts: change scripts to use system python instead of envDon Zickus2010-02-021-1/+1
* | | | | | | | Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds2010-06-0114-90/+97
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | CRIS: Don't use mask_irq as symbol nameJesper Nilsson2010-05-256-22/+21
| * | | | | | | CRIS: Simplify param.h by simply including <asm-generic/param.h>Jesper Nilsson2010-05-251-15/+2
| * | | | | | | CRISv10: Whitespace fixes for hw_settings.SJesper Nilsson2010-05-251-8/+6
| * | | | | | | CRISv10: Trivial fixes.Jesper Nilsson2010-05-251-8/+7
| * | | | | | | CRISv32: Fix RS485 port 4 CD Kconfig item.Jesper Nilsson2010-05-251-1/+1
| * | | | | | | CRISv32: Remove duplicated Kconfig items.Jesper Nilsson2010-05-251-14/+0
| * | | | | | | cris: push down BKL into some device driversArnd Bergmann2010-04-294-22/+60
OpenPOWER on IntegriCloud