summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* s390/runtime instrumentation: simplify task exit handlingHeiko Carstens2017-09-281-1/+3
* s390: convert release_thread() into a static inline functionHeiko Carstens2017-09-281-1/+1
* s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer2017-09-191-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-124-33/+140
|\
| * s390/mm: use a single lock for the fields in mm_context_tMartin Schwidefsky2017-09-062-7/+0
| * s390/mm: fix race on mm->context.flush_mmMartin Schwidefsky2017-09-063-3/+7
| * s390/mm: fix local TLB flushing vs. detach of an mm address spaceMartin Schwidefsky2017-09-062-23/+7
| * s390/zcrypt: externalize AP queue interrupt controlHarald Freudenberger2017-09-061-0/+36
| * s390/zcrypt: externalize AP config info queryHarald Freudenberger2017-09-061-0/+26
| * s390/zcrypt: externalize test AP queueTony Krowiak2017-09-061-0/+64
* | Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-091-0/+7
|\ \
| * | iommu/s390: Add support for iommu_device handlingJoerg Roedel2017-08-151-0/+7
* | | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-082-2/+6
|\ \ \ | |_|/ |/| |
| * | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-6/+11
| |\ \ | | |/
| * | KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2017-08-291-1/+1
| * | KVM: s390: Multiple Epoch Facility supportCollin L. Walling2017-08-291-1/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-0522-214/+260
|\ \ \
| * | | s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-08-291-1/+1
| * | | s390/mm: use generic mm_hooksMartin Schwidefsky2017-08-291-26/+1
| * | | s390/topology: Remove the unused parent_node() macroDou Liyang2017-08-231-6/+0
| * | | s390/dasd: Change unsigned long long to unsigned longJan Höppner2017-08-231-1/+1
| * | | s390/vmcp: make use of contiguous memory allocatorHeiko Carstens2017-08-091-0/+6
| * | | s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens2017-08-091-4/+3
| * | | s390/mm: add missing virt_to_pfn() etc. helper functionsHeiko Carstens2017-08-091-7/+17
| * | | s390: use generic asm/unaligned.hHeiko Carstens2017-08-032-13/+1
| * | | s390: remove asm/mman.h and asm/types.hHeiko Carstens2017-08-023-25/+1
| * | | s390/nmi: keep comments consistentHeiko Carstens2017-08-021-1/+1
| * | | s390/spinlock: add niai spinlock hintsMartin Schwidefsky2017-07-261-4/+5
| * | | s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky2017-07-263-28/+60
| * | | s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2017-07-262-3/+4
| * | | s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-266-15/+15
| * | | s390/mm: introduce defines to reflect the hardware mmuHeiko Carstens2017-07-263-23/+57
| * | | s390/mm: get rid of __ASSEMBLY__ guards within pgtable.hHeiko Carstens2017-07-261-5/+0
| * | | s390/mm: remove and correct comments within pgtable.hHeiko Carstens2017-07-261-27/+4
| |/ /
| * | s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-251-0/+1
| * | s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky2017-07-252-15/+45
| * | s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-253-15/+37
| * | s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky2017-07-253-1/+6
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-18/+5
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-042-2/+8
| |\ \ \
| * | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-18/+5
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-7/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-7/+0
| |\ \ \ | | |/ / | |/| |
| | * | arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-7/+0
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-031-2/+3
|\ \ \
| * | | teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro2017-08-311-2/+3
| |/ /
* | | s390/mm: fork vs. 5 level page tabelMartin Schwidefsky2017-08-311-0/+5
|/ /
* | mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-101-1/+6
* | mm: refactor TLB gathering APIMinchan Kim2017-08-101-6/+6
|/
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-2/+2
|\
OpenPOWER on IntegriCloud