summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-281-1/+1
|\
| *-. Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/coreIngo Molnar2008-12-256-441/+641
| |\ \
| * \ \ Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar2008-12-1212-866/+1435
| |\ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2008-12-082-13/+20
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.28-rc6' into sched/coreIngo Molnar2008-11-218-133/+90
| |\ \ \ \ \
| * | | | | | sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTERIngo Molnar2008-11-111-1/+1
* | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-253-6/+7
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'master' into nextJames Morris2008-12-0410-146/+110
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | CRED: Use creds in file structsDavid Howells2008-11-141-2/+2
| * | | | | | CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
| * | | | | | CRED: Wrap task credential accesses in the MIPS archDavid Howells2008-11-141-2/+3
| | |/ / / / | |/| | | |
* | | | | | MIPS: MIPS64R2: Fix buggy __arch_swab64David Daney2008-12-221-3/+2
* | | | | | MIPS: Fix preprocessor warnings flaged by GCC 4.4David Daney2008-12-221-1/+1
| |_|_|_|/ |/| | | |
* | | | | 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 '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
| |/ / |/| |
* | | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-4/+0
* | | MIPS: Make BUG() __noreturn.David Daney2008-11-241-9/+20
| |/ |/|
* | 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
|/
* 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
OpenPOWER on IntegriCloud