index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
fault.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: handle PKEY/POE faults
Joey Gouly
2024-09-04
1
-1
/
+54
*
arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
Kefeng Wang
2024-05-06
1
-23
/
+20
*
arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
Kefeng Wang
2024-04-26
1
-1
/
+3
*
arm64: mm: cleanup __do_page_fault()
Kefeng Wang
2024-04-26
1
-20
/
+7
*
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-15
1
-6
/
+6
|
\
|
*
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2024-02-23
1
-6
/
+6
|
*
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
2024-02-23
1
-1
/
+1
|
*
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
2024-02-23
1
-2
/
+2
*
|
arm64: Add ESR decoding for exceptions involving translation level -1
Ard Biesheuvel
2024-02-16
1
-19
/
+11
|
/
*
arch/mm/fault: fix major fault accounting when retrying under per-VMA lock
Suren Baghdasaryan
2023-12-29
1
-0
/
+2
*
arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPAN
Mark Rutland
2023-10-16
1
-1
/
+1
*
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
2023-08-25
1
-1
/
+2
*
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
2023-08-18
1
-2
/
+0
*
arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()
SeongJae Park
2023-07-04
1
-2
/
+0
*
Merge branch 'expand-stack'
Linus Torvalds
2023-06-29
1
-39
/
+8
|
\
|
*
arm64/mm: Convert to using lock_mm_and_find_vma()
Linus Torvalds
2023-06-24
1
-39
/
+8
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-1
/
+4
|
\
\
|
*
|
arm64: allow pte_offset_map() to fail
Hugh Dickins
2023-06-20
1
-0
/
+3
|
*
|
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
2023-06-10
1
-1
/
+1
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-06-27
1
-6
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
|
|
|
\
|
*
-
.
\
Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...
Catalin Marinas
2023-06-23
1
-6
/
+14
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
|
*
arm64/esr: Add decode of ISS2 to data abort reporting
Mark Brown
2023-05-26
1
-3
/
+14
|
|
|
/
|
|
/
|
|
|
*
arm64: move early_brk64 prototype to header
Arnd Bergmann
2023-05-25
1
-3
/
+0
|
|
/
*
/
arm64: mm: pass original fault address to handle_mm_fault() in PER_VMA_LOCK b...
Jisheng Zhang
2023-06-02
1
-2
/
+1
|
/
*
arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
Min-Hua Chen
2023-05-16
1
-2
/
+2
*
arm64/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
2023-04-06
1
-0
/
+36
*
mm: add vma_alloc_zeroed_movable_folio()
Matthew Wilcox (Oracle)
2023-02-03
1
-2
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-15
1
-1
/
+3
|
\
|
*
Merge branch kvm-arm64/mte-map-shared into kvmarm-master/next
Marc Zyngier
2022-12-05
1
-1
/
+3
|
|
\
|
|
*
arm64: mte: Lock a page for MTE tag initialisation
Catalin Marinas
2022-11-29
1
-0
/
+2
|
|
*
arm64: mte: Fix/clarify the PG_mte_tagged semantics
Catalin Marinas
2022-11-29
1
-1
/
+1
*
|
|
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-13
1
-0
/
+4
|
\
\
\
|
*
|
|
arm64: efi: Recover from synchronous exceptions occurring in firmware
Ard Biesheuvel
2022-12-08
1
-0
/
+4
*
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-12-12
1
-1
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
arm64: mm: kfence: only handle translation faults
Mark Rutland
2022-11-15
1
-1
/
+7
|
|
/
/
*
/
/
arm64: efi: Revert "Recover from synchronous exceptions ..."
Ard Biesheuvel
2022-12-01
1
-4
/
+0
|
/
/
*
/
arm64: efi: Recover from synchronous exceptions occurring in firmware
Ard Biesheuvel
2022-11-03
1
-0
/
+4
|
/
*
arm64: compat: Implement misalignment fixups for multiword loads
Ard Biesheuvel
2022-09-06
1
-0
/
+3
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-0
/
+4
|
\
|
*
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2022-06-17
1
-0
/
+4
*
|
mm: kasan: Skip unpoisoning of user pages
Catalin Marinas
2022-07-07
1
-1
/
+0
|
/
*
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
2022-05-20
1
-35
/
+35
|
\
|
*
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
2022-04-29
1
-35
/
+35
*
|
arm64/mte: Make TCF field values and naming more standard
Mark Brown
2022-05-04
1
-1
/
+2
|
/
*
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-1
/
+1
|
\
|
*
exit: Add and use make_task_dead.
Eric W. Biederman
2021-12-13
1
-1
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-4
/
+2
|
\
\
|
*
|
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
2022-01-15
1
-4
/
+2
|
|
/
*
|
arm64: mm: log potential KASAN shadow alias
Mark Rutland
2021-12-13
1
-0
/
+2
*
|
arm64: mm: use die_kernel_fault() in do_mem_abort()
Mark Rutland
2021-12-13
1
-5
/
+2
|
/
[next]