summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2010-05-21Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds-26/+35
2010-05-21MIPS: nofpu and nodsp only affect CPU0Kevin Cernekee-21/+30
2010-05-21MIPS: Use set_cpus_allowed_ptrJulia Lawall-5/+5
2010-05-20mips,kgdb: kdb low level trap catch and stack traceJason Wessel-1/+34
2010-05-20kgdb: core changes to support kdbJason Wessel-0/+5
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+7
2010-05-15 MIPS: N32: Use compat version for sys_ppoll.Chandrakala Chavva-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar-321/+174
2010-04-30MIPS: Use CKSEG1ADDR for uncached handlerSebastian Andrzej Siewior-6/+1
2010-04-30MIPS: die() does not call die notifier chainYury Polyanskiy-2/+7
2010-04-12MIPS: Calculate proper ebase value for 64-bit kernelsDavid Daney-1/+1
2010-04-12MIPS: Move signal trampolines off of the stack.David Daney-133/+39
2010-04-12MIPS: Preliminary VDSODavid Daney-2/+118
2010-04-12MIPS: Loongson: Add module info to the loongson2_clock driverWu Zhangjin-0/+4
2010-04-12MIPS: Initialize an atomic_t properly with ATOMIC_INIT(0).Robert P. J. Day-1/+1
2010-04-12MIPS: Trace: Don't trace irqsoff for the idle processWu Zhangjin-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-5/+3
2010-03-12mips: use generic ptrace_resume codeChristoph Hellwig-30/+0
2010-03-12Add generic sys_olduname()Christoph Hellwig-42/+0
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig-18/+2
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig-88/+0
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner-7/+7
2010-02-27MIPS: Crazy spinlock speed test.David Daney-0/+142
2010-02-27MIPS: i8259: Convert IRQ controller lock to raw spinlock.Ralf Baechle-11/+11
2010-02-27MIPS: GT641xx: Convert timer lock to raw spinlock.Ralf Baechle-5/+5
2010-02-27MIPS: GT641xx: Convert IRQ controller lock to raw spinlock.Ralf Baechle-9/+9
2010-02-27MIPS: Give Octeon+ CPUs their own cputype.David Daney-2/+7
2010-02-27MIPS: Set __elf_platform for Octeon.David Daney-0/+2
2010-02-27MIPS: Allow the auxv's elf_platform entry to be set.David Daney-0/+1
2010-02-27MIPS: Deal with larger physical offsetsFlorian Fainelli-8/+13
2010-02-27MIPS: Annotate set_except_vector with __initFlorian Fainelli-1/+1
2010-02-27MIPS: Nuke trailing blank linesRalf Baechle-1/+0
2010-02-27MIPS: Cleanup switches with cases that can be mergedRoel Kluin-3/+0
2010-02-27MIPS: Decode c0_config4 for large TLBs.David Daney-0/+15
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin-2/+2
2010-02-27MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.David Daney-0/+4
2010-02-27MIPS: Don't include <linux/smp_lock.h> unnecessarily.Ralf Baechle-3/+0
2010-02-10MIPS: Don't probe reserved EntryHi bits.David Daney-2/+2
2010-02-10MIPS: Fixup of the r4k timerWu Zhangjin-0/+1
2010-02-02Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds-0/+11
2010-02-02MIPS: 64-bit: Detect virtual memory sizeGuenter Roeck-0/+11
2010-01-28MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQsDavid VomLehn-3/+5
2009-12-17MIPS: Cleanup random differences beween lmo and Linus' kernel.Ralf Baechle-2/+2
2009-12-17MIPS: Fix and enhance built-in kernel command lineDmitri Vorobiev-4/+20
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle-76/+70
2009-12-17MIPS: Modularize COP2 handlingRalf Baechle-22/+63
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressWu Zhangjin-7/+31
2009-12-17MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5Wu Zhangjin-13/+13
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerWu Zhangjin-15/+49
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSWu Zhangjin-2/+33