aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17s390: Remove compat supportHeiko Carstens1-1/+0
2025-11-14s390/fault: Print unmodified PSW address on protection exceptionHeiko Carstens1-1/+3
2025-11-14s390/mm: Let dump_fault_info() print additional informationHeiko Carstens1-1/+10
2025-11-14s390/mm: Change comment and die() message if teid.b61 is zeroHeiko Carstens1-9/+4
2025-06-06Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+2
2025-06-05s390/mm: Fix in_atomic() handling in do_secure_storage_access()Heiko Carstens1-0/+2
2025-05-28s390: Remove unneeded includesClaudio Imbrenda1-1/+0
2025-03-31s390/mm: Dump fault info in case of low address protection faultHeiko Carstens1-0/+1
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados1-0/+17
2025-03-04s390/cpufeature: Convert MACHINE_HAS_NX to cpu_has_nx()Heiko Carstens1-1/+2
2025-02-18s390/mm: Remove have_store_indication static keyHeiko Carstens1-12/+1
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+2
2024-11-27s390/mm: Add PTE_MARKER support for hugetlbfs mappingsGerald Schaefer1-1/+2
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-10-29s390/mm: Cleanup fault error handlingHeiko Carstens1-10/+4
2024-10-29s390/mm: Convert to LOCK_MM_AND_FIND_VMAHeiko Carstens1-11/+2
2024-10-29s390/mm: Get rid of fault type switch statementsHeiko Carstens1-48/+22
2024-10-29s390/mm: Simplify get_fault_type()Heiko Carstens1-9/+2
2024-10-29s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda1-98/+1
2024-10-29s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT againClaudio Imbrenda1-4/+2
2024-10-16s390: Remove remaining _PAGE_* macrosVincenzo Frascino1-1/+1
2024-09-01s390/mm/fault: convert do_secure_storage_access() from follow_page() to folio...David Hildenbrand1-6/+10
2024-07-17s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()Gerald Schaefer1-1/+2
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-8/+8
2024-06-05s390/uv: Implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLEDavid Hildenbrand1-6/+8
2024-04-25s390: mm: accelerate pagefault when badaccessKefeng Wang1-1/+2
2024-04-03s390/mm: fix NULL pointer dereferenceHeiko Carstens1-1/+1
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle1-1/+3
2024-01-11s390/mm,fault: remove not needed tsk variableHeiko Carstens1-3/+1
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+3
2023-10-23s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens1-47/+34
2023-10-23s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens1-85/+51
2023-10-23s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens1-10/+7
2023-10-23s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens1-8/+16
2023-10-23s390/mm,fault: simplify kfence fault handlingHeiko Carstens1-8/+8
2023-10-23s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens1-19/+8
2023-10-23s390/mm,fault: get rid of do_low_address()Heiko Carstens1-16/+9
2023-10-23s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens1-3/+1
2023-10-23s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens1-26/+19
2023-10-23s390/mm,fault: improve readability by using teid unionHeiko Carstens1-26/+23
2023-10-23s390/mm,fault: use static key for store indicationHeiko Carstens1-4/+7
2023-10-23s390/mm,fault: use get_fault_address() everywhereHeiko Carstens1-9/+7
2023-10-23s390/mm,fault: replace WARN_ON_ONCE() with unreachable()Heiko Carstens1-2/+1
2023-10-23s390/mm,fault: remove noinline attribute from all functionsHeiko Carstens1-5/+5
2023-10-23s390/mm,fault: remove line breakHeiko Carstens1-2/+1
2023-10-23s390/mm,fault: include linux/mmu_context.hHeiko Carstens1-1/+1
2023-10-23s390/mm,fault: have balanced braces, remove unnecessary blanksHeiko Carstens1-6/+6
2023-10-23s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-codingHeiko Carstens1-7/+5
2023-10-23s390/mm,fault: use pr_warn_ratelimited()Heiko Carstens1-3/+2
2023-10-23s390/mm,fault: use __ratelimit() instead of printk_ratelimit()Heiko Carstens1-1/+3
2023-10-23s390/mm,fault: reverse x-mas tree coding styleHeiko Carstens1-5/+5
2023-10-23s390/mm,fault: remove and improve comments, adjust whitespaceHeiko Carstens1-63/+23
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-2/+2
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2023-08-28s390/uv: UV feature check utilitySteffen Eiden1-1/+1
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-2/+0
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens1-228/+0
2023-07-18s390/mm: fix per vma lock fault handlingSven Schnelle1-0/+2
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+3
2023-04-05s390/mm: try VMA lock-based page fault handling firstHeiko Carstens1-0/+24
2023-02-15s390/kfence: fix page fault reportingHeiko Carstens1-14/+35
2023-02-14s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu1-5/+9
2022-09-14Merge branch 'fixes' into featuresVasily Gorbik1-2/+0
2022-08-30s390/mm: remove unused access parameter from do_fault_error()Heiko Carstens1-8/+7
2022-08-30s390/mm: remove useless hugepage address alignmentGerald Schaefer1-2/+0
2022-08-25s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer1-1/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+12
2022-07-13KVM: s390: pv: handle secure storage exceptions for normal guestsClaudio Imbrenda1-1/+12
2022-07-13KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda1-0/+10
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+12
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens1-6/+1
2022-03-08s390/extable: move extable related functions to mm/extable.cHeiko Carstens1-12/+0
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-0/+1
2022-03-08s390/extable: search amode31 extable lastHeiko Carstens1-6/+6
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/...Linus 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...Linus 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
2017-11-14s390/mm,kvm: improve detection of KVM guest faultsMartin Schwidefsky1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens1-5/+5
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 <lin...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/s39...Linus 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 t...David 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/s39...Linus 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/s39...Linus 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
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens1-1/+1
2012-09-26s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiersHeiko Carstens1-2/+1
2012-07-30s390: make use of user_mode() macro where possibleHeiko Carstens1-4/+4
2012-07-30s390/mm: rename user_mode variable to addressing_modeHeiko Carstens1-1/+1
2012-07-30s390/mm: fix fault handling for page table walk caseHeiko Carstens1-6/+7
2012-07-30s390/mm: make page faults killableHeiko Carstens1-1/+11
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-3/+1
2012-05-16s390/pfault: add sanity checkHeiko Carstens1-0/+3
2012-05-16s390/pfault: use __set_task_stateHeiko Carstens1-2/+2
2012-05-16s390/pfault: always search for task with reported pidHeiko Carstens1-14/+10
2012-05-16s390/pfault: fix task state raceHeiko Carstens1-2/+12
2012-05-16s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky1-1/+1
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens1-2/+2
2012-02-27compat: fix compile breakage on s390Heiko Carstens1-1/+0
2011-12-27[S390] cleanup trap handlingMartin Schwidefsky1-55/+46
2011-12-27[S390] disable MACHINE_IS_VM check for pfaultCarsten Otte1-4/+2
2011-11-14[S390] pfault: ignore leftover completion interruptsHeiko Carstens1-2/+7
2011-10-30[S390] take mmap_sem when walking guest page tableCarsten Otte1-1/+1
2011-10-30[S390] cleanup psw related bits and piecesMartin Schwidefsky1-1/+1