summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi
Commit message (Expand)AuthorAgeFilesLines
...
* | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton2016-07-051-2/+2
* | MIPS: uasm: Add r6 MUL encodingJames Hogan2016-07-051-0/+44
* | MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2016-07-051-0/+2
* | MIPS: uasm: Add DI instructionJames Hogan2016-07-051-0/+1
* | MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan2016-07-051-1/+23
* | MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan2016-06-151-1/+34
|/
* MIPS: inst: Declare fsel_op for sel.fmt instructionPaul Burton2016-05-131-0/+1
* MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen2016-05-131-0/+10
* MIPS: Fix uapi include in exported asm/siginfo.hJames Hogan2016-05-131-3/+1Star
* MIPS: Fix siginfo.h to use strict posix typesJames Hogan2016-05-091-9/+9
* MIPS: Wire up preadv2 and pwrite2 syscalls.Ralf Baechle2016-04-031-6/+12
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-4/+9
|\
| * mm/pkeys: Fix siginfo ABI breakage caused by new u64 fieldDave Hansen2016-03-051-1/+1
| * signals, ia64, mips: Update arch-specific siginfos with pkeys fieldDave Hansen2016-02-181-4/+9
* | net: Facility to report route quality of connected socketsTom Herbert2016-02-261-0/+2
|/
* MIPS: Wire up copy_file_range syscall.Ralf Baechle2016-02-051-6/+9
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-3/+12
|\
| * MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan2016-01-241-1/+2
| * MIPS: inst.h: Fix some instruction descriptionsMaciej W. Rozycki2016-01-241-2/+2
| * MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki2016-01-241-0/+8
* | mm: arch: remove duplicate definitions of MADV_FREEGuenter Roeck2016-01-211-1/+0Star
* | arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang2016-01-161-0/+1
* | mm: define MADV_FREE for some archesMinchan Kim2016-01-161-0/+1
* | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-051-0/+3
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-152-1/+18
|\
| * MIPS: Initial implementation of a VDSOAlex Smith2015-11-112-1/+18
* | mips: add entry for new mlock2 syscallEric B Munson2015-11-101-6/+9
* | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-061-0/+6
|/
* MIPS: UAPI: Ignore __arch_swab{16,32,64} when using MIPS16Yousong Zhou2015-10-051-3/+4
* Revert "MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16."Yousong Zhou2015-10-051-9/+3Star
* MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-301-6/+12
* Merge branch '4.2-fixes' into mips-for-linux-nextRalf Baechle2015-09-031-3/+9
|\
| * MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16.Yousong Zhou2015-09-031-3/+9
* | MIPS: inst.h: Add new MIPS R6 FPU opcodesMarkos Chandras2015-09-031-2/+7
* | MIPS: Add uprobes support.Ralf Baechle2015-09-031-0/+2
* | MIPS: AT_HWCAP aux vector infrastructurePaul Burton2015-09-031-0/+8
* | MIPS: Add definitions for extended contextPaul Burton2015-09-032-0/+68
* | MIPS: Indicate FP mode in sigcontext sc_used_mathPaul Burton2015-09-031-0/+9
* | MIPS: Declare MSA MI10 instruction formatsLeonid Yegoshin2015-09-031-1/+30
|/
* MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle2015-07-141-2/+2
* MIPS: KVM: Expose MSA registersJames Hogan2015-03-271-2/+10
* MIPS: KVM: Expose FPU registersJames Hogan2015-03-271-10/+27
* MIPS: KVM: Clean up register definitions a littleJames Hogan2015-03-271-53/+66
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-222-18/+17Star
|\
| * Merge branch 'mipsr6-for-3.20' of git://git.linux-mips.org/pub/scm/mchandras/...Ralf Baechle2015-02-191-10/+14
| |\
| | * MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructionsMarkos Chandras2015-02-171-1/+1
| | * MIPS: Emulate the new MIPS R6 BEQZC and JIC instructionsMarkos Chandras2015-02-171-1/+1
| | * MIPS: Emulate the new MIPS R6 BALC instructionMarkos Chandras2015-02-171-1/+1
| | * MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructionsMarkos Chandras2015-02-171-1/+1
| | * MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructionsMarkos Chandras2015-02-171-1/+1