aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-65/+146
2010-08-05kgdb,mips: remove unused kgdb_cpu_doing_single_step operationsJason Wessel1-7/+1
2010-08-05kgdb,mips: Individual register get/set for mipsJason Wessel1-58/+145
2010-08-05MIPS: Clean up notify_die() usage.David Daney1-10/+15
2010-08-05MIPS: Remove unused task_struct.trap_no field.David Daney2-2/+1
2010-08-05MIPS: kprobe: Add support.David Daney3-1/+579
2010-08-05MIPS: Decode core number for R2 CPUs.David Daney1-0/+3
2010-08-05MIPS: SMTC: Use %p to format pointersKulikov Vasiliy1-2/+1
2010-08-05MIPS: Export __cpu_number_map and __cpu_logical_map.David Daney1-0/+4
2010-08-05MIPS: uasm: Add option to export uasm API.David Daney1-1/+1
2010-08-05MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-ChipLars-Peter Clausen1-0/+20
2010-08-05MIPS: tracing: Fix the indentation of mcount.SWu Zhangjin1-3/+3
2010-08-05MIPS: Enable heap randomization.David Daney1-0/+28
2010-08-05MIPS: Randomize mmap if randomize_va_space is setDavid Daney1-1/+20
2010-08-05MIPS: Provide more elevant interface cu2_notifier for CP2 extensions.Ralf Baechle1-6/+1
2010-08-05MIPS: Add -Werror to arch/mips/KbuildSam Ravnborg1-2/+0
2010-08-05MIPS: N32: Fix syscall number comments.David Daney1-4/+4
2010-08-05MIPS: Don't overflow cevt-r4k.c calculations at high clock rates.David Daney1-3/+2
2010-07-26MIPS: N32: Define getdents64.Ralf Baechle1-0/+1
2010-07-26MIPS: Make init_vdso a subsys_initcall.David Daney1-1/+1
2010-07-26MIPS: "Fix" useless 'init_vdso successfully' message.David Daney1-2/+0
2010-07-05MIPS: Return after handling coprocessor 2 exceptionJesper Nilsson1-1/+1
2010-07-05MIPS: MT: Fix FPU affinity.Ralf Baechle1-26/+61
2010-07-05MIPS: Tracing: Cleanup of address space checkingWu Zhangjin1-3/+19
2010-07-05MIPS: Tracing: Cleanup of function graph tracerWu Zhangjin1-22/+26
2010-07-05MIPS: Tracing: Reduce the overhead of dynamic Function TracerWu Zhangjin1-44/+49
2010-07-05MIPS: Tracing: Cleanup of instructions usedWu Zhangjin1-8/+11
2010-07-05MIPS: Tracing: Fix 32-bit support with -mmcount-ra-addressWu Zhangjin1-2/+14
2010-07-05MIPS: Tracing: Fix argument passing of the 32bit support with gcc 4.5Wu Zhangjin1-3/+9
2010-07-05MIPS: Tracing: Cleanup commentsWu Zhangjin1-5/+6
2010-07-05MIPS: Tracing: Cleanup the arguments passing of prepare_ftrace_returnWu Zhangjin1-14/+22
2010-07-05MIPS: Tracing: Merge adjacent #ifdefs with same condition.Wu Zhangjin1-2/+0
2010-05-21Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-26/+35
2010-05-21MIPS: nofpu and nodsp only affect CPU0Kevin Cernekee2-21/+30
2010-05-21MIPS: Use set_cpus_allowed_ptrJulia Lawall3-5/+5
2010-05-20mips,kgdb: kdb low level trap catch and stack traceJason Wessel2-1/+34
2010-05-20kgdb: core changes to support kdbJason Wessel1-0/+5
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+7
2010-05-15 MIPS: N32: Use compat version for sys_ppoll.Chandrakala Chavva1-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar17-321/+174
2010-04-30MIPS: Use CKSEG1ADDR for uncached handlerSebastian Andrzej Siewior1-6/+1
2010-04-30MIPS: die() does not call die notifier chainYury Polyanskiy1-2/+7
2010-04-12MIPS: Calculate proper ebase value for 64-bit kernelsDavid Daney1-1/+1
2010-04-12MIPS: Move signal trampolines off of the stack.David Daney4-133/+39
2010-04-12MIPS: Preliminary VDSODavid Daney3-2/+118
2010-04-12MIPS: Loongson: Add module info to the loongson2_clock driverWu Zhangjin1-0/+4
2010-04-12MIPS: Initialize an atomic_t properly with ATOMIC_INIT(0).Robert P. J. Day1-1/+1
2010-04-12MIPS: Trace: Don't trace irqsoff for the idle processWu Zhangjin1-1/+6