aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2012-02-20MIPS: traps.c: Fix typoMasanari Iida1-1/+1
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+14
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2012-01-11Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-nextRalf Baechle1-0/+12
2011-12-07MIPS: Add board_ebase_setup()Kevin Cernekee1-0/+3
2011-12-07MIPS: Add NMI notifierKevin Cernekee1-0/+9
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle1-2/+2
2011-11-10MIPS: ASID conflict after CPU hotplugMaksim Rayskiy1-1/+2
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker1-1/+0
2011-10-01MIPS: Call oops_enter, oops_exit in dieNathan Lynch1-1/+9
2011-09-21MIPS: Make the die_lock be rawWu Zhangjin1-3/+3
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-4/+4
2011-05-18MIPS: Fix duplicate invocation of notify_die.Ralf Baechle1-4/+2
2011-01-18MIPS: Use C0_KScratch (if present) to hold PGD pointer.David Daney1-1/+1
2010-12-16MIPS: Send proper signal and siginfo on FP emulator faults.David Daney1-9/+35
2010-10-29MIPS: Allow UserLocal on MIPS_R1 processorsKevin Cernekee1-6/+7
2010-10-29MIPS: add support for software performance eventsDeng-Cheng Zhu1-3/+15
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-1/+1
2010-08-05MIPS: Clean up notify_die() usage.David Daney1-10/+15
2010-08-05MIPS: Remove unused task_struct.trap_no field.David Daney1-1/+1
2010-08-05MIPS: kprobe: Add support.David Daney1-1/+21
2010-08-05MIPS: Provide more elevant interface cu2_notifier for CP2 extensions.Ralf Baechle1-6/+1
2010-07-05MIPS: Return after handling coprocessor 2 exceptionJesper Nilsson1-1/+1
2010-05-21Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2010-05-21MIPS: Use set_cpus_allowed_ptrJulia Lawall1-1/+1
2010-05-20mips,kgdb: kdb low level trap catch and stack traceJason Wessel1-0/+13
2010-04-30MIPS: Use CKSEG1ADDR for uncached handlerSebastian Andrzej Siewior1-6/+1
2010-04-30MIPS: die() does not call die notifier chainYury Polyanskiy1-2/+7
2010-04-12MIPS: Calculate proper ebase value for 64-bit kernelsDavid Daney1-1/+1
2010-02-27MIPS: Deal with larger physical offsetsFlorian Fainelli1-8/+13
2010-02-27MIPS: Annotate set_except_vector with __initFlorian Fainelli1-1/+1
2010-02-10MIPS: Fixup of the r4k timerWu Zhangjin1-0/+1
2010-01-28MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQsDavid VomLehn1-2/+4
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle1-76/+0
2009-12-17MIPS: Modularize COP2 handlingRalf Baechle1-15/+45
2009-09-17MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assemblerRalf Baechle1-3/+2
2009-06-17MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.hDavid Daney1-4/+0
2009-06-17MIPS: Allow CPU specific overriding of CP0 hwrena impl bits.David Daney1-1/+1
2009-03-30MIPS: Use BUG_ON() where possible.Ralf Baechle1-2/+1
2009-03-23MIPS: R2: Fix problem with code that incorrectly modifies ebase.Chris Dearman1-5/+7
2009-01-30MIPS: Read watch registers with interrupts disabled.David Daney1-1/+7
2009-01-30MIPS: R2: Fix broken installation of cache error handler.Ralf Baechle1-2/+6
2009-01-11MIPS: For Cavium OCTEON set hwrena and lazily restore CP2 state.David Daney1-0/+21
2008-10-30MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle1-0/+16
2008-10-30MIPS: Consider value of c0_ebase when computing value of exception base.David Daney1-4/+9
2008-10-11MIPS: Watch exception handling for HARDWARE_WATCHPOINTS.David Daney1-5/+19
2008-10-03[MIPS] SMTC: Fix holes in SMTC and FPU affinity support.Kevin D. Kissell1-2/+4
2008-09-21[MIPS] Fix potential latency problem due to non-atomic cpu_wait.Atsushi Nemoto1-6/+16