index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
arm64: kasan: mte: remove redundant mte_report_once logic
Mark Rutland
1
-14
/
+1
2021-06-24
Merge branch 'for-next/mte' into for-next/core
Will Deacon
1
-0
/
+26
2021-06-24
Merge branch 'for-next/mm' into for-next/core
Will Deacon
1
-6
/
+11
2021-06-15
arm64: mm: Pass original fault address to handle_mm_fault()
Gavin Shan
1
-1
/
+1
2021-06-08
arm64: mm: decode xFSC in mem_abort_decode()
Mark Rutland
1
-0
/
+2
2021-06-07
arm64: entry: convert IRQ+FIQ handlers to C
Mark Rutland
1
-7
/
+0
2021-06-04
arm64: mte: handle tags zeroing at page allocation time
Peter Collingbourne
1
-0
/
+26
2021-06-03
arm64: mm: Add is_el1_data_abort() helper
Kefeng Wang
1
-5
/
+8
2021-03-26
arm64: Support execute-only permissions with Enhanced PAN
Vladimir Murzin
1
-1
/
+17
2021-02-26
kfence: add test suite
Marco Elver
1
-1
/
+1
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
1
-1
/
+1
2021-02-26
arm64, kfence: enable KFENCE for ARM64
Marco Elver
1
-0
/
+4
2021-02-24
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
1
-6
/
+14
2021-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-33
/
+1
2021-02-12
Merge branch 'for-next/errata' into for-next/core
Will Deacon
1
-32
/
+0
2021-02-08
arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround
Mark Rutland
1
-32
/
+0
2021-02-05
mm/arm64: Correct obsolete comment in do_page_fault()
Miaohe Lin
1
-1
/
+1
2021-01-18
kasan, arm64: fix pointer tags in KASAN reports
Andrey Konovalov
1
-3
/
+4
2020-12-22
kasan, arm64: print report from tag fault handler
Andrey Konovalov
1
-0
/
+14
2020-12-22
arm64: mte: add in-kernel tag fault handler
Vincenzo Frascino
1
-0
/
+45
2020-12-09
Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core
Catalin Marinas
1
-25
/
+0
2020-12-09
Merge branch 'for-next/uaccess' into for-next/core
Catalin Marinas
1
-5
/
+0
2020-12-02
arm64: uaccess: remove set_fs()
Mark Rutland
1
-5
/
+0
2020-11-30
arm64: entry: fix EL1 debug transitions
Mark Rutland
1
-25
/
+0
2020-11-30
arm64: entry: fix non-NMI user<->kernel transitions
Mark Rutland
1
-11
/
+11
2020-11-23
arm64: expose FAR_EL1 tag bits in siginfo
Peter Collingbourne
1
-33
/
+50
2020-10-29
arm64: Add workaround for Arm Cortex-A77 erratum 1508412
Rob Herring
1
-1
/
+1
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
1
-1
/
+8
2020-10-01
arm64: mm: Make flush_tlb_fix_spurious_fault() a no-op
Will Deacon
1
-1
/
+3
2020-09-04
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino
1
-1
/
+8
2020-08-12
mm/arm64: use general page fault accounting
Peter Xu
1
-23
/
+6
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-4
/
+4
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-04
arm64: add support for folded p4d page tables
Mike Rapoport
1
-1
/
+8
2020-05-19
arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work
James Morse
1
-5
/
+7
2020-04-10
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
1
-1
/
+1
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-5
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
arm64/mm: use helper fault_signal_pending()
Peter Xu
1
-12
/
+7
2020-01-06
arm64: Revert support for execute-only user mappings
Catalin Marinas
1
-1
/
+1
2019-11-08
Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...
Catalin Marinas
1
-0
/
+2
2019-10-29
arm64: print additional fault message when executing non-exec memory
Xiang Zheng
1
-0
/
+2
2019-10-28
Merge branch 'for-next/entry-s-to-c' into for-next/core
Catalin Marinas
1
-49
/
+13
2019-10-28
arm64: entry-common: don't touch daif before bp-hardening
James Morse
1
-35
/
+1
2019-10-28
arm64: Remove asmlinkage from updated functions
James Morse
1
-9
/
+7
2019-10-28
arm64: remove __exception annotations
James Morse
1
-17
/
+17
2019-10-16
arm64: mm: fix inverted PAR_EL1.F check
Mark Rutland
1
-1
/
+5
2019-10-07
arm64: mm: fix spurious fault detection
Mark Rutland
1
-1
/
+1
2019-10-04
arm64: mm: avoid virt_to_phys(init_mm.pgd)
Mark Rutland
1
-1
/
+10
[next]