summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| | * MIPS: Emulate the new MIPS R6 branch compact (BC) instructionMarkos Chandras2015-02-171-1/+1
| | * MIPS: Emulate the BC1{EQ,NE}Z FPU instructionsMarkos Chandras2015-02-171-1/+2
| | * MIPS: mm: Add MIPS R6 instruction encodingsLeonid Yegoshin2015-02-161-3/+6
| * | MIPS: Provide correct siginfo_t.si_stimePetr Malat2015-02-191-8/+3Star
| |/
* / MIPS: Wire up execveat(2).Ralf Baechle2015-01-131-6/+9
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-121-3/+4
|\
| * MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill2014-11-241-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-0/+5
|\ \
| * | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-061-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-1/+1
| |\ \