aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-12-12MIPS: Transparent Huge Pages supportRalf Baechle1-1/+1
2012-12-05MIPS: Fix endless loop when processing signals for kernel tasksDmitry Adamushko1-1/+6
2012-12-05MIPS: R3000/R3081: Fix CPU detection.Ralf Baechle1-1/+0
2012-12-05MIPS: N32: Fix signalfd4 syscall entry pointRalf Baechle1-1/+1
2012-12-04MIPS: N32: Fix preadv(2) and pwritev(2) entry points.Ralf Baechle1-2/+2
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro2-3/+3
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+2
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro7-118/+30
2012-11-26MIPS: N32: Remove unused defines.Ralf Baechle1-6/+0
2012-11-23MIPS: Merge overlapping bootmem rangesRalf Baechle1-6/+20
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro1-1/+1
2012-11-09MIPS: perf: Add XLP support for hardware perf.Zi Shen Lim1-0/+124
2012-10-18MIPS: CMP: Fix physical core number calculation logicjerin jacob1-1/+1
2012-10-15mips: switch to saner kernel_execve() semanticsAl Viro1-11/+1
2012-10-14MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle5-76/+11
2012-10-14mips: switch to generic kernel_thread()Al Viro3-42/+29
2012-10-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-627/+144
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-120/+147
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds1-0/+9
2012-10-12vfs: define struct filename and have getname() return itJeff Layton2-4/+4
2012-10-12mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel1-0/+9
2012-10-11MIPS: MT: Remove kspd.Ralf Baechle3-448/+0
2012-10-11MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.Ralf Baechle1-10/+0
2012-10-11MIPS: proc: Cleanup printing of ASEs.Ralf Baechle1-9/+11
2012-10-11MIPS: Add detection of DSP ASE Revision 2.Steven J. Hill2-2/+5
2012-10-11MIPS: perf: Add perf functionality for BMIPS5000Al Cooper1-1/+102
2012-10-11MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMPAl Cooper1-8/+8
2012-10-11MIPS: perf: Remove unnecessary #ifdefAl Cooper1-5/+0
2012-10-11MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt)Al Cooper2-2/+5
2012-10-11MIPS: perf: Change the "mips_perf_event" table unsupported indicator.Al Cooper1-150/+4
2012-10-11MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney1-2/+19
2012-10-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds11-128/+149
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-1/+1
2012-10-05Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle2-18/+3
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare1-1/+1
2012-09-28Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle3-50/+121
2012-09-28Merge branch 'rixi-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle1-1/+5
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-1/+1
2012-09-28MIPS: Fix module.c build for 32 bitRalf Baechle3-120/+147
2012-09-27Merge branch 'cn68xx-ciu2' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle3-26/+47
2012-09-26MIPS: Wire kcmp syscall.Ralf Baechle4-0/+4
2012-09-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2012-09-22MIPS: Merge the identical "return from syscall" per-ABI codeAl Viro5-51/+13
2012-09-22MIPS: Prevent hitting do_notify_resume() with !user_mode(regs).Al Viro2-8/+3
2012-09-13MIPS: Add base architecture support for RI and XI.Steven J. Hill1-1/+5
2012-09-13MIPS: Make VPE count to be one-based.Steven J. Hill1-0/+1
2012-09-13MIPS: Add new end of interrupt functionality for GIC.Steven J. Hill1-1/+1
2012-09-13MIPS: Add EIC support for GIC.Steven J. Hill2-8/+95
2012-09-13MIPS: Code clean-ups for the GIC.Steven J. Hill1-24/+16
2012-09-13MIPS: Make GIC code platform independent.Steven J. Hill1-24/+11