summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/gaccess.c
Commit message (Expand)AuthorAgeFilesLines
* s390: fix various typosHeiko Carstens2023-07-031-2/+2
* KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch2023-02-071-0/+109
* KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch2022-09-211-3/+13
* KVM: s390: Cleanup ipte lock access and SIIF facility checksPierre Morel2022-07-201-48/+48
* KVM: s390: Don't indicate suppression on dirtying, failing memopJanis Schoetterl-Glausch2022-05-201-4/+18
* KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch2022-02-141-0/+72
* KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch2022-02-141-9/+0
* KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch2022-02-141-12/+175
* KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch2021-12-171-8/+16
* KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch2021-12-171-53/+69
* KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch2021-12-171-15/+17
* KVM: s390: Function documentation fixesJanosch Frank2021-09-281-0/+12
* KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda2021-03-241-5/+25
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* KVM: s390: Use fallthrough;Joe Perches2020-03-231-10/+13
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* KVM: s390: fix fallthrough annotationSebastian Ott2018-03-141-6/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: s390: use new mm defines instead of magic valuesHeiko Carstens2017-07-261-18/+17
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-12/+31
|\
| * KVM: s390: avoid packed attributeMartin Schwidefsky2017-06-221-2/+2
| * KVM: s390: implement instruction execution protection for emulatedChristian Borntraeger2017-06-221-10/+29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-031-11/+11
|\ \
| * | s390: rename struct psw_bits membersHeiko Carstens2017-06-121-5/+5
| * | s390: rename psw_bits enumsHeiko Carstens2017-06-121-6/+6
| |/
* / KVM: s390: gaccess: fix real-space designation asce handling for gmap shadowsHeiko Carstens2017-06-221-9/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-3/+3
|\
| * KVM: s390: use defines for execution controlsDavid Hildenbrand2017-03-161-3/+3
* | KVM: s390: remove change-recording override supportHeiko Carstens2017-04-031-5/+2
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* KVM: s390: Get rid of ar_tChristian Borntraeger2017-01-301-7/+7
* KVM: s390: gaccess: add ESOP2 handlingChristian Borntraeger2017-01-301-3/+9
* KVM: s390: gaccess: simplify translation exception handlingJanosch Frank2016-09-081-19/+18
* s390/mm: support real-space for gmap shadowsDavid Hildenbrand2016-06-201-5/+29
* s390/mm: push rte protection down to shadow pteDavid Hildenbrand2016-06-201-7/+12
* s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand2016-06-201-2/+20
* s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand2016-06-201-7/+27
* s390/mm: push ste protection down to shadow pteDavid Hildenbrand2016-06-201-0/+1
* s390/mm: take ipte_lock during shadow faultsDavid Hildenbrand2016-06-201-1/+10
* s390/mm: protection exceptions are corrrectly shadowedDavid Hildenbrand2016-06-201-5/+1
* s390/mm: take the mmap_sem in kvm_s390_shadow_fault()David Hildenbrand2016-06-201-17/+15
* s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2016-06-201-1/+1
* s390/mm: add kvm shadow fault functionMartin Schwidefsky2016-06-201-0/+168
* KVM: s390: gaccess: convert get_vcpu_asce()David Hildenbrand2016-06-101-22/+1
* KVM: s390: gaccess: convert guest_page_range()David Hildenbrand2016-06-101-18/+9
* KVM: s390: gaccess: convert guest_translate_address()David Hildenbrand2016-06-101-15/+6
* KVM: s390: gaccess: convert kvm_s390_check_low_addr_prot_real()David Hildenbrand2016-06-101-12/+1
* KVM: s390: gaccess: function for preparing translation exceptionsDavid Hildenbrand2016-06-101-0/+62