summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Update defconfigsRalf Baechle2005-11-1745-654/+1917
* [MIPS] SEAD: More build fixes.Ralf Baechle2005-11-172-13/+3Star
* [MIPS] TX3927: Try to glue the PCI code.Ralf Baechle2005-11-171-71/+43Star
* [MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask.Ralf Baechle2005-11-171-1/+1
* [MIPS] JMR3927: Fix compilation by including <linux/ds1742rtc.h>.Ralf Baechle2005-11-171-1/+1
* [MIPS] JMR3927: need include/asm-mips/mach-jmr3927 in it's include path.Ralf Baechle2005-11-171-0/+1
* [MIPS] JMR3927: It's ops-tx3927.o not ops-jmr3927.oRalf Baechle2005-11-171-1/+1
* [MIPS] Alchemy: Console output fixupPantelis Antoniou2005-11-171-1/+1
* [MIPS] IP32: Fix sparse warnings.Arnaud Giersch2005-11-171-2/+2
* [MIPS] IP32: Export mace symbol.Arnaud Giersch2005-11-171-0/+3
* [MIPS] JMR3927: Fix syntax error.Ralf Baechle2005-11-171-1/+1
* [MIPS] JMR3927: Undo accidental rename.Ralf Baechle2005-11-171-1/+1
* [MIPS] DDB5477: Fix unused variable warning.Ralf Baechle2005-11-171-3/+7
* [PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with...Clemens Buchacher2005-11-141-2/+2
* [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-141-0/+1
* [PATCH] fbdev: Remove remains of epson1356fbRalf Baechle2005-11-096-16/+0Star
* [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-092-1/+5
* [PATCH] remove ioctl32_handler_tChristoph Hellwig2005-11-091-3/+1Star
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2005-11-0720-182/+249
|\
| * Fix return type of setup_frame variantsAtsushi Nemoto2005-11-072-8/+8
| * IRIX: Use schedule_timeout_interruptible.Ralf Baechle2005-11-071-2/+1Star
| * Use rtc_lock to protect RTC operationsAtsushi Nemoto2005-11-0711-2/+86
| * Add .gitignore files for MIPS.Ralf Baechle2005-11-071-0/+4
| * VPE loader janitoringRalf Baechle2005-11-071-56/+44Star
| * PNX8550 uses a MIPS32-like processor core, not R4xx0.Ralf Baechle2005-11-073-10/+13
| * Turn rtlx upside down.Ralf Baechle2005-11-071-104/+93Star
* | [PATCH] consolidate sys_ptrace()Christoph Hellwig2005-11-071-50/+5Star
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-0/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | [PATCH] fix missing includesTim Schmielau2005-10-311-0/+1
* | [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-311-4/+0Star
* | [PATCH] unify sys_ptrace prototypeChristoph Hellwig2005-10-311-1/+1
* | [PATCH] Don't uselessly export task_struct to userspace in core dumpsEric W. Biederman2005-10-311-11/+6Star
* | [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-301-3/+1Star
* | [PATCH] mm: mm_init set_mm_countersHugh Dickins2005-10-301-1/+0Star
* | Update MIPS defconfig files.Ralf Baechle2005-10-2946-5986/+17743
* | prom_free_prom_memory() returns unsigned longArthur Othieno2005-10-293-3/+6
* | Get rid of SINGLE_ONLY_FPU. Linux does not support half FPU other thanRalf Baechle2005-10-291-62/+8Star
* | Fix all the get_user / put_user related sparse warnings.Ralf Baechle2005-10-291-15/+15
* | Delete unused ieee754_cname[] and declaration.Ralf Baechle2005-10-292-11/+0Star
* | Include for prototypes.Ralf Baechle2005-10-291-0/+2
* | Protect against multiple inclusion.Ralf Baechle2005-10-291-0/+4
* | Remove useless casts of kmalloc return values.Ralf Baechle2005-10-292-5/+2Star
* | Hack to resolve longstanding prefetch issueRalf Baechle2005-10-291-0/+15
* | More foolproofing of the CPU configuration.Ralf Baechle2005-10-291-2/+149
* | pci-expmem-hackAndrew Isaacson2005-10-291-0/+8
* | BCM1480 HT supportAndrew Isaacson2005-10-295-17/+248
* | Support for the BCM1480 on-chip PCI-X bridge.Andrew Isaacson2005-10-292-0/+257
* | SB1 cache exception handling.Andrew Isaacson2005-10-293-8/+59