summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Loongson: Add Loongson-3A R3.1 basic supportHuacai Chen2018-07-241-1/+2
* MIPS: Add FP_MODE regset supportMaciej W. Rozycki2018-07-191-0/+63
* MIPS: Add DSP ASE regset supportMaciej W. Rozycki2018-07-191-0/+189
* MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2018-07-192-2/+2
* mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-172-2/+1Star
* MIPS: Annotate cpu_wait implementations with __cpuidlePaul Burton2018-06-281-6/+6
* MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton2018-06-242-45/+42Star
* MIPS: Fix ejtag handler on SMPHeiher2018-06-241-0/+46
* MIPS: move coherentio setup to setup.cChristoph Hellwig2018-06-241-0/+24
* MIPS: kexec: fix typosYegor Yefremov2018-06-241-2/+2
* MIPS: Wire up io_pgetevents syscallPaul Burton2018-06-204-0/+4
* MIPS: Wire up the restartable sequences (rseq) syscallPaul Burton2018-06-204-0/+4
* MIPS: Add syscall detection for restartable sequencesPaul Burton2018-06-201-0/+8
* MIPS: Add support for restartable sequencesPaul Burton2018-06-201-0/+3
* mips: ftrace: fix static function graph tracingMatthias Schiffer2018-06-201-15/+12Star
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-2/+2
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-145-5/+5
* Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-126-71/+57Star
|\
| * MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki2018-05-242-4/+4
| * MIPS: perf: Fix perf with MT counting other threadsMatt Redfearn2018-05-151-39/+39
| * MIPS: perf: Use correct VPE ID when setting up VPE tracingMatt Redfearn2018-05-151-10/+2Star
| * MIPS: perf: More robustly probe for the presence of per-tc countersMatt Redfearn2018-05-151-3/+0Star
| * MIPS: Probe for MIPS MT perf counters per TCMatt Redfearn2018-05-151-0/+12
| * MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"Colin Ian King2018-05-151-1/+1
| * MIPS: Convert update_persistent_clock() to update_persistent_clock64()Baolin Wang2018-05-151-15/+0Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-1/+1
|\ \
| * | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-1/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-47/+18Star
|\ \
| * | signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck2018-05-171-1/+1
| * | signal/mips: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-47/+18Star
| |/
* | MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2018-05-242-2/+2
* | MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki2018-05-241-0/+4
* | MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki2018-05-152-4/+4
* | MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki2018-05-151-2/+16
|/
* Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-104-8/+99
|\
| * MIPS: pm-cps: Block system suspend when a JTAG probe is presentMatt Redfearn2018-03-091-0/+31
| * MIPS: Hang more efficiently on halt/powerdown/restartPaul Burton2018-03-091-6/+62
| * MIPS: Add crc instruction support flag to elf_hwcapMarcin Nowakowski2018-02-191-0/+3
| * MIPS: Remove a warning when PHYS_OFFSET is 0x0Mathieu Malaterre2018-02-191-1/+1
| * MIPS: Make declaration for function `memory_region_available` staticMathieu Malaterre2018-02-191-1/+2
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-032-13/+15
|\ \
| * | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
| * | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-022-4/+6
| * | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-1/+1
| * | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
| * | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
| * | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
| * | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
| * | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* | | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-032-2/+4
|\ \ \