aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-11bpf: s390: Fix build error caused by the struct bpf_array member name changedKaixu Xia1-2/+2
2015-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-07-30bpf: provide helper that indicates eBPF was migratedDaniel Borkmann1-1/+1
2015-07-30KVM: s390: Fix hang VCPU hang/loop regressionChristian Borntraeger1-2/+2
2015-07-29s390/bpf: recache skb->data/hlen for skb_vlan_push/popMichael Holzheu2-23/+37
2015-07-29s390/bpf: Only clear A and X for converted BPF programsMichael Holzheu1-9/+11
2015-07-29s390/bpf: increase BPF_SIZE_MAXMichael Holzheu1-12/+3
2015-07-29s390/bpf: Fix multiple macro expansionsMichael Holzheu1-2/+3
2015-07-29s390/bpf: clear correct BPF accumulator registerMichael Holzheu1-7/+7
2015-07-28s390/cachinfo: add missing facility check to init_cache_level()Heiko Carstens1-0/+2
2015-07-27s390/bpf: clear correct BPF accumulator registerMichael Holzheu1-7/+7
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-60/+72
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+4
2015-07-20s390: adapt entry.S to the move of thread_structMartin Schwidefsky3-14/+18
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-17s390/hugetlb: add hugepages_supported defineDominik Dingel1-0/+1
2015-07-17revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel3-8/+4
2015-07-17revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel2-2/+2
2015-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-23/+48
2015-07-13s390/nmi: fix vector register corruptionHeiko Carstens2-22/+34
2015-07-13s390/process: fix sfpc inline assemblyHeiko Carstens1-1/+1
2015-07-07s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky1-0/+4
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+4
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-8/+4
2015-07-01s390/oprofile: fix compile errorSebastian Ott2-0/+9
2015-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-139/+145
2015-06-29s390/kdump: fix compile for !SMPHeiko Carstens2-23/+22
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-69/+13
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-1/+1
2015-06-25s390/mm: change HPAGE_SHIFT type to intDominik Dingel2-2/+2
2015-06-25s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel1-4/+1
2015-06-25s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel2-60/+3
2015-06-25s390/mm: make hugepages_supported a boot time decisionDominik Dingel3-4/+8
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-25s390/kdump: fix nosmt kernel parameterMichael Holzheu6-60/+63
2015-06-25s390: new default configurationHeiko Carstens4-26/+30
2015-06-25s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky3-35/+34
2015-06-25s390/smp: fix sigp cpu detection loopMartin Schwidefsky1-1/+2
2015-06-25s390/kdump: fix REGSET_VX_LOW vector register ELF notesMichael Holzheu1-1/+1
2015-06-25s390/bpf: Fix backward jumpsMichael Holzheu1-1/+1
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-19/+37
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-2/+3
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-12/+12
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V1-0/+8
2015-06-24mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-1/+0
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+15