summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
Commit message (Expand)AuthorAgeFilesLines
...
* | MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton2018-11-091-1/+5
* | MIPS: Hide CONFIG_MIPS_O32_FP64_SUPPORT prompt for >= MIPSr6Paul Burton2018-11-081-1/+1
* | MIPS: Enable IOREMAP_PROT config option for MIPS cpusHassan Naveed2018-11-051-0/+1
|/
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-10-271-1/+1
|\
| * rtc: mips: default to rtc-cmos on mipsArnd Bergmann2018-09-081-1/+1
* | Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-10-261-3/+39
|\ \
| * | MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky2018-09-261-2/+33
| * | MIPS: kexec: Use prepare method from Generic for UHI platformsDengcheng Zhu2018-09-221-0/+4
| * | mips: switch to NO_BOOTMEMMike Rapoport2018-09-141-0/+1
| * | MIPS: Use GENERIC_IOMAPPaul Burton2018-08-301-1/+1
| |/
* | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-1/+2
* | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+0Star
* | dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-201-0/+1
* | MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig2018-09-201-1/+1
|/
* Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-231-0/+1
|\
| * MIPS: Workaround GCC __builtin_unreachable reordering bugPaul Burton2018-08-211-0/+1
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-28/+0Star
|\ \ | |/ |/|
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0Star
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-021-2/+0Star
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0Star
* | MIPS: Loongson: Set Loongson32 to MIPS32R1谢致邦 (XIE Zhibang)2018-07-311-3/+5
* | MIPS: generic: Select MIPS_AUTO_PFN_OFFSETPaul Burton2018-07-301-0/+1
* | MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSETPaul Burton2018-07-301-0/+3
* | MIPS: ath79: select the PINCTRL subsystemJohn Crispin2018-07-251-0/+1
* | MIPS: Octeon: Select HAS_RAPIDIOAlexander Sverdlin2018-07-241-0/+1
* | MIPS: Introduce HAS_RAPIDIO Kconfig optionAlexander Sverdlin2018-07-241-2/+5
* | MIPS: Malta: Use PIIX4 poweroff driver to power downPaul Burton2018-06-241-6/+0Star
* | MIPS: remove the old dma-default implementationChristoph Hellwig2018-06-241-4/+1Star
* | MIPS: bmips: use generic dma noncoherent opsChristoph Hellwig2018-06-241-1/+2
* | MIPS: ath25: use generic dma noncoherent opsChristoph Hellwig2018-06-241-1/+0Star
* | MIPS: IP32: use generic dma noncoherent opsChristoph Hellwig2018-06-241-1/+1
* | MIPS: loongson64: use generic dma noncoherent opsChristoph Hellwig2018-06-241-0/+1
* | MIPS: use generic dma noncoherent ops for simple noncoherent platformsChristoph Hellwig2018-06-241-19/+5Star
* | MIPS: IP27: use dma_direct_opsChristoph Hellwig2018-06-241-1/+1
* | MIPS: use dma_direct_ops for coherent I/OChristoph Hellwig2018-06-241-14/+1Star
* | MIPS: loongson: untangle dma implementationsChristoph Hellwig2018-06-241-1/+1
* | MIPS: make the default mips dma implementation optionalChristoph Hellwig2018-06-241-0/+40
* | MIPS: remove CONFIG_DMA_COHERENTChristoph Hellwig2018-06-241-16/+0Star
|/
* MIPS: Add support for restartable sequencesPaul Burton2018-06-201-0/+1
* Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada2018-06-151-1/+1
* Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-121-0/+5
|\
| * MIPS: Use generic GCC library routines from lib/Antony Pavlov2018-04-231-0/+5
* | 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
* | | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+2
* | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0Star
* | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-9/+6Star