index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
vsie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-27
KVM: s390: Enable specification exception interpretation
Janis Schoetterl-Glausch
1
-0
/
+2
2021-03-24
KVM: s390: VSIE: fix MVPG handling for prefixing and MSO
Claudio Imbrenda
1
-1
/
+4
2021-03-24
KVM: s390: VSIE: correctly handle MVPG when in VSIE
Claudio Imbrenda
1
-5
/
+93
2021-03-24
KVM: s390: extend kvm_s390_shadow_fault to return entry pointer
Claudio Imbrenda
1
-4
/
+4
2021-01-19
s390: convert to generic entry
Sven Schnelle
1
-0
/
+3
2020-12-10
KVM: s390: Add memcg accounting to KVM allocations
Christian Borntraeger
1
-2
/
+2
2020-06-23
s390/kvm: diagnose 0x318 sync and reset
Collin Walling
1
-0
/
+1
2020-06-08
Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-3
/
+0
2020-05-28
s390: remove critical section cleanup from entry.S
Sven Schnelle
1
-2
/
+0
2020-04-20
KVM: s390: vsie: Move conditional reschedule
David Hildenbrand
1
-2
/
+1
2020-04-07
KVM: s390: vsie: Fix delivery of addressing exceptions
David Hildenbrand
1
-0
/
+1
2019-04-29
KVM: s390: vsie: Return correct values for Invalid CRYCB format
Pierre Morel
1
-1
/
+1
2019-04-29
KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys
Pierre Morel
1
-2
/
+4
2019-04-25
KVM: s390: enable MSA9 keywrapping functions depending on cpu model
Christian Borntraeger
1
-1
/
+4
2019-02-11
s390: vsie: Use effective CRYCBD.31 to check CRYCBD validity
Pierre Morel
1
-1
/
+1
2018-10-01
Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...
Christian Borntraeger
1
-18
/
+190
2018-10-01
KVM: s390: set host program identifier
Collin Walling
1
-0
/
+2
2018-09-28
KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
Pierre Morel
1
-1
/
+3
2018-09-28
KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
Pierre Morel
1
-5
/
+28
2018-09-28
KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
Pierre Morel
1
-4
/
+10
2018-09-28
KVM: s390: vsie: allow CRYCB FORMAT-0
Pierre Morel
1
-3
/
+17
2018-09-28
KVM: s390: vsie: allow CRYCB FORMAT-1
Pierre Morel
1
-0
/
+19
2018-09-28
KVM: s390: vsie: Allow CRYCB FORMAT-2
Pierre Morel
1
-10
/
+104
2018-09-28
KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
Pierre Morel
1
-3
/
+3
2018-09-28
KVM: s390: vsie: Do the CRYCB validation first
Pierre Morel
1
-5
/
+6
2018-09-26
KVM: s390: vsie: simulate VCPU SIE entry/exit
David Hildenbrand
1
-4
/
+17
2018-09-04
KVM: s390: vsie: copy wrapping keys to right place
Pierre Morel
1
-1
/
+2
2018-07-19
KVM: s390: add etoken support for guests
Christian Borntraeger
1
-2
/
+7
2018-07-16
KVM: s390/vsie: avoid sparse warning
Christian Borntraeger
1
-0
/
+2
2018-05-17
KVM: s390: vsie: simplify < 8k address checks
David Hildenbrand
1
-5
/
+5
2018-05-17
KVM: s390: vsie: fix < 8k check for the itdba
David Hildenbrand
1
-1
/
+1
2018-02-14
KVM: s390: force bp isolation for VSIE
Christian Borntraeger
1
-0
/
+20
2018-02-01
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
1
-0
/
+10
2018-01-24
KVM: s390: introduce and use kvm_s390_clear_cpuflags()
David Hildenbrand
1
-1
/
+1
2018-01-24
KVM: s390: reuse kvm_s390_set_cpuflags()
David Hildenbrand
1
-1
/
+1
2018-01-24
KVM: s390: vsie: store guest addresses of satellite blocks in vsie_page
David Hildenbrand
1
-15
/
+22
2018-01-24
KVM: s390: vsie: use READ_ONCE to access some SCB fields
David Hildenbrand
1
-19
/
+31
2018-01-20
KVM: s390: wire up bpb feature
Christian Borntraeger
1
-0
/
+10
2017-12-06
KVM: s390: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-12-06
KVM: s390: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-09
KVM: s390: vsie: use common code functions for pinning
David Hildenbrand
1
-32
/
+18
2017-09-08
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+11
2017-08-31
KVM: s390: vsie: cleanup mcck reinjection
David Hildenbrand
1
-5
/
+1
2017-08-29
KVM: s390: Multiple Epoch Facility support
Collin L. Walling
1
-0
/
+10
2017-07-26
KVM: s390: use new mm defines instead of magic values
Heiko Carstens
1
-1
/
+1
2017-06-28
KVM: s390: Inject machine check into the nested guest
QingFeng Hao
1
-4
/
+19
2017-06-22
KVM: s390: avoid packed attribute
Martin Schwidefsky
1
-1
/
+1
2017-04-21
KVM: s390: Support keyless subset guest mode
Farhan Ali
1
-1
/
+5
2017-04-12
KVM: s390: Fix sdnxo setting for nested guests
Christian Borntraeger
1
-1
/
+1
2017-03-22
KVM: s390: gs support for kvm guests
Fan Zhang
1
-0
/
+39
[next]