index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
s390
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-5
/
+8
2018-07-16
s390/kvm: fix deadlock when killed by oom
Claudio Imbrenda
1
-0
/
+2
2018-04-25
signal/s390: Use force_sig_fault where appropriate
Eric W. Biederman
1
-17
/
+6
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+2
2017-11-16
s390/cpum_sf: correctly set the PID and TID in perf samples
Hendrik Brueckner
1
-1
/
+1
2017-11-14
s390: remove all code using the access register mode
Martin Schwidefsky
1
-43
/
+65
2017-11-14
s390/mm,kvm: improve detection of KVM guest faults
Martin Schwidefsky
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-26
s390/mm: use new mm defines instead of magic values
Heiko Carstens
1
-5
/
+5
2017-06-12
s390/fault: use _ASCE_ORIGIN instead of PAGE_MASK
Heiko Carstens
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-08
s390: add no-execute support
Martin Schwidefsky
1
-6
/
+36
2016-11-11
s390/preempt: move preempt_count to the lowcore
Martin Schwidefsky
1
-0
/
+1
2016-10-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+1
2016-09-20
s390: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-09-19
s390/mm/pfault: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-18
/
+12
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2016-07-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-06-20
s390/mm: remember the int code for the last gmap fault
David Hildenbrand
1
-0
/
+1
2016-06-20
s390/mm: add shadow gmap support
Martin Schwidefsky
1
-0
/
+1
2016-06-13
s390: avoid extable collisions
Heiko Carstens
1
-1
/
+1
2016-05-23
s390: fix info leak in do_sigsegv
Michal Hocko
1
-0
/
+1
2016-04-15
s390: Clarify pagefault interrupt
Peter Zijlstra
1
-8
/
+33
2016-03-08
s390/mm: split arch/s390/mm/pgtable.c
Martin Schwidefsky
1
-0
/
+1
2016-03-02
s390/fault: merge report_user_fault implementations
Heiko Carstens
1
-7
/
+8
2016-01-19
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
1
-2
/
+2
2016-01-19
s390: remove all usages of PSW_ADDR_AMODE
Heiko Carstens
1
-1
/
+1
2015-12-18
s390/fault: remove unused variable
Christian Borntraeger
1
-2
/
+0
2015-10-14
s390/cpumf: rework program parameter setting to detect guest samples
Christian Borntraeger
1
-2
/
+2
2015-10-14
s390/diag: add a statistic for diagnose calls
Martin Schwidefsky
1
-0
/
+3
2015-08-19
s390: remove unneeded sizeof(void *) comparisons
Heiko Carstens
1
-1
/
+1
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
1
-1
/
+1
2015-03-25
s390: remove 31 bit support
Heiko Carstens
1
-36
/
+0
2015-02-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-2
/
+2
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+6
2015-01-29
s390/mm: correct missing space when reporting user process faults
Hendrik Brueckner
1
-1
/
+1
2015-01-08
s390: remove unnecessary KERN_CONT
Joe Perches
1
-1
/
+1
2014-11-21
s390/traps: print interrupt code and instruction length code
Heiko Carstens
1
-2
/
+2
2014-10-27
s390/kprobes: make use of NOKPROBE_SYMBOL()
Heiko Carstens
1
-2
/
+4
2014-08-26
KVM: s390/mm: use radix trees for guest to host mappings
Martin Schwidefsky
1
-7
/
+18
2014-08-25
KVM: s390/mm: cleanup gmap function arguments, variable names
Martin Schwidefsky
1
-1
/
+1
2014-05-20
s390: split TIF bits into CIF, PIF and TIF bits
Martin Schwidefsky
1
-1
/
+1
2014-04-09
s390/mm: print control registers and page table walk on crash
Heiko Carstens
1
-5
/
+135
2014-04-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-37
/
+16
2014-04-03
s390/uaccess: rework uaccess code - fix locking issues
Heiko Carstens
1
-35
/
+14
2014-04-03
s390/irq: Use defines for external interruption codes
Thomas Huth
1
-2
/
+2
2014-01-30
KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault
Dominik Dingel
1
-4
/
+22
2013-11-04
s390/mm,tlb: correct tlb flush on page table upgrade
Martin Schwidefsky
1
-37
/
+0
2013-10-24
s390/uaccess: always run the kernel in home space
Martin Schwidefsky
1
-7
/
+2
[next]