aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15s390/qdio: bridgeport support - CHSC partEugene Crosser2-0/+35
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-10/+21
2013-12-30s390/pci: obtain function handle in hotplug notifierSebastian Ott1-0/+2
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-32/+34
2013-12-18s390/smp: improve setup of possible cpu maskHeiko Carstens4-10/+19
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-18/+17
2013-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-14/+17
2013-12-02s390/time,vdso: fix clock_gettime for CLOCK_MONOTONICMartin Schwidefsky2-11/+4
2013-12-02s390/vdso: ectg gettime support for CLOCK_THREAD_CPUTIME_IDMartin Schwidefsky3-2/+7
2013-12-02s390/vdso: fix access-list entry initializationHeiko Carstens1-1/+1
2013-12-02s390: increase CONFIG_NR_CPUS limitXose Vazquez Perez1-3/+3
2013-12-02s390/smp,sclp: fix size of sclp_cpu_info structureHeiko Carstens1-1/+2
2013-11-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-88/+85
2013-11-28crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer1-14/+17
2013-11-25s390/mm: handle asce-type exceptions as normal page faultMartin Schwidefsky1-1/+1
2013-11-25s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky1-15/+4
2013-11-25s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky8-45/+62
2013-11-25s390/uaccess: add missing page table walk range checkHeiko Carstens1-0/+3
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+12
2013-11-20s390/mm: optimize copy_pageHeiko Carstens1-25/+13
2013-11-20s390/signal: always restore saved runtime instrumentation psw bitHendrik Brueckner2-2/+2
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-154/+197
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+0
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15s390/pci: implement hotplug notificationsSebastian Ott1-25/+54
2013-11-15s390/scm_block: do not hide eadm subchannel dependencySebastian Ott1-12/+1
2013-11-15s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu2-4/+2
2013-11-15s390/sclp: Move early code from sclp_cmd.c to sclp_early.cMichael Holzheu1-0/+2
2013-11-15s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu5-15/+20
2013-11-15s390/pci: implement pcibios_remove_busSebastian Ott3-40/+39
2013-11-15s390/pci: improve handling of bus resourcesSebastian Ott2-65/+86
2013-11-15s390/boot: Install bzImage as default kernel imageHendrik Brueckner1-2/+2
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-61/+147
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15s390: handle pgtable_page_ctor() failKirill A. Shutemov1-2/+9
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov1-6/+6
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner1-2/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-3/+8
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13s390/mmap: randomize mmap base for bottom up directionHeiko Carstens1-2/+7
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+21
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-11-05crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu1-7/+12
2013-11-04s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky6-51/+21
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-2/+3