index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
fault.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-08
1
-18
/
+28
|
\
|
*
arm64: Unify kernel fault reporting
Mark Rutland
2018-05-23
1
-14
/
+23
|
*
arm64: make is_permission_fault() name clearer
Mark Rutland
2018-05-23
1
-4
/
+5
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-06-04
1
-6
/
+12
|
\
\
|
*
|
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-25
1
-6
/
+12
|
|
/
*
/
arm64: fault: Don't leak data in ESR context for user fault on kernel VA
Peter Maydell
2018-05-22
1
-0
/
+51
|
/
*
arm64: capabilities: Update prototype for enable call back
Dave Martin
2018-03-26
1
-2
/
+1
*
arm64: signal: Ensure si_code is valid for all fault signals
Dave Martin
2018-03-09
1
-58
/
+58
*
arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info
Will Deacon
2018-03-06
1
-51
/
+36
*
arm64: Pass user fault info to arm64_notify_die instead of printing it
Will Deacon
2018-03-06
1
-22
/
+8
*
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
2018-02-16
1
-19
/
+25
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-02-08
1
-2
/
+17
|
\
|
*
arm64: entry: Apply BP hardening for suspicious interrupts from EL0
Will Deacon
2018-02-06
1
-0
/
+6
|
*
arm64: entry: Apply BP hardening for high-priority synchronous exceptions
Will Deacon
2018-02-06
1
-0
/
+9
|
*
arm64: Make USER_DS an inclusive limit
Robin Murphy
2018-02-06
1
-2
/
+2
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-01-30
1
-57
/
+57
|
\
\
|
*
|
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
2018-01-12
1
-57
/
+57
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-01-30
1
-0
/
+17
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Will Deacon
2018-01-08
1
-0
/
+17
*
|
arm64: fault: avoid send SIGBUS two times
Dongjiu Geng
2017-12-13
1
-3
/
+2
|
/
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-11-15
1
-59
/
+13
|
\
|
*
arm64: Don't walk page table for user faults in do_mem_abort
Will Deacon
2017-11-02
1
-1
/
+2
|
*
arm64: consistently log ESR and page table
Mark Rutland
2017-10-27
1
-2
/
+5
|
*
arm64: Update fault_info table with new exception types
Julien Thierry
2017-10-19
1
-6
/
+6
|
*
arm64: mm: Remove useless and wrong comments from fault.c
Will Deacon
2017-10-02
1
-51
/
+1
*
|
arm64: fix misleading data abort decoding
Mark Rutland
2017-10-02
1
-1
/
+1
|
/
*
arm64: fault: Route pte translation faults via do_translation_fault
Will Deacon
2017-09-29
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-09-05
1
-19
/
+58
|
\
|
*
arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths
Catalin Marinas
2017-08-21
1
-2
/
+0
|
*
arm64: Move PTE_RDONLY bit handling out of set_pte_at()
Catalin Marinas
2017-08-21
1
-5
/
+1
|
*
arm64: Convert pte handling from inline asm to using (cmp)xchg
Catalin Marinas
2017-08-21
1
-13
/
+11
|
*
arm64: Decode information from ESR upon mem faults
Julien Thierry
2017-08-07
1
-0
/
+47
*
|
arm64: mm: abort uaccess retries upon fatal signal
Mark Rutland
2017-08-22
1
-1
/
+4
|
/
*
arm64: Fix potential race with hardware DBM in ptep_set_access_flags()
Catalin Marinas
2017-08-04
1
-7
/
+8
*
Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core
Will Deacon
2017-06-26
1
-10
/
+70
|
\
|
*
arm/arm64: KVM: add guest SEA support
Tyler Baicar
2017-06-22
1
-2
/
+20
|
*
acpi: apei: handle SEA notification type for ARMv8
Tyler Baicar
2017-06-22
1
-0
/
+17
|
*
arm64: exception: handle Synchronous External Abort
Tyler Baicar
2017-06-22
1
-10
/
+35
*
|
arm64: mm: Update perf accounting to handle poison faults
Punit Agrawal
2017-06-12
1
-32
/
+36
*
|
arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
Jonathan (Zhixiong) Zhang
2017-06-12
1
-3
/
+19
*
|
arm64: fault: Print info about page table structure when dumping pte
Will Deacon
2017-06-12
1
-1
/
+3
*
|
arm64: mm: print file name of faulting vma
Kristina Martsenko
2017-06-12
1
-1
/
+3
*
|
arm64: mm: don't print out page table entries on EL0 faults
Kristina Martsenko
2017-06-12
1
-1
/
+0
*
|
arm64: mm: print out correct page table entries
Kristina Martsenko
2017-06-12
1
-11
/
+25
*
|
arm64: Call __show_regs directly
Kefeng Wang
2017-05-30
1
-1
/
+1
|
/
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-05-05
1
-19
/
+36
|
\
|
*
arm64: print a fault message when attempting to write RO memory
Stephen Boyd
2017-04-06
1
-19
/
+36
*
|
arm64: mm: unaligned access by user-land should be received as SIGBUS
Victor Kamensky
2017-04-04
1
-18
/
+24
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
[next]