aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2019-09-16mips: Make sure dt memory regions are validSerge Semin
2019-08-02MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli
2019-05-30MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao
2019-05-15MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno
2019-04-07MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky
2019-03-20MIPS: Remove function size check in get_frame_info()Jun-Ru Chang
2019-03-16MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang
2019-03-16MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark
2019-03-08mips: cm: reprime error causeVladimir Kondratiev
2019-01-12MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton
2018-12-15MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)
2018-11-21MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu
2018-10-18MIPS: VDSO: Always map near top of user memoryPaul Burton
2018-10-18MIPS: Fix CONFIG_CMDLINE handlingPaul Burton
2018-09-19MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton
2018-09-05MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki
2018-06-28MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton
2018-06-28MIPS: Call dump_stack() from show_regs()Paul Burton
2018-06-24MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume}Paul Burton
2018-06-19MIPS: Wire up io_pgetevents syscallPaul Burton
2018-06-19MIPS: Wire up the restartable sequences (rseq) syscallPaul Burton
2018-06-19MIPS: Add syscall detection for restartable sequencesPaul Burton
2018-06-19MIPS: Add support for restartable sequencesPaul Burton
2018-06-19mips: ftrace: fix static function graph tracingMatthias Schiffer
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-24MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki
2018-05-24MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki
2018-05-24MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki
2018-05-16signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck
2018-05-15MIPS: perf: Fix perf with MT counting other threadsMatt Redfearn
2018-05-15MIPS: perf: Use correct VPE ID when setting up VPE tracingMatt Redfearn
2018-05-15MIPS: perf: More robustly probe for the presence of per-tc countersMatt Redfearn
2018-05-15MIPS: Probe for MIPS MT perf counters per TCMatt Redfearn
2018-05-14MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"Colin Ian King
2018-05-14MIPS: Convert update_persistent_clock() to update_persistent_clock64()Baolin Wang
2018-05-14MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki
2018-05-14MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki
2018-04-25signal/mips: Use force_sig_fault where appropriateEric W. Biederman
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski