Age | Commit message (Expand) | Author | Files | Lines |
2024-07-17 | s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception() | Gerald Schaefer | 1 | -1/+2 |
2024-06-18 | s390: Replace S390_lowcore by get_lowcore() | Sven Schnelle | 1 | -8/+8 |
2024-06-05 | s390/uv: Implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLE | David Hildenbrand | 1 | -6/+8 |
2024-04-25 | s390: mm: accelerate pagefault when badaccess | Kefeng Wang | 1 | -1/+2 |
2024-04-03 | s390/mm: fix NULL pointer dereference | Heiko Carstens | 1 | -1/+1 |
2024-03-17 | s390/entry: compare gmap asce to determine guest/host fault | Sven Schnelle | 1 | -1/+3 |
2024-01-11 | s390/mm,fault: remove not needed tsk variable | Heiko Carstens | 1 | -3/+1 |
2023-12-29 | arch/mm/fault: fix major fault accounting when retrying under per-VMA lock | Suren Baghdasaryan | 1 | -0/+3 |
2023-10-23 | s390/mm,fault: move VM_FAULT_ERROR handling to do_exception() | Heiko Carstens | 1 | -47/+34 |
2023-10-23 | s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESS | Heiko Carstens | 1 | -85/+51 |
2023-10-23 | s390/mm,fault: remove VM_FAULT_SIGNAL | Heiko Carstens | 1 | -10/+7 |
2023-10-23 | s390/mm,fault: remove VM_FAULT_BADCONTEXT | Heiko Carstens | 1 | -8/+16 |
2023-10-23 | s390/mm,fault: simplify kfence fault handling | Heiko Carstens | 1 | -8/+8 |
2023-10-23 | s390/mm,fault: call do_fault_error() only from do_exception() | Heiko Carstens | 1 | -19/+8 |
2023-10-23 | s390/mm,fault: get rid of do_low_address() | Heiko Carstens | 1 | -16/+9 |
2023-10-23 | s390/mm,fault: remove VM_FAULT_PFAULT | Heiko Carstens | 1 | -3/+1 |
2023-10-23 | s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable() | Heiko Carstens | 1 | -26/+19 |
2023-10-23 | s390/mm,fault: improve readability by using teid union | Heiko Carstens | 1 | -26/+23 |
2023-10-23 | s390/mm,fault: use static key for store indication | Heiko Carstens | 1 | -4/+7 |
2023-10-23 | s390/mm,fault: use get_fault_address() everywhere | Heiko Carstens | 1 | -9/+7 |
2023-10-23 | s390/mm,fault: replace WARN_ON_ONCE() with unreachable() | Heiko Carstens | 1 | -2/+1 |
2023-10-23 | s390/mm,fault: remove noinline attribute from all functions | Heiko Carstens | 1 | -5/+5 |
2023-10-23 | s390/mm,fault: remove line break | Heiko Carstens | 1 | -2/+1 |
2023-10-23 | s390/mm,fault: include linux/mmu_context.h | Heiko Carstens | 1 | -1/+1 |
2023-10-23 | s390/mm,fault: have balanced braces, remove unnecessary blanks | Heiko Carstens | 1 | -6/+6 |
2023-10-23 | s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-coding | Heiko Carstens | 1 | -7/+5 |
2023-10-23 | s390/mm,fault: use pr_warn_ratelimited() | Heiko Carstens | 1 | -3/+2 |
2023-10-23 | s390/mm,fault: use __ratelimit() instead of printk_ratelimit() | Heiko Carstens | 1 | -1/+3 |
2023-10-23 | s390/mm,fault: reverse x-mas tree coding style | Heiko Carstens | 1 | -5/+5 |
2023-10-23 | s390/mm,fault: remove and improve comments, adjust whitespace | Heiko Carstens | 1 | -63/+23 |
2023-09-19 | s390/ctlreg: add struct ctlreg | Heiko Carstens | 1 | -2/+2 |
2023-09-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2023-08-31 | Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 1 | -1/+1 |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+2 |
2023-08-28 | s390/uv: UV feature check utility | Steffen Eiden | 1 | -1/+1 |
2023-08-24 | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED | Suren Baghdasaryan | 1 | -1/+2 |
2023-08-18 | mm: remove CONFIG_PER_VMA_LOCK ifdefs | Matthew Wilcox (Oracle) | 1 | -2/+0 |
2023-07-29 | s390/mm: move pfault code to own C file | Heiko Carstens | 1 | -228/+0 |
2023-07-18 | s390/mm: fix per vma lock fault handling | Sven Schnelle | 1 | -0/+2 |
2023-06-27 | mm: always expand the stack with the mmap write lock held | Linus Torvalds | 1 | -2/+3 |
2023-04-05 | s390/mm: try VMA lock-based page fault handling first | Heiko Carstens | 1 | -0/+24 |
2023-02-15 | s390/kfence: fix page fault reporting | Heiko Carstens | 1 | -14/+35 |
2023-02-14 | s390/mm: define private VM_FAULT_* reasons from top bits | Peter Xu | 1 | -5/+9 |
2022-09-14 | Merge branch 'fixes' into features | Vasily Gorbik | 1 | -2/+0 |
2022-08-30 | s390/mm: remove unused access parameter from do_fault_error() | Heiko Carstens | 1 | -8/+7 |
2022-08-30 | s390/mm: remove useless hugepage address alignment | Gerald Schaefer | 1 | -2/+0 |
2022-08-25 | s390/mm: do not trigger write fault when vma does not allow VM_WRITE | Gerald Schaefer | 1 | -1/+3 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+12 |
2022-07-13 | KVM: s390: pv: handle secure storage exceptions for normal guests | Claudio Imbrenda | 1 | -1/+12 |
2022-07-13 | KVM: s390: pv: handle secure storage violations for protected guests | Claudio Imbrenda | 1 | -0/+10 |