summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-1/+1
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2-6/+6
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2-6/+6
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds9-43/+47
2010-10-18MIPS: do_sigaltstack() expects userland pointersAl Viro2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackAl Viro2-2/+2
2010-10-18MIPS: Sanitize restart logicsAl Viro7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro1-0/+3
2010-10-04MIPS: Fix syscall 64 bit number comments.Ralf Baechle1-2/+2
2010-10-04MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.David Daney5-3/+22
2010-10-04MIPS: N32: Fix getdents64 syscall for n32Bernhard Walle1-1/+1
2010-10-04MIPS: Remove pr_<level> uses of KERN_<level>Joe Perches1-1/+1
2010-10-04MIPS: GIC: Remove dependencies from Malta files.Ralf Baechle1-2/+1
2010-10-04MIPS: kspd: Adjust confusing if indentationJulia Lawall1-1/+1
2010-10-04MIPS: Fix a typo.Andrea Gelmini1-1/+1
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/jwe...Linus 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