aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/gaccess.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-05KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMYLorenzo Stoakes1-4/+4
2025-05-28KVM: s390: Simplify and move pv codeClaudio Imbrenda1-1/+2
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda1-2/+4
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda1-1/+41
2024-11-27KVM: s390: Use try_cmpxchg() instead of cmpxchg() loopsHeiko Carstens1-8/+8
2024-10-10KVM: s390: gaccess: Check if guest address is in memslotNico Boehr1-0/+4
2024-07-10s390/kvm: Move bitfields for dat tablesClaudio Imbrenda1-160/+3
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+7
2024-02-22KVM: s390: fix access register usage in ioctlsEric Farman1-1/+2
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson1-7/+7
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens1-1/+1
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-31/+14
2023-10-23s390/mm: move translation-exception identification structure to fault.hHeiko Carstens1-31/+14
2023-10-16KVM: s390: add stat counter for shadow gmap eventsNico Boehr1-0/+7
2023-07-03s390: fix various typosHeiko Carstens1-2/+2
2023-02-07KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch1-0/+109
2022-09-21KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch1-3/+13
2022-07-20KVM: s390: Cleanup ipte lock access and SIIF facility checksPierre Morel1-48/+48
2022-05-20KVM: s390: Don't indicate suppression on dirtying, failing memopJanis Schoetterl-Glausch1-4/+18
2022-02-14KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch1-0/+72
2022-02-14KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch1-9/+0
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch1-12/+175
2021-12-17KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch1-8/+16
2021-12-17KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch1-53/+69
2021-12-17KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch1-15/+17
2021-09-28KVM: s390: Function documentation fixesJanosch Frank1-0/+12
2021-03-24KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda1-5/+25
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-03-23KVM: s390: Use fallthrough;Joe Perches1-10/+13
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-03-14KVM: s390: fix fallthrough annotationSebastian Ott1-6/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26KVM: s390: use new mm defines instead of magic valuesHeiko Carstens1-18/+17
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+31
2017-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-11/+11
2017-06-22KVM: s390: gaccess: fix real-space designation asce handling for gmap shadowsHeiko Carstens1-9/+6
2017-06-22KVM: s390: avoid packed attributeMartin Schwidefsky1-2/+2
2017-06-22KVM: s390: implement instruction execution protection for emulatedChristian Borntraeger1-10/+29
2017-06-12s390: rename struct psw_bits membersHeiko Carstens1-5/+5
2017-06-12s390: rename psw_bits enumsHeiko Carstens1-6/+6
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2017-04-03KVM: s390: remove change-recording override supportHeiko Carstens1-5/+2
2017-03-16KVM: s390: use defines for execution controlsDavid Hildenbrand1-3/+3
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2017-01-30KVM: s390: Get rid of ar_tChristian Borntraeger1-7/+7
2017-01-30KVM: s390: gaccess: add ESOP2 handlingChristian Borntraeger1-3/+9
2016-09-08KVM: s390: gaccess: simplify translation exception handlingJanosch Frank1-19/+18
2016-06-20s390/mm: support real-space for gmap shadowsDavid Hildenbrand1-5/+29