summaryrefslogtreecommitdiff
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-0561-609/+1020
|\
| * s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-08-292-8/+33
| * s390/dasd: Add discard support for FBA devicesJan Höppner2017-08-291-1/+5
| * s390/uaccess: avoid mvcos jump labelMartin Schwidefsky2017-08-291-12/+26
| * s390/mm: use generic mm_hooksMartin Schwidefsky2017-08-291-26/+1
| * s390/facilities: fix typoHeiko Carstens2017-08-291-1/+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-232-2/+2
| * s390/smp: convert cpuhp_setup_state() return code to zero on successHeiko Carstens2017-08-231-0/+1
| * s390: fix 'novx' early parameter handlingHeiko Carstens2017-08-231-1/+1
| * s390/pci: log changes to uid checkingSebastian Ott2017-08-091-1/+9
| * s390/vmcp: split vmcp header file and move to uapiHeiko Carstens2017-08-091-0/+24
| * s390/vmcp: make use of contiguous memory allocatorHeiko Carstens2017-08-092-0/+7
| * s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens2017-08-092-13/+7
| * s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens2017-08-091-0/+53
| * 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: use generic uapi/asm/swab.hHeiko Carstens2017-08-032-89/+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-262-40/+56
| * s390: add support for IBM z14 machinesMartin Schwidefsky2017-07-264-2/+28
| * s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky2017-07-2612-62/+130
| * s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2017-07-264-39/+18
| * KVM: s390: use new mm defines instead of magic valuesHeiko Carstens2017-07-264-27/+26
| * s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-2615-99/+103
| * 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
| * Merge branch 'tlb-flushing' into featuresMartin Schwidefsky2017-07-2612-79/+407
| |\
| | * s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-252-17/+31
| | * s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky2017-07-254-28/+70
| | * s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-255-40/+125
| | * s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky2017-07-258-21/+208
* | | 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-044-6/+17
| |\ \ \
| * | | | 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: fix BUG_ON in crst_table_upgradeMartin Schwidefsky2017-08-311-2/+4
* | | | | s390/mm: fork vs. 5 level page tabelMartin Schwidefsky2017-08-311-0/+5
|/ / / /
* | | | Merge tag 'kvm-s390-master-4.13-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2017-08-211-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | KVM: s390: sthyi: fix specification exception detectionHeiko Carstens2017-08-211-1/+4
| * | | KVM: s390: sthyi: fix sthyi inline assemblyHeiko Carstens2017-08-211-1/+1
* | | | mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-101-1/+6
* | | | mm: refactor TLB gathering APIMinchan Kim2017-08-101-6/+6
* | | | bpf, s390: fix jit branch offset related to ldimm64Daniel Borkmann2017-08-041-1/+2