aboutsummaryrefslogtreecommitdiff
path: root/fs/Kconfig.binfmt
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'xtensa-20221010' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-1/+1
2022-09-27a.out: Remove the a.out implementationGravatar Eric W. Biederman 1-33/+0
2022-09-13xtensa: add FDPIC and static PIE support for noMMUGravatar Max Filippov 1-1/+1
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-05-16m68knommu: allow elf_fdpic loader to be selectedGravatar Greg Ungerer 1-1/+1
2022-04-22binfmt_flat: Remove shared library supportGravatar Eric W. Biederman 1-6/+0
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+10
2022-03-03binfmt_elf: Introduce KUnit testGravatar Kees Cook 1-0/+10
2022-02-15elfcore: Replace CONFIG_{IA64, UML} checks with a new optionGravatar Catalin Marinas 1-0/+3
2021-07-25binfmt: remove support for em86 (alpha only)Gravatar David Hildenbrand 1-15/+0
2021-04-19binfmt_flat: allow not offsetting data startGravatar Damien Le Moal 1-0/+3
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-01-20c6x: remove architectureGravatar Arnd Bergmann 1-1/+1
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFGravatar Al Viro 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-4/+4
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-1/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-06-01sh: remove sh5 supportGravatar Arnd Bergmann 1-1/+1
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2020-03-16elf: Allow arch to tweak initial mmap prot flagsGravatar Dave Martin 1-0/+3
2020-03-16ELF: UAPI and Kconfig additions for ELF program propertiesGravatar Dave Martin 1-0/+3
2019-06-24binfmt_flat: make support for old format binaries optionalGravatar Christoph Hellwig 1-0/+7
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionGravatar Christoph Hellwig 1-1/+4
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableGravatar Christoph Hellwig 1-0/+3
2019-06-24binfmt_flat: remove flat_old_ram_flagGravatar Christoph Hellwig 1-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-08-02kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmtGravatar Christoph Hellwig 1-0/+5
2018-06-15docs: Fix more broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-3/+2
2017-09-10ARM: enable elf_fdpic on systems with an MMUGravatar Nicolas Pitre 1-2/+2
2017-09-10ARM: add ELF_FDPIC supportGravatar Nicolas Pitre 1-1/+1
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 1-2/+2
2016-08-12ARM: 8594/1: enable binfmt_flat on systems with an MMUGravatar Nicolas Pitre 1-1/+1
2016-07-28m68k: enable binfmt_flat on systems with an MMUGravatar Nicolas Pitre 1-1/+2
2016-05-23ELF/MIPS build fixGravatar Ralf Baechle 1-0/+8
2015-04-14mm: split ET_DYN ASLR from mmap ASLRGravatar Kees Cook 1-3/+0
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesGravatar Helge Deller 1-7/+0
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersGravatar Paul Burton 1-0/+3
2013-04-30fs: make binfmt support for #! scripts modular and removableGravatar Josh Triplett 1-0/+14
2012-10-06coredump: make core dump functionality optionalGravatar Alex Kelly 1-0/+8
2012-05-15C6X: add support to build with BINFMT_ELF_FDPICGravatar Mark Salter 1-1/+1
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationGravatar David Daney 1-0/+3
2010-10-27coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yGravatar Roland McGrath 1-2/+2
2009-01-09CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_COREGravatar David Brownell 1-1/+1
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSGravatar Roland McGrath 1-0/+22
2008-10-16COMPAT_BINFMT_ELF definition tweakGravatar Alexey Dobriyan 1-1/+1
2008-09-06Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUTGravatar David Woodhouse 1-1/+4
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTGravatar David Woodhouse 1-2/+1
2008-07-28sh: Initial ELF FDPIC support.Gravatar Paul Mundt 1-1/+1
2008-06-06frv: don't offer BINFMT_FLATGravatar Adrian Bunk 1-1/+1