aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+62
2015-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-19/+62
2015-03-25s390: fix /proc/interrupts outputSebastian Ott1-1/+0
2015-03-25s390/smp: reenable smt after resumeHeiko Carstens1-0/+11
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-03-13s390/mm: limit STACK_RND_MASK for compat tasksMartin Schwidefsky1-1/+1
2015-03-13s390/ftrace: fix compile error if CONFIG_KPROBES is disabledHeiko Carstens1-16/+45
2015-03-13s390/cpum_sf: add diagnostic sampling event only if it is authorizedHendrik Brueckner1-2/+5
2015-03-10kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini1-1/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-82/+76
2015-03-09Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-45/+40
2015-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-37/+36
2015-03-05Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxMarcelo Tosatti4-45/+40
2015-03-04KVM: s390: non-LPAR case obsolete during facilities mask initMichael Mueller1-16/+1
2015-03-04KVM: s390: include guest facilities in kvm facility testMichael Mueller4-22/+25
2015-03-04KVM: s390: fix in memory copy of facility listsMichael Mueller1-2/+2
2015-03-04KVM: s390/cpacf: Fix kernel bug under z/VMChristian Borntraeger1-3/+6
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-177/+174
2015-03-03KVM: s390/cpacf: Enable key wrapping by defaultTony Krowiak1-3/+7
2015-03-02s390/mm: fix incorrect ASCE after crst_table_downgradeMartin Schwidefsky1-1/+1
2015-03-02s390/ftrace: fix crashes when switching tracers / add notrace to cpu_relax()Heiko Carstens1-1/+1
2015-02-28s390: remove claw driverUrsula Braun1-1/+0
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov1-0/+2
2015-02-27s390/pci: unify pci_iomap symbol exportsSebastian Ott1-2/+2
2015-02-27s390/pci: fix [un]map_resources sequenceSebastian Ott1-10/+14
2015-02-26s390: let the compiler do page clearingChristian Borntraeger1-10/+1
2015-02-26s390/pci: fix possible information leak in mmio syscallSebastian Ott1-9/+8
2015-02-26s390/jump label: improve and fix sanity checkHeiko Carstens1-4/+8
2015-02-26s390/jump label: add missing jump_label_apply_nops() callHeiko Carstens1-0/+1
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-28/+25
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-142/+119
2015-02-20hypfs: switch to read_iter/write_iterAl Viro1-27/+24
2015-02-19s390/spinlock: disabled compare-and-delay by defaultMartin Schwidefsky1-5/+7
2015-02-19s390/mm: align 64-bit PIE binaries to 4GBMartin Schwidefsky1-1/+4
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-7/+28
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-232/+942
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes1-1/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski3-6/+2
2015-02-12s390/cacheinfo: coding style changesHeiko Carstens1-13/+3
2015-02-12s390/cacheinfo: fix shared cpu masksHeiko Carstens1-5/+4
2015-02-12s390/smp: reduce size of struct pcpuHeiko Carstens1-27/+27
2015-02-12s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens2-26/+26
2015-02-12s390/topology: delay initialization of topology cpu masksHeiko Carstens3-62/+47
2015-02-12s390/vdso: fix clock_gettime for CLOCK_THREAD_CPUTIME_ID, -2 and -3Martin Schwidefsky1-4/+2
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-25/+3
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds55-568/+1120
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1