summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3 days1-6/+6
|\
| * arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-6/+6
* | Merge tag 'mips_6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds4 days3-8/+20
|\ \
| * | MIPS: Take in account load hazards for HI/LO restoringSiarhei Volkau2024-05-031-8/+11
| * | MIPS: Add prototypes for plat_post_relocation() and relocate_kernel()Nathan Chancellor2024-04-151-0/+6
| * | MIPS: Guard some macros with __ASSEMBLY__ in asm.hJiaxun Yang2024-04-151-0/+3
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5 days2-2/+2
|\ \
| * | mm/treewide: remove pXd_huge()Peter Xu2024-04-252-2/+2
| |/
* / mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)10 days1-2/+2
|/
* MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang2024-04-091-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-2/+0
|\
| * Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-112-1/+5
| |\
| * \ Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-091-2/+2
| |\ \
| * | | kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-081-2/+0
* | | | Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-03-1510-177/+513
|\ \ \ \
| * | | | mips: cm: Convert __mips_cm_phys_base() to weak functionSerge Semin2024-03-111-4/+3
| * | | | mips: cm: Convert __mips_cm_l2sync_phys_base() to weak functionSerge Semin2024-03-111-0/+13
| * | | | mips: mt: make mt_class constantRicardo B. Marliere2024-03-071-1/+1
| * | | | MIPS: mipsregs: Parse fp and sp register by name in parse_rJiaxun Yang2024-02-281-2/+5
| * | | | MIPS: mipsregs: Set proper ISA level for virt extensionsJiaxun Yang2024-02-231-5/+8
| * | | | MIPS: Implement microMIPS MT ASE helpersJiaxun Yang2024-02-233-110/+177
| * | | | mips: bus: make mips_cdmm_bustype constRicardo B. Marliere2024-02-201-1/+1
| * | | | MIPS: Allows relocation exception vectors everywhereJiaxun Yang2024-02-202-2/+8
| * | | | MIPS: spaces: Define a couple of handy macrosGregory CLEMENT2024-02-202-0/+9
| * | | | MIPS: regdefs.h: Define a set of register numbersJiaxun Yang2024-02-201-0/+89
| * | | | MIPS: regdefs.h: Guard all defines with __ASSEMBLY__Jiaxun Yang2024-02-201-0/+2
| * | | | MIPS: Unify define of CP0 registers for uasm codeJiaxun Yang2024-02-201-52/+197
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+9
|\ \ \ \
| * | | | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+9
| |/ / /
* | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-15/+1
|\ \ \ \
| * | | | arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2024-03-061-15/+1
| |/ / /
* / / / MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-5/+0
|/ / /
* | | MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang2024-02-121-0/+1
* | | ptrace: Introduce exception_ip arch hookJiaxun Yang2024-02-121-0/+2
* | | MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGuenter Roeck2024-02-121-1/+2
| |/ |/|
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
|/
* MIPS: Alchemy: Fix missing prototypesFlorian Fainelli2024-01-221-0/+3
* MIPS: Cobalt: Fix missing prototypesFlorian Fainelli2024-01-221-0/+3
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-0/+2
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-2/+0
|\ \
| * \ Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-024-5/+10
| |\ \
| * \ \ Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-2/+0
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-2/+0
* | | | Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-01-1728-35/+35
|\ \ \ \
| * | | | MIPS: Fix typosBjorn Helgaas2024-01-0827-34/+34
| * | | | mips: dmi: Fix early remap on MIPS32Serge Semin2023-12-211-1/+1
* | | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-106-66/+78
|\ \ \ \ \
| * | | | | mips: remove extraneous asm-generic/iomap.h includeArnd Bergmann2023-12-051-2/+0
| * | | | | Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2023-11-282-0/+7
| |\ \ \ \ \