aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19MIPS: entry: Remove unneeded need_resched() loopValentin Schneider1-3/+2
2018-06-19MIPS: Add syscall detection for restartable sequencesPaul Burton1-0/+8
2017-06-30MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton1-0/+3
2017-01-03MIPS: Remove r2_emul_return from struct thread_infoPaul Burton1-18/+0
2015-04-10MIPS: kernel: entry.S: Set correct ISA level for mips_ihbMarkos Chandras1-1/+2
2015-02-17MIPS: Make use of the ERETNC instruction on MIPS R6Markos Chandras1-0/+18
2015-02-17MIPS: kernel: entry.S: Add MIPS R6 related definitionsMarkos Chandras1-2/+3
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-38/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+6
2012-12-05MIPS: Fix endless loop when processing signals for kernel tasksDmitry Adamushko1-1/+6
2012-10-15mips: switch to saner kernel_execve() semanticsAl Viro1-11/+1
2012-10-14MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle1-0/+9
2012-10-14mips: switch to generic kernel_thread()Al Viro1-0/+7
2012-09-22MIPS: Merge the identical "return from syscall" per-ABI codeAl Viro1-3/+9
2012-09-22MIPS: Prevent hitting do_notify_resume() with !user_mode(regs).Al Viro1-0/+3
2011-05-19MIPS: Split do_syscall_trace into two functions.Ralf Baechle1-3/+2
2011-05-19MIPS: Use single define for pending work on syscall exitRalf Baechle1-1/+1
2008-10-03[MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.Kevin D. Kissell1-5/+5
2007-07-12[MIPS] SMTC: Interrupt mask backstop hackKevin D. Kissell1-0/+2
2007-03-29[MIPS] lockdep: Handle interrupts in R3000 style c0_status register.Chris Dearman1-1/+5
2007-02-13[MIPS] Make entry.S a little more readable.Franck Bui-Huu1-11/+8
2006-11-01[MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup.Ralf Baechle1-0/+3
2006-10-09[MIPS] ret_from_irq adjustmentAtsushi Nemoto1-5/+9
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-1/+0
2006-07-13[MIPS] TRACE_IRQFLAGS_SUPPORT support.Ralf Baechle1-0/+15
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle1-3/+3
2006-06-01[MIPS] Fix typoRalf Baechle1-1/+1
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-0/+34
2006-04-19[MIPS] R2: Instruction hazard barrier.Ralf Baechle1-0/+15
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle1-26/+0
2005-10-29Fix excessive signal latencies.Ralf Baechle1-1/+1
2005-10-29Fix preemption bug.Ralf Baechle1-2/+1
2005-10-29Use preempt_schedule_irq.Ralf Baechle1-5/+2
2005-10-29Remove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able.Thiemo Seufer1-18/+17
2005-10-29De-optimize and decomplicate the spurious interrupt handler.Thiemo Seufer1-8/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+155