summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+0Star
* | | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0Star
|/ /
* | Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-101-2/+5
|\ \
| * | MIPS: Make the default for PHYSICAL_START always 64-bitMaciej W. Rozycki2018-03-281-2/+1Star
| * | MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski2018-02-191-0/+4
| |/
* / usb: host: Remove the deprecated ATH79 USB host config optionsAlban Bedel2018-03-261-0/+1
|/
* Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-101-1/+0Star
|\
| * MIPS: kconfig: Remove blank help textUlf Magnusson2018-02-021-1/+0Star
* | Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-071-8/+15
|\ \ | |/ |/|
| * MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform levelRalf Baechle2018-02-061-1/+5
| * MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform levelRalf Baechle2018-02-061-1/+3
| * MIPS: bcm47xx: enable ZBOOT supportAaro Koskinen2018-01-241-0/+1
| * MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIANCorentin Labbe2018-01-181-6/+6
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-0/+2
|\ \
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+2
| |/
* | MIPS: Fix undefined reference to physical_memsizeJames Hogan2018-01-181-1/+10
* | MIPS: BCM47XX Avoid compile error with MIPS allnoconfigMatt Redfearn2018-01-101-0/+1
|/
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-151-27/+15Star
|\
| * MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMPBen Hutchings2017-11-131-1/+1
| * MIPS: BMIPS: Enable HARDIRQS_SW_RESENDJustin Chen2017-11-131-0/+1
| * MIPS: Xilfpga: Switch to using generic defconfigsZubair Lutfullah Kakakhel2017-11-081-24/+0Star
| * MIPS: Kconfig: Set default MIPS system type as genericMatt Redfearn2017-11-081-1/+1
| * MIPS: BCM63XX: add clkdev lookup supportJonas Gorski2017-11-071-0/+1
| * MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney2017-11-071-1/+11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/