summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'safe-dirty-tlb-flush'Linus Torvalds2014-04-271-1/+12
|\
| * mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds2014-04-251-1/+12
* | s390/ccwgroup: Fix memory corruptionChristian Borntraeger2014-04-251-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-04-162-1/+31
|\
| * s390/smp: fix smp_stop_cpu() for !CONFIG_SMPHeiko Carstens2014-04-092-1/+31
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-4/+3
|\ \ | |/ |/|
| * audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris2014-03-201-1/+1
| * syscall_get_arch: remove useless function argumentsEric Paris2014-03-201-3/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-04-0813-134/+373
|\ \
| * | s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens2014-04-035-22/+86
| * | s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky2014-04-035-56/+197
| * | s390/mm,tlb: safeguard against speculative TLB creationMartin Schwidefsky2014-04-032-15/+16
| * | s390/irq: Use defines for external interruption codesThomas Huth2014-04-031-2/+3
| * | s390/irq: Add defines for external interruption codesThomas Huth2014-04-031-0/+13
| * | s390/bitops,atomic: add missing memory barriersHeiko Carstens2014-04-012-46/+65
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-2013-12/+335
| |\ \ \
| * | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-024-37/+65
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-251-2/+1
| |\ \ \ \ \
| | * | | | | KVM: s390: fix calculation of idle_mask array sizeJens Freimann2014-03-251-2/+1
| * | | | | | KVM: s390: irq routing for adapter interrupts.Cornelia Huck2014-03-211-0/+9
| * | | | | | KVM: s390: adapter interrupt sourcesCornelia Huck2014-03-211-0/+23
| |/ / / / /
| * | | | | virtio-ccw: virtio-ccw adapter interrupt support.Cornelia Huck2014-03-041-0/+1
| * | | | | s390/airq: add support for irq rangesMartin Schwidefsky2014-03-041-2/+12
| * | | | | KVM: s390: get rid of local_int arrayJens Freimann2014-03-041-1/+0
| * | | | | KVM: s390: Provide access to program parameterChristian Borntraeger2014-03-041-1/+3
| * | | | | Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-02-043-33/+28
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: async_pf: Async page fault support on s390Dominik Dingel2014-01-301-0/+22
| | * | | | KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest faultDominik Dingel2014-01-302-0/+3
| | * | | | KVM: s390: limit floating irqsJens Freimann2014-01-301-0/+1
| | * | | | KVM: s390: add floating irq controllerJens Freimann2014-01-301-0/+1
| | * | | | KVM: s390: add and extend interrupt information data structsJens Freimann2014-01-291-33/+1
* | | | | | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-011-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-071-0/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-3114-168/+228
|\ \ \ \ \
| * | | | | s390/mm: remove unecessary parameter from pgste_ipte_notifyDominik Dingel2014-03-211-8/+7
| * | | | | s390/mm: remove unnecessary parameter from gmap_do_ipte_notifyDominik Dingel2014-03-211-2/+2
| * | | | | s390/smp: limit number of cpus in possible cpu maskHeiko Carstens2014-03-171-0/+1
| * | | | | s390/ptrace: add support for PTRACE_SINGLEBLOCKMartin Schwidefsky2014-03-142-0/+2
| * | | | | s390/checksum: remove memset() within csum_partial_copy_from_user()Heiko Carstens2014-02-241-9/+2
| * | | | | s390/uaccess: remove copy_from_user_real()Heiko Carstens2014-02-241-1/+0
| * | | | | s390/airq: add support for irq rangesMartin Schwidefsky2014-02-211-2/+12
| * | | | | s390/mm: enable split page table lock for PMD levelMartin Schwidefsky2014-02-211-3/+14
| * | | | | s390/bitops: fix commentHeiko Carstens2014-02-211-4/+4
| * | | | | s390/kvm: set guest page states to stable on re-iplMartin Schwidefsky2014-02-211-0/+1
| * | | | | s390/kvm: support collaborative memory managementKonstantin Weitz2014-02-212-1/+30
| * | | | | s390/mm,tlb: race of lazy TLB flush vs. recreation of TLB entriesMartin Schwidefsky2014-02-213-28/+73
| * | | | | s390/setup: get rid of MACHINE_HAS_MVCOS machine flagHeiko Carstens2014-02-211-3/+0
| * | | | | s390/uaccess: consistent typesHeiko Carstens2014-02-211-10/+10
OpenPOWER on IntegriCloud