summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds49-868/+783
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-40/+16
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2014-05-28s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky2-11/+3
2014-05-28s390/lowcore: reserve 96 bytes for IRB in lowcoreChristian Borntraeger1-5/+6
2014-05-28s390/facilities: remove extract-cpu-time facility checkHeiko Carstens1-4/+4
2014-05-27s390: require mvcos facility for z10 and newer machinesHeiko Carstens1-3/+3
2014-05-27s390/boot: fix boot of compressed kernel built with gcc 4.9Martin Schwidefsky1-1/+1
2014-05-27s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallMartin Schwidefsky1-1/+1
2014-05-27s390/oprofile: make return of 0 explicitJulia Lawall1-10/+4
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-05-22s390/pci: use pdev->dev.groups for attribute creationSebastian Ott3-40/+16
2014-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-0/+6
2014-05-20s390/spinlock: refactor arch_spin_lock_wait[_flags]Martin Schwidefsky1-34/+47
2014-05-20s390/rwlock: add missing local_irq_restore callsMartin Schwidefsky1-0/+2
2014-05-20s390/spinlock,rwlock: always to a load-and-test firstMartin Schwidefsky2-33/+46
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott2-1/+12
2014-05-20s390/spinlock: fix system hang with spin_retry <= 0Gerald Schaefer1-6/+8
2014-05-20s390/appldata: add slab.h for kzalloc/kfreeJeff Mahoney1-0/+1
2014-05-20s390/uaccess: provide inline variants of get_user/put_userHeiko Carstens1-0/+30
2014-05-20s390/pci: add some new arch specific pci attributesSebastian Ott4-3/+65
2014-05-20s390/pci: use pdev->dev.groups for attribute creationSebastian Ott3-40/+16
2014-05-20s390/pci: use macro for attribute creationSebastian Ott1-38/+17
2014-05-20s390/pci: improve state check when processing hotplug eventsSebastian Ott1-2/+3
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky16-126/+173
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky8-43/+33
2014-05-20s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu2-12/+2
2014-05-20s390: fix new ccwgroup.h kernel-doc warningRandy Dunlap1-0/+2
2014-05-20s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu3-17/+8
2014-05-20s390/cmma: remove "cmma disable" code in case of dump againHeiko Carstens1-10/+0
2014-05-20s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann5-10/+21
2014-05-20s390/spinlock: cleanup spinlock codePhilipp Hachtmann3-77/+82
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann9-468/+256
2014-05-15KVM: s390: announce irqfd capabilityCornelia Huck1-0/+1
2014-05-15net: filter: s390: fix JIT address randomizationHeiko Carstens1-1/+1
2014-05-08crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger2-0/+6
2014-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+0
2014-04-28Merge branch 'safe-dirty-tlb-flush'Linus Torvalds1-1/+12
2014-04-26mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds1-1/+12
2014-04-25s390/ccwgroup: Fix memory corruptionChristian Borntraeger1-1/+1
2014-04-25s390/bpf,jit: initialize A register if 1st insn is BPF_S_LDX_B_MSHMartin Schwidefsky1-1/+0
2014-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-31/+210
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-4/+4
2014-04-11s390/compat: fix typoHeiko Carstens1-1/+1
2014-04-11s390/uaccess: fix possible register corruption in strnlen_user_srst()Heiko Carstens1-3/+2
2014-04-11s390: add 31 bit warning messageHeiko Carstens1-0/+32
2014-04-11s390: wire up sys_renameat2Heiko Carstens3-1/+4
2014-04-11s390: show_registers() should not map user space addresses to kernel symbolsHeiko Carstens1-4/+4
2014-04-09s390/mm: print control registers and page table walk on crashHeiko Carstens1-5/+135