summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/unaligned.c
AgeCommit message (Expand)AuthorLines
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton-0/+1
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-12/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-51/+47
2018-11-09MIPS: Fix do_ade() closing brace indentationPaul Burton-1/+1
2018-11-09MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton-12/+24
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton-2/+0
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky-24/+23
2017-08-29MIPS: Declare various variables & functions staticPaul Burton-1/+1
2017-07-05MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki-2/+37
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic-74/+100
2017-03-28new helper: uaccess_kernel()Al Viro-5/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada-5/+5
2016-05-13MIPS: Allow emulation for unaligned [LS]DXC1 instructionsPaul Burton-0/+1
2016-03-29MIPS: Fix MSA ld unaligned failure casesPaul Burton-21/+30
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton-1/+1
2015-09-03MIPS: unaligned: Move from deprecated __initcall to arch_initcall.Ralf Baechle-1/+1
2015-09-03MIPS: MSA unaligned memory access supportLeonid Yegoshin-0/+72
2015-08-03MIPS: unaligned: Fix build error on big endian R6 kernelsJames Cowgill-1/+1
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle-109/+231
2015-04-10MIPS: unaligned: Fix regular load/store instruction emulation for EVAMarkos Chandras-5/+47
2015-04-10MIPS: unaligned: Surround load/store macros in do {} while statementsMarkos Chandras-26/+90
2015-04-10MIPS: unaligned: Prevent EVA instructions on kernel unaligned accessesMarkos Chandras-78/+94
2015-04-08MIPS: Fix double inclusion of headers in misalignment emulator.Ralf Baechle-2/+0
2015-04-08MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki-2/+2
2015-02-17MIPS: kernel: unaligned: Add support for the MIPS R6Leonid Yegoshin-4/+386
2014-07-30MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen-1/+0
2014-03-26MIPS: kernel: unaligned: Handle unaligned accesses for EVALeonid Yegoshin-1/+85
2014-03-26MIPS: kernel: unaligned: Add EVA instruction wrappersMarkos Chandras-24/+25
2013-07-01MIPS: Declare emulate_load_store_microMIPS as a static function.David Daney-1/+2
2013-07-01MIPS: Cleanup indentation and whitespaceTony Wu-0/+1
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle-0/+4
2013-05-09MIPS: MIPS16e: Add unaligned access support.Steven J. Hill-0/+255
2013-05-09MIPS: microMIPS: Add unaligned access support.Leonid Yegoshin-201/+1011
2013-05-09MIPS: microMIPS: Floating point support.Leonid Yegoshin-4/+18
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle-17/+17
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells-1/+0
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker-1/+0
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra-3/+2
2010-10-29MIPS: add support for software performance eventsDeng-Cheng Zhu-0/+7
2010-10-18MIPS: Sanitize restart logicsAl Viro-2/+0
2009-12-17MIPS: Modularize COP2 handlingRalf Baechle-7/+18
2009-05-14MIPS: Use force_sig when handling address errors.David Daney-3/+3
2008-10-30MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle-12/+0
2008-10-27MIPS: Fix debugfs_create_*'s error checking method for mips/kernel/Zhaolei-4/+4
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle-1/+1
2007-07-31[MIPS] Fix build warning in unaligned load/store emulator.Ralf Baechle-31/+20
2007-07-31[MIPS] Fixup secure computing stuff.Ralf Baechle-1/+1
2007-07-10[MIPS] Add some debugfs files to debug unaligned accessesAtsushi Nemoto-3/+38
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-1/+1