aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-26s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger1-0/+69
2017-04-26s390/crypto: Add new subfunctions to the cpacf PRNO function.Harald Freudenberger1-2/+29
2017-04-26s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger1-10/+10
2017-04-25s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky2-8/+5
2017-04-20s390/kvm: Add use_cmma field to mm_context_tClaudio Imbrenda2-0/+3
2017-04-20s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda2-4/+31
2017-04-12s390/spinlock: remove compare and delay instructionMartin Schwidefsky1-4/+2
2017-04-12s390/spinlock: use atomic primitives for spinlocksMartin Schwidefsky3-38/+35
2017-03-31Merge branch 'vfio-ccw-for-martin' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresMartin Schwidefsky2-0/+19
2017-03-31vfio: ccw: introduce support for ccw0Dong Jia Shi1-0/+18
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi1-0/+1
2017-03-31s390/cpu_mf: remove register variable in __ecctr()Hendrik Brueckner1-1/+1
2017-03-31s390/cpum_cf: add support for the MT-diagnostic counter set (z13)Hendrik Brueckner1-1/+3
2017-03-31s390/cpum_cf: update counter numbers to ecctr limitsHendrik Brueckner1-2/+2
2017-03-30s390: use generic headers if possibleHeiko Carstens7-16/+6
2017-03-30s390/uapi: use generic headers if possibleHeiko Carstens10-59/+10
2017-03-28s390: make MAX_PHYSMEM_BITS configurableHeiko Carstens1-1/+1
2017-03-22s390/facilities: get rid of __ASSEMBLY__ in facility header fileHeiko Carstens1-4/+0
2017-03-22s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BITHeiko Carstens1-1/+1
2017-03-22s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfsHeiko Carstens1-0/+9
2017-03-22s390/pkey: Introduce new API for secure key verificationHarald Freudenberger2-0/+40
2017-03-22s390/topology: get rid of core mask arrayHeiko Carstens1-2/+1
2017-03-22s390/bitops: remove outdated commentHeiko Carstens1-8/+0
2017-03-22s390/bitops: add for_each_set_bit_inv helperHeiko Carstens1-0/+5
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky10-13/+111
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-21/+15
2017-03-09s390: wire up statx system callHeiko Carstens1-1/+3
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar2-0/+2
2017-03-01s390/timex: micro optimization for tod_to_nsMartin Schwidefsky1-8/+4
2017-03-01s390/cputime: provide archicture specific cputime_to_nsecsMartin Schwidefsky1-1/+7
2017-03-01s390/cputime: remove last traces of cputime_tMartin Schwidefsky1-12/+2
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+6
2017-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-27/+282
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-1/+6
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-5/+2
2017-02-24s390: TASK_SIZE for kernel threadsMartin Schwidefsky1-1/+2
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky1-1/+13
2017-02-23s390/pkey: Introduce pkey kernel moduleHarald Freudenberger3-0/+203
2017-02-23s390/crypto: Add PCKMO inline functionHarald Freudenberger1-0/+32
2017-02-23s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel1-7/+7
2017-02-23s390: restore address space when returning to user spaceHeiko Carstens2-14/+21
2017-02-23s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens2-4/+4
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds14-72/+119
2017-02-17s390: add missing "do {} while (0)" loop constructs to multiline macrosHeiko Carstens3-8/+8
2017-02-17s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGEHeiko Carstens3-5/+2
2017-02-17s390: replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2017-02-17s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-1/+1
2017-02-08s390: add no-execute supportMartin Schwidefsky3-38/+89