summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+9
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+11
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-1/+1
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V1-6/+0
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V1-0/+6
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V1-0/+2
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+7
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-32/+28
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-1/+1
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-22locking/spinlocks, s390: Implement vcpu_is_preempted(cpu)Christian Borntraeger3-19/+23
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-1/+3
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-0/+1
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-1/+3
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core, s390: Make cpu_relax() a barrier againChristian Borntraeger1-1/+1
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger2-3/+4
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2-3/+7
2016-11-11Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds1-1/+1
2016-11-11s390: pci: don't print uninitialized data for debuggingArnd Bergmann1-1/+1
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+2
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar12-73/+60
2016-11-09s390/smp: Convert to hotplug state machineSebastian Andrzej Siewior1-26/+11
2016-11-09s390/smp: Make cpu notifier symetricThomas Gleixner1-1/+2
2016-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-3/+3
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2016-10-28s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentMichael Holzheu1-3/+3
2016-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds10-68/+55
2016-10-27Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-2/+2
2016-10-26KVM: s390: Fix STHYI buffer alignment for diag224Janosch Frank1-2/+2
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-9/+0
2016-10-24s390/mm: fix zone calculation in arch_add_memory()Gerald Schaefer1-17/+21
2016-10-24s390/dumpstack: use pr_cont within show_stack and dieHeiko Carstens1-8/+8
2016-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2016-10-20KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger1-2/+7
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-10-17s390/dumpstack: get rid of return_address againHeiko Carstens2-27/+1
2016-10-17s390/disassambler: use pr_cont where appropriateHeiko Carstens1-2/+2
2016-10-17s390/dumpstack: use pr_cont where appropriateHeiko Carstens1-4/+4
2016-10-17s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens5-11/+16
2016-10-17s390/mm: use hugetlb_bad_size()Shyam Saini1-0/+1
2016-10-17s390: ignore pkey system callsHeiko Carstens1-0/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds6-16/+14
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro3-9/+11
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-2/+2
2016-10-07uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski1-10/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0