summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-04-292-2/+2
|\
| *-. Merge branches 'clk-mediatek', 'clk-sunplus', 'clk-loongson' and 'clk-socfpga...Stephen Boyd2023-04-252-2/+2
| |\ \
| | | * MIPS: loongson32: Update the clock initializationKeguang Zhang2023-03-212-2/+2
| | |/
* | | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\ \ \
| * | | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-242-1/+3
| |/ /
* | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-286-2/+10
|\ \ \
| * | | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | | mips/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | | mips/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2023-03-082-0/+3
| * | | mips/cpu: Expose play_dead()'s prototype definitionJosh Poimboeuf2023-03-084-0/+5
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * | | ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
* | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-273-13/+7
|\ \ \ \
| * | | | mips: fix comment about pgtable_init()Mike Rapoport (IBM)2023-04-051-1/+1
| * | | | mips: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-051-4/+0
| * | | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-11/+8
| * | | | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-04-2774-1330/+643
|\ \ \ \
| * | | | MIPS: uprobes: Restore thread.trap_nrTiezhu Yang2023-04-241-0/+1
| * | | | MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASKHenry Willard2023-04-241-1/+2
| * | | | MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor2023-04-222-7/+2
| * | | | MIPS: Mark check_bugs() as __initNathan Chancellor2023-04-221-1/+1
| * | | | Revert "MIPS: generic: Enable all CPUs supported by virt board in Kconfig"Thomas Bogendoerfer2023-04-121-4/+0
| * | | | MIPS: octeon_switch: Remove duplicated labelsJiaxun Yang2023-04-121-6/+0
| * | | | MIPS: loongson2ef: Add missing break in cs5536_isaJiaxun Yang2023-04-121-1/+1
| * | | | MIPS: Remove set_swbp() in uprobes.cTiezhu Yang2023-04-121-18/+0
| * | | | MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBESTiezhu Yang2023-04-121-2/+1
| * | | | MIPS: fw: Allow firmware to pass a empty envJiaxun Yang2023-04-121-1/+1
| * | | | MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer2023-04-1214-603/+3
| * | | | MIPS: lantiq: remove unused function declarationAleksander Jan Bajkowski2023-04-051-3/+0
| * | | | MIPS: Drop unused positional parameter in local_irq_{dis,en}ableNathan Chancellor2023-04-051-2/+2
| * | | | MIPS: mm: Remove local_cache_flush_pageThomas Bogendoerfer2023-04-054-11/+0
| * | | | MIPS: Remove no longer used ide.hThomas Bogendoerfer2023-04-052-151/+0
| * | | | MIPS: mm: Remove unused *cache_page_indexed flush functionsThomas Bogendoerfer2023-04-051-100/+0
| * | | | MIPS: generic: Enable all CPUs supported by virt board in KconfigJiaxun Yang2023-04-051-0/+4
| * | | | MIPS: Add board config for virt boardJiaxun Yang2023-04-051-0/+38
| * | | | MIPS: Octeon: Disable CVMSEG by default on other platformsJiaxun Yang2023-04-051-1/+2
| * | | | MIPS: Loongson: Don't select platform features with CPUJiaxun Yang2023-04-052-2/+3
| * | | | MIPS: Loongson: Move arch cflags to MIPS top level MakefileJiaxun Yang2023-04-053-51/+38
| * | | | MIPS: Octeon: Allow CVMSEG to be disabledJiaxun Yang2023-04-052-1/+9
| * | | | MIPS: c-octeon: Provide alternative SMP cache flush functionJiaxun Yang2023-04-051-0/+5
| * | | | MIPS: cpu-features: Enable octeon_cache by cpu_typeJiaxun Yang2023-04-051-1/+18
| * | | | MIPS: Octeon: Opt-out 4k_cache featureJiaxun Yang2023-04-052-1/+3
| * | | | MIPS: mips-cm: Check availability of config registersJiaxun Yang2023-04-051-2/+7
| * | | | MIPS: smp-cps: Disable coherence setup for unsupported ISAJiaxun Yang2023-04-052-0/+10
| * | | | MIPS: Move declaration of bcache ops to cache.cJiaxun Yang2023-04-053-14/+21
| * | | | MIPS: octeon: Fix compile errorThomas Bogendoerfer2023-03-271-1/+1
| * | | | MIPS: c-r4k: Always install dma flush functionsJiaxun Yang2023-03-241-9/+3
| * | | | MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platformsJiaxun Yang2023-03-241-8/+1
| * | | | MIPS: Always select ARCH_HAS_SETUP_DMA_OPSJiaxun Yang2023-03-241-1/+1