aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mm/alignment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-06ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel1-0/+3
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-1/+1
2021-12-01ARM: Snapshot thread flagsMark Rutland1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2019-10-09ARM: mm: alignment: use "u32" for 32-bit instructionsRussell King1-14/+14
2019-10-09ARM: mm: fix alignment handler faults under memory pressureRussell King1-8/+36
2019-08-09ARM: alignment: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+3
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2018-09-27signal/arm: Use force_sig_fault where appropriateEric W. Biederman1-9/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-1/+1
2015-09-24ARM: alignment: fix alignment handling for uaccess changesRussell King1-5/+25
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel1-3/+3
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-5/+5
2014-09-25ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy1-0/+3
2014-07-18ARM: alignment: save last kernel aligned fault locationRussell King1-1/+3
2014-06-02ARM: remove global cr_no_alignmentRussell King1-0/+3
2014-06-02ARM: remove CPU_CP15 conditional from alignment.cRussell King1-2/+0
2014-06-02ARM: move "noalign" command line option to alignment.cRussell King1-0/+7
2014-06-02ARM: provide common method to clear bits in CPU control registerRussell King1-3/+2
2014-05-22ARM: use get_cr() rather than cr_alignmentRussell King1-1/+1
2013-10-19ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks1-2/+7
2013-03-09Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stableRussell King1-0/+2
2013-02-25ARM: fix scheduling while atomic warning in alignment handling codeRussell King1-7/+4
2013-01-31ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König1-0/+2
2012-11-04ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar1-1/+1
2012-10-09ARM: Fix another build warning in arch/arm/mm/alignment.cArnd Bergmann1-1/+3
2012-09-15ARM: Fix build warning in arch/arm/mm/alignment.cRussell King1-3/+3
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2012-03-28ARM: move CP15 definitions to separate header fileRussell King1-1/+1
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas1-1/+1
2011-10-01ARM: allow building alignment.c without PROC_FSArnd Bergmann1-10/+10
2011-08-09ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correctDave Martin1-3/+11
2011-08-09ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned access modelDave Martin1-12/+30
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King1-0/+3
2010-09-23ARM: 6401/1: plug a race in the alignment trap handlerNicolas Pitre1-2/+17
2010-07-27ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov1-2/+12
2010-07-27ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov1-2/+4
2010-07-27ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov1-2/+2
2010-05-17Merge branch 'devel-stable' into develRussell King1-12/+12
2010-05-15ARM: convert /proc/cpu/aligment to seq_fileAlexey Dobriyan1-27/+26
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King1-12/+12