summaryrefslogtreecommitdiff
path: root/arch/alpha/Kconfig
AgeCommit message (Expand)Author
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12treewide: Fix typos in KconfigMasanari Iida
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng
2016-04-26alpha: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2015-08-30alpha: select CONFIG_ARCH_USE_CMPXCHG_LOCKREF.Matt Turner
2015-04-14alpha: expose number of page table levels on Kconfig levelKirill A. Shutemov
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro
2014-03-20alpha: Enable system-call auditing support.蔡正龙
2014-01-31alpha: Enable system-call auditing support.蔡正龙
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham
2014-01-02Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on alphaMark Salter
2013-11-16alpha: Switch to GENERIC_CLOCKEVENTSRichard Henderson
2013-11-16alpha: Reorganize rtc handlingRichard Henderson
2013-11-16alpha: Primitive support for CPU power down.Richard Henderson
2013-11-16alpha: Allow HZ to be configuredRichard Henderson
2013-11-16alpha: Notice if we're being run under QEMURichard Henderson
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig
2013-10-23alpha: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-07-19alpha: Implement atomic64_dec_if_positiveRichard Henderson
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-14burying unused conditionalsAl Viro
2013-02-03alpha: switch to generic old sigsuspendAl Viro
2013-02-03sanitize rt_sigaction() situation a bitAl Viro
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-11arch/alpha: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-19alpha: switch to generic sigaltstackAl Viro
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-12alpha: switch to saner kernel_execve() semanticsAl Viro
2012-09-30alpha: switch to generic kernel_thread()Al Viro
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-08-19alpha: Use new generic strncpy_from_user() and strnlen_user()Michael Cree
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon