summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds10-177/+513
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+9
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+1
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2-1/+5
2024-03-11mips: cm: Convert __mips_cm_phys_base() to weak functionSerge Semin1-4/+3
2024-03-11mips: cm: Convert __mips_cm_l2sync_phys_base() to weak functionSerge Semin1-0/+13
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini1-2/+2
2024-03-07mips: mt: make mt_class constantRicardo B. Marliere1-1/+1
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann1-15/+1
2024-02-28MIPS: mipsregs: Parse fp and sp register by name in parse_rJiaxun Yang1-2/+5
2024-02-23MIPS: mipsregs: Set proper ISA level for virt extensionsJiaxun Yang1-5/+8
2024-02-23MIPS: Implement microMIPS MT ASE helpersJiaxun Yang3-110/+177
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+9
2024-02-20MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-5/+0
2024-02-20mips: bus: make mips_cdmm_bustype constRicardo B. Marliere1-1/+1
2024-02-20MIPS: Allows relocation exception vectors everywhereJiaxun Yang2-2/+8
2024-02-20MIPS: spaces: Define a couple of handy macrosGregory CLEMENT2-0/+9
2024-02-20MIPS: regdefs.h: Define a set of register numbersJiaxun Yang1-0/+89
2024-02-20MIPS: regdefs.h: Guard all defines with __ASSEMBLY__Jiaxun Yang1-0/+2
2024-02-20MIPS: Unify define of CP0 registers for uasm codeJiaxun Yang1-52/+197
2024-02-13MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang1-0/+1
2024-02-13ptrace: Introduce exception_ip arch hookJiaxun Yang1-0/+2
2024-02-13MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGuenter Roeck1-1/+2
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini1-2/+0
2024-01-22MIPS: Alchemy: Fix missing prototypesFlorian Fainelli1-0/+3
2024-01-22MIPS: Cobalt: Fix missing prototypesFlorian Fainelli1-0/+3
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+2
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds28-35/+35
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-66/+78
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds14-4/+80
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-01-08MIPS: Fix typosBjorn Helgaas27-34/+34
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini4-5/+10
2023-12-21mips: dmi: Fix early remap on MIPS32Serge Semin1-1/+1
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+3
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+2
2023-12-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton3-3/+3
2023-12-13mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He3-3/+3
2023-12-11mips: spram: fix missing prototype warning for spram_configArnd Bergmann1-1/+1
2023-12-11mips: add missing declarationsArnd Bergmann3-0/+5
2023-12-11mips: move cache declarations into headerArnd Bergmann2-0/+10
2023-12-11mips: fix tlb_init() prototypeArnd Bergmann1-0/+1
2023-12-11mips: fix setup_zero_pages() prototypeArnd Bergmann2-1/+2
2023-12-11mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann1-2/+0
2023-12-11mips: move jump_label_apply_nops() declaration to headerArnd Bergmann1-0/+3
2023-12-11mips: move build_tlb_refill_handler() prototypeArnd Bergmann1-0/+1