aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/Kconfig.binfmt (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-23riscv: support the elf-fdpic binfmt loaderGreg Ungerer1-1/+1
2022-10-10Merge tag 'xtensa-20221010' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2022-09-27a.out: Remove the a.out implementationEric W. Biederman1-33/+0
2022-09-13xtensa: add FDPIC and static PIE support for noMMUMax Filippov1-1/+1
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+1
2022-05-16m68knommu: allow elf_fdpic loader to be selectedGreg Ungerer1-1/+1
2022-04-22binfmt_flat: Remove shared library supportEric W. Biederman1-6/+0
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+10
2022-03-03binfmt_elf: Introduce KUnit testKees Cook1-0/+10
2022-02-15elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas1-0/+3
2021-07-25binfmt: remove support for em86 (alpha only)David Hildenbrand1-15/+0
2021-04-19binfmt_flat: allow not offsetting data startDamien Le Moal1-0/+3
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-01-20c6x: remove architectureArnd Bergmann1-1/+1
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds1-1/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-06-01sh: remove sh5 supportArnd Bergmann1-1/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-03-16elf: Allow arch to tweak initial mmap prot flagsDave Martin1-0/+3
2020-03-16ELF: UAPI and Kconfig additions for ELF program propertiesDave Martin1-0/+3
2019-06-24binfmt_flat: make support for old format binaries optionalChristoph Hellwig1-0/+7
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig1-1/+4
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig1-0/+3
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig1-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-08-02kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmtChristoph Hellwig1-0/+5
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab1-1/+1
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-3/+2
2017-09-10ARM: enable elf_fdpic on systems with an MMUNicolas Pitre1-2/+2
2017-09-10ARM: add ELF_FDPIC supportNicolas Pitre1-1/+1
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-2/+2
2016-08-12ARM: 8594/1: enable binfmt_flat on systems with an MMUNicolas Pitre1-1/+1
2016-07-28m68k: enable binfmt_flat on systems with an MMUNicolas Pitre1-1/+2
2016-05-23ELF/MIPS build fixRalf Baechle1-0/+8
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook1-3/+0
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller1-7/+0
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersPaul Burton1-0/+3
2013-04-30fs: make binfmt support for #! scripts modular and removableJosh Triplett1-0/+14
2012-10-06coredump: make core dump functionality optionalAlex Kelly1-0/+8
2012-05-15C6X: add support to build with BINFMT_ELF_FDPICMark Salter1-1/+1
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney1-0/+3
2010-10-27coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yRoland McGrath1-2/+2
2009-01-09CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_COREDavid Brownell1-1/+1
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSRoland McGrath1-0/+22
2008-10-16COMPAT_BINFMT_ELF definition tweakAlexey Dobriyan1-1/+1
2008-09-06Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUTDavid Woodhouse1-1/+4
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse1-2/+1
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt1-1/+1