summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-178-11/+145
|\
| * Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-308-8/+145
| |\
| | * KVM: s390: vsie: Return correct values for Invalid CRYCB formatPierre Morel2019-04-291-1/+1
| | * KVM: s390: vsie: Do not shadow CRYCB when no AP and no keysPierre Morel2019-04-291-2/+4
| | * KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger2019-04-263-0/+19
| | * KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger2019-04-253-2/+31
| | * KVM: s390: add deflate conversion facilty to cpu modelChristian Borntraeger2019-04-253-1/+22
| | * KVM: s390: add enhanced sort facilty to cpu modelChristian Borntraeger2019-04-183-1/+23
| | * KVM: s390: provide query function for instructions returning 32 byteChristian Borntraeger2019-04-181-0/+13
| | * KVM: s390: add MSA9 to cpumodelChristian Borntraeger2019-04-184-1/+17
| | * KVM: s390: add vector BCD enhancements facility to cpumodelChristian Borntraeger2019-04-181-0/+4
| | * KVM: s390: add vector enhancements facility 2 to cpumodelChristian Borntraeger2019-04-181-0/+4
| | * KVM: s390: Fix potential spectre warningsEric Farman2019-04-181-2/+9
| * | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0
* | | Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-175-2/+5
|\ \ \
| * | | s390: move arch/s390/defconfig to arch/s390/configs/defconfigMasahiro Yamada2019-05-142-0/+2
| * | | s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik2019-05-081-1/+1
| * | | s390/boot: fix compiler error due to missing awk strtonumMartin Schwidefsky2019-05-072-1/+2
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\ \ \ \
| * | | | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | | | | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-162-6/+0
|\ \ \ \ \
| * | | | | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-232-6/+0
* | | | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-5/+0
|\ \ \ \ \ \
| * | | | | | livepatch: Remove klp_check_compiler_support()Jiri Kosina2019-05-101-5/+0
| | |_|_|_|/ | |/| | | |
* | | | | | s390/cpacf: mark scpacf_query() as __always_inlineMasahiro Yamada2019-05-141-1/+1
* | | | | | mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-0/+1
* | | | | | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-2/+3
* | | | | | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* | | | | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-142-4/+6
* | | | | | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-141-1/+1
* | | | | | initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-8/+0
* | | | | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-2/+2
|\ \ \ \ \
| * | | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-17/+4
|\ \ \ \
| * | | | crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4
| | |/ / | |/| |
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \ \ \
| * | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| | |_|/ | |/| |
* | | | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-06120-1644/+3996
|\ \ \ \
| * | | | s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-05-032-2/+2
| * | | | s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann2019-05-034-9/+9
| * | | | s390: drop CONFIG_VIRT_TO_BUSArnd Bergmann2019-05-031-1/+0
| * | | | s390: boot, purgatory: pass $(CLANG_FLAGS) where neededArnd Bergmann2019-05-032-2/+3
| * | | | s390: only build for new CPUs with clangArnd Bergmann2019-05-032-6/+18
| * | | | s390: simplify disabled_waitMartin Schwidefsky2019-05-028-12/+12
| * | | | s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky2019-05-025-8/+11
| * | | | s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-0216-205/+521
| * | | | s390/opcodes: add missing instructions to the disassemblerMartin Schwidefsky2019-05-021-0/+11