summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi/asm
AgeCommit message (Expand)AuthorFilesLines
2015-09-30MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle1-6/+12
2015-09-03Merge branch '4.2-fixes' into mips-for-linux-nextRalf Baechle1-3/+9
2015-09-03MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16.Yousong Zhou1-3/+9
2015-09-03MIPS: inst.h: Add new MIPS R6 FPU opcodesMarkos Chandras1-2/+7
2015-09-03MIPS: Add uprobes support.Ralf Baechle1-0/+2
2015-09-03MIPS: AT_HWCAP aux vector infrastructurePaul Burton1-0/+8
2015-09-03MIPS: Add definitions for extended contextPaul Burton2-0/+68
2015-09-03MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton1-0/+9
2015-09-03MIPS: Declare MSA MI10 instruction formatsLeonid Yegoshin1-1/+30
2015-07-14MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle1-2/+2
2015-03-27MIPS: KVM: Expose MSA registersJames Hogan1-2/+10
2015-03-27MIPS: KVM: Expose FPU registersJames Hogan1-10/+27
2015-03-27MIPS: KVM: Clean up register definitions a littleJames Hogan1-53/+66
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-18/+17
2015-02-19Merge branch 'mipsr6-for-3.20' of git://git.linux-mips.org/pub/scm/mchandras/...Ralf Baechle1-10/+14
2015-02-19MIPS: Provide correct siginfo_t.si_stimePetr Malat1-8/+3
2015-02-17MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructionsMarkos Chandras1-1/+1
2015-02-17MIPS: Emulate the new MIPS R6 BEQZC and JIC instructionsMarkos Chandras1-1/+1
2015-02-17MIPS: Emulate the new MIPS R6 BALC instructionMarkos Chandras1-1/+1
2015-02-17MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructionsMarkos Chandras1-1/+1
2015-02-17MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructionsMarkos Chandras1-1/+1
2015-02-17MIPS: Emulate the new MIPS R6 branch compact (BC) instructionMarkos Chandras1-1/+1
2015-02-17MIPS: Emulate the BC1{EQ,NE}Z FPU instructionsMarkos Chandras1-1/+2
2015-02-16MIPS: mm: Add MIPS R6 instruction encodingsLeonid Yegoshin1-3/+6
2015-01-13MIPS: Wire up execveat(2).Ralf Baechle1-6/+9
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-3/+4
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+3
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-24MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill1-3/+4
2014-11-24MIPS: Fix a copy & paste error in unistd.hHuacai Chen1-1/+1
2014-11-18mips: Sync struct siginfo with general versionQiaowei Ren1-0/+4
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+9
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+2
2014-10-27MIPS: Wire up bpf syscall.Ralf Baechle1-6/+9
2014-10-23MIPS: ptrace.h: Add a missing includeAaro Koskinen1-0/+2
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-4/+14
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie1-4/+14
2014-09-10mips/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado1-0/+2
2014-08-26MIPS: Wire up new syscalls getrandom and memfd_create.Ralf Baechle1-6/+12
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-11/+220
2014-08-02MIPS: asm/reg.h: Move to uapiAlex Smith1-0/+206
2014-08-02MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Alex Smith1-11/+14
2014-07-18MIPS: add seccomp syscallKees Cook1-6/+9
2014-06-26MIPS: uasm: Add SLT uasm instructionMarkos Chandras1-0/+1
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton1-8/+0
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-31/+74
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextRalf Baechle1-3/+3