summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | KVM: s390: Invoke kvm_vcpu_init() before allocating sie_pageSean Christopherson2020-01-241-8/+10
| * | | | | | KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()Sean Christopherson2020-01-241-28/+34
| * | | | | | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-4/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\ \ \ \ \ \
| * | | | | | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
| |/ / / / /
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-5/+1
|\ \ \ \ \ \
| * | | | | | compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-031-5/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \ \ \ \ \
| * | | | | | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | arch/s390/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 's390-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-01-2813-93/+172
|\ \ \ \ \
| * | | | | s390: fix __EMIT_BUG() macroSven Schnelle2020-01-225-16/+46