summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-041-1/+2
|\
| * dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-1/+2
* | Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-03-311-3/+28
|\ \
| * | MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOCMasahiro Yamada2020-03-251-0/+12
| * | MIPS: Loongson64: Add generic dtsJiaxun Yang2020-03-251-2/+4
| * | MIPS: Add support for Desktop Management Interface (DMI)Tiezhu Yang2020-03-231-0/+11
| * | arch/mips: change duplicated word in NUMA help textRandy Dunlap2020-03-041-1/+1
| |/
* | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+0
|\ \
| * | lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-1/+0
| * | mips: vdso: Use generic VDSO clock mode storageThomas Gleixner2020-02-171-1/+1
| |/
* / context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker2020-02-141-0/+1
|/
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-311-45/+39
|\
| * MIPS: Loongson64: Bump ISA level to MIPSR2Jiaxun Yang2020-01-231-2/+4
| * MIPS: Make DIEI support as a config optionJiaxun Yang2020-01-231-0/+9
| * MIPS: sort MIPS and MIPS_GENERIC Kconfig selects alphabetically (again)Alexander Lobakin2020-01-221-10/+10
| * MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin2020-01-221-27/+7
| * MIPS: generic: don't unconditionally select PINCTRLAlexander Lobakin2020-01-221-1/+0
| * MIPS: don't explicitly select LIBFDT in KconfigAlexander Lobakin2020-01-221-5/+0
| * MIPS: BPF: Restore MIPS32 cBPF JITPaul Burton2020-01-091-0/+1
| * MIPS: mm: Place per_cpu on different nodes, if NUMA is enabledThomas Bogendoerfer2020-01-091-0/+8
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ | |/ |/|
| * scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
* | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-041-1/+1
|\ \ | |/ |/|
| * MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin2019-12-181-1/+1
| * MIPS: BPF: Disable MIPS32 eBPF JITPaul Burton2019-12-181-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-2/+2
|\ \
| * | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-2/+2
* | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-0/+1
|\ \ \ | |_|/ |/| |
| * | tracing: Enable syscall optimization for MIPSHassan Naveed2019-11-221-0/+1
| |/
* | MIPS: allow building with kcov coverageAlexey Khoroshilov2019-11-111-0/+2
* | MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATEDJiaxun Yang2019-11-111-3/+0
* | MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usageHuacai Chen2019-11-111-14/+21
* | MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen2019-11-111-3/+3
* | MIPS: add support for SGI Octane (IP30)Thomas Bogendoerfer2019-11-011-0/+27
* | MIPS: Loongson64: Move files to the top-level directoryJiaxun Yang2019-11-011-0/+26
* | MIPS: Fork loongson2ef from loongson64Jiaxun Yang2019-11-011-9/+10
* | MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-311-18/+18
* | MIPS: SGI-IP27: reduce ARC usage to a minimumThomas Bogendoerfer2019-10-231-0/+4
* | MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer2019-10-091-16/+4
* | MIPS: Kconfig: always select ARC_MEMORY and ARC_PROMLIB for platformThomas Bogendoerfer2019-10-091-4/+8
* | mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEDmitry Korotin2019-10-071-0/+1
* | MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen2019-10-071-0/+2
* | mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport2019-10-071-10/+2
* | MIPS: r4k-bugs64: Limit R4k bug checks to affected systemsPaul Burton2019-10-071-0/+4
|/
* mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-241-1/+1
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-221-48/+17
|\
| * MIPS: Disable pte_special() for MIPS32 with RiXiPaul Burton2019-09-201-1/+1
| * MIPS: Select R3k-style TLB in KconfigPaul Burton2019-09-031-1/+6
| * MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORTFabian Mewes2019-07-301-4/+0
| * mips: Add support for generic vDSOVincenzo Frascino2019-07-251-0/+2