summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-173-6/+0
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+0
| * kbuild: warn redundant generic-yMasahiro Yamada2019-03-172-2/+0
| * kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-141-3/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-158-63/+605
|\ \ | |/ |/|
| * Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-228-62/+604
| |\
| | * KVM: s390: add debug logging for cpu model subfunctionsChristian Borntraeger2019-02-221-0/+136
| | * KVM: s390: implement subfunction processor callsChristian Borntraeger2019-02-222-13/+23
| | * KVM: s390: fix possible null pointer dereference in pending_irqs()Michael Mueller2019-02-051-3/+7
| | * KVM: s390: start using the GIBMichael Mueller2019-02-051-0/+7
| | * KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-056-2/+175
| | * KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller2019-02-051-3/+22
| | * KVM: s390: add functions to (un)register GISC with GISAMichael Mueller2019-02-052-0/+125
| | * KVM: s390: add kvm reference to struct sie_page2Michael Mueller2019-02-052-1/+3
| | * KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller2019-02-054-0/+55
| | * s390/cio: add function chsc_sgib()Michael Mueller2019-02-051-0/+1
| | * KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-053-24/+36
| | * KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller2019-02-051-14/+13
| | * KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller2019-02-051-2/+2
| | * KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller2019-02-051-10/+10
| | * KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-053-8/+7
| | * KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-052-2/+2
| | * KVM: s390: drop obsolete else pathMichael Mueller2019-02-051-1/+1
| | * KVM: s390: clarify kvm related kernel messageMichael Mueller2019-02-051-3/+3
| * | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
* | | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-125-2/+31
* | | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-1/+5
* | | memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-122-0/+6
* | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-103-19/+16
|\ \ \
| * | | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-1/+1
| * | | s390: make built-in.a not directly depend on *.o.chkbss filesMasahiro Yamada2019-01-283-18/+15
| |/ /
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-092-2/+2
|\ \ \
| * | | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-232-2/+2
| | |/ | |/|
* | | arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport2019-03-071-9/+1
* | | arch: simplify several early memory allocationsMike Rapoport2019-03-071-5/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-063-7/+8
|\ \ \
| * | | s390/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-2/+0
| * | | mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-052-2/+3
| * | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-052-4/+6
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-283-4/+6
| |\ \ \ \
| * | | | | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-32/+62
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-102-27/+47
| |\ \ \ \
| | * | | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
| | * | | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-1/+1
| | * | | | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-26/+26
| * | | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-1010-574/+318
| |\| | | | | | |/ / / | |/| | |
| | * | | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-2/+0
| | * | | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-252-3/+3