summaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-231-0/+1
|\
| * s390: virtio: PV needs VIRTIO I/O device protectionPierre Morel2020-10-211-0/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \
| * | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-161-0/+5
|\ \ \
| * | | s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens2020-09-141-0/+1
| * | | s390/mm,ptdump: convert to generic page table dumperHeiko Carstens2020-09-141-0/+1
| * | | s390: convert to GENERIC_VDSOSven Schnelle2020-08-261-0/+3
| |/ /
* | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-17/+0
|\ \ \
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-17/+0
| |/ /
* | | PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKSThomas Gleixner2020-09-281-1/+1
* | | PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-161-0/+1
| |/ |/|
* | s390: fix GENERIC_LOCKBREAK dependency typo in KconfigEric Farman2020-09-021-1/+1
|/
* s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE againHeiko Carstens2020-08-111-1/+0
* s390/Kconfig: add missing ZCRYPT dependency to VFIO_APKrzysztof Kozlowski2020-08-111-0/+1
* Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+1
|\
| * dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
* | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-1/+0
|\ \
| * | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| |/
* | s390: enable HAVE_FUNCTION_ERROR_INJECTIONIlya Leoshkevich2020-07-271-0/+1
* | s390/time: select CLOCKSOURCE_VALIDATE_LAST_CYCLEHeiko Carstens2020-07-221-0/+1
* | s390/mm: allow order 10 allocationsHeiko Carstens2020-07-201-4/+0
* | s390/mm: don't set ARCH_KEEP_MEMBLOCKDavid Hildenbrand2020-07-101-1/+0
|/
* s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODESHeiko Carstens2020-06-161-0/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-041-0/+1
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-70/+3
|\
| * s390: remove broken hibernate / power management supportHeiko Carstens2020-03-231-10/+0
| * s390/config: do not select VIRTIO_CONSOLE via KconfigChristian Borntraeger2020-03-111-1/+0
| * s390: enable bpf jit by default when not built as always-onHeiko Carstens2020-03-101-0/+1
| * s390/mm: remove fake numa supportHeiko Carstens2020-02-271-59/+2
* | ima: add a new CONFIG for loading arch-specific policiesNayna Jain2020-03-121-0/+1
|/
* Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-051-0/+1
|\
| * s390: support KPROBES_ON_FTRACESven Schnelle2020-01-301-0/+1
* | asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2020-02-041-1/+1
* | asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-041-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+1
|\
| * Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-0/+1
| |\
| * | sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-1/+1
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \ | |_|/ |/| |
| * | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| |/
* / s390/kasan: add KASAN_VMALLOC supportVasily Gorbik2019-12-111-0/+1
|/
* s390: remove compat vdso codeHeiko Carstens2019-12-011-3/+0
* s390/livepatch: Implement reliable stack tracing for the consistency modelMiroslav Benes2019-11-301-0/+1
* s390/unwind: add a test for the internal APIIlya Leoshkevich2019-11-301-0/+14
* s390/Kconfig: add z13s and z14 ZR1 to TUNE descriptionsHeiko Carstens2019-10-101-2/+2
* s390/Kconfig: make use of 'depends on cc-option'Heiko Carstens2019-10-101-6/+18
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+1
|\
| * kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-1/+1