summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-0246-175/+395
|\
| * Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Martin Schwidefsky2017-04-271-2/+3
| |\
| | * s390/cpacf: Introduce kma instructionJason J. Herne2017-04-261-0/+1
| | * s390/cpacf: query instructions use unique parameters for compatibility with KMAJason J. Herne2017-04-261-2/+2
| * | s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger2017-04-261-0/+69
| * | s390/crypto: Add new subfunctions to the cpacf PRNO function.Harald Freudenberger2017-04-261-2/+29
| * | s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger2017-04-261-10/+10
| * | s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky2017-04-252-8/+5Star
| * | s390/kvm: Add use_cmma field to mm_context_tClaudio Imbrenda2017-04-202-0/+3
| * | s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda2017-04-202-4/+31
| * | s390/spinlock: remove compare and delay instructionMartin Schwidefsky2017-04-121-4/+2Star
| * | s390/spinlock: use atomic primitives for spinlocksMartin Schwidefsky2017-04-123-38/+35Star
| * | Merge branch 'vfio-ccw-for-martin' of git://git.kernel.org/pub/scm/linux/kern...Martin Schwidefsky2017-03-312-0/+19
| |\ \
| | * | vfio: ccw: introduce support for ccw0Dong Jia Shi2017-03-311-0/+18
| | * | vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi2017-03-311-0/+1
| | |/
| * | s390/cpu_mf: remove register variable in __ecctr()Hendrik Brueckner2017-03-311-1/+1
| * | s390/cpum_cf: add support for the MT-diagnostic counter set (z13)Hendrik Brueckner2017-03-311-1/+3
| * | s390/cpum_cf: update counter numbers to ecctr limitsHendrik Brueckner2017-03-311-2/+2
| * | s390: use generic headers if possibleHeiko Carstens2017-03-307-16/+6Star
| * | s390/uapi: use generic headers if possibleHeiko Carstens2017-03-3010-59/+10Star
| * | s390: make MAX_PHYSMEM_BITS configurableHeiko Carstens2017-03-281-1/+1
| * | s390/facilities: get rid of __ASSEMBLY__ in facility header fileHeiko Carstens2017-03-221-4/+0Star
| * | s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BITHeiko Carstens2017-03-221-1/+1
| * | s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfsHeiko Carstens2017-03-221-0/+9
| * | s390/pkey: Introduce new API for secure key verificationHarald Freudenberger2017-03-222-0/+40
| * | s390/topology: get rid of core mask arrayHeiko Carstens2017-03-221-2/+1Star
| * | s390/bitops: remove outdated commentHeiko Carstens2017-03-221-8/+0Star
| * | s390/bitops: add for_each_set_bit_inv helperHeiko Carstens2017-03-221-0/+5
| * | s390: add a system call for guarded storageMartin Schwidefsky2017-03-2210-13/+111
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-021-6/+0Star
|\ \
| * \ Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-031-1/+0Star
| |\ \
| * | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-6/+0Star
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-021-2/+2
|\ \ \
| * | | debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-2/+2
| |/ /
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-012-142/+39Star
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-266-163/+55Star
| |\ \ \ \ \
| | | | * | | s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-03-301-111/+9Star
| | | | * | | s390: switch to extable.hAl Viro2017-03-292-25/+29
| | | |/ / / | | |/| | |
| | | * | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-024-21/+16Star
| | |/| | | | | | |/ /
| | * | | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | * | | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-2/+0Star
| | * | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
| |/ / /
* | | | s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger2017-04-121-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-04-031-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390/uaccess: get_user() should zero on failure (again)Heiko Carstens2017-03-301-1/+1
| | |/ | |/|
* / | mm: fix section name for .data..ro_after_initKees Cook2017-04-011-1/+0Star
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-123-21/+15Star
|\ \
| * | s390: wire up statx system callHeiko Carstens2017-03-101-1/+3
| * | s390/timex: micro optimization for tod_to_nsMartin Schwidefsky2017-03-011-8/+4Star
| * | s390/cputime: provide archicture specific cputime_to_nsecsMartin Schwidefsky2017-03-011-1/+7