summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2017-07-05MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton
2017-07-05MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton
2017-07-05MIPS: Avoid accidental raw backtraceJames Hogan
2017-07-05MIPS: head: Reorder instructions missing a delay slotKarl Beldan
2017-06-24MIPS: Fix bnezc/jialc return address calculationPaul Burton
2017-05-14MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixLeonid Yegoshin
2017-05-03MIPS: Avoid BUG warning in arch_check_elfJames Cowgill
2017-05-03MIPS: cevt-r4k: Fix out-of-bounds array accessJames Hogan
2017-05-03MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan
2017-04-18MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatchMatt Redfearn
2017-04-18MIPS: Switch to the irq_stack in interruptsMatt Redfearn
2017-04-18MIPS: Stack unwinding while on IRQ stackMatt Redfearn
2017-04-18MIPS: Introduce irq_stackMatt Redfearn
2017-04-12MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2Huacai Chen
2017-04-12MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen
2017-03-31mips/ptrace: Preserve previous registers for short regset writeDave Martin
2017-03-12MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton
2017-03-12MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton
2017-03-12MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton
2017-03-12MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton
2017-03-12MIPS: Prevent unaligned accesses during stack unwindingPaul Burton
2017-03-12MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-12-11MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen
2016-11-04MIPS: Fix max_low_pfn with disabled highmemJames Hogan
2016-11-04MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki
2016-11-04MIPS: Fix ISA I/II FP signal context offsetsMaciej W. Rozycki
2016-11-04MIPS: Remove FIR from ISA I FP signal contextMaciej W. Rozycki
2016-11-04MIPS: Fix ISA I FP sigcontext access violation handlingMaciej W. Rozycki
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki
2016-11-04MIPS: Fix __show_regs() outputPaul Burton
2016-11-04MIPS: traps: Fix output of show_codeMatt Redfearn
2016-11-04MIPS: traps: Fix output of show_stacktraceMatt Redfearn
2016-11-04MIPS: traps: Fix output of show_backtraceMatt Redfearn
2016-11-04MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn
2016-11-04MIPS: CPC: Provide default mips_cpc_default_phys_base to ignore CPCPaul Burton
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf
2016-10-06MIPS: Print CM error reports upon bus errorsPaul Burton
2016-10-06MIPS: tracing: disable uprobe/kprobe on compact branch instructionsMarcin Nowakowski
2016-10-06MIPS: tracing: move insn_has_delay_slot to a shared headerMarcin Nowakowski
2016-10-05MIPS: pm-cps: Generate idle state entry code when CPUs are onlinedPaul Burton
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn