summaryrefslogtreecommitdiff
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-4/+13
|\
| * locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-291-2/+11
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-013-4/+4
|\ \
| * | KVM: MIPS: Make kvm_mips_callbacks constSean Christopherson2023-03-232-2/+2
| * | KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+2
* | | 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