summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2016-08-121-2/+12
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-6/+35
|\
| * Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-211-0/+26
| |\
| | * arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-191-0/+26
| * | arm64: kill ESR_LNX_EXECMark Rutland2016-06-211-5/+8
| * | arm64: add macro to extract ESR_ELx.ECMark Rutland2016-06-211-1/+1
| |/
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2016-07-071-1/+2
|/
* arm64: mm: mark fault_info table constMark Rutland2016-06-141-1/+1
* arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-081-1/+1
* arm64: mm: remove the redundant codeHuang Shijie2016-04-191-4/+0
* arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas2016-04-151-0/+50
* arm64: mm: Add trace_irqflags annotations to do_debug_exception()James Morse2016-04-141-10/+23
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-1/+1
|\
| * mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-6/+28
|\ \ | |/ |/|
| * arm64: User die() instead of panic() in do_page_fault()Catalin Marinas2016-02-191-2/+2
| * arm64: Remove the get_thread_info() functionCatalin Marinas2016-02-181-1/+1
| * arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-181-0/+3
| * arm64: kernel: Add support for User Access OverrideJames Morse2016-02-181-6/+25
* | arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee2016-02-191-1/+8
|/
* arm64: mm: fix fault_info table xFSC decodingMark Rutland2015-11-251-14/+14
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-1/+1
|\
| * arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-211-1/+1
* | arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn2015-10-051-0/+1
|/
* arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin2015-07-271-2/+10
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-271-0/+16
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-07-031-1/+1
|\
| * arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose2015-07-031-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-3/+9
|\ \ | |/
| * arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin2015-06-191-2/+1
| * arm64: show unhandled SP/PC alignment faultsVladimir Murzin2015-06-191-1/+8
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
|/
* arm64: move to ESR_ELx macrosMark Rutland2015-01-151-1/+1
* arm64: mm: report unhandled level-0 translation faults correctlyWill Deacon2014-11-211-1/+1
* arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-231-0/+1
* Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas2014-05-161-2/+3
* arm64: Introduce execute-only page access permissionsCatalin Marinas2014-05-091-3/+2
* arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2014-05-091-4/+4
* arm64: Make do_bad_area() function staticCatalin Marinas2013-09-201-1/+1
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-7/+10
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-121-7/+7
* arm64: mm: don't treat user cache maintenance faults as writesWill Deacon2013-07-191-26/+20
* ARM64: mm: HugeTLB support.Steve Capper2013-06-141-15/+4
* arm64: Do not report user faults for handled signalsCatalin Marinas2013-05-241-1/+2
* arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas2013-05-081-1/+2
* arm64: mm: Correct show_pte behaviourSteve Capper2013-04-251-3/+3
* arm64: Make the user fault reporting more specificCatalin Marinas2012-11-141-2/+11
* arm64: MMU fault handling and page table managementCatalin Marinas2012-09-171-0/+534
OpenPOWER on IntegriCloud