| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-17 | s390: Remove compat support | Heiko Carstens | 1 | -1/+0 |
| 2025-11-14 | s390/fault: Print unmodified PSW address on protection exception | Heiko Carstens | 1 | -1/+3 |
| 2025-11-14 | s390/mm: Let dump_fault_info() print additional information | Heiko Carstens | 1 | -1/+10 |
| 2025-11-14 | s390/mm: Change comment and die() message if teid.b61 is zero | Heiko Carstens | 1 | -9/+4 |
| 2025-06-06 | Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -0/+2 |
| 2025-06-05 | s390/mm: Fix in_atomic() handling in do_secure_storage_access() | Heiko Carstens | 1 | -0/+2 |
| 2025-05-28 | s390: Remove unneeded includes | Claudio Imbrenda | 1 | -1/+0 |
| 2025-03-31 | s390/mm: Dump fault info in case of low address protection fault | Heiko Carstens | 1 | -0/+1 |
| 2025-03-18 | s390: Move s390 sysctls into their own file under arch/s390 | joel granados | 1 | -0/+17 |
| 2025-03-04 | s390/cpufeature: Convert MACHINE_HAS_NX to cpu_has_nx() | Heiko Carstens | 1 | -1/+2 |
| 2025-02-18 | s390/mm: Remove have_store_indication static key | Heiko Carstens | 1 | -12/+1 |
| 2024-11-29 | Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -1/+2 |
| 2024-11-27 | s390/mm: Add PTE_MARKER support for hugetlbfs mappings | Gerald Schaefer | 1 | -1/+2 |
| 2024-11-19 | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2024-10-29 | s390/mm: Cleanup fault error handling | Heiko Carstens | 1 | -10/+4 |
| 2024-10-29 | s390/mm: Convert to LOCK_MM_AND_FIND_VMA | Heiko Carstens | 1 | -11/+2 |
| 2024-10-29 | s390/mm: Get rid of fault type switch statements | Heiko Carstens | 1 | -48/+22 |
| 2024-10-29 | s390/mm: Simplify get_fault_type() | Heiko Carstens | 1 | -9/+2 |
| 2024-10-29 | s390/mm/fault: Handle guest-related program interrupts in KVM | Claudio Imbrenda | 1 | -98/+1 |
| 2024-10-29 | s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again | Claudio Imbrenda | 1 | -4/+2 |
| 2024-10-16 | s390: Remove remaining _PAGE_* macros | Vincenzo Frascino | 1 | -1/+1 |
| 2024-09-01 | s390/mm/fault: convert do_secure_storage_access() from follow_page() to folio... | David Hildenbrand | 1 | -6/+10 |
| 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 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+12 |
| 2022-03-08 | s390/extable: add and use fixup_exception helper function | Heiko Carstens | 1 | -6/+1 |
| 2022-03-08 | s390/extable: move extable related functions to mm/extable.c | Heiko Carstens | 1 | -12/+0 |
| 2022-03-08 | s390/extable: move EX_TABLE define to asm-extable.h | Heiko Carstens | 1 | -0/+1 |
| 2022-03-08 | s390/extable: search amode31 extable last | Heiko Carstens | 1 | -6/+6 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -14/+14 |
| 2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -14/+14 |
| 2021-12-10 | s390/mm: add missing phys_to_virt translation to page table dumper | Heiko Carstens | 1 | -4/+4 |
| 2021-10-20 | exit: Remove calls of do_exit after noreturn versions of die | Eric W. Biederman | 1 | -2/+0 |
| 2021-09-07 | Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly" | Linus Torvalds | 1 | -1/+1 |
| 2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2021-09-03 | mm/gup: remove try_get_page(), call try_get_compound_head() directly | John Hubbard | 1 | -1/+1 |
| 2021-08-05 | s390: rename dma section to amode31 | Heiko Carstens | 1 | -2/+2 |
| 2021-07-30 | s390: add support for KFENCE | Sven Schnelle | 1 | -2/+7 |
| 2021-07-08 | s390/signal: remove sigreturn on stack | Sven Schnelle | 1 | -23/+0 |
| 2021-07-05 | s390: mm: Fix secure storage access exception handling | Janosch Frank | 1 | -0/+26 |
| 2021-06-18 | sched: Introduce task_is_running() | Peter Zijlstra | 1 | -1/+1 |
| 2021-04-12 | s390/traps,mm: add conditional trap handlers | Heiko Carstens | 1 | -16/+2 |
| 2021-01-19 | s390: convert to generic entry | Sven Schnelle | 1 | -1/+1 |
| 2020-11-23 | s390/mm: remove set_fs / rework address space handling | Heiko Carstens | 1 | -22/+7 |
| 2020-09-14 | s390: add 3f program exception handler | Janosch Frank | 1 | -0/+20 |
| 2020-08-12 | mm/s390: use general page fault accounting | Peter Xu | 1 | -15/+1 |
| 2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+1 |
| 2020-07-20 | s390/kernel: expand exception table logic to allow new handling options | Ilya Leoshkevich | 1 | -3/+1 |
| 2020-07-20 | s390/mm: fix typo in comment | Heiko Carstens | 1 | -1/+1 |
| 2020-06-18 | maccess: rename probe_kernel_address to get_kernel_nofault | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -7/+7 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-04-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2020-04-10 | mm/vma: introduce VM_ACCESS_FLAGS | Anshuman Khandual | 1 | -1/+1 |
| 2020-04-06 | s390/mm: use fallthrough; | Joe Perches | 1 | -2/+0 |
| 2020-04-04 | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -11/+10 |
| 2020-04-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+78 |
| 2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -4/+1 |
| 2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -1/+1 |
| 2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu | 1 | -2/+1 |
| 2020-03-25 | s390: use fallthrough; | Joe Perches | 1 | -6/+5 |
| 2020-03-04 | s390/mm: mark private defines for vm_fault_t as such | Christian Borntraeger | 1 | -5/+5 |
| 2020-02-27 | s390/mm: add (non)secure page access exceptions handlers | Vasily Gorbik | 1 | -0/+78 |
| 2019-07-29 | s390/mm: add fallthrough annotations | Heiko Carstens | 1 | -0/+3 |
| 2019-07-16 | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual | 1 | -15/+1 |
| 2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+2 |
| 2019-06-05 | s390/mm: fix address space detection in exception handling | Gerald Schaefer | 1 | -1/+4 |
| 2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -4/+2 |
| 2019-05-28 | s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitialized | Masahiro Yamada | 1 | -1/+3 |
| 2019-04-29 | s390/kernel: introduce .dma sections | Gerald Schaefer | 1 | -1/+13 |
| 2018-11-30 | s390: use common bust_spinlocks() | Sergey Senozhatsky | 1 | -24/+0 |
| 2018-10-09 | s390/pfault: do not use stack buffers for hardware data | Martin Schwidefsky | 1 | -17/+21 |
| 2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -5/+8 |
| 2018-07-16 | s390/kvm: fix deadlock when killed by oom | Claudio Imbrenda | 1 | -0/+2 |
| 2018-04-25 | signal/s390: Use force_sig_fault where appropriate | Eric W. Biederman | 1 | -17/+6 |
| 2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 1 | -0/+2 |
| 2017-11-16 | s390/cpum_sf: correctly set the PID and TID in perf samples | Hendrik Brueckner | 1 | -1/+1 |
| 2017-11-14 | s390: remove all code using the access register mode | Martin Schwidefsky | 1 | -43/+65 |
| 2017-11-14 | s390/mm,kvm: improve detection of KVM guest faults | Martin Schwidefsky | 1 | -3/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-26 | s390/mm: use new mm defines instead of magic values | Heiko Carstens | 1 | -5/+5 |
| 2017-06-12 | s390/fault: use _ASCE_ORIGIN instead of PAGE_MASK | Heiko Carstens | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-08 | s390: add no-execute support | Martin Schwidefsky | 1 | -6/+36 |
| 2016-11-11 | s390/preempt: move preempt_count to the lowcore | Martin Schwidefsky | 1 | -0/+1 |
| 2016-10-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
| 2016-09-20 | s390: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 1 | -1/+1 |
| 2016-09-19 | s390/mm/pfault: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -18/+12 |
| 2016-08-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+2 |
| 2016-07-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
| 2016-06-20 | s390/mm: remember the int code for the last gmap fault | David Hildenbrand | 1 | -0/+1 |
| 2016-06-20 | s390/mm: add shadow gmap support | Martin Schwidefsky | 1 | -0/+1 |
| 2016-06-13 | s390: avoid extable collisions | Heiko Carstens | 1 | -1/+1 |
| 2016-05-23 | s390: fix info leak in do_sigsegv | Michal Hocko | 1 | -0/+1 |
| 2016-04-15 | s390: Clarify pagefault interrupt | Peter Zijlstra | 1 | -8/+33 |
| 2016-03-08 | s390/mm: split arch/s390/mm/pgtable.c | Martin Schwidefsky | 1 | -0/+1 |
| 2016-03-02 | s390/fault: merge report_user_fault implementations | Heiko Carstens | 1 | -7/+8 |
| 2016-01-19 | s390: remove all usages of PSW_ADDR_INSN | Heiko Carstens | 1 | -2/+2 |
| 2016-01-19 | s390: remove all usages of PSW_ADDR_AMODE | Heiko Carstens | 1 | -1/+1 |
| 2015-12-18 | s390/fault: remove unused variable | Christian Borntraeger | 1 | -2/+0 |
| 2015-10-14 | s390/cpumf: rework program parameter setting to detect guest samples | Christian Borntraeger | 1 | -2/+2 |
| 2015-10-14 | s390/diag: add a statistic for diagnose calls | Martin Schwidefsky | 1 | -0/+3 |
| 2015-08-19 | s390: remove unneeded sizeof(void *) comparisons | Heiko Carstens | 1 | -1/+1 |
| 2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -1/+1 |
| 2015-03-25 | s390: remove 31 bit support | Heiko Carstens | 1 | -36/+0 |
| 2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -2/+2 |
| 2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+6 |
| 2015-01-29 | s390/mm: correct missing space when reporting user process faults | Hendrik Brueckner | 1 | -1/+1 |
| 2015-01-08 | s390: remove unnecessary KERN_CONT | Joe Perches | 1 | -1/+1 |
| 2014-11-21 | s390/traps: print interrupt code and instruction length code | Heiko Carstens | 1 | -2/+2 |
| 2014-10-27 | s390/kprobes: make use of NOKPROBE_SYMBOL() | Heiko Carstens | 1 | -2/+4 |
| 2014-08-26 | KVM: s390/mm: use radix trees for guest to host mappings | Martin Schwidefsky | 1 | -7/+18 |
| 2014-08-25 | KVM: s390/mm: cleanup gmap function arguments, variable names | Martin Schwidefsky | 1 | -1/+1 |
| 2014-05-20 | s390: split TIF bits into CIF, PIF and TIF bits | Martin Schwidefsky | 1 | -1/+1 |
| 2014-04-09 | s390/mm: print control registers and page table walk on crash | Heiko Carstens | 1 | -5/+135 |
| 2014-04-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -37/+16 |
| 2014-04-03 | s390/uaccess: rework uaccess code - fix locking issues | Heiko Carstens | 1 | -35/+14 |
| 2014-04-03 | s390/irq: Use defines for external interruption codes | Thomas Huth | 1 | -2/+2 |
| 2014-01-30 | KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault | Dominik Dingel | 1 | -4/+22 |
| 2013-11-04 | s390/mm,tlb: correct tlb flush on page table upgrade | Martin Schwidefsky | 1 | -37/+0 |
| 2013-10-24 | s390/uaccess: always run the kernel in home space | Martin Schwidefsky | 1 | -7/+2 |
| 2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -0/+2 |
| 2013-09-04 | s390/irq: rework irq subclass handling | Heiko Carstens | 1 | -1/+1 |
| 2013-07-14 | s390: delete __cpuinit usage from all s390 files | Paul Gortmaker | 1 | -2/+2 |
| 2013-04-17 | s390/mm: protection exception PSW for aborted transaction | Martin Schwidefsky | 1 | -2/+7 |
| 2013-01-08 | s390/irq: remove split irq fields from /proc/stat | Heiko Carstens | 1 | -1/+1 |
| 2012-11-23 | s390/ptrace: race of single stepping vs signal delivery | Martin Schwidefsky | 1 | -6/+13 |
| 2012-11-23 | s390/mm: keep fault_init() private to fault.c | Heiko Carstens | 1 | -4/+8 |
| 2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
| 2012-09-26 | s390/exceptions: switch to relative exception table entries | Heiko Carstens | 1 | -1/+1 |
| 2012-09-26 | s390/mm: rename addressing_mode to s390_user_mode | Heiko Carstens | 1 | -1/+1 |
| 2012-09-26 | s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers | Heiko Carstens | 1 | -2/+1 |
| 2012-07-30 | s390: make use of user_mode() macro where possible | Heiko Carstens | 1 | -4/+4 |
| 2012-07-30 | s390/mm: rename user_mode variable to addressing_mode | Heiko Carstens | 1 | -1/+1 |
| 2012-07-30 | s390/mm: fix fault handling for page table walk case | Heiko Carstens | 1 | -6/+7 |
| 2012-07-30 | s390/mm: make page faults killable | Heiko Carstens | 1 | -1/+11 |
| 2012-07-20 | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 1 | -3/+1 |
| 2012-05-16 | s390/pfault: add sanity check | Heiko Carstens | 1 | -0/+3 |
| 2012-05-16 | s390/pfault: use __set_task_state | Heiko Carstens | 1 | -2/+2 |
| 2012-05-16 | s390/pfault: always search for task with reported pid | Heiko Carstens | 1 | -14/+10 |
| 2012-05-16 | s390/pfault: fix task state race | Heiko Carstens | 1 | -2/+12 |
| 2012-05-16 | s390: replace TIF_SIE with PF_VCPU | Martin Schwidefsky | 1 | -1/+1 |
| 2012-03-28 | Disintegrate asm/system.h for S390 | David Howells | 1 | -1/+1 |
| 2012-03-11 | [S390] irq: external interrupt code passing | Heiko Carstens | 1 | -2/+2 |
| 2012-02-27 | compat: fix compile breakage on s390 | Heiko Carstens | 1 | -1/+0 |
| 2011-12-27 | [S390] cleanup trap handling | Martin Schwidefsky | 1 | -55/+46 |
| 2011-12-27 | [S390] disable MACHINE_IS_VM check for pfault | Carsten Otte | 1 | -4/+2 |
| 2011-11-14 | [S390] pfault: ignore leftover completion interrupts | Heiko Carstens | 1 | -2/+7 |
| 2011-10-30 | [S390] take mmap_sem when walking guest page table | Carsten Otte | 1 | -1/+1 |
| 2011-10-30 | [S390] cleanup psw related bits and pieces | Martin Schwidefsky | 1 | -1/+1 |