aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14s390/spinlock: remove unneeded serializations at unlockChristian Borntraeger1-3/+0
2015-10-14s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens1-4/+6
2015-10-14s390/bitops: remove 31 bit related commentsHeiko Carstens1-19/+12
2015-10-14s390/cmpxchg: remove dead codeHeiko Carstens1-27/+3
2015-10-14s390/nmi: change type of mcck_interruption_code lowcore fieldHeiko Carstens1-1/+1
2015-10-14s390/flags: use _BITUL macroHeiko Carstens3-17/+22
2015-10-14s390/flags: fix flag handlingHeiko Carstens2-6/+6
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens3-0/+17
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2-1/+11
2015-10-14s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner2-23/+33
2015-10-14s390/fpu: add static FPU save area for init_taskHendrik Brueckner1-0/+2
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2-14/+2
2015-10-14s390/mm: try to avoid storage key operation in ptep_set_access_flagsMartin Schwidefsky1-2/+5
2015-10-14s390/barrier: remove unnecessary serialization in atomics and bitopsMartin Schwidefsky2-3/+0
2015-10-14s390/diag: add tracepoint for diagnose callsMartin Schwidefsky2-10/+45
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky3-9/+97
2015-10-14s390/bitops: implement cache friendly test_and_set_bit_lockMartin Schwidefsky1-1/+22
2015-10-14s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky1-4/+55
2015-10-14s390/cio: introduce pathmask_to_posSebastian Ott1-0/+10
2015-10-14s390/cio: use device_lock during cmb activationSebastian Ott1-0/+1
2015-10-14s390/barrier: avoid serialization in [smp_]rmb and [smp_]wmbChristian Borntraeger1-4/+4
2015-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-2/+2
2015-10-06iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer2-1/+8
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-0/+1
2015-09-23s390/numa: use correct type for node_to_cpumask_mapMartin Schwidefsky2-2/+2
2015-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-20/+0
2015-09-18s390: wire up separate socketcalls system callsHeiko Carstens1-20/+0
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-2/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-9/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-10/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-31/+0
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+43
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds15-166/+805
2015-08-28s390/io: Add pci_iomap_wc() and pci_iomap_wc_range()Luis R. Rodriguez1-0/+2
2015-08-26s390/numa: remove superfluous ARCH_WANT definesMichael Holzheu1-7/+0
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstreamIngo Molnar1-17/+24
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang1-0/+3
2015-08-04s390/syscalls: ignore syscalls reachable via sys_socketcallHeiko Carstens1-1/+16
2015-08-04s390/numa: add emulation supportMichael Holzheu1-0/+4
2015-08-03s390/numa: add core infrastructurePhilipp Hachtmann5-6/+108
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra1-2/+17
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire()Andrey Konovalov1-2/+2
2015-08-03s390/mm: add NUMA balancing primitivesMartin Schwidefsky1-0/+13
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner2-2/+2
2015-07-29KVM: s390: Provide global debug logChristian Borntraeger1-1/+0