index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
uv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
s390/uv: convert gmap_destroy_page() from follow_page() to folio_walk
David Hildenbrand
1
-6
/
+12
2024-09-01
s390/uv: drop arch_make_page_accessible()
David Hildenbrand
1
-5
/
+0
2024-07-23
s390: Remove protvirt and kvm config guards for uv code
Janosch Frank
1
-20
/
+15
2024-06-05
s390/uv: Implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLE
David Hildenbrand
1
-7
/
+11
2024-06-05
s390/uv: Convert uv_convert_owned_from_secure() to uv_convert_from_secure_(fo...
David Hildenbrand
1
-5
/
+13
2024-06-05
s390/uv: Convert uv_destroy_owned_page() to uv_destroy_(folio|pte)()
David Hildenbrand
1
-7
/
+17
2024-06-05
s390/uv: Make uv_convert_from_secure() a static function
David Hildenbrand
1
-1
/
+1
2024-06-05
s390/uv: Update PG_arch_1 comment
David Hildenbrand
1
-5
/
+4
2024-06-05
s390/uv: Convert PG_arch_1 users to only work on small folios
David Hildenbrand
1
-16
/
+25
2024-06-05
s390/uv: Split large folios in gmap_make_secure()
David Hildenbrand
1
-6
/
+25
2024-06-05
s390/uv: gmap_make_secure() cleanups for further changes
David Hildenbrand
1
-26
/
+40
2024-06-05
s390/uv: Don't call folio_wait_writeback() without a folio reference
David Hildenbrand
1
-0
/
+8
2024-04-09
s390/mm: Convert gmap_make_secure to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2024-04-09
s390/mm: Convert make_page_secure to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+16
2024-04-09
s390/uv: export prot_virt_guest symbol in uv
Holger Dengler
1
-0
/
+1
2023-08-28
s390/uv: UV feature check utility
Steffen Eiden
1
-1
/
+1
2023-08-18
s390/uv: export uv_pin_shared for direct usage
Janosch Frank
1
-1
/
+2
2023-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-33
/
+75
2023-06-19
s390: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-0
/
+2
2023-06-16
s390/uv: Update query for secret-UVCs
Steffen Eiden
1
-0
/
+40
2023-06-16
s390/uv: replace scnprintf with sysfs_emit
Steffen Eiden
1
-32
/
+26
2023-06-16
s390/uv: Always export uv_info
Steffen Eiden
1
-1
/
+9
2023-05-04
KVM: s390: fix race in gmap_make_secure()
Claudio Imbrenda
1
-21
/
+11
2022-11-23
KVM: s390: pv: avoid export before import if possible
Claudio Imbrenda
1
-0
/
+7
2022-07-13
KVM: s390: pv: add export before import
Claudio Imbrenda
1
-0
/
+28
2022-07-13
KVM: s390: pv: handle secure storage violations for protected guests
Claudio Imbrenda
1
-0
/
+55
2022-07-11
s390: Add attestation query information
Steffen Eiden
1
-0
/
+20
2022-06-01
s390/uv: Add dump fields to query
Janosch Frank
1
-0
/
+33
2022-06-01
s390/uv: Add SE hdr query information
Janosch Frank
1
-0
/
+20
2021-12-16
s390/uv: fix memblock virtual vs physical address confusion
Heiko Carstens
1
-5
/
+5
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-10-27
KVM: s390: pv: properly handle page flags for protected guests
Claudio Imbrenda
1
-1
/
+33
2021-10-25
KVM: s390: pv: avoid stalls when making pages secure
Claudio Imbrenda
1
-6
/
+23
2021-10-25
s390/uv: fully validate the VMA before calling follow_page()
David Hildenbrand
1
-1
/
+1
2021-07-27
s390/uv: de-duplicate checks for Protected Host Virtualization
Alexander Egorenkov
1
-15
/
+0
2021-07-05
s390: mm: Fix secure storage access exception handling
Janosch Frank
1
-0
/
+10
2021-06-18
s390: setup kernel memory layout early
Vasily Gorbik
1
-7
/
+1
2021-04-12
s390/protvirt: fix error return code in uv_info_init()
zhongbaisong
1
-1
/
+3
2021-03-24
s390/uv: fix prot virt host indication compilation
Janosch Frank
1
-1
/
+7
2021-03-22
s390/uv: add prot virt guest/host indication files
Janosch Frank
1
-1
/
+36
2021-01-27
s390: uv: Fix sysfs max number of VCPUs reporting
Janosch Frank
1
-1
/
+1
2020-11-18
s390/uv: handle destroy page legacy interface
Christian Borntraeger
1
-1
/
+8
2020-09-16
s390/kasan: support protvirt with 4-level paging
Vasily Gorbik
1
-0
/
+3
2020-09-16
s390/protvirt: support ultravisor without secure storage limit
Vasily Gorbik
1
-1
/
+2
2020-09-16
s390/protvirt: parse prot_virt option in the decompressor
Vasily Gorbik
1
-24
/
+16
2020-09-14
s390/uv: add destroy page call
Janosch Frank
1
-0
/
+20
2020-06-16
s390/protvirt: use scnprintf() instead of snprintf()
Chen Zhou
1
-4
/
+4
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-04-25
s390/protvirt: fix compilation issue
Claudio Imbrenda
1
-1
/
+2
[next]