summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2021-12-08MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48Huang Pei1-1/+1
2021-11-26mips: lantiq: add support for clk_get_parent()Randy Dunlap1-0/+6
2021-11-26mips: bcm63xx: add support for clk_get_parent()Randy Dunlap1-0/+6
2021-11-26MIPS: generic/yamon-dt: fix uninitialized variable errorColin Ian King1-1/+1
2021-11-26mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is setRandy Dunlap1-0/+3
2021-11-26MIPS: sni: Fix the buildBart Van Assche1-2/+2
2021-11-26mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven2-17/+16
2021-11-26MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORTJackie Liu1-0/+1
2021-11-26MIPS: lantiq: dma: reset correct number of channelAleksander Jan Bajkowski1-5/+6
2021-11-26MIPS: lantiq: dma: add small delay after resetAleksander Jan Bajkowski1-0/+3
2021-11-26signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman2-11/+2
2021-11-12arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+3
2021-10-17bpf, mips: Validate conditional branch offsetsPiotr Krysiuk1-14/+43
2021-09-22MIPS: Malta: fix alignment of the devicetree bufferOleksij Rempel1-1/+1
2021-08-15MIPS: Malta: Do not byte-swap accesses to the CBUS UARTMaciej W. Rozycki1-1/+2
2021-08-15mips: Fix non-POSIX regexpH. Nikolaus Schaller1-1/+1
2021-07-28Revert "MIPS: add PMD table accounting into MIPS'pmd_alloc_one"Huang Pei1-7/+3
2021-07-20MIPS: vdso: Invalid GIC access through VDSOMartin Fäcknitz1-1/+1
2021-07-20mips: disable branch profiling in boot/decompress.oRandy Dunlap1-0/+2
2021-07-20mips: always link byteswap helpers into decompressorArnd Bergmann1-2/+2
2021-07-20MIPS: add PMD table accounting into MIPS'pmd_alloc_oneHuang Pei1-3/+7
2021-07-20hugetlb: clear huge pte during flush function on mips platformBibo Mao1-1/+7
2021-06-30MIPS: generic: Update node names to avoid unit addressesNathan Chancellor3-15/+15
2021-06-16MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACERTiezhu Yang1-6/+6
2021-06-03MIPS: ralink: export rt_sysc_membase for rt2880_wdt.cRandy Dunlap1-0/+2
2021-06-03MIPS: alchemy: xxs1500: add gpio-au1000.h header fileRandy Dunlap1-0/+1
2021-05-22MIPS: Avoid handcoded DIVU in `__div64_32' altogetherMaciej W. Rozycki1-6/+2
2021-05-22MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki1-2/+4
2021-05-22MIPS: Reinstate platform `__div64_32' handlerMaciej W. Rozycki1-16/+41
2021-05-22MIPS: pci-legacy: stop using of_pci_range_to_resourceIlya Lipnitskiy1-2/+7
2021-05-22MIPS: pci-rt2880: fix slot 0 configurationIlya Lipnitskiy1-13/+24
2021-05-22mips: Do not include hi and lo in clobber list for R6Romain Naour1-2/+12
2021-05-22MIPS: cpu-features.h: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn1-2/+3
2021-05-22MIPS: Introduce isa-rev.h to define MIPS_ISA_REVMatt Redfearn1-0/+24
2021-03-03MIPS: lantiq: Explicitly compare LTQ_EBU_PCC_ISTAT against 0Nathan Chancellor1-1/+1
2021-03-03MIPS: c-r4k: Fix section mismatch for loongson2_sc_initNathan Chancellor1-1/+1
2021-03-03MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin1-0/+1
2021-02-23MIPS: BMIPS: Fix section mismatch warningJaedon Shin1-1/+1
2021-01-23MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2021-01-23MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil1-1/+2
2020-12-29MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMANecip Fazil Yildiran1-0/+1
2020-11-24MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpuZhang Qilong1-1/+8
2020-11-24MIPS: export has_transparent_hugepage() for modulesRandy Dunlap1-0/+1
2020-10-01MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()Wei Li1-0/+1
2020-09-23MIPS: SNI: Fix spurious interruptsThomas Bogendoerfer1-2/+7
2020-09-23MIPS: SNI: Fix MIPS_L1_CACHE_SHIFTThomas Bogendoerfer1-0/+1
2020-09-23KVM: MIPS: Change the definition of kvm typeHuacai Chen1-0/+2
2020-09-09MIPS: BMIPS: Also call bmips_cpu_setup() for secondary coresFlorian Fainelli1-0/+2
2020-09-09MIPS: mm: BMIPS5000 has inclusive physical cachesFlorian Fainelli1-0/+4
2020-09-03mips/vdso: Fix resource leaks in genvdso.cPeng Fan1-0/+10