summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* s390: convert to generic entrySven Schnelle2021-01-191-1/+1
* s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-231-22/+7
* s390: add 3f program exception handlerJanosch Frank2020-09-141-0/+20
* mm/s390: use general page fault accountingPeter Xu2020-08-121-15/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-201-3/+1
* s390/mm: fix typo in commentHeiko Carstens2020-07-201-1/+1
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-7/+7
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-101-1/+1
|\
| * mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* | s390/mm: use fallthrough;Joe Perches2020-04-061-2/+0
|/
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-11/+10
|\
| * s390: use fallthrough;Joe Perches2020-03-251-6/+5
| * s390/mm: mark private defines for vm_fault_t as suchChristian Borntraeger2020-03-041-5/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-021-0/+78
|\ \
| * | s390/mm: add (non)secure page access exceptions handlersVasily Gorbik2020-02-271-0/+78
| |/
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-4/+1
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-2/+1
|/
* s390/mm: add fallthrough annotationsHeiko Carstens2019-07-291-0/+3
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-15/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-4/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-4/+2
* | s390/mm: fix address space detection in exception handlingGerald Schaefer2019-06-051-1/+4
* | s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitializedMasahiro Yamada2019-05-281-1/+3
|/
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-291-1/+13
* s390: use common bust_spinlocks()Sergey Senozhatsky2018-11-301-24/+0
* s390/pfault: do not use stack buffers for hardware dataMartin Schwidefsky2018-10-091-17/+21
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-5/+8
* s390/kvm: fix deadlock when killed by oomClaudio Imbrenda2018-07-161-0/+2
* signal/s390: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-17/+6
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner2017-11-161-1/+1
* s390: remove all code using the access register modeMartin Schwidefsky2017-11-141-43/+65
* s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky2017-11-141-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-261-5/+5
* s390/fault: use _ASCE_ORIGIN instead of PAGE_MASKHeiko Carstens2017-06-121-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* s390: add no-execute supportMartin Schwidefsky2017-02-081-6/+36
* s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky2016-11-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-041-1/+1
|\
| * s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
* | s390/mm/pfault: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-18/+12
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-0/+2
|\
| * s390/mm: remember the int code for the last gmap faultDavid Hildenbrand2016-06-201-0/+1
| * s390/mm: add shadow gmap supportMartin Schwidefsky2016-06-201-0/+1