summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* s390/nmi: remove castsHeiko Carstens2015-10-271-43/+46
* s390: don't store registers on disabled wait anymoreHeiko Carstens2015-10-271-41/+5
* s390: get rid of __set_psw_mask()Heiko Carstens2015-10-271-16/+11
* s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner2015-10-166-39/+62
* s390/spinlock: remove unneeded serializations at unlockChristian Borntraeger2015-10-141-3/+0
* s390/etr,stp: fix possible deadlock on machine checkHeiko Carstens2015-10-141-4/+6
* s390/bitops: remove 31 bit related commentsHeiko Carstens2015-10-141-19/+12
* s390/cmpxchg: remove dead codeHeiko Carstens2015-10-141-27/+3
* s390/nmi: change type of mcck_interruption_code lowcore fieldHeiko Carstens2015-10-141-1/+1
* s390/flags: use _BITUL macroHeiko Carstens2015-10-143-17/+22
* s390/flags: fix flag handlingHeiko Carstens2015-10-142-6/+6
* s390/udelay: make udelay have busy loop semanticsHeiko Carstens2015-10-143-0/+17
* s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-142-1/+11
* s390/entry: add assembler macro to conveniently tests under maskHendrik Brueckner2015-10-142-23/+33
* s390/fpu: add static FPU save area for init_taskHendrik Brueckner2015-10-141-0/+2
* s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2015-10-142-14/+2
* s390/mm: try to avoid storage key operation in ptep_set_access_flagsMartin Schwidefsky2015-10-141-2/+5
* s390/barrier: remove unnecessary serialization in atomics and bitopsMartin Schwidefsky2015-10-142-3/+0
* s390/diag: add tracepoint for diagnose callsMartin Schwidefsky2015-10-142-10/+45
* s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-143-9/+97
* s390/bitops: implement cache friendly test_and_set_bit_lockMartin Schwidefsky2015-10-141-1/+22
* s390/mm: implement soft-dirty bits for user memory change trackingMartin Schwidefsky2015-10-141-4/+55
* s390/cio: introduce pathmask_to_posSebastian Ott2015-10-141-0/+10
* s390/cio: use device_lock during cmb activationSebastian Ott2015-10-141-0/+1
* s390/barrier: avoid serialization in [smp_]rmb and [smp_]wmbChristian Borntraeger2015-10-141-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-10-062-2/+2
|\
| * s390/numa: use correct type for node_to_cpumask_mapMartin Schwidefsky2015-09-232-2/+2
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\ \
| * | Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-251-0/+1
|\ \ \ | |_|/ |/| |
| * | KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-09-211-20/+0
|\ \ \ | |/ / |/| |
| * | s390: wire up separate socketcalls system callsHeiko Carstens2015-09-181-20/+0
* | | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
|/ /
* | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-2/+0
* | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-9/+0
* | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-10/+0
* | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-31/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-033-21/+43
|\ \
| * \ Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-17/+24
| |\ \
| | * | atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-10/+0
| | * | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
| | * | s390: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-14/+33
| * | | locking/static_keys: Add a new static_key interfacePeter Zijlstra2015-08-031-2/+17
| * | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov2015-08-031-2/+2
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-0/+2
|\ \ \
| * | | s390/io: Add pci_iomap_wc() and pci_iomap_wc_range()Luis R. Rodriguez2015-08-281-0/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-08-3115-166/+805
|\ \ \
| * | | s390/numa: remove superfluous ARCH_WANT definesMichael Holzheu2015-08-261-7/+0
OpenPOWER on IntegriCloud