summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen2016-12-111-1/+1
* MIPS: Fix max_low_pfn with disabled highmemJames Hogan2016-11-041-0/+13
* MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki2016-11-041-64/+39
* MIPS: Fix ISA I/II FP signal context offsetsMaciej W. Rozycki2016-11-042-117/+131
* MIPS: Remove FIR from ISA I FP signal contextMaciej W. Rozycki2016-11-041-5/+1
* MIPS: Fix ISA I FP sigcontext access violation handlingMaciej W. Rozycki2016-11-041-1/+1
* MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2016-11-043-42/+47
* MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki2016-11-041-0/+1
* MIPS: Fix __show_regs() outputPaul Burton2016-11-041-21/+21
* MIPS: traps: Fix output of show_codeMatt Redfearn2016-11-041-3/+4
* MIPS: traps: Fix output of show_stacktraceMatt Redfearn2016-11-041-6/+8
* MIPS: traps: Fix output of show_backtraceMatt Redfearn2016-11-041-1/+1
* MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn2016-11-041-1/+1
* MIPS: CPC: Provide default mips_cpc_default_phys_base to ignore CPCPaul Burton2016-11-041-1/+10
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-2/+3
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-2/+3
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-1516-339/+345
|\ \
| * | MIPS: Print CM error reports upon bus errorsPaul Burton2016-10-061-0/+3
| * | MIPS: tracing: disable uprobe/kprobe on compact branch instructionsMarcin Nowakowski2016-10-064-0/+48
| * | MIPS: tracing: move insn_has_delay_slot to a shared headerMarcin Nowakowski2016-10-063-120/+87
| * | MIPS: pm-cps: Generate idle state entry code when CPUs are onlinedPaul Burton2016-10-051-26/+19
| * | MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-056-18/+4
| * | MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn2016-10-051-8/+53
| * | MIPS: uprobes: Flush icache via kernel addressJames Hogan2016-10-041-11/+6
| * | MIPS: traps: Ensure full EBase is writtenMatt Redfearn2016-10-041-1/+18
| * | MIPS: traps: Convert ebase to KSEG0James Hogan2016-10-041-0/+17
| * | MIPS: traps: 64bit kernels should read CP0_EBase 64bitJames Hogan2016-10-041-2/+11
| * | MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn2016-10-041-0/+2
| * | MIPS: pm-cps: Support CM3 changes to Coherence Enable RegisterMatt Redfearn2016-10-041-13/+18
| * | MIPS: pm-cps: Add MIPSr6 CPU supportMatt Redfearn2016-10-041-4/+18
| * | MIPS: pm-cps: Remove selection of sync typesMatt Redfearn2016-10-041-19/+0
| * | MIPS: pm-cps: Use MIPS standard completion barrierMatt Redfearn2016-10-041-5/+5
| * | MIPS: pm-cps: Use MIPS standard lightweight ordering barrierMatt Redfearn2016-10-041-7/+5
| * | MIPS: pm-cps: Update comments on barrier instructionsMatt Redfearn2016-10-041-8/+8
| * | MIPS: pm-cps: Change FSB workaround to CPU blacklistMatt Redfearn2016-10-041-7/+2
| * | MIPS: CPC: Avoid lock when MIPS CM >= 3 is presentMatt Redfearn2016-10-041-1/+12
| * | MIPS: CPC: Convert bare 'unsigned' to 'unsigned int'Matt Redfearn2016-10-041-3/+3
| * | MIPS: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-042-0/+2
| * | MIPS: Delete unused file smp-gic.cMatt Redfearn2016-10-041-66/+0
| * | MIPS: Move identification of VP(E) into proc.c from smp-mt.cMatt Redfearn2016-10-042-23/+7
* | | MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle2016-10-144-0/+12
| |/ |/|
* | mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-112-1/+18
* | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+9
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-2/+2
|\ \ | |/ |/|
| * Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-306-13/+21
| |\
| * | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-2/+2
* | | MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton2016-09-291-1/+1
* | | MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPSPaul Burton2016-09-291-2/+1
* | | MIPS: clear execution hazard after changing FTLB enablePaul Burton2016-09-291-2/+1