aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-27KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank1-0/+1
2020-02-27KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank1-1/+10
2020-02-27KVM: s390: protvirt: Add new gprs location handlingJanosch Frank1-1/+3
2020-02-27KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger1-1/+5
2020-02-27KVM: s390: protvirt: Implement interrupt injectionMichael Mueller1-12/+50
2020-02-27KVM: s390: protvirt: Instruction emulationJanosch Frank1-0/+2
2020-02-27KVM: s390: protvirt: Handle SE notification interceptionsJanosch Frank1-0/+2
2020-02-27KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger1-0/+1
2020-02-27KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank1-0/+1
2020-02-27KVM: s390: protvirt: Add initial vm and cpu lifecycle handlingJanosch Frank2-2/+91
2020-02-27KVM: s390: add new variants of UV CALLJanosch Frank1-5/+60
2020-02-27KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand1-3/+0
2020-02-27s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda6-5/+73
2020-02-27s390/protvirt: add ultravisor initializationVasily Gorbik1-0/+15
2020-02-27s390/protvirt: introduce host side setupVasily Gorbik1-2/+43
2020-02-11s390/time: Fix clk type in get_tod_clockNathan Chancellor1-1/+1
2020-02-06Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2020-02-05Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-40/+64
2020-02-05Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+5
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek1-1/+0
2020-02-04s390: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-16/+4
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+7
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko1-0/+7
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2020-01-31KVM: s390: Cleanup initial cpu resetJanosch Frank1-0/+5
2020-01-30s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger1-24/+45
2020-01-30s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprbHarald Freudenberger1-14/+14
2020-01-30s390/zcrypt: enable card/domain autoselect on ep11 cprbsHarald Freudenberger1-1/+3
2020-01-30s390: support KPROBES_ON_FTRACESven Schnelle1-1/+0
2020-01-30s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer1-0/+2
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+1
2020-01-28Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-11/+11
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson1-1/+0
2020-01-25s390x: Mark archrandom.h functions __must_checkRichard Henderson1-4/+4
2020-01-25s390: Remove arch_has_random, arch_has_random_seedRichard Henderson1-12/+0
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle1-9/+7
2020-01-22s390/jump_label: use "i" constraint for clangVasily Gorbik1-1/+3
2020-01-22s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle1-1/+1
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-0/+4
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann1-5/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar5-6/+8
2019-12-18s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle1-2/+2
2019-12-11s390: remove last diag 0x44 callerHeiko Carstens1-2/+0
2019-12-11s390/uv: use EOPNOTSUPP instead of ENOTSUPPChristian Borntraeger1-1/+1
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-08sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+3