summaryrefslogtreecommitdiff
path: root/fs/Kconfig.binfmt
AgeCommit message (Expand)Author
2023-08-23riscv: support the elf-fdpic binfmt loaderGreg Ungerer
2022-10-10Merge tag 'xtensa-20221010' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2022-09-27a.out: Remove the a.out implementationEric W. Biederman
2022-09-13xtensa: add FDPIC and static PIE support for noMMUMax Filippov
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-16m68knommu: allow elf_fdpic loader to be selectedGreg Ungerer
2022-04-22binfmt_flat: Remove shared library supportEric W. Biederman
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-03binfmt_elf: Introduce KUnit testKees Cook
2022-02-15elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas
2021-07-25binfmt: remove support for em86 (alpha only)David Hildenbrand
2021-04-19binfmt_flat: allow not offsetting data startDamien Le Moal
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-20c6x: remove architectureArnd Bergmann
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-06-01sh: remove sh5 supportArnd Bergmann
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2020-03-16elf: Allow arch to tweak initial mmap prot flagsDave Martin
2020-03-16ELF: UAPI and Kconfig additions for ELF program propertiesDave Martin
2019-06-24binfmt_flat: make support for old format binaries optionalChristoph Hellwig
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-08-02kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmtChristoph Hellwig
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2017-09-10ARM: enable elf_fdpic on systems with an MMUNicolas Pitre
2017-09-10ARM: add ELF_FDPIC supportNicolas Pitre
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2016-08-12ARM: 8594/1: enable binfmt_flat on systems with an MMUNicolas Pitre
2016-07-28m68k: enable binfmt_flat on systems with an MMUNicolas Pitre
2016-05-23ELF/MIPS build fixRalf Baechle
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersPaul Burton
2013-04-30fs: make binfmt support for #! scripts modular and removableJosh Triplett
2012-10-06coredump: make core dump functionality optionalAlex Kelly
2012-05-15C6X: add support to build with BINFMT_ELF_FDPICMark Salter
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney
2010-10-27coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yRoland McGrath
2009-01-09CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_COREDavid Brownell
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSRoland McGrath
2008-10-16COMPAT_BINFMT_ELF definition tweakAlexey Dobriyan
2008-09-06Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUTDavid Woodhouse
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt