- fe75d58 ANDROID: fault: Add vendor hook for TLB conflict by Naina Mehta · 2 years, 11 months ago
- 339a43c BACKPORT: FROMGIT: arm64: mte: handle tags zeroing at page allocation time by Peter Collingbourne · 3 years, 8 months ago
- 458e81e ANDROID: mm: spf: fix task fault accounting by Minchan Kim · 3 years, 9 months ago
- c7d68c4 BACKPORT: kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
- 9f925b2 Revert "FROMGIT: kasan, arm64: allow using KUnit tests with HW_TAGS mode" by Andrey Konovalov · 3 years, 11 months ago
- a599a4e FROMGIT: kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 4 years ago
- 2da503f FROMGIT: kfence: show access type in report by Marco Elver · 4 years ago
- 1ac855f FROMGIT: kfence: use pt_regs to generate stack trace on faults by Marco Elver · 4 years ago
- 16591e4 FROMGIT: arm64, kfence: enable KFENCE for ARM64 by Marco Elver · 4 years ago
- a8313db ANDROID: arm64: add vendor hooks for kernel fault cases by Sangmoon Kim · 4 years ago
- fbde624 UPSTREAM: kasan, arm64: fix pointer tags in KASAN reports by Andrey Konovalov · 4 years ago
- 1ad9551 BACKPORT: arm64: expose FAR_EL1 tag bits in siginfo by Peter Collingbourne · 4 years ago
- 2fd69fa FROMLIST: arm64/mm: add speculative page fault by Mahendran Ganesh · 7 years ago
- cadd7c8 UPSTREAM: kasan, arm64: print report from tag fault handler by Andrey Konovalov · 4 years, 1 month ago
- dc14274 BACKPORT: arm64: mte: add in-kernel tag fault handler by Vincenzo Frascino · 4 years, 1 month ago
- 2a9b3e6 arm64: entry: fix EL1 debug transitions by Mark Rutland · 4 years, 2 months ago
- 2352904 arm64: entry: fix non-NMI user<->kernel transitions by Mark Rutland · 4 years, 2 months ago
- 96d389ca arm64: Add workaround for Arm Cortex-A77 erratum 1508412 by Rob Herring · 4 years, 3 months ago
- baab8532 Merge branch 'for-next/mte' into for-next/core by Will Deacon · 4 years, 4 months ago
- 6a1bdb1 arm64: mm: Make flush_tlb_fix_spurious_fault() a no-op by Will Deacon · 4 years, 4 months ago
- 637ec83 arm64: mte: Handle synchronous and asynchronous tag check faults by Vincenzo Frascino · 5 years ago
- 6a1bb02 mm/arm64: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- e9f6376 arm64: add support for folded p4d page tables by Mike Rapoport · 4 years, 7 months ago
- 8fcc4ae arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work by James Morse · 4 years, 9 months ago
- 6cb4d9a mm/vma: introduce VM_ACCESS_FLAGS by Anshuman Khandual · 4 years, 9 months ago
- 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
- dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
- b502f03 arm64/mm: use helper fault_signal_pending() by Peter Xu · 4 years, 10 months ago
- 24cecc3 arm64: Revert support for execute-only user mappings by Catalin Marinas · 5 years ago
- 6be2280 Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/core by Catalin Marinas · 5 years ago
- e44ec4a arm64: print additional fault message when executing non-exec memory by Xiang Zheng · 5 years ago
- 8301ae8 Merge branch 'for-next/entry-s-to-c' into for-next/core by Catalin Marinas · 5 years ago
- bfe2987 arm64: entry-common: don't touch daif before bp-hardening by James Morse · 5 years ago
- afa7c0e arm64: Remove asmlinkage from updated functions by James Morse · 5 years ago
- b6e43c0 arm64: remove __exception annotations by James Morse · 5 years ago
- 3813733 arm64: mm: fix inverted PAR_EL1.F check by Mark Rutland · 5 years ago
- 308c515 arm64: mm: fix spurious fault detection by Mark Rutland · 5 years ago
- e4365f9 arm64: mm: avoid virt_to_phys(init_mm.pgd) by Mark Rutland · 5 years ago
- ac12cf8 Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core by Will Deacon · 5 years ago
- 42f9109 arm64: mm: Ignore spurious translation faults taken from the kernel by Will Deacon · 5 years ago
- 233947e arm64: memory: fix flipped VA space fallout by Mark Rutland · 5 years ago
- 2c624fe arm64: mm: Remove vabits_user by Steve Capper · 5 years ago
- 5383cc6 arm64: mm: Introduce vabits_actual by Steve Capper · 5 years ago
- 2951d5e arm64: mm: print hexadecimal EC value in mem_abort_decode() by Miles Chen · 5 years ago
- d8bb671 arm64: Make debug exception handlers visible from RCU by Masami Hiramatsu · 5 years ago
- b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 6 years ago
- dfd437a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
- 4745224 arm64/mm: Refactor __do_page_fault() by Anshuman Khandual · 6 years ago
- c49bd02 arm64/mm: Document write abort detection from ESR by Anshuman Khandual · 6 years ago
- 6168103 arm64/mm: Drop task_struct argument from __do_page_fault() by Anshuman Khandual · 6 years ago
- a050931 arm64/mm: Drop mmap_sem before calling __do_kernel_fault() by Anshuman Khandual · 6 years ago
- 01de177 arm64/mm: Identify user instruction aborts by Anshuman Khandual · 6 years ago
- 0a72ef8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- 969f5ea arm64: errata: Add workaround for Cortex-A76 erratum #1463225 by Will Deacon · 6 years ago
- 48caebf arm64: Print physical address of page table base in show_pte() by Will Deacon · 6 years ago
- 52c6d14 arm64: debug: Remove unused return value from do_debug_exception() by Will Deacon · 6 years ago
- 7048a59 arm64: mm: Make show_pte() a static function by Will Deacon · 6 years ago
- 3d8dfe7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- b9a4b9d arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals by Will Deacon · 6 years ago
- d44f1b8 arm64: KVM/mm: Move SEA handling behind a single 'claim' interface by James Morse · 6 years ago
- 0db5e02 KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing by James Morse · 6 years ago
- 356607f kasan, arm64: fix up fault handling logic by Andrey Konovalov · 6 years ago
- 67e7fdf arm64: mm: introduce 52-bit userspace support by Steve Capper · 6 years ago
- ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 9a0c032 arm64: Use daifflag_restore after bp_hardening by Julien Thierry · 6 years ago
- 359048f arm64/mm: Define esr_to_debug_fault_info() by Anshuman Khandual · 6 years ago
- dbfe382 arm64/mm: Reorganize arguments for is_el1_permission_fault() by Anshuman Khandual · 6 years ago
- 00bbd5d arm64/mm: Use ESR_ELx_FSC macro while decoding fault exception by Anshuman Khandual · 6 years ago
- b4d5557 signal/arm64: Add and use arm64_force_sig_mceerr as appropriate by Eric W. Biederman · 6 years ago
- feca355 signal/arm64: Add and use arm64_force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
- 559d8d9 signal/arm64: Only call set_thread_esr once in do_page_fault by Eric W. Biederman · 6 years ago
- 2d2837f signal/arm64: Only perform one esr_to_fault_info call in do_page_fault by Eric W. Biederman · 6 years ago
- effb093 signal/arm64: Expand __do_user_fault and remove it by Eric W. Biederman · 6 years ago
- aefab2b signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault by Eric W. Biederman · 6 years ago
- 9ea3a97 signal/arm64: Consolidate the two hwpoison cases in do_page_fault by Eric W. Biederman · 6 years ago
- f29ad20 signal/arm64: Factor set_thread_esr out of __do_user_fault by Eric W. Biederman · 6 years ago
- 24b8f79 signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info by Eric W. Biederman · 6 years ago
- 6fa998e signal/arm64: Push siginfo generation into arm64_notify_die by Eric W. Biederman · 6 years ago
- b8925ee arm64: cpu: Move errata and feature enable callbacks closer to callers by Will Deacon · 6 years ago
- 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
- 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- 1035a07 arm64 / ACPI: clean the additional checks before calling ghes_notify_sea() by Dongjiu Geng · 6 years ago
- 25be597 arm64: kill config_sctlr_el1() by Mark Rutland · 7 years ago
- 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- c870f14 arm64: Unify kernel fault reporting by Mark Rutland · 7 years ago
- 969e61b arm64: make is_permission_fault() name clearer by Mark Rutland · 7 years ago
- cc19846 arm64: fault: Don't leak data in ESR context for user fault on kernel VA by Peter Maydell · 7 years ago
- 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
- c0cda3b arm64: capabilities: Update prototype for enable call back by Dave Martin · 7 years ago
- af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
- 92ff067 arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info by Will Deacon · 7 years ago
- 1049c30 arm64: Pass user fault info to arm64_notify_die instead of printing it by Will Deacon · 7 years ago
- 20a004e arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables by Will Deacon · 7 years ago
- c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 30d88c0 arm64: entry: Apply BP hardening for suspicious interrupts from EL0 by Will Deacon · 7 years ago