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