summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* 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 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-01-0722-104/+44
|\ \
| * | MIPS: 64-bit: Fix build if !CONFIG_MODULESJoshua Kinard2013-01-031-2/+2
| * | MIPS: Wire up finit_module syscall.Ralf Baechle2012-12-285-6/+13
| * | MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle2012-12-282-1/+10
| * | MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.Ralf Baechle2012-12-281-4/+0
| * | MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.Ralf Baechle2012-12-284-8/+6
| * | MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.Ralf Baechle2012-12-281-0/+3
| * | MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle2012-12-285-5/+0
| * | MIPS: Fix comment.Ralf Baechle2012-12-271-4/+5
| * | Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."Ralf Baechle2012-12-271-16/+0
| * | MIPS: perf: Fix build failure in XLP perf support.Manuel Lauss2012-12-271-38/+0
| * | MIPS: Alchemy: Make 32kHz and r4k timer coexist peacefullyManuel Lauss2012-12-271-20/+5
| |/
* | MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0323-65/+61
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-204-9/+1
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+2
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+2
| |\ \ \ \ \
| | * | | | | mips: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+2
| | |/ / / /
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-14183-4387/+7768
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mip...Ralf Baechle2012-12-1365-1212/+2897
| |\ \ \ \ \ \
| | * | | | | | MIPS: BCM63XX: fix nvram checksum calculationJonas Gorski2012-12-121-10/+13
| | * | | | | | MIPS: BCM47XX: remove GPIO driverHauke Mehrtens2012-12-126-252/+18
| | * | | | | | MIPS: add default configuration for ath79Gabor Juhos2012-11-201-0/+111
| | * | | | | | MIPS: PCI: Update XLR/XLS PCI for the new PIC codeJayachandran C2012-11-201-35/+34
| | * | | | | | MIPS: BCM63XX: fix BCM6345 clocks bitsFlorian Fainelli2012-11-201-7/+12
| | * | | | | | MIPS: lantiq: adds GPHY firmware loaderJohn Crispin2012-11-113-0/+103
| | * | | | | | MIPS: lantiq: adds code for booting GPHYJohn Crispin2012-11-112-0/+39
| | * | | | | | MIPS: lantiq: adds xrx200 ethernet clock definitionJohn Crispin2012-11-111-0/+4
OpenPOWER on IntegriCloud