aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+14
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-14/+14
2021-12-10s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens1-4/+4
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-2/+0
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds1-1/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard1-1/+1
2021-08-05s390: rename dma section to amode31Heiko Carstens1-2/+2
2021-07-30s390: add support for KFENCESven Schnelle1-2/+7
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle1-23/+0
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank1-0/+26
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-04-12s390/traps,mm: add conditional trap handlersHeiko Carstens1-16/+2
2021-01-19s390: convert to generic entrySven Schnelle1-1/+1
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-22/+7
2020-09-14s390: add 3f program exception handlerJanosch Frank1-0/+20
2020-08-12mm/s390: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich1-3/+1
2020-07-20s390/mm: fix typo in commentHeiko Carstens1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-7/+7
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-06s390/mm: use fallthrough;Joe Perches1-2/+0
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-11/+10
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+78
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-4/+1
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-2/+1
2020-03-25s390: use fallthrough;Joe Perches1-6/+5
2020-03-04s390/mm: mark private defines for vm_fault_t as suchChristian Borntraeger1-5/+5
2020-02-27s390/mm: add (non)secure page access exceptions handlersVasily Gorbik1-0/+78
2019-07-29s390/mm: add fallthrough annotationsHeiko Carstens1-0/+3
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-15/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+2
2019-06-05s390/mm: fix address space detection in exception handlingGerald Schaefer1-1/+4
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-4/+2
2019-05-28s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitializedMasahiro Yamada1-1/+3
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-1/+13
2018-11-30s390: use common bust_spinlocks()Sergey Senozhatsky1-24/+0
2018-10-09s390/pfault: do not use stack buffers for hardware dataMartin Schwidefsky1-17/+21
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-5/+8
2018-07-16s390/kvm: fix deadlock when killed by oomClaudio Imbrenda1-0/+2
2018-04-25signal/s390: Use force_sig_fault where appropriateEric W. Biederman1-17/+6
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2017-11-16s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner1-1/+1
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky1-43/+65