summaryrefslogtreecommitdiffstats
path: root/arch/alpha/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-1/+1
|\
| * Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
| |\
| | * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-12/+2
|\ \ \
| * | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
| * | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-3/+0
| |/ /
* | | alpha: use dma_direct_ops for jensenChristoph Hellwig2018-05-221-0/+1
|/ /
* | alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree2018-04-071-0/+1
|/
* alpha: mark jensen as brokenChristoph Hellwig2018-01-091-0/+1
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-1/+0
* lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-201-0/+1
* alpha: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-1/+0
* alpha: select CONFIG_ARCH_USE_CMPXCHG_LOCKREF.Matt Turner2015-08-301-0/+1
* alpha: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-0/+4
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+1
|\
| * audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro2014-03-201-0/+1
| * alpha: Enable system-call auditing support.蔡正龙2014-03-201-0/+3
* | alpha: Enable system-call auditing support.蔡正龙2014-01-311-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-01-241-0/+1
|\ \
| * | Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on alphaMark Salter2014-01-021-0/+1
| |/
* | Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-231-4/+4
|/
* alpha: Switch to GENERIC_CLOCKEVENTSRichard Henderson2013-11-161-0/+1
* alpha: Reorganize rtc handlingRichard Henderson2013-11-161-1/+0
* alpha: Primitive support for CPU power down.Richard Henderson2013-11-161-0/+24
* alpha: Allow HZ to be configuredRichard Henderson2013-11-161-2/+34
* alpha: Notice if we're being run under QEMURichard Henderson2013-11-161-0/+14
* Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\
| * alpha: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* alpha: Implement atomic64_dec_if_positiveRichard Henderson2013-07-191-0/+1
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+0
|\
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+0
|\ \ | |/ |/|
| * make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-031-1/+0
* | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
|/
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-231-1/+2
|\
| * burying unused conditionalsAl Viro2013-02-141-1/+0
| * alpha: switch to generic old sigsuspendAl Viro2013-02-031-0/+1
| * sanitize rt_sigaction() situation a bitAl Viro2013-02-031-0/+1
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+2
|\ \
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+2
| |/
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+1
|\ \
OpenPOWER on IntegriCloud