summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman-9/+20
2018-01-18MIPS: Use proper kernel-doc Return keywordMathieu Malaterre-1/+1
2018-01-18MIPS: Setup boot_command_line before plat_mem_setupPaul Burton-19/+20
2018-01-18MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_returnMathieu Malaterre-1/+1
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman-57/+0
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman-10/+0
2018-01-10MIPS: CM: Drop WARN_ON(vp != 0)James Hogan-1/+0
2017-12-20MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki-0/+12
2017-12-12MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki-0/+3
2017-12-12MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki-0/+1
2017-12-12MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki-11/+36
2017-12-12MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki-1/+1
2017-12-12MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki-1/+11
2017-12-12MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki-25/+83
2017-12-12MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan-0/+2
2017-11-27mips: annotate ->poll() instancesAl Viro-2/+2
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+1
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-15/+61
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2017-11-13MIPS: Add iomem resource for kernel bss section.David Daney-0/+4
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells-13/+1
2017-11-09MIPS/ptrace: Update syscall nr on register changesJames Hogan-0/+22
2017-11-09MIPS/ptrace: Pick up ptrace/seccomp changed syscallsJames Hogan-3/+6
2017-11-09MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki-0/+17
2017-11-09MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan-10/+10
2017-11-07MIPS: BMIPS: Fix missing cbr addressJaedon Shin-2/+2
2017-11-07MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-21/+50
2017-11-04Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+22
2017-11-03Update MIPS email addressesPaul Burton-9/+9
2017-11-02MIPS: Update email address for Marcin NowakowskiMarcin Nowakowski-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+19
2017-11-01MIPS: smp-cmp: Fix vpe_id build errorJames Hogan-2/+2
2017-11-01MIPS: smp-cmp: Use right include for task_structJason A. Donenfeld-1/+1
2017-11-01MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn-1/+1
2017-11-01MIPS: SMP: Fix deadlock & online raceMatt Redfearn-6/+16
2017-10-31MIPS: generic: Fix compilation error from include asm/mips-cpc.hMatt Redfearn-1/+1
2017-10-31Update MIPS email addressesPaul Burton-9/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-09MIPS: make thread_saved_pc staticTobias Klauser-1/+1
2017-09-20MIPS: Fix perf event initPaul Burton-2/+1
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds-679/+605
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+4
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-11/+10
2017-09-06MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn-31/+30
2017-09-06MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn-9/+7
2017-09-06MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn-1/+1
2017-09-06MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn-3/+7
2017-09-06MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn-1/+1
2017-09-06MIPS: Handle non word sized instructions when examining frameMatt Redfearn-3/+6