aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MIPS: ath79: utilize the MIPS multi-machine supportGabor Juhos2011-01-183-0/+37
| * | | | MIPS: ath79: add GPIOLIB supportGabor Juhos2011-01-187-2/+252
| * | | | MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCsGabor Juhos2011-01-1820-0/+1365
| * | | | MIPS: jump label: Add MIPS support.David Daney2011-01-185-0/+110
| * | | | MIPS: Use WARN() in uasm for better diagnostics.David Daney2011-01-181-24/+16
| * | | | MIPS: Optimize TLB handlers for Octeon CPUsDavid Daney2011-01-181-51/+310
| * | | | MIPS: Add LDX and LWX instructions to uasm.David Daney2011-01-183-1/+24
| * | | | MIPS: Use BBIT instructions in TLB handlersDavid Daney2011-01-181-29/+90
| * | | | MIPS: Declare uasm bbit0 and bbit1 functions.David Daney2011-01-181-0/+2
| * | | | MIPS: Use C0_KScratch (if present) to hold PGD pointer.David Daney2011-01-183-18/+108
| * | | | MIPS: Add DINSM to uasm.David Daney2011-01-182-1/+11
| * | | | MIPS: Probe for presence of KScratch registers.David Daney2011-01-183-0/+5
| * | | | MIPS: Add generic support for multiple machines within a single kernelGabor Juhos2011-01-186-1/+157
| * | | | MIPS: Use printf extension %pR for struct resourceJoe Perches2011-01-181-5/+2
| * | | | MIPS: Sibyte: Use vzalloc in sbbus profilerJoe Perches2011-01-181-2/+1
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds2011-01-181-12/+1
|\ \ \ \ \
| * | | | | parisc: fix compile breakage caused by inlining maybe_mkwriteJames Bottomley2011-01-151-1/+3
| * | | | | parisc : Remove broken line wrapping handling pdc_iodc_print()Guy Martin2011-01-151-12/+1
* | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-01-182-2/+5
|\ \ \ \ \ \
| * | | | | | microblaze: Fix asm/pgtable.hMichal Simek2011-01-161-2/+4
| * | | | | | microblaze: Fix missing pagemap.hMichal Simek2011-01-161-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-01-1838-623/+727
|\ \ \ \ \ \
| * | | | | | m68knommu: fix broken setting of irq_chip and handlerGreg Ungerer2011-01-071-2/+2
| * | | | | | m68knommu: switch to using -mcpu= flags for ColdFire targetsGreg Ungerer2011-01-051-5/+5
| * | | | | | m68knommu: arch/m68knommu/Kconfig whitespace cleanupPhilippe De Muyter2011-01-051-10/+10
| * | | | | | m68knommu: create optimal separate instruction and data cache for ColdFireGreg Ungerer2011-01-054-20/+83
| * | | | | | m68knommu: support ColdFire caches that do copyback and write-throughGreg Ungerer2011-01-053-1/+35
| * | | | | | m68knommu: support version 2 ColdFire split cacheGreg Ungerer2011-01-052-14/+48
| * | | | | | m68knommu: make cache push code ColdFire genericGreg Ungerer2011-01-054-39/+56
| * | | | | | m68knommu: clean up ColdFire cache control codeGreg Ungerer2011-01-056-192/+80
| * | | | | | m68knommu: move inclusion of ColdFire v4 cache registersGreg Ungerer2011-01-054-5/+5
| * | | | | | m68knommu: merge bit definitions for version 3 ColdFire cache controllerGreg Ungerer2011-01-053-54/+56
| * | | | | | m68knommu: create bit definitions for the version 2 ColdFire cache controllerGreg Ungerer2011-01-058-0/+72
| * | | | | | m68knommu: remove empty __iounmap() it is no usedGreg Ungerer2011-01-052-10/+0
| * | | | | | m68knommu: remove kernel_map() code, it is not usedGreg Ungerer2011-01-052-34/+1
| * | | | | | m68knommu: remove do_page_fault(), it is not usedGreg Ungerer2011-01-052-58/+1
| * | | | | | m68knommu: use user stack pointer hardware on some ColdFire coresGreg Ungerer2011-01-057-55/+72
| * | | | | | m68knommu: remove command line printing DEBUGGreg Ungerer2011-01-051-5/+0
| * | | | | | m68knommu: remove fasthandler interrupt codeGreg Ungerer2011-01-051-27/+1
| * | | | | | m68knommu: move UART addressing to part specific includesGreg Ungerer2011-01-0512-45/+74
| * | | | | | m68knommu: fix clock rate value reported for ColdFire 54xx partsGreg Ungerer2011-01-0512-21/+34
| * | | | | | m68knommu: move ColdFire CPU names into their headersGreg Ungerer2011-01-0512-44/+30
| * | | | | | m68knommu: add support for the ColdFire 547x family of processorsGreg Ungerer2011-01-051-1/+6
| * | | | | | m68knommu: make Coldfire 548x support more genericGreg Ungerer2011-01-0514-44/+49
| * | | | | | m68knommu: Use symbolic constants for cache operations on M54xxPhilippe De Muyter2011-01-053-17/+65
| * | | | | | m68knommu: Move __flush_cache_all definition for m54xx in m54xxacr.hPhilippe De Muyter2011-01-052-23/+36
| * | | | | | m68knommu: Create new m54xxacr.h from m5407sim.h subpartPhilippe De Muyter2011-01-052-34/+43
* | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-181-0/+1
|\ \ \ \ \ \ \
| * | | | | | | powerpc: perf: Fix frequency calculation for overflowing countersAnton Blanchard2011-01-171-0/+1
* | | | | | | | ARM: S5PV310: Add missing virtual ASoC DMA deviceJassi Brar2011-01-182-2/+4