summaryrefslogtreecommitdiff
path: root/arch/m68k/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+1
* Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-0/+1
|\
| * m68k: Implement "current_stack_pointer"Kees Cook2022-02-261-0/+1
* | a.out: Stop building a.out/osf1 support on alpha and m68kEric W. Biederman2022-03-101-1/+0
|/
* Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-1/+0
|\
| * futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
* | m68k: Enable memtest functionalityFinn Thain2021-11-291-0/+1
|/
* m68k: Remove set_fs()Christoph Hellwig2021-09-241-1/+0
* Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\
| * asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| * asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userArnd Bergmann2021-07-271-2/+2
* | arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-301-1/+0
|/
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-0/+1
|\
| * m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSArnd Bergmann2021-05-101-0/+1
* | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-4/+1
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-191-0/+1
|\ \
| * | m68knommu: switch to using asm-generic/uaccess.hGreg Ungerer2020-10-051-0/+1
| |/
* | m68k: Sort selects in main KconfigGeert Uytterhoeven2020-09-071-12/+12
|/
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-3/+1
|\
| * dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-141-3/+1
* | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
|/
* m68k: Implement copy_thread_tls()Geert Uytterhoeven2020-01-141-0/+1
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-0/+1
|\
| * kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-0/+1
* | dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-1/+0
* | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-1/+0
|/
* Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-101-1/+1
|\
| * m68k: Don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfireChristoph Hellwig2019-07-091-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-101-0/+2
|\ \ | |/ |/|
| * binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig2019-06-241-0/+1
| * binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-241-0/+1
* | m68k: Implement arch_dma_prep_coherent()Christoph Hellwig2019-07-011-0/+1
* | m68k: Use the generic dma coherent remap allocatorChristoph Hellwig2019-07-011-0/+2
|/
* mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-1/+0
* Merge tag 'm68k-for-v5.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-061-1/+0
|\
| * m68k: Drop ARCH_USES_GETTIMEOFFSETFinn Thain2019-03-251-1/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-7/+0
|\ \
| * | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-7/+0
| |/
* | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-0/+1
|/
* 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-3/+3
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-3/+3
* | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
|/
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-30/+1
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-4/+1