index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
2020-04-10
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
arm64/mm: use helper fault_signal_pending()
Peter Xu
2020-01-06
arm64: Revert support for execute-only user mappings
Catalin Marinas
2019-11-08
Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...
Catalin Marinas
2019-10-29
arm64: print additional fault message when executing non-exec memory
Xiang Zheng
2019-10-28
Merge branch 'for-next/entry-s-to-c' into for-next/core
Catalin Marinas
2019-10-28
arm64: entry-common: don't touch daif before bp-hardening
James Morse
2019-10-28
arm64: Remove asmlinkage from updated functions
James Morse
2019-10-28
arm64: remove __exception annotations
James Morse
2019-10-16
arm64: mm: fix inverted PAR_EL1.F check
Mark Rutland
2019-10-07
arm64: mm: fix spurious fault detection
Mark Rutland
2019-10-04
arm64: mm: avoid virt_to_phys(init_mm.pgd)
Mark Rutland
2019-08-30
Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...
Will Deacon
2019-08-27
arm64: mm: Ignore spurious translation faults taken from the kernel
Will Deacon
2019-08-14
arm64: memory: fix flipped VA space fallout
Mark Rutland
2019-08-09
arm64: mm: Remove vabits_user
Steve Capper
2019-08-09
arm64: mm: Introduce vabits_actual
Steve Capper
2019-08-07
arm64: mm: print hexadecimal EC value in mem_abort_decode()
Miles Chen
2019-08-02
arm64: Make debug exception handlers visible from RCU
Masami Hiramatsu
2019-07-16
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-07
arm64/mm: Refactor __do_page_fault()
Anshuman Khandual
2019-06-07
arm64/mm: Document write abort detection from ESR
Anshuman Khandual
2019-06-04
arm64/mm: Drop task_struct argument from __do_page_fault()
Anshuman Khandual
2019-06-04
arm64/mm: Drop mmap_sem before calling __do_kernel_fault()
Anshuman Khandual
2019-06-04
arm64/mm: Identify user instruction aborts
Anshuman Khandual
2019-05-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-05-23
arm64: errata: Add workaround for Cortex-A76 erratum #1463225
Will Deacon
2019-05-14
arm64: Print physical address of page table base in show_pte()
Will Deacon
2019-04-09
arm64: debug: Remove unused return value from do_debug_exception()
Will Deacon
2019-04-03
arm64: mm: Make show_pte() a static function
Will Deacon
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-03-01
arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
Will Deacon
2019-02-07
arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
James Morse
2019-02-07
KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
James Morse
2018-12-28
kasan, arm64: fix up fault handling logic
Andrey Konovalov
2018-12-10
arm64: mm: introduce 52-bit userspace support
Steve Capper
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-03
arm64: Use daifflag_restore after bp_hardening
Julien Thierry
2018-10-01
arm64/mm: Define esr_to_debug_fault_info()
Anshuman Khandual
2018-10-01
arm64/mm: Reorganize arguments for is_el1_permission_fault()
Anshuman Khandual
2018-10-01
arm64/mm: Use ESR_ELx_FSC macro while decoding fault exception
Anshuman Khandual
2018-09-27
signal/arm64: Add and use arm64_force_sig_mceerr as appropriate
Eric W. Biederman
2018-09-27
signal/arm64: Add and use arm64_force_sig_fault where appropriate
Eric W. Biederman
2018-09-27
signal/arm64: Only call set_thread_esr once in do_page_fault
Eric W. Biederman
2018-09-27
signal/arm64: Only perform one esr_to_fault_info call in do_page_fault
Eric W. Biederman
2018-09-27
signal/arm64: Expand __do_user_fault and remove it
Eric W. Biederman
[next]