aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-14/+52
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-10/+19
2019-01-26s390: bpf: implement jitting of JMP32Gravatar Jiong Wang 1-14/+52
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptGravatar David Herrmann 1-0/+2
2019-01-11s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUGravatar David Hildenbrand 1-1/+6
2019-01-11s390/vdso: correct vdso mapping for compat tasksGravatar Vasily Gorbik 2-4/+3
2019-01-11s390/smp: fix CPU hotplug deadlock with CPU rescanGravatar Gerald Schaefer 1-0/+4
2019-01-11s390/mm: always force a load of the primary ASCE on context switchGravatar Martin Schwidefsky 1-3/+2
2019-01-11s390/early: improve machine detectionGravatar Christian Borntraeger 2-2/+4
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 5-36/+8
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesGravatar Masahiro Yamada 2-14/+5
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-15/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06kbuild: change filechk to surround the given command with { }Gravatar Masahiro Yamada 1-1/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 2-5/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-2/+2
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 5-39/+23
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2019-01-01s390/pci: skip VF scanningGravatar Sebastian Ott 1-0/+3
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-19/+7
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-2/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-23/+31
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-16/+6
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryGravatar Oscar Salvador 1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageGravatar Andrey Konovalov 2-21/+29
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+12
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-17/+18
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-10/+2
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 2-2/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 1-1/+1
2018-12-19Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Paolo Bonzini 1-7/+17
2018-12-18KVM: s390: fix kmsg component kvm-s390Gravatar Michael Mueller 1-4/+3
2018-12-18KVM: s390: unregister debug feature on failing arch initGravatar Michael Mueller 1-3/+14
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticGravatar Paolo Bonzini 1-10/+1
2018-12-13seccomp, s390: fix build for syscall type changeGravatar Tycho Andersen 1-1/+1
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-12-13s390/pci: fix sleeping in atomic during hotplugGravatar Sebastian Ott 1-1/+1
2018-12-13s390/pci: remove bit_lock usage in interrupt handlerGravatar Sebastian Ott 1-3/+1
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+12
2018-12-10Merge branch 'for-next/kexec' into aarch64/for-next/coreGravatar Will Deacon 1-10/+0
2018-12-07s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Gravatar Jiong Wang 1-0/+12
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeGravatar Will Deacon 1-0/+2
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-1/+0