summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-141-1/+17
|\
| * KVM: s390: Also reset registers in sync regs for initial cpu resetChristian Borntraeger2020-03-111-1/+17
* | s390/pci: Fix unexpected write combine on resourceNiklas Schnelle2020-03-041-2/+2
* | s390/mm: fix panic in gup_fast on large pudGerald Schaefer2020-03-041-0/+6
* | s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann2020-02-191-2/+2
* | s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-02-191-1/+1
* | s390: remove obsolete ieee_emulation_warningsStephen Kitt2020-02-191-1/+0
* | s390: make 'install' not depend on vmlinuxMasahiro Yamada2020-02-172-2/+2
* | s390/kaslr: Fix casts in get_randomNathan Chancellor2020-02-171-1/+1
* | s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor2020-02-171-1/+1
* | s390/defconfig: enable CONFIG_PROTECTED_VIRTUALIZATION_GUESTChristian Borntraeger2020-02-172-21/+18
* | s390/time: Fix clk type in get_tod_clockNathan Chancellor2020-02-111-1/+1
* | s390/uv: Fix handling of length extensionsChristian Borntraeger2020-02-111-1/+2
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-091-2/+2
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-2/+2
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\ \
| * | fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * | fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | | Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-063-37/+66
|\ \ \
| * \ \ Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-02-053-37/+66
| |\ \ \
| | * | | KVM: s390: Add new reset vcpu APIJanosch Frank2020-01-311-27/+57
| | * | | KVM: s390: Cleanup initial cpu resetJanosch Frank2020-01-312-11/+12
| | * | | KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger2020-01-311-4/+2
| | * | | KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger2020-01-311-3/+3
* | | | | Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-0510-194/+388
|\ \ \ \ \
| * | | | | s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger2020-01-302-25/+46
| * | | | | s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprbHarald Freudenberger2020-01-301-14/+14
| * | | | | s390/zcrypt: enable card/domain autoselect on ep11 cprbsHarald Freudenberger2020-01-301-1/+3
| * | | | | s390/crypto: enable clear key values for paes ciphersHarald Freudenberger2020-01-301-22/+49
| * | | | | s390/crypto: Rework on paes implementationHarald Freudenberger2020-01-301-40/+117
| * | | | | s390: support KPROBES_ON_FTRACESven Schnelle2020-01-305-91/+58
| * | | | | s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer2020-01-302-1/+101
* | | | | | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\ \ \ \ \ \
| * | | | | | asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | | | | | | asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2020-02-041-1/+1
* | | | | | | asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-041-1/+1
* | | | | | | s390: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-16/+4
|\ \ \ \ \ \
| * | | | | | s390x: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-4/+4
| * | | | | | s390: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-12/+0
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-314-13/+30
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-313-0/+23
| * | | | | | s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko2020-01-311-4/+4
| * | | | | | mm/memblock: define memblock_physmem_add()Anshuman Khandual2020-01-311-9/+3
* | | | | | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-312-64/+55
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-272-6/+0
| * | | | | | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
| * | | | | | KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()Sean Christopherson2020-01-271-0/+11
| * | | | | | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-31/+10
| * | | | | | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1