summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* s390/kfence: fix page fault reportingHeiko Carstens2023-02-151-14/+35
* s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu2023-02-141-5/+9
* Merge branch 'fixes' into featuresVasily Gorbik2022-09-141-2/+0
|\
| * s390/mm: remove useless hugepage address alignmentGerald Schaefer2022-08-301-2/+0
* | s390/mm: remove unused access parameter from do_fault_error()Heiko Carstens2022-08-301-8/+7
|/
* s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer2022-08-251-1/+3
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+12
|\
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+12
* | KVM: s390: pv: handle secure storage exceptions for normal guestsClaudio Imbrenda2022-07-131-1/+12
* | KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda2022-07-131-0/+10
|/
* s390/extable: add and use fixup_exception helper functionHeiko Carstens2022-03-081-6/+1
* s390/extable: move extable related functions to mm/extable.cHeiko Carstens2022-03-081-12/+0
* s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-081-0/+1
* s390/extable: search amode31 extable lastHeiko Carstens2022-03-081-6/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-14/+14
|\
| * mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-14/+14
* | s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens2021-12-101-4/+4
|/
* exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-2/+0
* Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\
| * mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-1/+1
* | s390: rename dma section to amode31Heiko Carstens2021-08-051-2/+2
* | s390: add support for KFENCESven Schnelle2021-07-301-2/+7
|/
* s390/signal: remove sigreturn on stackSven Schnelle2021-07-081-23/+0
* s390: mm: Fix secure storage access exception handlingJanosch Frank2021-07-051-0/+26
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* s390/traps,mm: add conditional trap handlersHeiko Carstens2021-04-121-16/+2
* 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