summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/fault.c
AgeCommit message (Expand)Author
2020-01-12arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-05-08arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko
2019-05-08arm64: mm: print out correct page table entriesKristina Martsenko
2019-04-05arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon
2018-04-20arm64: entry: Apply BP hardening for suspicious interrupts from EL0Mark Rutland
2018-04-20arm64: entry: Apply BP hardening for high-priority synchronous exceptionsMark Rutland
2018-04-20arm64: Add skeleton to harden the branch predictor against aliasing attacksMark Rutland
2018-04-20arm64: Make USER_DS an inclusive limitMark Rutland
2017-10-05arm64: fault: Route pte translation faults via do_translation_faultWill Deacon
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland
2017-08-06arm64: mm: fix show_pte KERN_CONT falloutMark Rutland
2017-04-12arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky
2016-10-20arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse
2016-06-21arm64: kill ESR_LNX_EXECMark Rutland
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland
2016-06-14arm64: mm: mark fault_info table constMark Rutland
2016-06-08arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon
2016-04-19arm64: mm: remove the redundant codeHuang Shijie
2016-04-15arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas
2016-04-14arm64: mm: Add trace_irqflags annotations to do_debug_exception()James Morse
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17mm: remove VM_FAULT_MINORJan Kara
2016-02-19arm64: User die() instead of panic() in do_page_fault()Catalin Marinas
2016-02-19arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse
2015-11-25arm64: mm: fix fault_info table xFSC decodingMark Rutland
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-21arm64: Delay cpu feature capability checksSuzuki K. Poulose
2015-10-05arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse
2015-07-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-07-03arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-06-19arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin
2015-06-19arm64: show unhandled SP/PC alignment faultsVladimir Murzin
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-01-15arm64: move to ESR_ELx macrosMark Rutland