summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/unaligned.c
Commit message (Expand)AuthorAgeFilesLines
* mips: add missing declarations for trap handlersArnd Bergmann2023-12-101-0/+1
* MIPS: uaccess: emulate Ingenic LXW/LXH/LXHU uaccessSiarhei Volkau2023-06-091-0/+41
* MIPS: Handle address errors for accesses above CPU max virtual user addressThomas Bogendoerfer2022-02-251-0/+17
* MIPS: Fix new sparse warningsThomas Bogendoerfer2021-04-071-3/+3
* MIPS: uaccess: Remove get_fs/set_fs call sitesThomas Bogendoerfer2021-04-061-127/+72
* uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-14/+13
* MIPS: Fix build warning about "PTR_STR" redefinitionThomas Bogendoerfer2020-05-301-0/+1
* MIPS: Move unaligned load/store helpers to inst.hHuacai Chen2020-04-241-775/+0
* MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin2020-01-221-18/+18
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-10/+10
* MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-041-0/+1
* mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-12/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-51/+47
* MIPS: Fix do_ade() closing brace indentationPaul Burton2018-11-091-1/+1
* MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton2018-11-091-12/+24
* MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton2018-11-091-2/+0
* MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky2018-09-261-24/+23
* MIPS: Declare various variables & functions staticPaul Burton2017-08-291-1/+1
* MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki2017-07-051-2/+37
* MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic2017-06-291-74/+100
* new helper: uaccess_kernel()Al Viro2017-03-281-5/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-5/+5
* MIPS: Allow emulation for unaligned [LS]DXC1 instructionsPaul Burton2016-05-131-0/+1
* MIPS: Fix MSA ld unaligned failure casesPaul Burton2016-03-291-21/+30
* MIPS: Declare mips_debugfs_dir in a headerPaul Burton2015-10-261-1/+1
* MIPS: unaligned: Move from deprecated __initcall to arch_initcall.Ralf Baechle2015-09-031-1/+1
* MIPS: MSA unaligned memory access supportLeonid Yegoshin2015-09-031-0/+72
* MIPS: unaligned: Fix build error on big endian R6 kernelsJames Cowgill2015-08-031-1/+1
* Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle2015-04-131-109/+231
|\
| * MIPS: unaligned: Fix regular load/store instruction emulation for EVAMarkos Chandras2015-04-101-5/+47
| * MIPS: unaligned: Surround load/store macros in do {} while statementsMarkos Chandras2015-04-101-26/+90
| * MIPS: unaligned: Prevent EVA instructions on kernel unaligned accessesMarkos Chandras2015-04-101-78/+94
* | MIPS: Fix double inclusion of headers in misalignment emulator.Ralf Baechle2015-04-081-2/+0
* | MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki2015-04-081-2/+2
|/
* MIPS: kernel: unaligned: Add support for the MIPS R6Leonid Yegoshin2015-02-171-4/+386
* MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen2014-07-301-1/+0
* MIPS: kernel: unaligned: Handle unaligned accesses for EVALeonid Yegoshin2014-03-261-1/+85
* MIPS: kernel: unaligned: Add EVA instruction wrappersMarkos Chandras2014-03-261-24/+25
* MIPS: Declare emulate_load_store_microMIPS as a static function.David Daney2013-07-011-1/+2
* MIPS: Cleanup indentation and whitespaceTony Wu2013-07-011-0/+1
* MIPS: Implement HAVE_CONTEXT_TRACKING.Ralf Baechle2013-06-101-0/+4
* MIPS: MIPS16e: Add unaligned access support.Steven J. Hill2013-05-091-0/+255
* MIPS: microMIPS: Add unaligned access support.Leonid Yegoshin2013-05-091-201/+1011
* MIPS: microMIPS: Floating point support.Leonid Yegoshin2013-05-091-4/+18
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-17/+17
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-10-311-1/+0
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-3/+2
* MIPS: add support for software performance eventsDeng-Cheng Zhu2010-10-291-0/+7