Age | Commit message (Expand) | Author | Files | Lines |
2022-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -77/+82 |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+2 |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
2022-12-06 | s390/sclp: keep sclp_early_sccb | Heiko Carstens | 1 | -3/+0 |
2022-11-30 | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr() | Anshuman Khandual | 1 | -3/+2 |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -1/+1 |
2022-11-25 | [s390] memcpy_real(): WRITE is "data source", not destination... | Al Viro | 1 | -1/+1 |
2022-11-23 | s390/mm: remove unused get_page_state() function | Heiko Carstens | 1 | -11/+0 |
2022-11-23 | s390/mm: provide minimal setup_per_cpu_areas() implementation | Heiko Carstens | 1 | -0/+36 |
2022-11-07 | s390/mm: fix virtual-physical address confusion for swiotlb | Nico Boehr | 1 | -6/+6 |
2022-10-26 | s390/mm: gmap: sort out physical vs virtual pointers usage | Nico Boehr | 1 | -71/+76 |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -12/+4 |
2022-09-26 | s390: remove vma linked list walks | Matthew Wilcox (Oracle) | 1 | -2/+4 |
2022-09-16 | s390/mm: fix no previous prototype warnings in maccess.c | Alexander Gordeev | 1 | -0/+1 |
2022-09-14 | s390/mm,ptdump: add real memory copy page markers | Alexander Gordeev | 1 | -0/+7 |
2022-09-14 | s390/mm: rework memcpy_real() to avoid DAT-off mode | Alexander Gordeev | 2 | -62/+47 |
2022-09-14 | s390/smp,ptdump: add absolute lowcore markers | Alexander Gordeev | 1 | -0/+7 |
2022-09-14 | s390/smp: rework absolute lowcore access | Alexander Gordeev | 3 | -38/+128 |
2022-09-14 | Merge branch 'fixes' into features | Vasily Gorbik | 1 | -2/+0 |
2022-09-11 | s390/hugetlb: switch to generic version of follow_huge_pud() | Gerald Schaefer | 1 | -10/+0 |
2022-09-07 | s390/ptdump: add missing amode31 markers | Heiko Carstens | 1 | -0/+6 |
2022-09-07 | s390/mm: split lowcore pages with set_memory_4k() | Heiko Carstens | 1 | -2/+5 |
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-06 | Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -26/+0 |
2022-08-06 | Revert "s390/smp: rework absolute lowcore access" | Alexander Gordeev | 3 | -116/+38 |
2022-08-06 | Revert "s390/smp,ptdump: add absolute lowcore markers" | Alexander Gordeev | 1 | -7/+0 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -0/+32 |
2022-08-04 | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2022-08-01 | Merge remote-tracking branch 'kvm/next' into kvm-next-5.20 | Paolo Bonzini | 2 | -26/+174 |
2022-08-01 | virtio: replace restricted mem access flag with callback | Juergen Gross | 1 | -2/+2 |
2022-07-28 | s390/smp,ptdump: add absolute lowcore markers | Alexander Gordeev | 1 | -0/+7 |
2022-07-28 | s390/smp: rework absolute lowcore access | Alexander Gordeev | 3 | -38/+116 |
2022-07-20 | s390/crash: move copy_to_user_real() to crash_dump.c | Alexander Gordeev | 1 | -26/+0 |
2022-07-17 | s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -0/+20 |
2022-07-13 | KVM: s390: pv: refactor s390_reset_acc | Claudio Imbrenda | 1 | -29/+70 |
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-07-13 | KVM: s390: pv: leak the topmost page table when destroy fails | Claudio Imbrenda | 1 | -0/+86 |
2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+12 |
2022-06-06 | virtio: replace arch_has_restricted_virtio_memory_access() | Juergen Gross | 1 | -10/+3 |
2022-06-03 | Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 3 | -5/+50 |
2022-06-01 | s390/uaccess: use exception handler to zero result on get_user() failure | Heiko Carstens | 1 | -4/+35 |
2022-06-01 | s390/mm: use non-quiescing sske for KVM switch to keyed guest | Christian Borntraeger | 1 | -1/+1 |
2022-06-01 | s390/gmap: voluntarily schedule during key setting | Christian Borntraeger | 1 | -0/+14 |
2022-05-25 | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -2/+1 |
2022-05-23 | Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -2/+2 |
2022-05-03 | KVM: s390: vsie/gmap: reduce gmap_rmap overhead | Christian Borntraeger | 1 | -0/+7 |