aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar1-7/+2
2024-04-17s390/expoline: Make modules use kernel expolinesVasily Gorbik1-6/+0
2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens1-0/+1
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf1-1/+7
2024-02-14s390: link vmlinux with '-z notext'Nathan Chancellor1-1/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-3/+3
2023-07-24s390: use obj-y to descend into drivers/s390/Masahiro Yamada1-1/+0
2023-06-28s390/decompressor: fix misaligned symbol build errorHeiko Carstens1-0/+1
2023-03-27s390: reintroduce expoline dependence to scriptsJiri Slaby (SUSE)1-1/+1
2022-11-08s390: always build relocatable kernelHeiko Carstens1-2/+0
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-07-13s390/nospec: remove unneeded header includesVasily Gorbik1-1/+1
2022-07-13s390/nospec: build expoline.o for modules_prepare targetVasily Gorbik1-1/+7
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds1-9/+1
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+1
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+2
2022-05-17s390/boot: do not emit debug info for assembly with llvm's IASHeiko Carstens1-0/+2
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada1-2/+1
2022-04-27s390: disable -Warray-boundsSven Schnelle1-0/+10
2022-04-06s390: allow to compile with z16 optimizationsHeiko Carstens1-0/+2
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-6/+0
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik1-5/+9
2022-03-01s390: always use the packed stack layoutVasily Gorbik1-7/+2
2021-11-16s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle1-4/+6
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada1-7/+1
2021-09-15s390: remove WARN_DYNAMIC_STACKHeiko Carstens1-7/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-7/+7
2021-09-03s390: replace cc-option-yn uses with cc-optionNick Desaulniers1-7/+7
2021-07-30s390: move the install rule to arch/s390/MakefileMasahiro Yamada1-1/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+0
2021-07-08s390/vdso: add minimal compat vdsoSven Schnelle1-0/+13
2021-06-07s390: disable SSP when neededFabrice Fontaine1-0/+1
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-3/+0
2021-01-29arch: s390: Remove CONFIG_OPROFILE supportViresh Kumar1-3/+0
2020-11-20s390/decompressor: add stacktrace supportVasily Gorbik1-1/+1
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada1-1/+1
2020-02-17s390: make 'install' not depend on vmlinuxMasahiro Yamada1-1/+1
2020-01-22s390: adjust -mpacked-stack support check for clang 10Vasily Gorbik1-1/+1
2019-12-01s390: remove compat vdso codeHeiko Carstens1-1/+0
2019-09-13s390: add support for IBM z15 machinesMartin Schwidefsky1-0/+2
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+0
2019-06-11s390/boot: disable address-of-packed-member warningHeiko Carstens1-0/+1
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada1-2/+0
2019-05-14s390: move arch/s390/defconfig to arch/s390/configs/defconfigMasahiro Yamada1-0/+2
2019-05-03s390: boot, purgatory: pass $(CLANG_FLAGS) where neededArnd Bergmann1-2/+2
2019-04-29s390/kernel: build a relocatable kernelGerald Schaefer1-0/+4
2019-04-11s390: remove -fno-strength-reduce flagArnd Bergmann1-1/+1
2018-11-02s390/kasan: increase instrumented stack size to 64kVasily Gorbik1-1/+1
2018-10-09s390/kasan: double the stack sizeVasily Gorbik1-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-7/+9
2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik1-7/+9
2018-07-02s390/decompressor: support extra debug flagsVasily Gorbik1-0/+4
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik1-2/+1
2018-06-25s390: remove uncompressed kernel image buildVasily Gorbik1-4/+3
2018-06-25s390/decompressor: correct build flagsVasily Gorbik1-3/+17
2018-06-25s390/build: remove obsolete -mkernel-backchain flagVasily Gorbik1-7/+0
2018-06-25s390: disable asm code expolines if cc does not support itVasily Gorbik1-0/+1
2018-05-29kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck1-1/+1
2018-03-28s390: add automatic detection of the spectre defenseMartin Schwidefsky1-1/+1
2018-02-27s390: set bzImage as default image for packagingVasily Gorbik1-3/+3
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky1-0/+10
2018-01-23s390/tools: generate header files in arch/s390/include/generated/Hendrik Brueckner1-2/+1
2018-01-23s390/syscalls: add Makefile to generate system call header filesHendrik Brueckner1-0/+5
2017-12-13s390/vdso: revise CFI annotations of vDSO functionsHendrik Brueckner1-2/+5
2017-12-13s390/kernel: emit CFI data in .debug_frame and discard .eh_frame sectionsHendrik Brueckner1-0/+1
2017-11-24s390: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-24s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-08s390/disassembler: generate opcode tables from text fileHeiko Carstens1-0/+1
2017-11-02s390: pass endianness info to sparseLuc Van Oostenryck1-1/+1
2017-07-26s390: add support for IBM z14 machinesMartin Schwidefsky1-2/+4
2016-09-06s390: add assembler include path for vx-insn.hMartin Schwidefsky1-0/+2
2015-12-18s390/facilities: add helper tool to generate facility listsHeiko Carstens1-0/+5
2015-11-27s390: add 'install' target to 'make help'Michael Holzheu1-0/+4
2015-07-29s390/sclp: convert early sclp console code to CMartin Schwidefsky1-0/+2
2015-03-25s390: remove 31 bit supportHeiko Carstens1-15/+1
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens1-0/+10
2015-01-22s390: add z13 code generation supportMartin Schwidefsky1-0/+2
2014-09-09s390: pass march flag to assembly files as wellHeiko Carstens1-7/+10
2013-10-31s390: allow to set gcc -mtune flagHeiko Carstens1-0/+8
2013-10-24s390: always set -march compiler optionHeiko Carstens1-7/+7
2013-04-26s390: remove small stack config optionHeiko Carstens1-10/+0
2013-01-12s390: use -fPIC for module compileMartin Schwidefsky1-2/+2
2012-11-23s390: add zEC12 code generation supportHeiko Carstens1-0/+1
2012-05-05s390: Use generic init_taskThomas Gleixner1-1/+0
2012-01-18[S390] cleanup entry point definitionChristian Borntraeger1-1/+0
2011-12-27[S390] make arch/s390 subdirectories depend on config optionJan Glauber1-1/+0
2011-03-15[S390] remove redundant stack check optionJan Glauber1-2/+1
2010-10-25[S390] Add config option for z196 code generation.Heiko Carstens1-0/+1
2010-10-25[S390] standardize Kbuild rulesHeiko Carstens1-2/+2
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek1-3/+16
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg1-1/+2
2010-05-17[S390] vdso: add missing vdso_install targetHendrik Brueckner1-0/+6
2010-02-26[S390] add support for compressed kernelsMartin Schwidefsky1-3/+10
2009-09-11[S390] hibernation: merge files and move to kernel/Heiko Carstens1-2/+1
2009-06-16[S390] s390: hibernation support for s390Hans-Joachim Picht1-1/+3
2008-12-25[S390] Add processor type march=z10 and a processor type safety check.Martin Schwidefsky1-0/+1
2008-04-27KVM: s390: arch backend for the kvm kernel moduleHeiko Carstens1-1/+1
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-3/+3
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-4/+4
2007-07-15pass -msize-long to sparse on s390Al Viro1-1/+1
2007-04-27[S390] zfcpdump support.Michael Holzheu1-0/+3
2007-04-27[S390] Improved kernel stack overflow checking.Martin Schwidefsky1-0/+2
2007-02-21[S390] Replace $(ARCH) macros in MakefileMichael Holzheu1-6/+6
2006-12-04[S390] set KBUILD_IMAGE.Christian Borntraeger1-0/+3
2006-09-28[S390] config option for z9-109 code generation.Christian Borntraeger1-0/+1
2006-07-03[PATCH] lockdep: s390 CONFIG_FRAME_POINTER supportHeiko Carstens1-0/+5
2006-06-23[PATCH] s390_hypfs filesystemMichael Holzheu1-1/+1
2006-04-11[PATCH] arch/s390/Makefile: remove -finline-limit=10000Adrian Bunk1-1/+0
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-4/+2
2005-11-07[PATCH] s390: merge common parts of head.S and head64.SHeiko Carstens1-3/+1
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-10/+0
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg1-10/+0
2005-09-09[PATCH] missing CHECKFLAGS on s390viro@ZenIV.linux.org.uk1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+116