summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-06-30[MIPS] MIPS32/MIPS64 S-cache fix and cleanupAtsushi Nemoto1-32/+3
2006-06-30[MIPS] excite: PCI makefile needs to use += if it wants a chance to work.Ralf Baechle1-1/+1
2006-06-30[MIPS] excite: plat_setup -> plat_mem_setup.Ralf Baechle1-1/+1
2006-06-30[MIPS] au1xxx: export dbdma functionsDomen Puncer1-0/+4
2006-06-30[MIPS] au1xxx: dbdma, no sleeping under spin_lockDomen Puncer1-1/+1
2006-06-30[MIPS] Early printk for IP27.Ralf Baechle3-27/+25
2006-06-30[MIPS] Fix handling of 0 length I & D caches.Chris Dearman1-23/+41
2006-06-30[MIPS] Typo fixes.Chris Dearman1-3/+3
2006-06-30[MIPS] MIPS32/MIPS64 secondary cache managementChris Dearman5-7/+168
2006-06-30[MIPS] Remove first timer interrupt setup in wrppmc_timer_setup()Yoichi Yuasa1-4/+0
2006-06-30[MIPS] Fix configuration of R2 CPU features and multithreading.Ralf Baechle2-34/+53
2006-06-30[MIPS] Fix build error: don't offer SMP on systems that don't have SMP.Ralf Baechle3-3/+12
2006-06-30[MIPS] Limit MIPS_MT to MIPS32R2 only.Ralf Baechle1-0/+2
2006-06-30[MIPS] Remove set_c0_status(ST0_IM) from wrppmc's irq.c.Yoichi Yuasa1-3/+0
2006-06-30[MIPS] Remove unused system type name for DDB5074 and DDB5476.Yoichi Yuasa1-2/+0
2006-06-30[MIPS] Removes unused functions for GT64120Yoichi Yuasa2-148/+0
2006-06-30[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle6-15/+15
2006-06-30[MIPS] Consistent formatting for Qemu makefile segment.Ralf Baechle1-0/+1
2006-06-30[MIPS] Wire up tee(2).Ralf Baechle4-0/+4
2006-06-30[MIPS] Only register RAM as resources if UNCAC_BASE != IO_BASE.Ralf Baechle1-0/+3
2006-06-30[MIPS] Fix the build error of Wind River PPMC board, rewrite irq code to CMark.Zhan5-66/+16
2006-06-29Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds24-94/+297
2006-06-29Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds24-25/+575
2006-06-29[PATCH] m68knommu: remove fixed ROM region setups from linker scriptGreg Ungerer1-60/+6
2006-06-29[PATCH] m68knommu: configuration options for ROM regionGreg Ungerer1-0/+53
2006-06-29[PATCH] m68knommu: fix 68EZ328/config.c asmGreg Ungerer1-7/+7
2006-06-29[PATCH] m68knommu: fix 68VZ328/config.c asmGreg Ungerer1-7/+7
2006-06-29[PATCH] m68knommu: fix 68360/config.c asmGreg Ungerer1-7/+7
2006-06-29[PATCH] m68knommu: include irqnode.h in 68360/ints.cGreg Ungerer1-0/+1
2006-06-29[PATCH] m68knommu: build support for 68328 romvec.SGreg Ungerer1-0/+1
2006-06-29[PATCH] m68knommu: remove romvec asm code from ints.cGreg Ungerer1-19/+1
2006-06-29[PATCH] m68knommu: create romvec.S for 68328Greg Ungerer1-0/+37
2006-06-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds4-6/+12
2006-06-29[PATCH] x86_64: oprofile build fixAndrew Morton1-0/+2
2006-06-29[PATCH] powermac backlight fixesMichael Hanselmann1-2/+12
2006-06-29[PATCH] x86: do_IRQ(): check irq numberAndrew Morton2-0/+12
2006-06-28[PATCH] small fix for not releasing the mmap semaphore in i386/arch_setup_add...pageexec@freemail.hu1-6/+4
2006-06-28[IA64-SGI] fix prom revision checks in SN kernelAaron Young2-2/+2
2006-06-28[ARM] nommu: backtrace code must not reference a discarded sectionRussell King1-4/+1
2006-06-28[ARM] nommu: Initial uCLinux support for MMU-based CPUsHyok S. Choi13-0/+129
2006-06-28[ARM] nommu: prevent Xscale-based machines being selectedRussell King1-0/+5
2006-06-28[ARM] nommu: export flush_dcache_page()Hyok S. Choi1-0/+1
2006-06-28[ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu buildRussell King1-4/+4
2006-06-28[ARM] Remove TABLE_SIZE, and several unused function prototypesRussell King1-2/+0
2006-06-28[ARM] nommu: Provide a simple flush_dcache_page implementationRussell King2-2/+10
2006-06-28[ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig filesHyok S. Choi1-0/+4
2006-06-28[ARM] nommu: add stubs for ioremap and friendsRussell King4-48/+92
2006-06-28[ARM] nommu: avoid selecting TLB and CPU specific copy codeHyok S. Choi1-29/+32
2006-06-28[ARM] nommu: uaccess tweaksRussell King3-7/+21
2006-06-28[ARM] nommu: we need the TLS register emulation for nommu modeRussell King1-3/+3