summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/alignment.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel2022-07-061-0/+3
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
* ARM: Snapshot thread flagsMark Rutland2021-12-011-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-2/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
* ARM: mm: alignment: use "u32" for 32-bit instructionsRussell King2019-10-091-14/+14
* ARM: mm: fix alignment handler faults under memory pressureRussell King2019-10-091-8/+36
* ARM: alignment: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-1/+3
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* signal/arm: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-9/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton2015-11-051-1/+1
* ARM: alignment: fix alignment handling for uaccess changesRussell King2015-09-241-5/+25
* ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel2015-03-291-3/+3
* ARM: convert printk(KERN_* to pr_*Russell King2014-11-211-5/+5
* ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy2014-09-251-0/+3
* ARM: alignment: save last kernel aligned fault locationRussell King2014-07-181-1/+3
* ARM: remove global cr_no_alignmentRussell King2014-06-021-0/+3
* ARM: remove CPU_CP15 conditional from alignment.cRussell King2014-06-021-2/+0
* ARM: move "noalign" command line option to alignment.cRussell King2014-06-021-0/+7
* ARM: provide common method to clear bits in CPU control registerRussell King2014-06-021-3/+2
* ARM: use get_cr() rather than cr_alignmentRussell King2014-05-221-1/+1
* ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks2013-10-191-2/+7
* Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-03-091-0/+2
|\
| * ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König2013-01-311-0/+2
* | ARM: fix scheduling while atomic warning in alignment handling codeRussell King2013-02-251-7/+4
|/
* ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar2012-11-041-1/+1
* ARM: Fix another build warning in arch/arm/mm/alignment.cArnd Bergmann2012-10-091-1/+3
* ARM: Fix build warning in arch/arm/mm/alignment.cRussell King2012-09-151-3/+3
* Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* ARM: move CP15 definitions to separate header fileRussell King2012-03-281-1/+1
* ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-081-1/+1
* ARM: allow building alignment.c without PROC_FSArnd Bergmann2011-10-011-10/+10
* ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correctDave Martin2011-08-091-3/+11
* ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned acces...Dave Martin2011-08-091-12/+30
* ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King2011-07-021-0/+3
* ARM: 6401/1: plug a race in the alignment trap handlerNicolas Pitre2010-09-231-2/+17
* ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov2010-07-271-2/+12
* ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov2010-07-271-2/+4
* ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov2010-07-271-2/+2
* Merge branch 'devel-stable' into develRussell King2010-05-171-12/+12
|\
| * ARM: fix build error in arch/arm/kernel/process.cRussell King2010-04-211-12/+12
* | ARM: convert /proc/cpu/aligment to seq_fileAlexey Dobriyan2010-05-151-27/+26
|/