aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-02-23remove the h8300 architectureChristoph Hellwig1-50/+0
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-05-05h8300: Remove redundant CLKDEV_LOOKUP selectsStephen Boyd1-1/+0
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig1-0/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig1-0/+1
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig1-0/+1
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2019-04-23asm-generic: provide entirely generic nommu uaccessChristoph Hellwig1-0/+1
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-08-22Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds1-0/+1
2018-08-22h8300: switch to NO_BOOTMEMRob Herring1-0/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-6/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig1-6/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-24/+0
2018-01-15h8300: use dma-directChristoph Hellwig1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger1-0/+3
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano1-1/+1
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-0/+1
2016-05-28h8300: Add <asm/hash.h>George Spelvin1-0/+1
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+0
2016-01-20h8300: Add KGDB support.Yoshinori Sato1-0/+1
2016-01-20h8300: Add LZO compressionYoshinori Sato1-0/+2
2015-12-15clocksource/drivers/h8300_timer8: Separate the Kconfig option from the archDaniel Lezcano1-0/+1
2015-11-12h8300: enable CLKSRC_OFYoshinori Sato1-0/+1
2015-06-23h8300: Remove ARCH_WANT_IPC_PARSE_VERSIONYoshinori Sato1-1/+0
2015-06-23h8300: Build scriptsYoshinori Sato1-0/+77
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck1-108/+0
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-06-23h8300: Switch h8300 to drivers/KconfigGeert Uytterhoeven1-117/+1
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-4/+1
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-14burying unused conditionalsAl Viro1-1/+0
2013-02-03h8300: switch to generic old sigaction()Al Viro1-0/+1
2013-02-03h8300: switch to generic old sigsuspendAl Viro1-0/+1
2013-02-03h8300: switch to generic sigaltstackAl Viro1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-18h8300: select generic atomic64_t supportFengguang Wu1-0/+1
2012-10-14h8300: generic kernel_execve()Al Viro1-0/+1
2012-10-14h8300: generic kernel_thread()Al Viro1-0/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas1-0/+1
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+1
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-0/+1
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-10-18h8300: drivers/serial/Kconfig was movedPaul Bolle1-1/+1
2011-10-13h8300: drop puzzling Kconfig dependenciesPaul Bolle1-1/+1
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-8/+0
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2011-03-24h8300: Use generic show_interrupts()Thomas Gleixner1-0/+1
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+4
2011-01-21h8300: Use generic irq KconfigThomas Gleixner1-4/+2
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek1-4/+0
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-7/+0
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-4/+0
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins1-0/+4
2009-01-06Staging: Kconfig for ARCH=arm,8300, crisF. Duncan M. Haldane1-0/+2
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+2
2008-10-20Merge branch 'master' into for-upstreamDavid Vrabel1-3/+4
2008-10-16h8300: GENERIC_BUG supportYoshinori Sato1-0/+4
2008-09-17uwb: add the UWB stack (build system)Greg Kroah-Hartman1-0/+2
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse1-3/+0
2008-07-25pty: remove unused UNIX98_PTY_COUNT optionsAdrian Bunk1-14/+0
2008-02-09ide: introduce HAVE_IDESam Ravnborg1-0/+1
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin1-0/+4
2008-02-08aout: mark arches that support A.OUT formatDavid Howells1-0/+3
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers1-2/+0
2007-10-30Kbuild/doc: fix links to Documentation filesDirk Hohndel1-1/+1
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers1-0/+2
2007-07-16dma-mapping: prevent dma dependent code from linking on !HAS_DMA archsDan Williams1-0/+3
2007-05-07h8300 generic irqYoshinori Sato1-0/+4
2007-05-07Convert h8/300 to generic timekeepingjohn stultz1-0/+4
2007-02-11[PATCH] sort the devres mess outAl Viro1-0/+3
2007-02-11[PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMAChristoph Lameter1-0/+4
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-0/+8
2006-03-26[PATCH] bitops: h8300: use generic bitopsAkinobu Mita1-0/+8
2006-02-14[PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar1-0/+4
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-4/+0
2005-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds1-0/+2
2005-07-11[NET]: add a top-level Networking menu to *configSam Ravnborg1-1/+3
2005-07-11[PATCH] I2C: Move hwmon drivers (1/3)Jean Delvare1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+194