summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MIPS: Whitespace cleanup.Ralf Baechle2013-02-01764-11712/+11712
| * | | | MIPS: Nuke empty lines at end of files.Ralf Baechle2013-02-012-2/+0
| * | | | MIPS: Nuke trailing whitespace.Ralf Baechle2013-02-011-1/+1
| * | | | MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.Ralf Baechle2013-02-0135-2877/+0
| * | | | MIPS: SEAD3: Implement OF support.Steven J. Hill2013-02-017-141/+70
| * | | | MIPS: inst.h: Add MDMX and paired single instruction aka MIPS-3D formats.Ralf Baechle2013-02-011-0/+23
| * | | | MIPS: inst.h: Eleminate per endianess structure definitions.Ralf Baechle2013-02-011-140/+86
| * | | | MIPS: UAPI: Split inst.h into exported and kernel-only part.Ralf Baechle2013-02-013-347/+364
| * | | | MIPS: Whitespace cleanups and reformatting.Steven J. Hill2013-02-012-13/+17
| * | | | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2013-02-011-12/+5
| * | | | MIPS: sysmips: Use unreachable().Ralf Baechle2013-02-011-1/+1
| |/ / /
* | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3
* | | | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-263-11/+6
|\ \ \ \
| * | | | new helper: file_inode(file)Al Viro2013-02-223-11/+6
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2316-477/+81
|\ \ \ \
| * | | | burying unused conditionalsAl Viro2013-02-142-6/+0
| * | | | mips: switch to generic sys_fork() and sys_clone()Al Viro2013-02-039-73/+23
| * | | | mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro2013-02-033-6/+3
| * | | | mips: no magic arguments for sysm_pipe()Al Viro2013-02-031-12/+6
| * | | | mips: don't bother with compat_sys_futex() wrappersAl Viro2013-02-033-9/+2
| * | | | mips: switch to generic compat rt_sigaction()Al Viro2013-02-034-54/+5
| * | | | mips: switch to generic compat sched_rr_get_interval()Al Viro2013-02-033-18/+2
| * | | | mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2013-02-032-16/+4
| * | | | mips: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-034-18/+3
| * | | | mips: switch to generic compat rt_sigpending()Al Viro2013-02-034-19/+3
| * | | | mips: switch to generic compat rt_sigprocmask()Al Viro2013-02-034-24/+3
| * | | | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-035-53/+2
| * | | | mips: switch to compat_sys_waitid()Al Viro2013-02-032-27/+1
| * | | | mips: switch to generic sigaltstackAl Viro2013-02-037-127/+20
| * | | | Merge commit '12890d0f61fc' into arch-mipsAl Viro2013-02-031-13/+6
| |\ \ \ \
| | * | | | MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle2012-12-271-12/+5
| | * | | | MIPS: sysmips: Use unreachable().Ralf Baechle2012-12-271-1/+1
| * | | | | mips: use sane prototype for sys_rt_sigsuspend()Al Viro2013-02-031-5/+1
| * | | | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-032-0/+4
| * | | | | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+2
|\ \ \ \ \
| * | | | | x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-291-1/+2
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-212-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2013-01-29257-5040/+9167
| |\ \ \ \ \ | | |/ / / /
| * | | | | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-032-4/+4
* | | | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-1/+1
|\ \ \ \ \ \
| * | | | | | serial: sccnxp: Rename header file to match functionalityAlexander Shiyan2013-01-151-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-216-37/+22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | MIPS: Convert to devm_ioremap_resource()Thierry Reding2013-01-253-13/+12
| * | | | | arch/mips/sgi-ip27: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+0
| * | | | | arch/mips: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-20/+7
| * | | | | arch/mips/jazz: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-3/+3
| |/ / / /
OpenPOWER on IntegriCloud