index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-09
arm64: debug: Remove unused return value from do_debug_exception()
Will Deacon
1
-10
/
+4
2019-04-03
arm64: mm: Make show_pte() a static function
Will Deacon
1
-1
/
+1
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+5
2019-03-01
arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
Will Deacon
1
-4
/
+5
2019-02-08
arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
James Morse
1
-19
/
+5
2019-02-08
KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
James Morse
1
-1
/
+1
2018-12-28
kasan, arm64: fix up fault handling logic
Andrey Konovalov
1
-9
/
+22
2018-12-10
arm64: mm: introduce 52-bit userspace support
Steve Capper
1
-1
/
+1
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-61
/
+33
2018-10-03
arm64: Use daifflag_restore after bp_hardening
Julien Thierry
1
-2
/
+3
2018-10-01
arm64/mm: Define esr_to_debug_fault_info()
Anshuman Khandual
1
-1
/
+7
2018-10-01
arm64/mm: Reorganize arguments for is_el1_permission_fault()
Anshuman Khandual
1
-5
/
+4
2018-10-01
arm64/mm: Use ESR_ELx_FSC macro while decoding fault exception
Anshuman Khandual
1
-1
/
+1
2018-09-27
signal/arm64: Add and use arm64_force_sig_mceerr as appropriate
Eric W. Biederman
1
-7
/
+2
2018-09-27
signal/arm64: Add and use arm64_force_sig_fault where appropriate
Eric W. Biederman
1
-18
/
+8
2018-09-27
signal/arm64: Only call set_thread_esr once in do_page_fault
Eric W. Biederman
1
-3
/
+1
2018-09-27
signal/arm64: Only perform one esr_to_fault_info call in do_page_fault
Eric W. Biederman
1
-3
/
+5
2018-09-27
signal/arm64: Expand __do_user_fault and remove it
Eric W. Biederman
1
-10
/
+8
2018-09-27
signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault
Eric W. Biederman
1
-4
/
+9
2018-09-27
signal/arm64: Consolidate the two hwpoison cases in do_page_fault
Eric W. Biederman
1
-7
/
+7
2018-09-27
signal/arm64: Factor set_thread_esr out of __do_user_fault
Eric W. Biederman
1
-2
/
+7
2018-09-27
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
Eric W. Biederman
1
-1
/
+1
2018-09-27
signal/arm64: Push siginfo generation into arm64_notify_die
Eric W. Biederman
1
-31
/
+10
2018-09-14
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
1
-14
/
+0
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-3
/
+3
2018-08-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2018-08-09
arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()
Dongjiu Geng
1
-6
/
+1
2018-07-12
arm64: kill config_sctlr_el1()
Mark Rutland
1
-1
/
+1
2018-06-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-18
/
+28
2018-06-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+12
2018-05-23
arm64: Unify kernel fault reporting
Mark Rutland
1
-14
/
+23
2018-05-23
arm64: make is_permission_fault() name clearer
Mark Rutland
1
-4
/
+5
2018-05-22
arm64: fault: Don't leak data in ESR context for user fault on kernel VA
Peter Maydell
1
-0
/
+51
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-6
/
+12
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
1
-2
/
+1
2018-03-09
arm64: signal: Ensure si_code is valid for all fault signals
Dave Martin
1
-58
/
+58
2018-03-06
arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info
Will Deacon
1
-51
/
+36
2018-03-06
arm64: Pass user fault info to arm64_notify_die instead of printing it
Will Deacon
1
-22
/
+8
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
1
-19
/
+25
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+17
2018-02-07
arm64: entry: Apply BP hardening for suspicious interrupts from EL0
Will Deacon
1
-0
/
+6
2018-02-07
arm64: entry: Apply BP hardening for high-priority synchronous exceptions
Will Deacon
1
-0
/
+9
2018-02-07
arm64: Make USER_DS an inclusive limit
Robin Murphy
1
-2
/
+2
2018-01-31
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-57
/
+57
2018-01-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+17
2018-01-12
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
1
-57
/
+57
2018-01-08
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Will Deacon
1
-0
/
+17
2017-12-13
arm64: fault: avoid send SIGBUS two times
Dongjiu Geng
1
-3
/
+2
2017-11-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-59
/
+13
2017-11-02
arm64: Don't walk page table for user faults in do_mem_abort
Will Deacon
1
-1
/
+2
[next]