summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-3/+0
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-3/+0
* | kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-122-6/+1
* | s390: reduce ELF_ET_DYN_BASEKees Cook2017-07-101-8/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-064-32/+10
|\ \
| * | mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal2017-07-061-1/+1
| * | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-1/+2
| * | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-062-1/+4
| * | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-2/+2
| * | mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-28/+2
| * | mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-17/+0
|\ \ \
| * | | kill strlen_user()Al Viro2017-05-151-17/+0
| | |/ | |/|
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-1/+0
|\ \ \
| * | | take compat_sys_old_getrlimit() to native syscallAl Viro2017-05-271-1/+0
| |/ /
* | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-062-7/+13
|\ \ \
| * | | s390: implement ->mapping_errorChristoph Hellwig2017-06-282-7/+13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-062-18/+6
|\ \ \ \
| * | | | s390/syscalls: Fix out of bounds arguments accessJiri Olsa2017-07-051-0/+6
| * | | | s390/crash: Remove unused KEXEC_NOTE_BYTESMichael Holzheu2017-07-051-18/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-0610-38/+654
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-302-6/+6
| |\ \ \ \
| | * | | | KVM: add kvm_request_pendingRadim Krčmář2017-06-041-1/+1
| | * | | | KVM: improve arch vcpu request definingAndrew Jones2017-06-041-3/+3
| | | |_|/ | | |/| |
| * | | | KVM: s390: Inject machine check into the nested guestQingFeng Hao2017-06-281-4/+19
| * | | | KVM: s390: Inject machine check into the guestQingFeng Hao2017-06-284-1/+62
| * | | | Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Christian Borntraeger2017-06-287-12/+115
| |\ \ \ \
| * | | | | KVM: s390: avoid packed attributeMartin Schwidefsky2017-06-223-12/+12
| * | | | | KVM: S390: add new group for flicYi Min Zhao2017-06-222-0/+54
| * | | | | KVM: s390: implement instruction execution protection for emulatedChristian Borntraeger2017-06-222-11/+32
| * | | | | KVM: s390: ioctls to get and set guest storage attributesClaudio Imbrenda2017-06-221-1/+201
| * | | | | KVM: s390: CMMA tracking, ESSA emulation, migration modeClaudio Imbrenda2017-06-224-6/+271
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-054-1/+61
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-304-45/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+2
| * | | | | | s390/diag: add diag26c supportJulian Wiedmann2017-06-202-0/+55
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-1510-35/+102
| |\ \ \ \ \ \
| * | | | | | | bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
| * | | | | | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
| * | | | | | | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller2017-05-211-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-033-6/+6
|\ \ \ \ \ \ \
| * | | | | | | s390: Prevent hotplug rwsem recursionThomas Gleixner2017-05-262-3/+3
| * | | | | | | s390/kernel: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-0355-371/+818
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Martin Schwidefsky2017-06-287-12/+115
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | KVM: s390: Backup the guest's machine check infoQingFeng Hao2017-06-273-1/+51
| | * | | | | | s390/nmi: s390: New low level handling for machine check happening in guestQingFeng Hao2017-06-275-11/+64
| | | |_|_|_|/ | | |/| | | |
| * | | | | | s390/pci: recognize name clashes with uidsSebastian Ott2017-06-281-1/+11
| * | | | | | s390/pci: provide more debug informationSebastian Ott2017-06-282-2/+4