summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-101-10/+0Star
|\
| * Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0912-121/+109Star
| |\
| * | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-10/+0Star
* | | s390/vdso: map vdso also for statically linked binariesHeiko Carstens2019-08-091-5/+0Star
* | | s390/build: use size command to perform empty .bss checkVasily Gorbik2019-08-081-2/+1Star
* | | s390: put _stext and _etext into .text sectionVasily Gorbik2019-08-061-6/+4Star
* | | s390/head64: cleanup unused labelsVasily Gorbik2019-08-061-7/+0Star
* | | s390/unwind: remove stack recursion warningVasily Gorbik2019-08-061-5/+1Star
* | | s390/setup: adjust start_code of init_mm to _textVasily Gorbik2019-08-061-2/+1Star
* | | s390/mm: fix dump_pagetables top level page table walkingVasily Gorbik2019-08-061-6/+6
* | | s390/protvirt: avoid memory sharing for diag 308 set/storeVasily Gorbik2019-08-062-11/+0Star
* | | s390/mm: add fallthrough annotationsHeiko Carstens2019-07-291-0/+3
* | | s390/mm: make gmap_test_and_clear_dirty_pmd staticVasily Gorbik2019-07-291-2/+2
* | | s390/kexec: add missing include to machine_kexec_reloc.cVasily Gorbik2019-07-291-0/+1
* | | s390/perf: make cf_diag_csd staticVasily Gorbik2019-07-291-1/+1
* | | s390/lib: add missing includeVasily Gorbik2019-07-291-0/+1
* | | s390/boot: add missing declarations and includesVasily Gorbik2019-07-293-0/+3
* | | s390: update configsHeiko Carstens2019-07-293-228/+366
* | | s390: clean up qdio.hJulian Wiedmann2019-07-291-5/+5
* | | Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-282-2/+2
|\ \ \
| * | | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-252-2/+2
| | |/ | |/|
* | | s390/mm: use shared variables for sysctl range checkVasily Gorbik2019-07-261-4/+2Star
* | | s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic2019-07-261-0/+2
* | | s390/kasan: add bitops instrumentationVasily Gorbik2019-07-231-30/+35
* | | s390/bitops: make test functions return boolVasily Gorbik2019-07-231-12/+14
* | | s390: wire up clone3 system callVasily Gorbik2019-07-232-1/+2
* | | s390: use __u{16,32,64} instead of uint{16,32,64}_t in uapi headerMasahiro Yamada2019-07-231-17/+18
* | | s390/hypfs: fix a typo in the name of a functionChristophe JAILLET2019-07-231-2/+2
* | | s390: enable detection of kernel version from bzImageVasily Gorbik2019-07-235-2/+13
|/ /
* | Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-202-1/+7
|\ \
| * | dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-162-1/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-20/+3Star
|\ \ \ | | |/ | |/|
| * | KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3Star
| * | KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-201-1/+1
| |/
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-192-14/+7Star
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0Star
* | s390x/mm: implement arch_remove_memory()David Hildenbrand2019-07-191-6/+7
* | s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand2019-07-191-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-177-98/+84Star
|\ \
| * | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-171-15/+1Star
| * | arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-176-83/+83
| |/
* / arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
|/
* Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-131-2/+0Star
|\
| * kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-2/+0Star
* | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-131-0/+1
|\ \
| * | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-151-0/+1
| |/
* | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-139-96/+96
|\ \
| * | s390/unwind: avoid int overflow in outside_of_stackVasily Gorbik2019-07-111-1/+1
| * | s390/pci: add mio_enabled attributeSebastian Ott2019-07-111-0/+10
| * | s390: fix setting of mio addressing controlSebastian Ott2019-07-113-13/+3Star