summaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE selectUlf Magnusson2018-02-081-1/+0
* s390: introduce execute-trampolines for branchesMartin Schwidefsky2018-02-071-0/+28
* s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky2018-02-051-0/+17
* mm: relax deferred struct page requirementsPavel Tatashin2018-01-311-1/+0
* dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-151-1/+1
* s390/perf: add perf_regs support and user stack dumpHeiko Carstens2017-11-161-0/+2
* s390: enable CPU alternatives unconditionallyHeiko Carstens2017-11-141-16/+0
* s390/kbuild: get rid of a warning when compiling with KCOVVasily Gorbik2017-11-141-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-131-26/+17
|\
| * s390: remove named saved segment supportHeiko Carstens2017-11-081-13/+0
| * s390: introduce CPU alternativesVasily Gorbik2017-10-181-0/+17
| * s390/virtio: remove the old KVM virtio transportThomas Huth2017-09-291-13/+0
| * s390: add support for FORTIFY_SOURCEHeiko Carstens2017-09-281-0/+1
| * s390: get rid of exit_thread()Heiko Carstens2017-09-281-1/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* s390: add support for IBM z14 machinesMartin Schwidefsky2017-07-261-0/+18
* mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-031-1/+2
|\
| * s390/kvm: avoid global config of vm.alloc_pgste=1Martin Schwidefsky2017-06-131-0/+1
| * s390/mm: implement 5 level pages tablesMartin Schwidefsky2017-06-121-1/+1
* | security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-091-3/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-021-2/+37
|\
| * s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger2017-04-261-0/+15
| * s390/pci: increase the PCI_NR_FUNCTIONS defaultSebastian Ott2017-04-051-1/+1
| * Merge branch 'vfio-ccw-for-martin' of git://git.kernel.org/pub/scm/linux/kern...Martin Schwidefsky2017-03-311-0/+10
| |\
| | * vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi2017-03-311-1/+1
| | * vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi2017-03-311-0/+10
| * | s390: make MAX_PHYSMEM_BITS configurableHeiko Carstens2017-03-281-0/+10
| * | s390: enable ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INITHeiko Carstens2017-03-281-0/+1
| * | s390: remove HAVE_ARCH_EARLY_PFN_TO_NID select statementHeiko Carstens2017-03-281-1/+0
| |/
* | HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro2017-04-261-1/+0
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
* | s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-03-301-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-271-0/+1
|\
| * s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens2017-02-231-0/+1
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-0/+1
|\ \ | |/ |/|
| * lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2017-01-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-0/+1
|\ \
| * | arch: add ARCH_HAS_SET_MEMORY configDaniel Borkmann2017-02-211-0/+1
| |/
* / arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonLaura Abbott2017-02-071-3/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-131-0/+2
|\
| * s390: add cma supportHeiko Carstens2016-11-231-0/+1
| * s390: move thread_info into task_structHeiko Carstens2016-11-111-0/+1
* | sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-151-0/+1
|/
* atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-1/+0
* mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie2016-10-071-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-041-0/+3
|\
| * s390: enable UBSANChristian Borntraeger2016-09-201-0/+2
| * s390: claim efficient unaligned accessChristian Borntraeger2016-09-201-0/+1
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-1/+0
|/