summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/fault.c
AgeCommit message (Expand)Author
2017-10-09Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-10-09Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2017-10-05arm64: fault: Route pte translation faults via do_translation_faultWill Deacon
2017-09-03Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-09-03 Merge tag 'v4.4.86' into linux-linaro-lsk-v4.4Alex Shi
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland
2017-08-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2017-08-07 Merge tag 'v4.4.80' into linux-linaro-lsk-v4.4Alex Shi
2017-08-06arm64: mm: fix show_pte KERN_CONT falloutMark Rutland
2017-02-24Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-02-23arm64/uao: fix compiler warningAlex Shi
2017-01-16UPSTREAM: arm64: Handle faults caused by inadvertent user access with PAN ena...Catalin Marinas
2017-01-16Revert "FROMLIST: arm64: Handle faults caused by inadvertent user access with...Amit Pundir
2016-12-12Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-12-12Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2016-12-08arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse
2016-12-08arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-10-21Merge remote-tracking branch 'origin/v4.4/topic/kprobes64' into linux-linaro-...Alex Shi
2016-10-20arm64: Kprobes with single stepping supportSandeepa Prabhu
2016-10-12FROMLIST: arm64: Handle faults caused by inadvertent user access with PAN ena...Catalin Marinas
2016-10-12UPSTREAM: arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott
2016-10-12UPSTREAM: arm64: kill ESR_LNX_EXECMark Rutland
2016-10-12UPSTREAM: arm64: add macro to extract ESR_ELx.ECMark Rutland
2016-10-12UPSTREAM: arm64: mm: mark fault_info table constMark Rutland
2016-06-27 Merge tag 'v4.4.14' into linux-linaro-lsk-v4.4Alex Shi
2016-06-24arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon
2016-06-02 Merge tag 'v4.4.12' into linux-linaro-lsk-v4.4Alex Shi
2016-06-01arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas
2016-05-11arm64: User die() instead of panic() in do_page_fault()Catalin Marinas
2016-05-11arm64: Remove the get_thread_info() functionCatalin Marinas
2016-05-11arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-05-11arm64: 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
2014-11-21arm64: mm: report unhandled level-0 translation faults correctlyWill Deacon
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-05-16Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas
2014-05-09arm64: Introduce execute-only page access permissionsCatalin Marinas