aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2022-03-10a.out: Stop building a.out/osf1 support on alpha and m68kGravatar Eric W. Biederman 1-1/+0
2022-02-26m68k: Implement "current_stack_pointer"Gravatar Kees Cook 1-0/+1
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+0
2021-11-29m68k: Enable memtest functionalityGravatar Finn Thain 1-0/+1
2021-11-25futex: Remove futex_cmpxchg detectionGravatar Arnd Bergmann 1-1/+0
2021-09-24m68k: Remove set_fs()Gravatar Christoph Hellwig 1-1/+0
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDEGravatar Lukas Bulwahn 1-1/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsGravatar Arnd Bergmann 1-2/+0
2021-07-27asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userGravatar Arnd Bergmann 1-2/+2
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2021-06-30mm: generalize ZONE_[DMA|DMA32]Gravatar Kefeng Wang 1-4/+1
2021-05-10m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSGravatar Arnd Bergmann 1-0/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-19Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2020-10-05m68knommu: switch to using asm-generic/uaccess.hGravatar Greg Ungerer 1-0/+1
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Gravatar Christoph Hellwig 1-0/+1
2020-09-07m68k: Sort selects in main KconfigGravatar Geert Uytterhoeven 1-12/+12
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-3/+1
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigGravatar Christoph Hellwig 1-3/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSGravatar Christian Brauner 1-1/+0
2020-01-14m68k: Implement copy_thread_tls()Gravatar Geert Uytterhoeven 1-0/+1
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+1
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPGravatar Christoph Hellwig 1-1/+0
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotGravatar Christoph Hellwig 1-1/+0
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSGravatar Masahiro Yamada 1-0/+1
2019-07-10Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2019-07-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 1-0/+2
2019-07-09m68k: Don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfireGravatar Christoph Hellwig 1-1/+1
2019-07-01m68k: Implement arch_dma_prep_coherent()Gravatar Christoph Hellwig 1-0/+1
2019-07-01m68k: Use the generic dma coherent remap allocatorGravatar Christoph Hellwig 1-0/+2
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionGravatar Christoph Hellwig 1-0/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableGravatar Christoph Hellwig 1-0/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outGravatar Mike Rapoport 1-1/+0
2019-05-06Merge tag 'm68k-for-v5.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-7/+0
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsGravatar Waiman Long 1-7/+0
2019-04-03arch/tlb: Clean up simple architecturesGravatar Peter Zijlstra 1-0/+1
2019-03-25m68k: Drop ARCH_USES_GETTIMEOFFSETGravatar Finn Thain 1-1/+0
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionGravatar Yury Norov 1-0/+1
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-3/+3
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-3/+3
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-30/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-4/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 1-2/+0