aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon1-10/+70
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar1-2/+20
2017-06-22acpi: apei: handle SEA notification type for ARMv8Tyler Baicar1-0/+17
2017-06-22arm64: exception: handle Synchronous External AbortTyler Baicar1-10/+35
2017-06-12arm64: mm: Update perf accounting to handle poison faultsPunit Agrawal1-32/+36
2017-06-12arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handlingJonathan (Zhixiong) Zhang1-3/+19
2017-06-12arm64: fault: Print info about page table structure when dumping pteWill Deacon1-1/+3
2017-06-12arm64: mm: print file name of faulting vmaKristina Martsenko1-1/+3
2017-06-12arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko1-1/+0
2017-06-12arm64: mm: print out correct page table entriesKristina Martsenko1-11/+25
2017-05-30arm64: Call __show_regs directlyKefeng Wang1-1/+1
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-19/+36
2017-04-06arm64: print a fault message when attempting to write RO memoryStephen Boyd1-19/+36
2017-04-04arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky1-18/+24
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-10arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse1-14/+0
2017-01-04arm64: mm: fix show_pte KERN_CONT falloutMark Rutland1-4/+4
2016-11-21arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas1-4/+10
2016-11-21arm64: Update the synchronous external abort fault descriptionCatalin Marinas1-4/+4
2016-10-20arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse1-0/+9
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse1-2/+4
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas1-3/+2
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott1-2/+12
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-6/+35
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas1-0/+26
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu1-0/+26
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse1-1/+2
2016-06-21arm64: kill ESR_LNX_EXECMark Rutland1-5/+8
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland1-1/+1
2016-06-14arm64: mm: mark fault_info table constMark Rutland1-1/+1
2016-06-08arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon1-1/+1
2016-04-19arm64: mm: remove the redundant codeHuang Shijie1-4/+0
2016-04-15arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas1-0/+50
2016-04-14arm64: mm: Add trace_irqflags annotations to do_debug_exception()James Morse1-10/+23
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-6/+28
2016-03-17mm: remove VM_FAULT_MINORJan Kara1-1/+1
2016-02-19arm64: User die() instead of panic() in do_page_fault()Catalin Marinas1-2/+2
2016-02-19arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee1-1/+8
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas1-1/+1
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-0/+3
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse1-6/+25
2015-11-25arm64: mm: fix fault_info table xFSC decodingMark Rutland1-14/+14
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2015-10-21arm64: Delay cpu feature capability checksSuzuki K. Poulose1-1/+1
2015-10-05arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn1-0/+1
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin1-2/+10