aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-12s390/fault: use _ASCE_ORIGIN instead of PAGE_MASKHeiko Carstens1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-08s390: add no-execute supportMartin Schwidefsky1-6/+36
2016-11-11s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky1-0/+1
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2016-09-20s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-19s390/mm/pfault: Convert to hotplug state machineSebastian Andrzej Siewior1-18/+12
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-06-20s390/mm: remember the int code for the last gmap faultDavid Hildenbrand1-0/+1
2016-06-20s390/mm: add shadow gmap supportMartin Schwidefsky1-0/+1
2016-06-13s390: avoid extable collisionsHeiko Carstens1-1/+1
2016-05-23s390: fix info leak in do_sigsegvMichal Hocko1-0/+1
2016-04-15s390: Clarify pagefault interruptPeter Zijlstra1-8/+33
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky1-0/+1
2016-03-02s390/fault: merge report_user_fault implementationsHeiko Carstens1-7/+8
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-2/+2
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens1-1/+1
2015-12-18s390/fault: remove unused variableChristian Borntraeger1-2/+0
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger1-2/+2
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky1-0/+3
2015-08-19s390: remove unneeded sizeof(void *) comparisonsHeiko Carstens1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens1-36/+0
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+6
2015-01-29s390/mm: correct missing space when reporting user process faultsHendrik Brueckner1-1/+1
2015-01-08s390: remove unnecessary KERN_CONTJoe Perches1-1/+1
2014-11-21s390/traps: print interrupt code and instruction length codeHeiko Carstens1-2/+2
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens1-2/+4
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky1-7/+18
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky1-1/+1
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky1-1/+1
2014-04-09s390/mm: print control registers and page table walk on crashHeiko Carstens1-5/+135
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-37/+16
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens1-35/+14
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-2/+2
2014-01-30KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest faultDominik Dingel1-4/+22
2013-11-04s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky1-37/+0
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky1-7/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens1-1/+1
2013-07-14s390: delete __cpuinit usage from all s390 filesPaul Gortmaker1-2/+2
2013-04-17s390/mm: protection exception PSW for aborted transactionMartin Schwidefsky1-2/+7
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-1/+1
2012-11-23s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky1-6/+13
2012-11-23s390/mm: keep fault_init() private to fault.cHeiko Carstens1-4/+8
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens1-1/+1