aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/unaligned.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25MIPS: Handle address errors for accesses above CPU max virtual user addressGravatar Thomas Bogendoerfer 1-0/+17
2021-04-07MIPS: Fix new sparse warningsGravatar Thomas Bogendoerfer 1-3/+3
2021-04-06MIPS: uaccess: Remove get_fs/set_fs call sitesGravatar Thomas Bogendoerfer 1-127/+72
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 1-14/+13
2020-05-30MIPS: Fix build warning about "PTR_STR" redefinitionGravatar Thomas Bogendoerfer 1-0/+1
2020-04-24MIPS: Move unaligned load/store helpers to inst.hGravatar Huacai Chen 1-775/+0
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outGravatar Alexander Lobakin 1-18/+18
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-10/+10
2019-02-04MIPS: MemoryMapID (MMID) SupportGravatar Paul Burton 1-0/+1
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-12/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-51/+47
2018-11-09MIPS: Fix do_ade() closing brace indentationGravatar Paul Burton 1-1/+1
2018-11-09MIPS: unaligned: Remove FP & MSA code when unsupportedGravatar Paul Burton 1-12/+24
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHGravatar Paul Burton 1-2/+0
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsGravatar Yasha Cherikovsky 1-24/+23
2017-08-29MIPS: Declare various variables & functions staticGravatar Paul Burton 1-1/+1
2017-07-05MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsGravatar Maciej W. Rozycki 1-2/+37
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportGravatar Miodrag Dinic 1-74/+100
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-5/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-5/+5
2016-05-13MIPS: Allow emulation for unaligned [LS]DXC1 instructionsGravatar Paul Burton 1-0/+1
2016-03-29MIPS: Fix MSA ld unaligned failure casesGravatar Paul Burton 1-21/+30
2015-10-26MIPS: Declare mips_debugfs_dir in a headerGravatar Paul Burton 1-1/+1
2015-09-03MIPS: unaligned: Move from deprecated __initcall to arch_initcall.Gravatar Ralf Baechle 1-1/+1
2015-09-03MIPS: MSA unaligned memory access supportGravatar Leonid Yegoshin 1-0/+72
2015-08-03MIPS: unaligned: Fix build error on big endian R6 kernelsGravatar James Cowgill 1-1/+1
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-109/+231
2015-04-10MIPS: unaligned: Fix regular load/store instruction emulation for EVAGravatar Markos Chandras 1-5/+47
2015-04-10MIPS: unaligned: Surround load/store macros in do {} while statementsGravatar Markos Chandras 1-26/+90
2015-04-10MIPS: unaligned: Prevent EVA instructions on kernel unaligned accessesGravatar Markos Chandras 1-78/+94
2015-04-08MIPS: Fix double inclusion of headers in misalignment emulator.Gravatar Ralf Baechle 1-2/+0
2015-04-08MIPS: Set `si_code' for SIGFPE signals sent from emulation tooGravatar Maciej W. Rozycki 1-2/+2
2015-02-17MIPS: kernel: unaligned: Add support for the MIPS R6Gravatar Leonid Yegoshin 1-4/+386
2014-07-30MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Gravatar Huacai Chen 1-1/+0
2014-03-26MIPS: kernel: unaligned: Handle unaligned accesses for EVAGravatar Leonid Yegoshin 1-1/+85
2014-03-26MIPS: kernel: unaligned: Add EVA instruction wrappersGravatar Markos Chandras 1-24/+25
2013-07-01MIPS: Declare emulate_load_store_microMIPS as a static function.Gravatar David Daney 1-1/+2
2013-07-01MIPS: Cleanup indentation and whitespaceGravatar Tony Wu 1-0/+1
2013-06-10MIPS: Implement HAVE_CONTEXT_TRACKING.Gravatar Ralf Baechle 1-0/+4
2013-05-09MIPS: MIPS16e: Add unaligned access support.Gravatar Steven J. Hill 1-0/+255
2013-05-09MIPS: microMIPS: Add unaligned access support.Gravatar Leonid Yegoshin 1-201/+1011
2013-05-09MIPS: microMIPS: Floating point support.Gravatar Leonid Yegoshin 1-4/+18
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-17/+17
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2011-10-31mips: remove needless include of module.h from core kernel files.Gravatar Paul Gortmaker 1-1/+0
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfaceGravatar Peter Zijlstra 1-3/+2
2010-10-29MIPS: add support for software performance eventsGravatar Deng-Cheng Zhu 1-0/+7
2010-10-18MIPS: Sanitize restart logicsGravatar Al Viro 1-2/+0
2009-12-17MIPS: Modularize COP2 handlingGravatar Ralf Baechle 1-7/+18