summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into cpus4096Ingo Molnar2008-12-164-437/+638
|\
| * MIPS: IP32: Update defconfigDavid Daney2008-12-121-436/+624
| * MIPS: Add missing calls to plat_unmap_dma_mem.David Daney2008-12-121-0/+3
| * MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev2008-12-121-1/+1
| * MIPS: Use EI/DI for MIPS R2.David Daney2008-12-121-0/+10
* | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-1212-866/+1435
|\ \
| * \ Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar2008-12-1212-866/+1435
| |\ \ | | |/
| | * Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-12-102-0/+29
| | |\
| | | * MIPS: Better than nothing implementation of PCI mmap to fix X.Ralf Baechle2008-12-092-0/+29
| | * | MIPS: Fix incorrect use of loose in vpe.cNick Andrew2008-12-051-1/+1
| | |/
| | * MIPS: Return ENOSYS from sys32_syscall on 64bit kernels like elsewhere.David Daney2008-12-041-1/+1
| | * MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.Ralf Baechle2008-12-042-2/+2
| | * MIPS: o32: Fix number of arguments to splice(2).Ralf Baechle2008-12-041-1/+1
| | * MIPS: Malta: Consolidate platform device code.Ralf Baechle2008-12-043-69/+50
| | * MIPS: IP22, Fulong, Malta: Update defconfigs.Ralf Baechle2008-12-043-782/+1273
| | * MIPS: Malta: Add back RTC supportTiejun Chen2008-12-042-11/+84
| | * MIPS: Fix potential DOS by untrusted user app.Vlad Malov2008-12-042-11/+6
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-12-082-13/+20
| |\ \ | | |/
* | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-022-13/+20
|\ \ \ | | |/ | |/|
| * | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-4/+0
| * | MIPS: Make BUG() __noreturn.David Daney2008-11-241-9/+20
* | | sched: convert struct root_domain to cpumask_var_t, fixIngo Molnar2008-11-261-1/+0
| |/ |/|
* | Merge commit 'v2.6.28-rc6' into sched/coreIngo Molnar2008-11-218-133/+90
|\ \ | |/
| * MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol.Ralf Baechle2008-11-201-1/+1
| * MIPS: csrc-r4k: Fix spelling mistake.Ralf Baechle2008-11-201-1/+1
| * MIPS: RB532: Provide functions for gpio configurationPhil Sutter2008-11-202-120/+75
| * MIPS: IP22: Make indy_sc_ops variable staticDmitri Vorobiev2008-11-201-1/+1
| * MIPS: RB532: GPIO register offsets are relative to GPIOBASEFlorian Fainelli2008-11-202-7/+9
| * MIPS: Malta: Fix include paths in malta-amon.cDavid Daney2008-11-201-3/+3
* | sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTERIngo Molnar2008-11-111-1/+1
|/
* CHAR: Delete old and now unused M48T35 RTC driver for SGI IP27.Ralf Baechle2008-10-302-28/+0
* CHAR: Delete old and now unused DS1286 driver.Ralf Baechle2008-10-304-23/+0
* MIPS: Sort out CPU type to name translation.Ralf Baechle2008-10-301-127/+98
* MIPS: Use the new byteorder headersHarvey Harrison2008-10-301-24/+16
* MIPS: Probe for watch registers on cores of all vendors, not just MTI.Ralf Baechle2008-10-301-10/+12
* MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle2008-10-307-37/+37
* MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.Ralf Baechle2008-10-301-6/+0
* MIPS: Consider value of c0_ebase when computing value of exception base.David Daney2008-10-301-4/+9
* MIPS: Clean up MIPSxx-optimized bitop functionsRalf Baechle2008-10-301-38/+76
* MIPS: New feature test macro cpu_has_mips_rRalf Baechle2008-10-301-0/+2
* MIPS: RBTX4927: Add GPIO-LED supportAtsushi Nemoto2008-10-301-4/+21
* MIPS: TXx9: Fix RBTX4939 ethernet address initializationAtsushi Nemoto2008-10-301-4/+10
* MIPS: lemote/lm2e: Added io_map_base to pci controllerZhang Le2008-10-273-11/+43
* MIPS: TXx9: Make firmware parameter passing more robustGeert Uytterhoeven2008-10-271-4/+18
* MIPS: Markeins: Remove unnecessary define and cleanup comments, etc.Shinya Kuribayashi2008-10-271-20/+0
* MIPS: Markeins: Extract ll_emma2rh_* functionsShinya Kuribayashi2008-10-271-45/+38
* MIPS: Markeins: Remove runtime debug printsShinya Kuribayashi2008-10-271-17/+0
* MIPS: EMMA: Fold arch/mips/emma/{common,markeins}/irq*.c into markeins/irq.cShinya Kuribayashi2008-10-276-367/+249
* MIPS: EMMA2RH: Remove emma2rh_gpio_irq_baseShinya Kuribayashi2008-10-272-13/+10
* MIPS: EMMA2RH: Remove emma2rh_sw_irq_baseShinya Kuribayashi2008-10-272-10/+8
OpenPOWER on IntegriCloud