summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorLines
2024-02-20MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen-5/+0
2024-02-20mips: bus: make mips_cdmm_bustype constRicardo B. Marliere-1/+1
2024-02-20MIPS: Allows relocation exception vectors everywhereJiaxun Yang-2/+8
2024-02-20MIPS: spaces: Define a couple of handy macrosGregory CLEMENT-0/+9
2024-02-20MIPS: regdefs.h: Define a set of register numbersJiaxun Yang-0/+89
2024-02-20MIPS: regdefs.h: Guard all defines with __ASSEMBLY__Jiaxun Yang-0/+2
2024-02-20MIPS: Unify define of CP0 registers for uasm codeJiaxun Yang-52/+197
2024-02-12MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang-0/+1
2024-02-12ptrace: Introduce exception_ip arch hookJiaxun Yang-0/+2
2024-02-12MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGuenter Roeck-1/+2
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds-2/+2
2024-01-22MIPS: Alchemy: Fix missing prototypesFlorian Fainelli-0/+3
2024-01-22MIPS: Cobalt: Fix missing prototypesFlorian Fainelli-0/+3
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-0/+2
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+0
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-33/+33
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-66/+78
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-4/+80
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-01-08MIPS: Fix typosBjorn Helgaas-32/+32
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho-0/+1
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini-5/+10
2023-12-21mips: dmi: Fix early remap on MIPS32Serge Semin-1/+1
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds-3/+3
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti-0/+2
2023-12-12merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton-3/+3
2023-12-12mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He-3/+3
2023-12-10mips: spram: fix missing prototype warning for spram_configArnd Bergmann-1/+1
2023-12-10mips: add missing declarationsArnd Bergmann-0/+5
2023-12-10mips: move cache declarations into headerArnd Bergmann-0/+10
2023-12-10mips: fix tlb_init() prototypeArnd Bergmann-0/+1
2023-12-10mips: fix setup_zero_pages() prototypeArnd Bergmann-1/+2
2023-12-10mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann-2/+0
2023-12-10mips: move jump_label_apply_nops() declaration to headerArnd Bergmann-0/+3
2023-12-10mips: move build_tlb_refill_handler() prototypeArnd Bergmann-0/+1
2023-12-10mips: add missing declarations for trap handlersArnd Bergmann-0/+24
2023-12-10mips: add asm/syscalls.h headerArnd Bergmann-0/+33
2023-12-05MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang-1/+5
2023-12-05MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang-1/+2
2023-12-05mips: remove extraneous asm-generic/iomap.h includeArnd Bergmann-2/+0
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann-0/+7
2023-11-23arch: add do_page_fault prototypesArnd Bergmann-0/+3
2023-11-23arch: add missing prepare_ftrace_return() prototypesArnd Bergmann-0/+4
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang-9/+0
2023-11-23mips: io: remove duplicated codesBaoquan He-23/+5
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He-1/+0
2023-11-23mips: add <asm-generic/io.h> includingJiaxun Yang-35/+71
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini-2/+0
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson-2/+0
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0