summaryrefslogtreecommitdiff
path: root/arch/s390/mm/fault.c
AgeCommit message (Expand)Author
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28s390/uv: UV feature check utilitySteffen Eiden
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens
2023-07-18s390/mm: fix per vma lock fault handlingSven Schnelle
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-04-05s390/mm: try VMA lock-based page fault handling firstHeiko Carstens
2023-02-15s390/kfence: fix page fault reportingHeiko Carstens
2023-02-14s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu
2022-09-14Merge branch 'fixes' into featuresVasily Gorbik
2022-08-30s390/mm: remove unused access parameter from do_fault_error()Heiko Carstens
2022-08-30s390/mm: remove useless hugepage address alignmentGerald Schaefer
2022-08-25s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-13KVM: s390: pv: handle secure storage exceptions for normal guestsClaudio Imbrenda
2022-07-13KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens
2022-03-08s390/extable: move extable related functions to mm/extable.cHeiko Carstens
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens
2022-03-08s390/extable: search amode31 extable lastHeiko Carstens
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-12-10s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard
2021-08-05s390: rename dma section to amode31Heiko Carstens
2021-07-30s390: add support for KFENCESven Schnelle
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-04-12s390/traps,mm: add conditional trap handlersHeiko Carstens
2021-01-19s390: convert to generic entrySven Schnelle
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens
2020-09-14s390: add 3f program exception handlerJanosch Frank
2020-08-12mm/s390: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich
2020-07-20s390/mm: fix typo in commentHeiko Carstens
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual