index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2017-06-22
arm64: exception: handle Synchronous External Abort
Tyler Baicar
1
-10
/
+35
2017-06-12
arm64: mm: Update perf accounting to handle poison faults
Punit Agrawal
1
-32
/
+36
2017-06-12
arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
Jonathan (Zhixiong) Zhang
1
-3
/
+19
2017-06-12
arm64: fault: Print info about page table structure when dumping pte
Will Deacon
1
-1
/
+3
2017-06-12
arm64: mm: print file name of faulting vma
Kristina Martsenko
1
-1
/
+3
2017-06-12
arm64: mm: don't print out page table entries on EL0 faults
Kristina Martsenko
1
-1
/
+0
2017-06-12
arm64: mm: print out correct page table entries
Kristina Martsenko
1
-11
/
+25
2017-05-30
arm64: Call __show_regs directly
Kefeng Wang
1
-1
/
+1
2017-05-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-19
/
+36
2017-04-06
arm64: print a fault message when attempting to write RO memory
Stephen Boyd
1
-19
/
+36
2017-04-04
arm64: mm: unaligned access by user-land should be received as SIGBUS
Victor Kamensky
1
-18
/
+24
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-01-10
arm64: Remove useless UAO IPI and describe how this gets enabled
James Morse
1
-14
/
+0
2017-01-04
arm64: mm: fix show_pte KERN_CONT fallout
Mark Rutland
1
-4
/
+4
2016-11-21
arm64: Handle faults caused by inadvertent user access with PAN enabled
Catalin Marinas
1
-4
/
+10
2016-11-21
arm64: Update the synchronous external abort fault description
Catalin Marinas
1
-4
/
+4
2016-10-20
arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
James Morse
1
-0
/
+9
2016-10-20
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
1
-2
/
+4
2016-09-20
arm64: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-08-25
arm64: Introduce execute-only page access permissions
Catalin Marinas
1
-3
/
+2
2016-08-12
arm64: Handle el1 synchronous instruction aborts cleanly
Laura Abbott
1
-2
/
+12
2016-07-27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-6
/
+35
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-07-21
Merge branch 'for-next/kprobes' into for-next/core
Catalin Marinas
1
-0
/
+26
2016-07-19
arm64: Kprobes with single stepping support
Sandeepa Prabhu
1
-0
/
+26
2016-07-07
arm64: kernel: Save and restore UAO and addr_limit on exception entry
James Morse
1
-1
/
+2
2016-06-21
arm64: kill ESR_LNX_EXEC
Mark Rutland
1
-5
/
+8
2016-06-21
arm64: add macro to extract ESR_ELx.EC
Mark Rutland
1
-1
/
+1
2016-06-14
arm64: mm: mark fault_info table const
Mark Rutland
1
-1
/
+1
2016-06-08
arm64: mm: always take dirty state from new pte in ptep_set_access_flags
Will Deacon
1
-1
/
+1
2016-04-19
arm64: mm: remove the redundant code
Huang Shijie
1
-4
/
+0
2016-04-15
arm64: Implement ptep_set_access_flags() for hardware AF/DBM
Catalin Marinas
1
-0
/
+50
2016-04-14
arm64: mm: Add trace_irqflags annotations to do_debug_exception()
James Morse
1
-10
/
+23
2016-03-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-03-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-6
/
+28
2016-03-18
mm: remove VM_FAULT_MINOR
Jan Kara
1
-1
/
+1
2016-02-19
arm64: User die() instead of panic() in do_page_fault()
Catalin Marinas
1
-2
/
+2
2016-02-19
arm64: mm: allow the kernel to handle alignment faults on user accesses
EunTaik Lee
1
-1
/
+8
2016-02-18
arm64: Remove the get_thread_info() function
Catalin Marinas
1
-1
/
+1
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
1
-0
/
+3
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
1
-6
/
+25
2015-11-25
arm64: mm: fix fault_info table xFSC decoding
Mark Rutland
1
-14
/
+14
2015-11-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2015-10-21
arm64: Delay cpu feature capability checks
Suzuki K. Poulose
1
-1
/
+1
2015-10-05
arm64: readahead: fault retry breaks mmap file read random detection
Mark Salyzyn
1
-0
/
+1
2015-07-27
arm64/BUG: Use BRK instruction for generic BUG traps
Dave P Martin
1
-2
/
+10
2015-07-27
arm64: kernel: Add support for Privileged Access Never
James Morse
1
-0
/
+16
2015-07-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2015-07-03
arm64: Fix show_unhandled_signal_ratelimited usage
Suzuki K. Poulose
1
-1
/
+1
[prev]
[next]