summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2016-11-04MIPS: Remove FIR from ISA I FP signal contextMaciej W. Rozycki-5/+1
2016-11-04MIPS: Fix ISA I FP sigcontext access violation handlingMaciej W. Rozycki-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki-42/+47
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki-0/+1
2016-11-04MIPS: Fix __show_regs() outputPaul Burton-21/+21
2016-11-04MIPS: traps: Fix output of show_codeMatt Redfearn-3/+4
2016-11-04MIPS: traps: Fix output of show_stacktraceMatt Redfearn-6/+8
2016-11-04MIPS: traps: Fix output of show_backtraceMatt Redfearn-1/+1
2016-11-04MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn-1/+1
2016-11-04MIPS: CPC: Provide default mips_cpc_default_phys_base to ignore CPCPaul Burton-1/+10
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds-2/+3
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes-2/+3
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-339/+345
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle-0/+12
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai-1/+18
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf-0/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf-2/+9
2016-10-06MIPS: Print CM error reports upon bus errorsPaul Burton-0/+3
2016-10-06MIPS: tracing: disable uprobe/kprobe on compact branch instructionsMarcin Nowakowski-0/+48
2016-10-06MIPS: tracing: move insn_has_delay_slot to a shared headerMarcin Nowakowski-120/+87
2016-10-05MIPS: pm-cps: Generate idle state entry code when CPUs are onlinedPaul Burton-26/+19
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-18/+4
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn-8/+53
2016-10-04MIPS: uprobes: Flush icache via kernel addressJames Hogan-11/+6
2016-10-04MIPS: traps: Ensure full EBase is writtenMatt Redfearn-1/+18
2016-10-04MIPS: traps: Convert ebase to KSEG0James Hogan-0/+17
2016-10-04MIPS: traps: 64bit kernels should read CP0_EBase 64bitJames Hogan-2/+11
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn-0/+2
2016-10-04MIPS: pm-cps: Support CM3 changes to Coherence Enable RegisterMatt Redfearn-13/+18
2016-10-04MIPS: pm-cps: Add MIPSr6 CPU supportMatt Redfearn-4/+18
2016-10-04MIPS: pm-cps: Remove selection of sync typesMatt Redfearn-19/+0
2016-10-04MIPS: pm-cps: Use MIPS standard completion barrierMatt Redfearn-5/+5
2016-10-04MIPS: pm-cps: Use MIPS standard lightweight ordering barrierMatt Redfearn-7/+5
2016-10-04MIPS: pm-cps: Update comments on barrier instructionsMatt Redfearn-8/+8
2016-10-04MIPS: pm-cps: Change FSB workaround to CPU blacklistMatt Redfearn-7/+2
2016-10-04MIPS: CPC: Avoid lock when MIPS CM >= 3 is presentMatt Redfearn-1/+12
2016-10-04MIPS: CPC: Convert bare 'unsigned' to 'unsigned int'Matt Redfearn-3/+3
2016-10-04MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker-0/+2
2016-10-04MIPS: Delete unused file smp-gic.cMatt Redfearn-66/+0
2016-10-04MIPS: Move identification of VP(E) into proc.c from smp-mt.cMatt Redfearn-23/+7
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner-13/+21
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton-1/+1
2016-09-29MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPSPaul Burton-2/+1
2016-09-29MIPS: clear execution hazard after changing FTLB enablePaul Burton-2/+1
2016-09-29MIPS: Configure FTLB after probing TLB sizes from config4Paul Burton-15/+28
2016-09-29MIPS: Stop setting I6400 FTLBPPaul Burton-7/+2
2016-09-29MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski-3/+2
2016-09-29MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski-18/+0
2016-09-29MIPS: fix uretprobe implementationMarcin Nowakowski-1/+1