aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto2006-10-096-22/+26
* [MIPS] Fix build errors related to wbflush.h on tx4927/tx4938.Atsushi Nemoto2006-10-095-29/+3
* [MIPS] Alchemy: nuke usbdev; it's useless as is ...Ralf Baechle2006-10-0910-1589/+9
* [MIPS] Malta: Fix build for non-MIPS32/64 configuration.Ralf Baechle2006-10-091-6/+6
* [MIPS] NUMA: Register all nodes before cpus or sysfs will barf.Ralf Baechle2006-10-091-5/+9
* [MIPS] ret_from_irq adjustmentAtsushi Nemoto2006-10-094-23/+19
* [MIPS] Fix RM9000 wait instruction detection.Ralf Baechle2006-10-091-1/+8
* IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2006-10-093-3/+3
* [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle2006-10-0929-33/+6
* [MIPS] DEC: pt_regs fixes for buserror handlersRalf Baechle2006-10-093-5/+10
* [MIPS] Fix return type of gt64120_irq.Ralf Baechle2006-10-091-1/+3
* [MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument.Ralf Baechle2006-10-091-1/+1
* [MIPS] Jazz defconfig file.Ralf Baechle2006-10-091-0/+1404
* [MIPS] Jazz: build fix - include <linux/screen_info.h>Ralf Baechle2006-10-091-0/+1
* [MIPS] Jazz: Remove warning. After 7 years probably somebody test this ;)Ralf Baechle2006-10-091-2/+0
* [MIPS] Jazz: Fix I/O port resources.Ralf Baechle2006-10-091-4/+21
* [MIPS] DEC: pt_regs fixes for dec_intr_halt.Ralf Baechle2006-10-092-2/+2
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-0871-610/+529
* [MIPS] Show actual CPU information in /proc/cpuinfoKarl-Johan Karlsson2006-10-081-5/+5
* [MIPS] Cobalt: Time runs too quicklyScott Ashcroft2006-10-081-2/+2
* [MIPS] Update Malta config.Ralf Baechle2006-10-082-33/+85
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-054-13/+21
* [MIPS] PNX8550 fixupsVitaly Wool2006-10-045-18/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-10-034-4/+4
|\
| * fix file specification in commentsUwe Zeisberger2006-10-034-4/+4
| * Attack of "the the"s in archMatt LaPlante2006-10-031-1/+1
* | [MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME.Ralf Baechle2006-10-033-76/+4
* | [MIPS] DECstation defconfig updateMaciej W. Rozycki2006-10-031-73/+73
* | [MIPS] Fix size of zones_size and zholes_size arrayAtsushi Nemoto2006-10-031-2/+2
* | [MIPS] BCM1480: Mask pending interrupts against c0_status.im.Ralf Baechle2006-10-031-1/+1
* | [MIPS] SB1250: Interrupt handler fixesMaciej W. Rozycki2006-10-031-2/+5
* | [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.Yoichi Yuasa2006-10-0325-4207/+0
* | [MIPS] BCM1250: TRDY timeout tweaks for Broadcom SiByte systemsMaciej W. Rozycki2006-10-031-1/+22
* | [MIPS] Remove dead DECstation boot codeMaciej W. Rozycki2006-10-033-139/+0
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-032-2/+0
|\
| * [SERIAL] Remove wrong asm/serial.h inclusionsRussell King2006-10-012-2/+0
* | [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-032-3/+9
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-0265-547/+281
|\ \
| * | [MIPS] Remove excite_flash.cYoichi Yuasa2006-10-011-294/+0
| * | [MIPS] Update i8259 resources.Yoichi Yuasa2006-10-011-2/+2
| * | [MIPS] Make unwind_stack() can dig into interrupted contextAtsushi Nemoto2006-10-013-33/+38
| * | [MIPS] Stacktrace build-fix and improvementAtsushi Nemoto2006-10-013-35/+29
| * | [MIPS] QEMU: Add support for little endian mipsAurelien Jarno2006-10-011-0/+1
| * | [MIPS] Remove __flush_icache_pageAtsushi Nemoto2006-10-015-189/+0
| * | [MIPS] lockdep: update defconfigsAtsushi Nemoto2006-10-0147-0/+138
| * | [MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORTAtsushi Nemoto2006-10-015-34/+124
| * | [MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORTAtsushi Nemoto2006-10-014-15/+4
* | | [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hDavid Howells2006-10-021-2/+2
* | | [PATCH] replace cad_pid by a struct pidCedric Le Goater2006-10-022-2/+3
* | | [PATCH] provide kernel_execve on all architecturesArnd Bergmann2006-10-021-0/+29