Age | Commit message (Expand) | Author | Files | Lines |
2024-03-19 | Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 3 | -1/+19 |
2024-03-17 | s390/entry: compare gmap asce to determine guest/host fault | Sven Schnelle | 1 | -1/+3 |
2024-03-15 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 8 | -88/+94 |
2024-03-13 | s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL support | Heiko Carstens | 2 | -0/+16 |
2024-03-12 | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2 | -10/+13 |
2024-03-07 | mm/treewide: replace pud_large() with pud_leaf() | Peter Xu | 5 | -8/+8 |
2024-03-07 | mm/treewide: replace pmd_large() with pmd_leaf() | Peter Xu | 5 | -14/+14 |
2024-03-07 | s390: supplement for ptdesc conversion | Qi Zheng | 2 | -22/+24 |
2024-02-22 | mm: ptdump: have ptdump_check_wx() return bool | Christophe Leroy | 1 | -4/+9 |
2024-02-22 | powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WX | Christophe Leroy | 1 | -5/+2 |
2024-02-22 | arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WX | Christophe Leroy | 2 | -3/+0 |
2024-02-22 | mm: convert mm_counter() to take a folio | Kefeng Wang | 1 | -1/+1 |
2024-02-22 | s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry() | Kefeng Wang | 1 | -2/+2 |
2024-02-22 | s390/mm: allocate vmemmap pages from self-contained memory range | Sumanth Korikkar | 2 | -30/+35 |
2024-02-09 | s390/extmem: fix virtual vs physical address confusion | Alexander Gordeev | 1 | -2/+2 |
2024-02-09 | s390/mmap: disable mmap alignment when randomize_va_space = 0 | Sven Schnelle | 1 | -8/+11 |
2024-01-26 | Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker... | Paolo Bonzini | 1 | -0/+1 |
2024-01-11 | s390/mm,fault: remove not needed tsk variable | Heiko Carstens | 1 | -3/+1 |
2024-01-11 | Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -19/+10 |
2024-01-06 | Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -0/+3 |
2023-12-29 | arch/mm/fault: fix major fault accounting when retrying under per-VMA lock | Suren Baghdasaryan | 1 | -0/+3 |
2023-12-21 | KVM: s390: vsie: fix race during shadow creation | Christian Borntraeger | 1 | -0/+1 |
2023-12-11 | s390/mm: convert pgste locking functions to C | Claudio Imbrenda | 1 | -19/+10 |
2023-11-14 | KVM: s390/mm: Properly reset no-dat | Claudio Imbrenda | 1 | -1/+1 |
2023-11-06 | s390/mm: make pte_free_tlb() similar to pXd_free_tlb() | Alexander Gordeev | 1 | -11/+0 |
2023-11-06 | s390/mm: use compound page order to distinguish page tables | Alexander Gordeev | 1 | -9/+4 |
2023-11-06 | s390/mm: use full 4KB page for 2KB PTE | Alexander Gordeev | 1 | -254/+31 |
2023-11-06 | s390/cmma: rework no-dat handling | Heiko Carstens | 3 | -129/+4 |
2023-11-06 | s390/cmma: move arch_set_page_dat() to header file | Heiko Carstens | 4 | -15/+11 |
2023-11-06 | s390/cmma: move set_page_stable() and friends to header file | Heiko Carstens | 1 | -42/+5 |
2023-11-06 | s390/cmma: move parsing of cmma kernel parameter to early boot code | Heiko Carstens | 2 | -41/+1 |
2023-11-06 | s390/cmma: cleanup inline assemblies | Heiko Carstens | 1 | -22/+26 |
2023-11-06 | s390/mm: add missing conversion to use ptdescs | Alexander Gordeev | 1 | -1/+1 |
2023-11-03 | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 10 | -310/+248 |
2023-11-02 | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2 | -2/+0 |
2023-10-25 | s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir | Heiko Carstens | 1 | -0/+6 |
2023-10-25 | s390/cmma: fix detection of DAT pages | Heiko Carstens | 1 | -3/+3 |
2023-10-25 | s390/mm: add missing arch_set_page_dat() call to gmap allocations | Heiko Carstens | 2 | -6/+19 |
2023-10-23 | s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc() | Heiko Carstens | 1 | -2/+6 |
2023-10-23 | s390/cmma: fix initial kernel address space page table walk | Heiko Carstens | 1 | -3/+10 |
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 |