summaryrefslogtreecommitdiff
path: root/arch/m68k/Kconfig
AgeCommit message (Expand)Author
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra
2019-03-25m68k: Drop ARCH_USES_GETTIMEOFFSETFinn Thain
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport
2018-07-23m68k: Use generic dma_noncoherent_opsChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger
2017-06-30drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin
2016-09-26m68k: move CONFIG_FPU set to per-CPU configurationGreg Ungerer
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-04-14m68k: mark PMD folded and expose number of page table levelsKirill A. Shutemov
2014-08-29kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2014-03-06m68k: Skip futex_atomic_cmpxchg_inatomic() testFinn Thain
2013-12-08m68k: Add support to export bootinfo in procfsGeert Uytterhoeven
2013-12-08m68k: Add kexec supportGeert Uytterhoeven
2013-10-23m68k: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-26m68knommu: user generic iomap to support ioread*/iowrite*Greg Ungerer
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell
2013-02-14burying unused conditionalsAl Viro
2013-02-03m68k: switch to generic old sigaction()Al Viro
2013-02-03m68k: switch to generic old sigsuspendAl Viro
2013-02-03m68k: switch to generic sigaltstackAl Viro
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-10-17m68k: switch to saner kernel_execve() semanticsAl Viro
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-09Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas
2012-10-01m68k: split ret_from_fork(), simplify kernel_thread()Al Viro
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-08-17m68k: select CONFIG_GENERIC_ATOMIC64 for all m68k CPU typesGreg Ungerer
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon