summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/alignment.c
AgeCommit message (Expand)AuthorLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton-1/+1
2015-09-24ARM: alignment: fix alignment handling for uaccess changesRussell King-5/+25
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel-3/+3
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King-5/+5
2014-09-25ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy-0/+3
2014-07-18ARM: alignment: save last kernel aligned fault locationRussell King-1/+3
2014-06-02ARM: remove global cr_no_alignmentRussell King-0/+3
2014-06-02ARM: remove CPU_CP15 conditional from alignment.cRussell King-2/+0
2014-06-02ARM: move "noalign" command line option to alignment.cRussell King-0/+7
2014-06-02ARM: provide common method to clear bits in CPU control registerRussell King-3/+2
2014-05-22ARM: use get_cr() rather than cr_alignmentRussell King-1/+1
2013-10-19ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks-2/+7
2013-03-09Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King-0/+2
2013-02-25ARM: fix scheduling while atomic warning in alignment handling codeRussell King-7/+4
2013-01-31ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König-0/+2
2012-11-04ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar-1/+1
2012-10-09ARM: Fix another build warning in arch/arm/mm/alignment.cArnd Bergmann-1/+3
2012-09-15ARM: Fix build warning in arch/arm/mm/alignment.cRussell King-3/+3
2012-03-28Disintegrate asm/system.h for ARMDavid Howells-0/+1
2012-03-28ARM: move CP15 definitions to separate header fileRussell King-1/+1
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas-1/+1
2011-10-01ARM: allow building alignment.c without PROC_FSArnd Bergmann-10/+10
2011-08-09ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correctDave Martin-3/+11
2011-08-09ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned acces...Dave Martin-12/+30
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King-0/+3
2010-09-23ARM: 6401/1: plug a race in the alignment trap handlerNicolas Pitre-2/+17
2010-07-27ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov-2/+12
2010-07-27ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov-2/+4
2010-07-27ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov-2/+2
2010-05-17Merge branch 'devel-stable' into develRussell King-12/+12
2010-05-15ARM: convert /proc/cpu/aligment to seq_fileAlexey Dobriyan-27/+26
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King-12/+12
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-5/+1
2010-02-20ARM: allow alignment fault mode to be configured at kernel bootRussell King-0/+3
2010-02-15ARM: Move creation of /proc/cpu out of alignment.cRussell King-5/+1
2009-07-24Thumb-2: Implement the unified arch/arm/mm supportCatalin Marinas-5/+15
2009-06-19[ARM] 5540/1: 32-bit Thumb-2 {ld,st}{m,rd} alignment fault fixup supportGeorge G. Davis-20/+119
2008-12-15Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King-3/+23
2008-12-07[ARM] Fix alignment fault handling for ARMv6 and later CPUsRussell King-3/+23
2008-11-29[ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.hRussell King-0/+1
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King-1/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan-1/+1
2007-06-01parse errors in ifdefsYoann Padioleau-1/+1
2007-05-20[ARM] spelling fixesSimon Arlott-1/+1
2007-04-21[ARM] Remove needless linux/ptrace.h includesRussell King-1/+0
2006-09-27[ARM] do_bad_area() always takes current and current->active_mmRussell King-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2005-10-12[ARM] 2969/1: miscellaneous whitespace cleanupGeorge G. Davis-22/+22